diff --git a/.gitignore b/.gitignore index 6191749f..8e800267 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,10 @@ src/yaml/unconnected-verbs actions.yaml english-wordnet-2023.xml src/lua +OEWN-Wikidata - Anno 2.csv +OEWN-Wikidata - Anno u3.csv +add_qids.py +.venv +changes.yaml +protonyms.py +protonyms.txt diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 109fc765..64158e4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,13 +35,13 @@ Fork, then clone the repo: git clone git@github.com:your-username/english-wordnet.git -Please compile all your changes into a single `wn31.xml` file +Please compile all your changes into a single `wn.xml` file - python merge.py + python scripts/from_yaml.py Please ensure that your contributions are valid XML - xmllint --noout --valid wn31.xml + xmllint --noout --valid wn.xml Please make sure that the structure is valid diff --git a/NEW_SYNSETS.md b/NEW_SYNSETS.md index 2d8562b1..e013e831 100644 --- a/NEW_SYNSETS.md +++ b/NEW_SYNSETS.md @@ -123,3 +123,23 @@ The synset should be possible to link into the graph * **Adverbs**: No clear guidelines but at least one links should be proposed. The more links that can be provided the better a synset is. + +## Irregular forms + +If a word has an irregular inflection that is not covered by the [rules in morphy](https://wordnet.princeton.edu/documentation/morphy7wn) then it shoule be added as a variant form: + +For example: +``` +child: + n: + form: + - children +``` + +``` +outwear: + v: + form: + - outwore + - outworn +``` diff --git a/README.md b/README.md index 5a2f8bf8..4f2425e1 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,9 @@ The size of each resource is as follows To compile these into a single file please use the following script(s) - python scripts/from-yaml.py - python scripts/merge.py + python scripts/from_yaml.py -This will create a file at `wn31.xml` that contains the complete wordnet. +This will create a file at `wn.xml` that contains the complete wordnet. Further conversions are available through the converter [here](http://server1.nlp.insight-centre.org/gwn-converter/). diff --git a/scripts/validate.py b/scripts/validate.py index 49a001c1..b55b0894 100644 --- a/scripts/validate.py +++ b/scripts/validate.py @@ -7,6 +7,7 @@ from sense_keys import unmap_sense_key from wordnet import xml_id_char from collections import Counter +from from_yaml import load def check_symmetry(wn, fix): errors = [] @@ -199,7 +200,8 @@ def is_valid_sense_id(xml_id, synset): def main(): - wn = parse_wordnet("wn.xml") + #wn = parse_wordnet("wn.xml") + wn = load() if len(sys.argv) > 1 and sys.argv[1] == "--fix": fix = True @@ -278,6 +280,8 @@ def main(): instances = set() ilis = set() + wikidatas = set() + definitions = set() for synset in wn.synsets: if synset.id[-1:] != synset.part_of_speech.value: @@ -365,6 +369,11 @@ def main(): if len(defn.text) == 0: print("ERROR: empty definition for %s" % (synset.id)) errors += 1 + if defn.text in definitions: + print("ERROR: duplicate definition for %s (%s)" % (synset.id, defn.text)) + errors += 1 + else: + definitions.add(defn.text) sr_counter = Counter((sr.target, sr.rel_type) for sr in synset.synset_relations) @@ -381,6 +390,12 @@ def main(): else: ilis.add(synset.ili) + if synset.wikidata and synset.wikidata in wikidatas: + print(f"ERROR: QID {synset.wikidata} is duplicated") + errors += 1 + else: + wikidatas.add(synset.wikidata) + for synset in wn.synsets: for sr in synset.synset_relations: if sr.rel_type == SynsetRelType.HYPERNYM: diff --git a/src/deprecations.csv b/src/deprecations.csv index e1a1882e..68bc8a7a 100644 --- a/src/deprecations.csv +++ b/src/deprecations.csv @@ -126,3 +126,75 @@ "ewn-10809460-n","i94174","ewn-10146463-n","i90187","Compositional; use 10146463-n instead (#1068)" "ewn-83000076-n","","ewn-10146463-n","i90187","Compositional (#1068)" "ewn-09938325-n","i88968","ewn-10146463-n","i90187","Compositional (#1068)" +"ewn-14956360-n","i115584","ewn-14749543-n","i114384","Duplicate with wrong lemma (#1128)" +"ewn-92449518-n","","ewn-04220331-n","i58900","Duplicate (#1133)" +"ewn-09555948-n","i86747","ewn-09556053-n","i86748","Duplicate (#1127)" +"ewn-09583555-n","i86901","ewn-10941631-n","i94851","Duplicate (#1127)" +"ewn-09542327-n","i86651","ewn-09544015-n","i86663","Duplicate (#1127)" +"ewn-09549740-n","i86699","ewn-09550841-n","i86709","Duplicate (#1127)" +"ewn-09542327-n","","ewn-09544015-n","i86663","Duplicate (#1127)" +"ewn-09549740-n","","ewn-09550841-n","i86709","Duplicate (#1127)" +"ewn-09616218-n","i87078","ewn-09616022-n","i87077","Duplicate (#1172)" +"ewn-01297864-n","i42176","ewn-00955670-n","i40416","Does not exist (#1172)" +"ewn-08893294-n","i83376","ewn-08891234-n","i83374","Epithet (#1127)" +"ewn-09054580-n","","ewn-09054023-n","i84121","Epithet (#1127)" +"ewn-09020171-n","i83965","ewn-09019857-n","i83964","City is also the country (#1127)" +"ewn-09054580-n","","ewn-09054023-n","i84121","Epithet (#1127)" +"ewn-09020171-n","","ewn-09019857-n","i83964","City is also the country (#1127)" +"ewn-08893163-n","i83375","ewn-08879115-n","i83373","Epithet (#1127)" +"ewn-06780078-n","i72050","ewn-06780303-n","i72051","Duplicate (#1127)" +"ewn-92333128-n","","ewn-08985864-n","","Duplicate (#1127)" +"ewn-92333130-n","","ewn-08986176-n","","Duplicate (#1127)" +"ewn-92333131-n","","ewn-08986325-n","","Duplicate (#1127)" +"ewn-92333132-n","","ewn-08986475-n","","Duplicate (#1127)" +"ewn-92333133-n","","ewn-08986627-n","","Duplicate (#1127)" +"ewn-92333134-n","","ewn-08986776-n","","Duplicate (#1127)" +"ewn-01300469-n","i42189","ewn-01285678-n","i42122","Duplicate (#1127)" +"ewn-14381098-n","i112443","ewn-14104698-n","i110927","Duplicate (#1134)" +"ewn-02025384-v","i31846","ewn-02022224-v","i31831","Duplicate (#1134)" +"ewn-92326409-n","","ewn-07664811-n","i77096","Duplicate (#1134)" +"ewn-12144165-n","i100862","ewn-07819069-n","i78116","Duplicate (#1134)" +"ewn-01743426-v","i30434","ewn-01637966-v","i29918","Duplicate (#1134)" +"ewn-01707783-s","i9334","ewn-01705397-s","i9314","Duplicate (#1134)" +"ewn-02488985-s","i13742","ewn-02179281-s","i11936","Duplicate (#1134)" +"ewn-02463673-s","i13608","ewn-02463536-a","i13607","Duplicate (#1134)" +"ewn-00932330-v","i26262","ewn-00022092-v","i21876","Duplicate (#1134)" +"ewn-00498142-v","i24194","ewn-00158495-v","i22502","Duplicate (#1134)" +"ewn-00179205-v","i22600","ewn-00173351-v","i22577","Duplicate (#1134)" +"ewn-00572673-v","i24606","ewn-00173351-v","i22577","Duplicate (#1134)" +"ewn-86491000-n","","ewn-04771667-n","i62052","Duplicate (#1134)" +"ewn-01409889-v","i28760","ewn-01410030-v","i28761","Duplicate (#1134)" +"ewn-01607363-v","i29771","ewn-01511000-v","i29265","Duplicate (#1134)" +"ewn-07384870-n","i75426","ewn-07377946-n","i75387","Duplicate (#1134)" +"ewn-92363685-n","","ewn-14744853-n","i114358","Duplicate (#1134)" +"ewn-92363714-n","","ewn-14749988-n","i114387","Duplicate (#1134)" +"ewn-92364728-n","","ewn-14927246-n","i115401","Duplicate (#1134)" +"ewn-02228261-v","i32862","ewn-02228837-v","i32865","Duplicate (#1134)" +"ewn-01383926-n","i42585","ewn-01383685-n","i42584","Non-existant (#1134)" +"ewn-01557813-n","i43440","ewn-01550784-n","i43397","Non-existant (#1134)" +"ewn-01739337-n","i44445","ewn-01739210-n","i44444","Non-existant (#1134)" +"ewn-02635917-n","i49561","ewn-02636474-n","i49565","Duplicate (#1134)" +"ewn-02636185-n","i49563","ewn-02636474-n","i49565","Duplicate (#1134)" +"ewn-92315622-n","","ewn-05608025-n","i66342","Duplicate (#1134)" +"ewn-80147706-n","","ewn-09627401-n","i87144","Duplicate (#1134)" +"ewn-82046135-n","","ewn-09914590-n","i88827","Duplicate (#1134)" +"ewn-83218519-n","","ewn-10007754-n","i89371","Duplicate (#1134)" +"ewn-89117996-n","","ewn-81007314-n","","Duplicate (#1134)" +"ewn-08564875-n","i81893","ewn-08564718-n","i81892","Duplicate (#1134)" +"ewn-00093232-r","i18715","ewn-00034576-r","i18337","Duplicate (#1134)" +"ewn-00112752-r","i18849","ewn-00032295-r","i18320","Duplicate (#1134)" +"ewn-00431167-r","i21092","ewn-00032295-r","i18320","Duplicate (#1134)" +"ewn-00228639-r","i19701","ewn-00150568-r","i19142","Duplicate (#1134)" +"ewn-00280604-r","i20097","ewn-00256795-r","i19911","Duplicate (#1134)" +"ewn-00497644-r","i21593","ewn-00046739-r","i18410","Duplicate (#1134)" +"ewn-00497861-r","i21595","ewn-00497722-r","i21594","Duplicate (#1134)" +"ewn-92299200-n","","ewn-02700534-n","i49936","Duplicate (#1134)" +"ewn-92299310-n","","ewn-02719537-n","i50046","Duplicate (#1134)" +"ewn-92302385-n","","ewn-03237120-n","i53116","Duplicate (#1134)" +"ewn-03835818-n","i56630","ewn-03691288-n","i55794","Duplicate (#1134)" +"ewn-13062308-n","i105264","ewn-13059704-n","i105253","Non-existant (#1134)" +"ewn-13067976-n","i105293","ewn-13059704-n","i105253","Non-existant (#1134)" +"ewn-02040664-n","i46092","ewn-02040367-n","i46090","Duplicate (#1134)" +"ewn-02040983-n","i46094","ewn-02040367-n","i46090","Duplicate (#1134)" +"ewn-85556310-n","","ewn-81448123-n","","Duplicate (#1134)" +"ewn-10410299-n","i91815","ewn-"10300973-n,"i91146","Duplicate (#1150)" diff --git a/src/yaml/adj.all.yaml b/src/yaml/adj.all.yaml index 87aeba9d..7eb79c52 100644 --- a/src/yaml/adj.all.yaml +++ b/src/yaml/adj.all.yaml @@ -2222,6 +2222,7 @@ - 08215965-n example: - a newly activated unit + ili: i171 members: - activated partOfSpeech: s @@ -25932,7 +25933,8 @@ ili: i2061 members: - coppery - - copper colored + - copper-colored + - copper-coloured partOfSpeech: s similar: - 00367771-a @@ -27918,8 +27920,6 @@ - having the color of cinnamon ili: i2241 members: - - cinnamon colored - - cinnamon coloured - cinnamon-colored - cinnamon-coloured partOfSpeech: s @@ -53187,6 +53187,7 @@ - a scenic but devious route - a long and circuitous journey by train and boat - a roundabout route avoided rush-hour traffic + ili: i4215 members: - devious - circuitous @@ -101607,7 +101608,7 @@ - 01461111-a 01461461-s: definition: - - (chiefly a direction or description in music) very soft + - (chiefly a direction or description in music) very very soft ili: i7981 members: - pianissimo assai @@ -118591,7 +118592,6 @@ - 01707465-s - 01707559-s - 01707690-s - - 01707783-s - 01707870-s 01705397-s: definition: @@ -118599,6 +118599,8 @@ ili: i9314 members: - bifoliate + - two-leaved + - two-leafed partOfSpeech: s similar: - 01704867-a @@ -118810,16 +118812,6 @@ partOfSpeech: s similar: - 01704867-a -01707783-s: - definition: - - having two leaves - ili: i9334 - members: - - two-leaved - - two-leafed - partOfSpeech: s - similar: - - 01704867-a 01707870-s: definition: - having a single leaf @@ -151952,13 +151944,17 @@ 02179281-s: definition: - divided into two lobes + domain_topic: + - 06076105-n example: - a bilobate leaf + - a bifid petal ili: i11936 members: - bilobate - bilobated - bilobed + - bifid partOfSpeech: s similar: - 02178581-a @@ -172905,24 +172901,13 @@ - not traveled over or through example: - untraveled roads + - an untraversed region ili: i13607 members: - untraveled - untravelled - partOfSpeech: a - similar: - - 02463673-s -02463673-s: - definition: - - not traveled over or through - example: - - an untraversed region - ili: i13608 - members: - untraversed - partOfSpeech: s - similar: - - 02463536-a + partOfSpeech: a 02463784-a: definition: - made neat and tidy by trimming @@ -174653,7 +174638,6 @@ partOfSpeech: a similar: - 02488854-s - - 02488985-s - 02489095-s - 02489516-s - 02489644-s @@ -174690,19 +174674,6 @@ partOfSpeech: s similar: - 02488224-a -02488985-s: - definition: - - divided into two lobes - domain_topic: - - 06076105-n - example: - - a bifid petal - ili: i13742 - members: - - bifid - partOfSpeech: s - similar: - - 02488224-a 02489095-s: definition: - resembling a fork; divided or separated into two branches @@ -183422,6 +183393,7 @@ - 06138021-n members: - undecideable + - undecidable partOfSpeech: s similar: - 01828578-a diff --git a/src/yaml/adv.all.yaml b/src/yaml/adv.all.yaml index 9736a5e3..bcd15709 100644 --- a/src/yaml/adv.all.yaml +++ b/src/yaml/adv.all.yaml @@ -369,7 +369,7 @@ partOfSpeech: r 00007257-r: definition: - - in a fashionable manner + - in a smart manner example: - He was smartly dressed ili: i18192 @@ -1872,12 +1872,19 @@ - a really enjoyable evening - I'm real sorry about it - a rattling good yarn + - a most welcome relief + - there is precious little time left + exemplifies: + - 06332047-n ili: i18320 members: - very - really - real - rattling + - most + - precious + - preciously partOfSpeech: r 00032576-r: definition: @@ -2049,9 +2056,12 @@ - for a short time example: - he was at the airport shortly before she was expected to arrive + - she visited him briefly + - was briefly associated with IBM ili: i18337 members: - shortly + - briefly partOfSpeech: r 00034695-r: definition: @@ -2828,12 +2838,14 @@ - she is super smart - the night was deathly cold - as a child, I was deathly afraid of snakes + - they all were whopping drunk ili: i18410 members: - extremely - exceedingly - super - deathly + - whopping partOfSpeech: r 00046987-r: definition: @@ -3632,7 +3644,7 @@ partOfSpeech: r 00058571-r: definition: - - completely + - in a face down manner example: - he fell flop on his face exemplifies: @@ -3869,7 +3881,7 @@ partOfSpeech: r 00062352-r: definition: - - suddenly + - suddenly as if by a magic trick example: - source: Swift text: Presto! begone! 'tis here again @@ -5977,16 +5989,6 @@ members: - tightly partOfSpeech: r -00093232-r: - definition: - - for a short time - example: - - she visited him briefly - - was briefly associated with IBM - ili: i18715 - members: - - briefly - partOfSpeech: r 00093364-r: definition: - for an instant or moment @@ -7372,17 +7374,6 @@ members: - least of all partOfSpeech: r -00112752-r: - definition: - - very - example: - - a most welcome relief - exemplifies: - - 06332047-n - ili: i18849 - members: - - most - partOfSpeech: r 00112833-r: definition: - without speaking @@ -7917,7 +7908,7 @@ ili: i18901 members: - on the coattails - - one one's coattails + - on one's coattails partOfSpeech: r 00120473-r: definition: @@ -10154,10 +10145,14 @@ - to be nominally but not actually independent - no one actually saw the shark - large meteorites actually come from the asteroid belt + - properly speaking, they are not husband and wife ili: i19142 members: - actually - really + - properly speaking + - strictly speaking + - to be precise partOfSpeech: r 00150802-r: definition: @@ -13316,7 +13311,7 @@ partOfSpeech: r 00194576-r: definition: - - in a compassionate manner + - in a merciful manner example: - he dealt with the thief mercifully ili: i19467 @@ -15571,17 +15566,6 @@ members: - editorially partOfSpeech: r -00228639-r: - definition: - - in actual fact - example: - - properly speaking, they are not husband and wife - ili: i19701 - members: - - properly speaking - - strictly speaking - - to be precise - partOfSpeech: r 00228787-r: definition: - in an abnormal manner @@ -15669,7 +15653,7 @@ partOfSpeech: r 00230033-r: definition: - - in a maladroit manner + - in an inept manner example: - this function is ineptly left to a small voice ili: i19711 @@ -16371,7 +16355,7 @@ partOfSpeech: r 00240008-r: definition: - - in a sympathetic manner + - in a compassionate manner example: - the nurse looked at him pityingly ili: i19782 @@ -17586,10 +17570,13 @@ 00256795-r: definition: - twice a year + example: + - we hold our big sale biannually ili: i19911 members: - semiannually - biyearly + - biannually partOfSpeech: r 00256895-r: definition: @@ -19342,15 +19329,6 @@ - biennially - biyearly partOfSpeech: r -00280604-r: - definition: - - twice a year - example: - - we hold our big sale biannually - ili: i20097 - members: - - biannually - partOfSpeech: r 00280708-r: definition: - in a blank and uncomprehending manner @@ -22843,7 +22821,7 @@ partOfSpeech: r 00337789-r: definition: - - in an incorrect manner + - in a false manner example: - to credit Lister with the first formulation of the basic principle of stratigraphy would be to bestow credit falsely @@ -27239,7 +27217,7 @@ partOfSpeech: r 00407429-r: definition: - - in a meditative manner + - in a musing manner example: - ‘It's funny about that bar,’ he said musingly ili: i20923 @@ -28830,18 +28808,6 @@ members: - precariously partOfSpeech: r -00431167-r: - definition: - - very - example: - - there is precious little time left - exemplifies: - - 06332047-n - ili: i21092 - members: - - precious - - preciously - partOfSpeech: r 00431283-r: definition: - abruptly; in a precipitous manner @@ -29845,7 +29811,7 @@ partOfSpeech: r 00446217-r: definition: - - extremely + - extremely (of drunkness) example: - roaring drunk ili: i21203 @@ -30368,7 +30334,7 @@ partOfSpeech: r 00453945-r: definition: - - completely + - completely and at once example: - he fell sheer into the water ili: i21260 @@ -33441,35 +33407,18 @@ - wherever - wheresoever partOfSpeech: r -00497644-r: - definition: - - to a great extent - example: - - they all were whopping drunk - ili: i21593 - members: - - whopping - partOfSpeech: r 00497722-r: definition: - to or over a great extent or range; far example: - wandered wide through many lands - he traveled widely + - her work is widely known ili: i21594 members: - wide - widely partOfSpeech: r -00497861-r: - definition: - - to a great degree - example: - - her work is widely known - ili: i21595 - members: - - widely - partOfSpeech: r 00497941-r: definition: - with or by a broad space @@ -34229,7 +34178,7 @@ partOfSpeech: r 00508189-r: definition: - - in an alarming manner + - in a fearful manner example: - they were fearfully attacked ili: i21680 diff --git a/src/yaml/entries-a.yaml b/src/yaml/entries-a.yaml index 9dbf90b4..06bd631e 100644 --- a/src/yaml/entries-a.yaml +++ b/src/yaml/entries-a.yaml @@ -5274,7 +5274,7 @@ Albion: variety: US sense: - id: 'albion%1:15:00::' - synset: 08893163-n + synset: 08879115-n Albizia julibrissin: n: sense: @@ -6609,7 +6609,7 @@ Allen key: - value: ˈælən kiː sense: - id: 'allen_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n Allen screw: n: sense: @@ -9452,12 +9452,16 @@ Anas acuta: Anas americana: n: sense: - - id: 'anas_americana%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'anas_americana%1:05:00::' synset: 01851481-n Anas clypeata: n: sense: - - id: 'anas_clypeata%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'anas_clypeata%1:05:00::' synset: 01851617-n Anas crecca: n: @@ -9467,12 +9471,16 @@ Anas crecca: Anas discors: n: sense: - - id: 'anas_discors%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'anas_discors%1:05:00::' synset: 01851094-n Anas penelope: n: sense: - - id: 'anas_penelope%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'anas_penelope%1:05:00::' synset: 01851289-n Anas platyrhynchos: n: @@ -9482,7 +9490,9 @@ Anas platyrhynchos: Anas querquedula: n: sense: - - id: 'anas_querquedula%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'anas_querquedula%1:05:00::' synset: 01851196-n Anas rubripes: n: @@ -9587,6 +9597,26 @@ Anaximenes of Miletus: sense: - id: 'anaximenes_of_miletus%1:18:01::' synset: 10836494-n +Anaxyrus americanus: + n: + sense: + - id: 'anaxyrus_americanus%1:05:00::' + synset: 01649443-n +Anaxyrus canorus: + n: + sense: + - id: 'anaxyrus_canorus%1:05:00::' + synset: 01649821-n +Anaxyrus debilis: + n: + sense: + - id: 'anaxyrus_debilis%1:05:00::' + synset: 01649674-n +Anaxyrus speciosus: + n: + sense: + - id: 'anaxyrus_speciosus%1:05:00::' + synset: 01649944-n Anchorage: n: pronunciation: @@ -10288,7 +10318,7 @@ Anglia: n: sense: - id: 'anglia%1:15:00::' - synset: 08893294-n + synset: 08891234-n Anglian: n: sense: @@ -10892,11 +10922,21 @@ Anne Sexton: sense: - id: 'anne_sexton%1:18:00::' synset: 11314572-n +Anne Stuart: + n: + sense: + - id: 'anne_stuart%1:18:00::' + synset: 10838073-n Anne Sullivan: n: sense: - id: 'anne_sullivan%1:18:00::' synset: 11344423-n +Anne of Great Britain: + n: + sense: + - id: 'anne_of_great_britain%1:18:00::' + synset: 10838073-n Annelida: n: sense: @@ -13269,11 +13309,6 @@ Arcadia: sense: - id: 'arcadia%1:15:00::' synset: 08808205-n -Arcadia Aegypti: - n: - sense: - - id: 'arcadia_aegypti%1:15:01::' - synset: 08808205-n Arcadian: n: sense: @@ -13537,6 +13572,11 @@ Arctic wolf: sense: - id: 'arctic_wolf%1:05:00::' synset: 02117200-n +Arcticonus thibetanus: + n: + sense: + - id: 'arcticonus_thibetanus%1:05:00::' + synset: 02136356-n Arctictis: n: sense: @@ -14054,14 +14094,14 @@ Arhant: n: sense: - id: 'arhant%1:18:00::' - synset: 09555948-n + synset: 09556053-n Arhat: n: pronunciation: - value: ˈɑːhæt sense: - id: 'arhat%1:18:00::' - synset: 09555948-n + synset: 09556053-n Arhus: n: sense: @@ -14088,6 +14128,13 @@ Arianism: - 'arianist%1:18:00::' id: 'arianism%1:09:00::' synset: 06197491-n +Arianist: + n: + sense: + - derivation: + - 'arianism%1:09:00::' + id: 'arianist%1:18:00::' + synset: 09827032-n Arianrhod: n: sense: @@ -32348,7 +32395,7 @@ adesite: n: sense: - id: 'adesite%1:27:00::' - synset: 14956360-n + synset: 14749543-n adhere: v: pronunciation: @@ -34942,11 +34989,6 @@ advance: subcat: - vtai synset: 00877337-v - - id: 'advance%2:30:08::' - subcat: - - vtai - - vtii - synset: 00498142-v - derivation: - 'advance%1:11:01::' event: @@ -35032,6 +35074,11 @@ advance: - vii - vtii synset: 00158030-v + - id: 'advance%2:30:08::' + subcat: + - vtai + - vtii + synset: 00158495-v advance death benefit: n: sense: @@ -43659,10 +43706,10 @@ algorithmic rule: sense: - id: 'algorithmic_rule%1:09:00::' synset: 05855965-n -alhamdulilah: +alhamdulillah: n: sense: - - id: 'alhamdulilah%1:10:01::' + - id: 'alhamdulillah%1:10:01::' synset: 90011161-n alias: n: @@ -47036,7 +47083,7 @@ alpha-Fe: n: sense: - id: 'alpha-fe%1:27:01::' - synset: 92363685-n + synset: 14744853-n alpha-Terpinene: n: sense: @@ -47076,7 +47123,7 @@ alpha-ferrite: n: sense: - id: 'alpha-ferrite%1:27:01::' - synset: 92363685-n + synset: 14744853-n alpha-interferon: n: sense: @@ -59572,7 +59619,7 @@ anti-ballistic missile: n: sense: - id: 'anti-ballistic_missile%1:06:01::' - synset: 92299310-n + synset: 02719537-n anti-democracy: n: sense: @@ -69142,13 +69189,6 @@ arial mosaic: sense: - id: 'arial_mosaic%1:06:00::' synset: 03793437-n -arianist: - n: - sense: - - derivation: - - 'arianism%1:09:00::' - id: 'arianist%1:18:00::' - synset: 09827032-n arid: a: pronunciation: diff --git a/src/yaml/entries-b.yaml b/src/yaml/entries-b.yaml index eb7b4f56..f8fcc06b 100644 --- a/src/yaml/entries-b.yaml +++ b/src/yaml/entries-b.yaml @@ -724,6 +724,11 @@ Baedeker: sense: - id: 'baedeker%1:18:00::' synset: 10850599-n +Baeolophus bicolor: + n: + sense: + - id: 'baeolophus_bicolor%1:05:00::' + synset: 01595028-n Baffin Bay: n: sense: @@ -2800,8 +2805,6 @@ Battle of Kwajalein: Battle of Lake Trasimene: n: sense: - - id: 'battle_of_lake_trasimene%1:04:01::' - synset: 01300469-n - id: 'battle_of_lake_trasimene%1:04:02::' synset: 01285678-n Battle of Lake Trasimenus: @@ -2989,8 +2992,6 @@ Battle of the Somme: sense: - id: 'battle_of_the_somme%1:04:02::' synset: 01298019-n - - id: 'battle_of_the_somme%1:04:01::' - synset: 01297864-n Battle of the Spanish Armada: n: sense: @@ -10378,7 +10379,9 @@ Bufferin: Bufo americanus: n: sense: - - id: 'bufo_americanus%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'bufo_americanus%1:05:00::' synset: 01649443-n Bufo boreas: n: @@ -10398,12 +10401,16 @@ Bufo calamita: Bufo canorus: n: sense: - - id: 'bufo_canorus%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'bufo_canorus%1:05:00::' synset: 01649821-n Bufo debilis: n: sense: - - id: 'bufo_debilis%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'bufo_debilis%1:05:00::' synset: 01649674-n Bufo marinus: n: @@ -10418,18 +10425,27 @@ Bufo microscaphus: Bufo speciosus: n: sense: - - id: 'bufo_speciosus%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'bufo_speciosus%1:05:00::' synset: 01649944-n Bufo viridis: n: sense: - - id: 'bufo_viridis%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'bufo_viridis%1:05:00::' synset: 01649543-n Bufonidae: n: sense: - id: 'bufonidae%1:05:00::' synset: 01648275-n +Bufotes viridis: + n: + sense: + - id: 'bufotes_viridis%1:05:00::' + synset: 01649543-n Buganda: n: sense: @@ -19515,8 +19531,6 @@ barleycorn: - value: ˈbɑː(ɹ)liˌkɔː(ɹ)n variety: GB sense: - - id: 'barleycorn%1:20:00::' - synset: 12144165-n - id: 'barleycorn%1:13:00::' synset: 07819069-n barm: @@ -21349,6 +21363,11 @@ basinful: sense: - id: 'basinful%1:23:00::' synset: 13787226-n +basionym: + n: + sense: + - id: 'basionym%1:10:00::' + synset: 82526070-n basipetal: a: sense: @@ -21603,6 +21622,11 @@ basking shark: sense: - id: 'basking_shark%1:05:00::' synset: 01488120-n +basonym: + n: + sense: + - id: 'basonym%1:10:00::' + synset: 82526070-n basophil: n: pronunciation: @@ -22172,6 +22196,11 @@ basuco: sense: - id: 'basuco%1:06:00::' synset: 02809459-n +basyonym: + n: + sense: + - id: 'basyonym%1:10:00::' + synset: 82526070-n bat: n: pronunciation: @@ -23339,7 +23368,7 @@ battle of Trasimeno: n: sense: - id: 'battle_of_trasimeno%1:04:00::' - synset: 01300469-n + synset: 01285678-n battle of Valmy: n: sense: @@ -33320,7 +33349,7 @@ biannually: - id: 'biannually%4:02:00::' pertainym: - biannual%5:00:00:periodic:00 - synset: 00280604-r + synset: 00256795-r bias: a: pronunciation: @@ -34276,8 +34305,8 @@ biff: bifid: a: sense: - - id: bifid%5:00:00:divided:00 - synset: 02488985-s + - id: bifid%5:00:00:compound:00 + synset: 02179281-s bifilar: a: sense: @@ -52372,11 +52401,6 @@ boost: - vtia - vtii synset: 02560630-v - - id: 'boost%2:30:00::' - subcat: - - vtai - - vtii - synset: 00498142-v - by_means_of: - 'booster%1:06:01::' derivation: @@ -52388,6 +52412,11 @@ boost: subcat: - vtai-pp synset: 01518703-v + - id: 'boost%2:30:00::' + subcat: + - vtai + - vtii + synset: 00158495-v boost up: v: sense: @@ -61716,14 +61745,14 @@ briefly: pronunciation: - value: ˈbɹiːfli sense: - - id: 'briefly%4:02:00::' - pertainym: - - brief%5:00:00:short:02 - synset: 00093232-r - id: 'briefly%4:02:03::' pertainym: - brief%5:00:00:concise:00 synset: 00291174-r + - id: 'briefly%4:02:00::' + pertainym: + - brief%5:00:00:short:02 + synset: 00034576-r briefness: n: sense: diff --git a/src/yaml/entries-c.yaml b/src/yaml/entries-c.yaml index 93d05caa..9f6d25d5 100644 --- a/src/yaml/entries-c.yaml +++ b/src/yaml/entries-c.yaml @@ -6150,7 +6150,9 @@ Cebidae: Cebion: n: sense: - - id: 'cebion%1:06:01::' + - exemplifies: + - 'trademark%1:10:00::' + id: 'cebion%1:06:01::' synset: 92460019-n Cebu: n: @@ -7607,6 +7609,11 @@ Chaetodipterus faber: sense: - id: 'chaetodipterus_faber%1:05:00::' synset: 02607584-n +Chaetodipus hispidus: + n: + sense: + - id: 'chaetodipus_hispidus%1:05:00::' + synset: 02352209-n Chaetodontidae: n: sense: @@ -8359,11 +8366,6 @@ Charles Dodgson: sense: - id: 'charles_dodgson%1:18:00::' synset: 10903813-n -Charles Dudley Warner: - n: - sense: - - id: 'charles_dudley_warner%1:18:00::' - synset: 11394584-n Charles Eames: n: sense: @@ -8500,6 +8502,16 @@ Charles II of England: sense: - id: 'charles_ii_of_england%1:18:01::' synset: 10912538-n +Charles III: + n: + sense: + - id: 'charles_iii%1:18:00::' + synset: 10912168-n +Charles III of England: + n: + sense: + - id: 'charles_iii_of_england%1:18:00::' + synset: 10912168-n Charles IX: n: sense: @@ -8809,11 +8821,6 @@ Charlotte Perkins Gilman: sense: - id: 'charlotte_perkins_gilman%1:18:01::' synset: 11020345-n -Charlotte de Rothschild: - n: - sense: - - id: 'charlotte_de_rothschild%1:18:01::' - synset: 11292405-n Charlottetown: n: sense: @@ -13685,6 +13692,11 @@ Coelenterata: sense: - id: 'coelenterata%1:05:00::' synset: 01911752-n +Coelodonta antiquitatis: + n: + sense: + - id: 'coelodonta_antiquitatis%1:05:00::' + synset: 02395207-n Coeloglossum: n: sense: @@ -16186,6 +16198,11 @@ Cornishwoman: sense: - id: 'cornishwoman%1:18:00::' synset: 09723328-n +Cornu aspersum: + n: + sense: + - id: 'cornu_aspersum%1:05:00::' + synset: 01947784-n Cornus: n: sense: @@ -17542,6 +17559,8 @@ Crna Gora: sense: - id: 'crna_gora%1:15:00::' synset: 08835087-n + - id: 'crna_gora%1:15:01::' + synset: 86097949-n Cro-magnon: n: sense: @@ -18681,6 +18700,11 @@ Currier: sense: - id: 'currier%1:18:01::' synset: 10938110-n +Curruca communis: + n: + sense: + - id: 'curruca_communis%1:05:00::' + synset: 01567555-n Cursorius: n: sense: @@ -18806,6 +18830,11 @@ Cyamus: sense: - id: 'cyamus%1:05:00::' synset: 01996368-n +Cyanistes caeruleus: + n: + sense: + - id: 'cyanistes_caeruleus%1:05:00::' + synset: 01595335-n Cyanocitta: n: sense: @@ -28866,11 +28895,6 @@ capital of Sierra Leone: sense: - id: 'capital_of_sierra_leone%1:15:00::' synset: 09019502-n -capital of Singapore: - n: - sense: - - id: 'capital_of_singapore%1:15:00::' - synset: 09020171-n capital of Slovakia: n: sense: @@ -32254,7 +32278,7 @@ career woman: n: sense: - id: 'career_woman%1:18:00::' - synset: 82046135-n + synset: 09914590-n careerism: n: sense: @@ -36812,6 +36836,8 @@ cat: synset: 02986962-n - id: 'cat%1:05:02::' synset: 02130460-n + - id: 'cat%1:05:03::' + synset: 02123649-n v: form: - catted @@ -48500,7 +48526,7 @@ charman: n: sense: - id: 'charman%1:18:01::' - synset: 85556310-n + synset: 81448123-n charmed: a: pronunciation: @@ -54886,7 +54912,7 @@ choana: n: sense: - id: 'choana%1:08:01::' - synset: 92315622-n + synset: 05608025-n choanocyte: n: sense: @@ -58823,16 +58849,6 @@ cinnamon bun: sense: - id: 'cinnamon_bun%1:13:00::' synset: 07708793-n -cinnamon colored: - a: - sense: - - id: cinnamon_colored%5:00:00:colored:00 - synset: 00398019-s -cinnamon coloured: - a: - sense: - - id: cinnamon_coloured%5:00:00:colored:00 - synset: 00398019-s cinnamon fern: n: sense: @@ -89403,8 +89419,8 @@ condensation: synset: 11466338-n - derivation: - 'condense%2:30:06::' - - 'condense%2:30:05::' - 'condense%2:30:04::' + - 'condense%2:30:05::' id: 'condensation%1:11:00::' synset: 07327841-n - derivation: @@ -89549,8 +89565,8 @@ condensing: sense: - derivation: - 'condense%2:30:07::' - - 'condense%2:30:05::' - 'condense%2:30:03::' + - 'condense%2:30:05::' id: 'condensing%1:04:00::' synset: 00358506-n condensing turbine: @@ -102769,11 +102785,6 @@ copper color: sense: - id: 'copper_color%1:07:00::' synset: 04980936-n -copper colored: - a: - sense: - - id: copper_colored%5:00:00:chromatic:00 - synset: 00374555-s copper glance: n: sense: @@ -102836,6 +102847,20 @@ copper-bottomed: sense: - id: copper-bottomed%5:00:00:bottomed:00 synset: 02451790-s +copper-colored: + s: + sense: + - exemplifies: + - 'american_spelling%1:10:01::' + id: copper-colored%5:00:00:chromatic:00 + synset: 00374555-s +copper-coloured: + s: + sense: + - exemplifies: + - 'british_spelling%1:10:01::' + id: copper-coloured%5:00:00:chromatic:00 + synset: 00374555-s copperhead: n: sense: @@ -104456,11 +104481,6 @@ corn syrup: sense: - id: 'corn_syrup%1:13:00::' synset: 07876524-n -corn tash: - n: - sense: - - id: 'corn_tash%1:13:00::' - synset: 07704010-n corn whiskey: n: sense: @@ -109521,8 +109541,6 @@ counterwoman: sense: - id: 'counterwoman%1:18:01::' synset: 81007314-n - - id: 'counterwoman%1:18:02::' - synset: 89117996-n countess: n: pronunciation: @@ -109761,7 +109779,7 @@ county town: n: sense: - id: 'county_town%1:15:00::' - synset: 08564875-n + synset: 08564718-n countywide: a: sense: @@ -116699,7 +116717,9 @@ crimping iron: crimping pliers: n: sense: - - id: 'crimping_pliers%1:06:01::' + - exemplifies: + - 'plural%1:10:00::' + id: 'crimping_pliers%1:06:01::' synset: 92460209-n crimson: a: @@ -117677,10 +117697,10 @@ crocodilian reptile: sense: - id: 'crocodilian_reptile%1:05:00::' synset: 01699274-n -crocolite: +crocoite: n: sense: - - id: 'crocolite%1:27:00::' + - id: 'crocoite%1:27:00::' synset: 14697193-n crocus: n: diff --git a/src/yaml/entries-d.yaml b/src/yaml/entries-d.yaml index cdf88976..7fd9f802 100644 --- a/src/yaml/entries-d.yaml +++ b/src/yaml/entries-d.yaml @@ -1011,7 +1011,7 @@ Damon and Pythias: n: sense: - id: 'damon_and_pythias%1:18:00::' - synset: 09583555-n + synset: 10941631-n Dana: n: sense: @@ -6363,6 +6363,11 @@ Drynaria rigidula: sense: - id: 'drynaria_rigidula%1:20:00::' synset: 13196580-n +Dryophytes arenicolor: + n: + sense: + - id: 'dryophytes_arenicolor%1:05:00::' + synset: 01653700-n Dryopithecus: n: sense: @@ -6612,7 +6617,7 @@ Duke of Edinburgh: n: sense: - id: 'duke_of_edinburgh%1:18:00::' - synset: 11252465-n + synset: 87460721-n Duke of Lancaster: n: sense: @@ -6632,7 +6637,7 @@ Duke of Windsor: n: sense: - id: 'duke_of_windsor%1:18:00::' - synset: 10971689-n + synset: 85994344-n Dulles: n: sense: @@ -7831,7 +7836,7 @@ dairywoman: n: sense: - id: 'dairywoman%1:18:00::' - synset: 83218519-n + synset: 10007754-n dais: n: pronunciation: @@ -14604,11 +14609,6 @@ decent: sense: - id: 'decent%4:02:00::' synset: 00197608-r -decentalisation: - n: - sense: - - id: 'decentalisation%1:22:00::' - synset: 13478354-n decentering: n: sense: @@ -14638,6 +14638,8 @@ decentralisation: - 'australian_spelling%1:10:01::' id: 'decentralisation%1:04:00::' synset: 01240623-n + - id: 'decentralisation%1:22:00::' + synset: 13478354-n decentralise: v: pronunciation: @@ -60701,7 +60703,7 @@ drain system: n: sense: - id: 'drain_system%1:06:01::' - synset: 92302385-n + synset: 03237120-n drain the cup: v: sense: @@ -60743,7 +60745,7 @@ drainage well: n: sense: - id: 'drainage_well%1:06:01::' - synset: 92302385-n + synset: 03237120-n drainboard: n: sense: diff --git a/src/yaml/entries-e.yaml b/src/yaml/entries-e.yaml index cdbfc234..ff89ae86 100644 --- a/src/yaml/entries-e.yaml +++ b/src/yaml/entries-e.yaml @@ -28046,7 +28046,9 @@ entry word: entryphone: n: sense: - - id: 'entryphone%1:06:01::' + - exemplifies: + - 'trademark%1:10:00::' + id: 'entryphone%1:06:01::' synset: 92448672-n entryway: n: @@ -37385,7 +37387,7 @@ evocation: n: sense: - derivation: - - 'evoke%2:32:01::' + - 'evoke%2:29:03::' id: 'evocation%1:09:00::' synset: 05777830-n - derivation: @@ -37402,7 +37404,7 @@ evocative: sense: - derivation: - 'evoke%2:37:00::' - - 'evoke%2:32:01::' + - 'evoke%2:29:03::' id: evocative%5:00:00:mindful:00 synset: 01984733-s evoke: @@ -37449,10 +37451,10 @@ evoke: - 'evocation%1:09:00::' event: - 'evocation%1:09:00::' - id: 'evoke%2:32:01::' + id: 'evoke%2:29:03::' subcat: - vtii - synset: 00932330-v + synset: 00022092-v evoked: a: sense: diff --git a/src/yaml/entries-f.yaml b/src/yaml/entries-f.yaml index 93362144..ff819ec4 100644 --- a/src/yaml/entries-f.yaml +++ b/src/yaml/entries-f.yaml @@ -1456,7 +1456,9 @@ Felis: Felis bengalensis: n: sense: - - id: 'felis_bengalensis%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'felis_bengalensis%1:05:00::' synset: 02128969-n Felis catus: n: @@ -1481,7 +1483,9 @@ Felis domesticus: Felis manul: n: sense: - - id: 'felis_manul%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'felis_manul%1:05:00::' synset: 02129439-n Felis ocreata: n: @@ -1491,12 +1495,16 @@ Felis ocreata: Felis onca: n: sense: - - id: 'felis_onca%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'felis_onca%1:05:00::' synset: 02131577-n Felis pardalis: n: sense: - - id: 'felis_pardalis%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'felis_pardalis%1:05:00::' synset: 02128146-n Felis serval: n: @@ -8526,12 +8534,6 @@ fall: - 'fall%2:41:02::' id: 'fall%1:11:01::' synset: 07442328-n - - antonym: - - 'rise%1:11:02::' - derivation: - - 'fall%2:38:00::' - id: 'fall%1:11:04::' - synset: 07384870-n - derivation: - 'fall%2:41:00::' - 'fall%2:40:05::' @@ -8551,6 +8553,12 @@ fall: - 'fall%2:30:06::' id: 'fall%1:07:00::' synset: 05119135-n + - antonym: + - 'rise%1:11:02::' + derivation: + - 'fall%2:38:00::' + id: 'fall%1:11:04::' + synset: 07377946-n v: form: - fallen @@ -15783,10 +15791,10 @@ family Trionychidae: sense: - id: 'family_trionychidae%1:05:00::' synset: 01674515-n -family Triopidae: +family Triopsidae: n: sense: - - id: 'family_triopidae%1:05:00::' + - id: 'family_triopsidae%1:05:00::' synset: 01998629-n family Trochilidae: n: @@ -23308,7 +23316,7 @@ ferrite: - id: 'ferrite%1:27:00::' synset: 14883352-n - id: 'ferrite%1:27:01::' - synset: 92363685-n + synset: 14744853-n ferritin: n: sense: @@ -32171,7 +32179,9 @@ fishnet: fishnet stockings: n: sense: - - id: 'fishnet_stockings%1:06:01::' + - exemplifies: + - 'plural%1:10:00::' + id: 'fishnet_stockings%1:06:01::' synset: 92464059-n fishpaste: n: @@ -53621,10 +53631,10 @@ friend of the court: sense: - id: 'friend_of_the_court%1:18:00::' synset: 09807678-n -friend with benefit: +friend with benefits: n: sense: - - id: 'friend_with_benefit%1:18:01::' + - id: 'friend_with_benefits%1:18:01::' synset: 91001301-n friendless: a: diff --git a/src/yaml/entries-g.yaml b/src/yaml/entries-g.yaml index ea22e065..0b79b7a6 100644 --- a/src/yaml/entries-g.yaml +++ b/src/yaml/entries-g.yaml @@ -4511,6 +4511,11 @@ Giuseppe Balsamo: sense: - id: 'giuseppe_balsamo%1:18:00::' synset: 10898424-n +Giuseppe Fortunino Francesco Verdi: + n: + sense: + - id: 'giuseppe_fortunino_francesco_verdi%1:18:00::' + synset: 11383015-n Giuseppe Garibaldi: n: sense: @@ -7781,6 +7786,16 @@ Guayaquil: sense: - id: 'guayaquil%1:15:00::' synset: 08794982-n +Guaíra: + n: + sense: + - id: 'guaíra%1:17:00::' + synset: 09453320-n +Guaíra Falls: + n: + sense: + - id: 'guaíra_falls%1:17:00::' + synset: 09453320-n Guenevere: n: sense: @@ -7982,16 +7997,6 @@ Guinness: synset: 11039265-n - id: 'guinness%1:13:00::' synset: 07906515-n -Guiseppe Fortunino Francesco Verdi: - n: - sense: - - id: 'guiseppe_fortunino_francesco_verdi%1:18:00::' - synset: 11383015-n -Guiseppe Guarneri: - n: - sense: - - id: 'guiseppe_guarneri%1:18:00::' - synset: 11037983-n Gujarat: n: sense: @@ -8593,15 +8598,15 @@ Gymnasium: sense: - id: 'gymnasium%1:14:00::' synset: 08301402-n -Gymnelis: +Gymnelus: n: sense: - - id: 'gymnelis%1:05:00::' + - id: 'gymnelus%1:05:00::' synset: 02620319-n -Gymnelis viridis: +Gymnelus viridis: n: sense: - - id: 'gymnelis_viridis%1:05:00::' + - id: 'gymnelus_viridis%1:05:00::' synset: 02620449-n Gymnocalycium: n: @@ -15136,7 +15141,7 @@ generalisability: - derivation: - 'generalise%2:32:01::' id: 'generalisability%1:07:00::' - synset: 86491000-n + synset: 04771667-n generalisation: n: sense: @@ -15251,7 +15256,7 @@ generalizability: - derivation: - 'generalize%2:32:00::' id: 'generalizability%1:07:00::' - synset: 86491000-n + synset: 04771667-n generalization: n: sense: @@ -24252,10 +24257,10 @@ genus Gymnadeniopsis: sense: - id: 'genus_gymnadeniopsis%1:20:00::' synset: 12085315-n -genus Gymnelis: +genus Gymnelus: n: sense: - - id: 'genus_gymnelis%1:05:00::' + - id: 'genus_gymnelus%1:05:00::' synset: 02620319-n genus Gymnocalycium: n: @@ -24392,11 +24397,6 @@ genus Halcyon: sense: - id: 'genus_halcyon%1:05:00::' synset: 01831038-n -genus Haldea: - n: - sense: - - id: 'genus_haldea%1:05:00::' - synset: 01739337-n genus Halenia: n: sense: @@ -26333,7 +26333,7 @@ genus Lobipes: n: sense: - id: 'genus_lobipes%1:05:00::' - synset: 02040664-n + synset: 02040367-n genus Lobotes: n: sense: @@ -27693,7 +27693,7 @@ genus Muscivora: n: sense: - id: 'genus_muscivora%1:05:00::' - synset: 01557813-n + synset: 01550784-n genus Musophaga: n: sense: @@ -28861,11 +28861,6 @@ genus Paliurus: sense: - id: 'genus_paliurus%1:20:00::' synset: 13164403-n -genus Palometa: - n: - sense: - - id: 'genus_palometa%1:05:00::' - synset: 02636185-n genus Pan: n: sense: @@ -28916,11 +28911,6 @@ genus Papio: sense: - id: 'genus_papio%1:05:00::' synset: 02489196-n -genus Paprilus: - n: - sense: - - id: 'genus_paprilus%1:05:00::' - synset: 02636474-n genus Paracheirodon: n: sense: @@ -29201,6 +29191,11 @@ genus Peperomia: sense: - id: 'genus_peperomia%1:20:00::' synset: 13171518-n +genus Peprilus: + n: + sense: + - id: 'genus_peprilus%1:05:00::' + synset: 02636474-n genus Perca: n: sense: @@ -30408,11 +30403,6 @@ genus Porcellio: sense: - id: 'genus_porcellio%1:05:00::' synset: 01994767-n -genus Poronotus: - n: - sense: - - id: 'genus_poronotus%1:05:00::' - synset: 02635917-n genus Porphyra: n: sense: @@ -32789,7 +32779,7 @@ genus Steganopus: n: sense: - id: 'genus_steganopus%1:05:00::' - synset: 02040983-n + synset: 02040367-n genus Stegosaurus: n: sense: @@ -34460,6 +34450,11 @@ genus Virgilia: sense: - id: 'genus_virgilia%1:20:00::' synset: 12600341-n +genus Virginia: + n: + sense: + - id: 'genus_virginia%1:05:00::' + synset: 01739210-n genus Viscum: n: sense: diff --git a/src/yaml/entries-h.yaml b/src/yaml/entries-h.yaml index 0aa8ea4c..292062ef 100644 --- a/src/yaml/entries-h.yaml +++ b/src/yaml/entries-h.yaml @@ -833,11 +833,6 @@ Haldane: synset: 11042665-n - id: 'haldane%1:18:00::' synset: 11042461-n -Haldea: - n: - sense: - - id: 'haldea%1:05:00::' - synset: 01739337-n Haldea striatula: n: sense: @@ -2034,6 +2029,11 @@ Harry Lillis Crosby: sense: - id: 'harry_lillis_crosby%1:18:00::' synset: 10936483-n +Harry Morris Warner: + n: + sense: + - id: 'harry_morris_warner%1:18:00::' + synset: 11394584-n Harry S Truman: n: sense: @@ -3209,7 +3209,9 @@ Helix: Helix aspersa: n: sense: - - id: 'helix_aspersa%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'helix_aspersa%1:05:00::' synset: 01947784-n Helix hortensis: n: @@ -3465,7 +3467,7 @@ Helvetia: n: sense: - id: 'helvetia%1:15:00::' - synset: 09054580-n + synset: 09054023-n Helvetian: n: sense: @@ -5889,7 +5891,9 @@ Hirundo: Hirundo nigricans: n: sense: - - id: 'hirundo_nigricans%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'hirundo_nigricans%1:05:00::' synset: 01597809-n Hirundo pyrrhonota: n: @@ -8303,7 +8307,9 @@ Hyades: Hyaena brunnea: n: sense: - - id: 'hyaena_brunnea%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'hyaena_brunnea%1:05:00::' synset: 02120298-n Hyaena hyaena: n: @@ -8685,7 +8691,9 @@ Hyla: Hyla arenicolor: n: sense: - - id: 'hyla_arenicolor%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'hyla_arenicolor%1:05:00::' synset: 01653700-n Hyla crucifer: n: @@ -9830,6 +9838,11 @@ haematic: pertainym: - 'blood%1:08:00::' synset: 02861368-a +haematin: + n: + sense: + - id: 'haematin%1:27:00::' + synset: 15049564-n haematinic: n: sense: @@ -9894,11 +9907,6 @@ haematogenic: pertainym: - 'haematogenesis%1:22:00::' synset: 02750332-a -haematohiston: - n: - sense: - - id: 'haematohiston%1:27:00::' - synset: 15050509-n haematoidin: n: sense: @@ -9970,11 +9978,6 @@ haemic: pertainym: - 'blood%1:08:00::' synset: 02861368-a -haemitin: - n: - sense: - - id: 'haemitin%1:27:00::' - synset: 15049564-n haemodialysis: n: form: @@ -23177,10 +23180,10 @@ hellfire: sense: - id: 'hellfire%1:09:00::' synset: 05638192-n -hellgrammiate: +hellgrammite: n: sense: - - id: 'hellgrammiate%1:05:00::' + - id: 'hellgrammite%1:05:00::' synset: 02268921-n hellhole: n: @@ -23821,11 +23824,6 @@ hematogenic: pertainym: - 'hematogenesis%1:22:00::' synset: 02750332-a -hematohiston: - n: - sense: - - id: 'hematohiston%1:27:00::' - synset: 15050509-n hematoidin: n: sense: @@ -26723,7 +26721,7 @@ hex key: n: sense: - id: 'hex_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n hex nut: n: sense: diff --git a/src/yaml/entries-i.yaml b/src/yaml/entries-i.yaml index 8b07c39e..c4163545 100644 --- a/src/yaml/entries-i.yaml +++ b/src/yaml/entries-i.yaml @@ -1400,12 +1400,12 @@ Inbus key: n: sense: - id: 'inbus_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n Inbus wrench: n: sense: - id: 'inbus_wrench%1:06:01::' - synset: 92299200-n + synset: 02700534-n Inca: n: pronunciation: @@ -34434,7 +34434,7 @@ internal nostril: n: sense: - id: 'internal_nostril%1:08:01::' - synset: 92315622-n + synset: 05608025-n internal organ: n: sense: diff --git a/src/yaml/entries-j.yaml b/src/yaml/entries-j.yaml index 229853f2..94e6aa0d 100644 --- a/src/yaml/entries-j.yaml +++ b/src/yaml/entries-j.yaml @@ -4808,15 +4808,11 @@ Johor: sense: - id: 'johor%1:15:00::' synset: 08986776-n - - id: 'johor%1:15:01::' - synset: 92333134-n Johore: n: sense: - id: 'johore%1:15:00::' synset: 08986776-n - - id: 'johore%1:15:01::' - synset: 92333134-n Joint Chiefs: n: sense: @@ -5119,11 +5115,6 @@ Josef Hoffmann: sense: - id: 'josef_hoffmann%1:18:00::' synset: 11075149-n -Josef Michel Montgolfier: - n: - sense: - - id: 'josef_michel_montgolfier%1:18:00::' - synset: 11207920-n Josef von Sternberg: n: sense: @@ -5293,6 +5284,11 @@ Joseph McCarthy: sense: - id: 'joseph_mccarthy%1:18:00::' synset: 11187585-n +Joseph Michel Montgolfier: + n: + sense: + - id: 'joseph_michel_montgolfier%1:18:00::' + synset: 11207920-n Joseph Oliver: n: sense: diff --git a/src/yaml/entries-k.yaml b/src/yaml/entries-k.yaml index 252f498c..e8325538 100644 --- a/src/yaml/entries-k.yaml +++ b/src/yaml/entries-k.yaml @@ -125,7 +125,7 @@ Ka: n: sense: - id: 'ka%1:18:00::' - synset: 09549740-n + synset: 09550841-n Kaaba: n: pronunciation: @@ -1566,8 +1566,6 @@ Kedah: sense: - id: 'kedah%1:15:00::' synset: 08986627-n - - id: 'kedah%1:15:01::' - synset: 92333133-n Keflex: n: sense: @@ -1626,8 +1624,6 @@ Kelantan: sense: - id: 'kelantan%1:15:00::' synset: 08986475-n - - id: 'kelantan%1:15:01::' - synset: 92333132-n Keller: n: sense: @@ -7977,10 +7973,6 @@ kill: subcat: - vtai synset: 01410030-v - - id: 'kill%2:35:05::' - subcat: - - vtai - synset: 01409889-v - derivation: - 'kill%1:04:00::' event: diff --git a/src/yaml/entries-l.yaml b/src/yaml/entries-l.yaml index cfc17651..f5602ee2 100644 --- a/src/yaml/entries-l.yaml +++ b/src/yaml/entries-l.yaml @@ -3822,6 +3822,11 @@ Leonurus cardiaca: sense: - id: 'leonurus_cardiaca%1:20:00::' synset: 12872229-n +Leopardus pardalis: + n: + sense: + - id: 'leopardus_pardalis%1:05:00::' + synset: 02128146-n Leopold Antoni Stanislaw Stokowski: n: sense: @@ -6072,6 +6077,36 @@ Lithane: sense: - id: 'lithane%1:27:00::' synset: 14966022-n +Lithobates catesbeianus: + n: + sense: + - id: 'lithobates_catesbeianus%1:05:00::' + synset: 01644218-n +Lithobates clamitans: + n: + sense: + - id: 'lithobates_clamitans%1:05:00::' + synset: 01644380-n +Lithobates palustris: + n: + sense: + - id: 'lithobates_palustris%1:05:00::' + synset: 01644898-n +Lithobates pipiens: + n: + sense: + - id: 'lithobates_pipiens%1:05:00::' + synset: 01644032-n +Lithobates sylvaticus: + n: + sense: + - id: 'lithobates_sylvaticus%1:05:00::' + synset: 01643847-n +Lithobates tarahumarae: + n: + sense: + - id: 'lithobates_tarahumarae%1:05:00::' + synset: 01645032-n Lithocarpus: n: sense: @@ -6473,6 +6508,11 @@ Lobata: sense: - id: 'lobata%1:05:00::' synset: 01923857-n +Lobatus gigas: + n: + sense: + - id: 'lobatus_gigas%1:05:00::' + synset: 01946759-n Lobelia cardinalis: n: sense: @@ -6504,7 +6544,7 @@ Lobipes: n: sense: - id: 'lobipes%1:05:00::' - synset: 02040664-n + synset: 02040367-n Lobipes lobatus: n: sense: @@ -9515,7 +9555,9 @@ Lysippus: Lysoform: n: sense: - - id: 'lysoform%1:06:01::' + - exemplifies: + - 'trademark%1:10:00::' + id: 'lysoform%1:06:01::' synset: 92433720-n Lysol: n: @@ -36612,11 +36654,6 @@ loft: subcat: - vtai synset: 02287097-v - - id: 'loft%2:35:00::' - subcat: - - vtai - - vtai-pp - synset: 01607363-v - id: 'loft%2:35:01::' subcat: - vtai @@ -36625,6 +36662,11 @@ loft: subcat: - via synset: 00713249-v + - id: 'loft%2:35:00::' + subcat: + - vtai + - vtai-pp + synset: 01511000-v loft bombing: n: sense: @@ -37339,7 +37381,7 @@ lohan: n: sense: - id: 'lohan%1:18:00::' - synset: 09555948-n + synset: 09556053-n loin: n: pronunciation: diff --git a/src/yaml/entries-m.yaml b/src/yaml/entries-m.yaml index 943d263a..edc6154a 100644 --- a/src/yaml/entries-m.yaml +++ b/src/yaml/entries-m.yaml @@ -2478,7 +2478,7 @@ Mama: variety: GB sense: - id: 'mama%1:18:02::' - synset: 09542327-n + synset: 09544015-n Mamet: n: sense: @@ -3704,6 +3704,16 @@ Marduk: sense: - id: 'marduk%1:18:00::' synset: 09542423-n +Mareca americana: + n: + sense: + - id: 'mareca_americana%1:05:00::' + synset: 01851481-n +Mareca penelope: + n: + sense: + - id: 'mareca_penelope%1:05:00::' + synset: 01851289-n Marengo: n: sense: @@ -8648,11 +8658,6 @@ Michael Philip Jagger: sense: - id: 'michael_philip_jagger%1:18:00::' synset: 11098640-n -Michael Stuart Brown: - n: - sense: - - id: 'michael_stuart_brown%1:18:01::' - synset: 10885972-n Michaelmas: n: sense: @@ -11427,6 +11432,8 @@ Montenegro: sense: - id: 'montenegro%1:15:00::' synset: 08835087-n + - id: 'montenegro%1:15:01::' + synset: 86097949-n Monterey: n: sense: @@ -13434,7 +13441,7 @@ Muscivora: n: sense: - id: 'muscivora%1:05:00::' - synset: 01557813-n + synset: 01550784-n Muscivora-forficata: n: sense: @@ -18563,10 +18570,6 @@ make: - via-pp - vii-pp synset: 02054955-v - - id: 'make%2:38:15::' - subcat: - - vtai - synset: 02025384-v - id: 'make%2:36:10::' subcat: - vtai @@ -18627,6 +18630,10 @@ make: - via - vii synset: 00071765-v + - id: 'make%2:38:15::' + subcat: + - vtai + synset: 02022224-v make a clean breast of: v: sense: @@ -32131,8 +32138,6 @@ medallion: synset: 06896510-n - id: 'medallion%1:10:00::' synset: 06719615-n - - id: 'medallion%1:13:01::' - synset: 92326409-n medallist: n: sense: @@ -57476,10 +57481,10 @@ most: - 'least%4:02:00::' id: 'most%4:02:00::' synset: 00112352-r - - id: 'most%4:02:01::' - synset: 00112752-r - id: 'most%4:02:02::' synset: 00073433-r + - id: 'most%4:02:01::' + synset: 00032295-r most especially: r: sense: diff --git a/src/yaml/entries-n.yaml b/src/yaml/entries-n.yaml index e8d8e6de..eb564ed7 100644 --- a/src/yaml/entries-n.yaml +++ b/src/yaml/entries-n.yaml @@ -4917,7 +4917,7 @@ Norlestrin: n: sense: - id: 'norlestrin%1:06:00::' - synset: 03835818-n + synset: 03691288-n Norlutin: n: sense: @@ -11669,6 +11669,11 @@ needlelike: sense: - id: needlelike%5:00:00:pointed:00 synset: 01815474-s +needleman: + n: + sense: + - id: 'needleman%1:18:00::' + synset: 87565945-n needlenose pliers: n: sense: @@ -18074,11 +18079,6 @@ nitrify: uses: - 'nitrification%1:22:00::' - 'nitrate%1:27:00::' -nitril: - n: - sense: - - id: 'nitril%1:27:00::' - synset: 14851516-n nitrile: n: pronunciation: diff --git a/src/yaml/entries-o.yaml b/src/yaml/entries-o.yaml index 39def089..2f80d67e 100644 --- a/src/yaml/entries-o.yaml +++ b/src/yaml/entries-o.yaml @@ -3697,6 +3697,11 @@ Oto: synset: 09684000-n - id: 'oto%1:10:00::' synset: 06921966-n +Otocolobus manul: + n: + sense: + - id: 'otocolobus_manul%1:05:00::' + synset: 02129439-n Otoe: n: sense: @@ -12673,6 +12678,11 @@ on one hand: sense: - id: 'on_one_hand%4:02:00::' synset: 00120682-r +on one's coattails: + r: + sense: + - id: 'on_one''s_coattails%4:02:00::' + synset: 00120252-r on one's guard: a: sense: @@ -13322,11 +13332,6 @@ one of the boys: sense: - id: 'one_of_the_boys%1:18:00::' synset: 10397564-n -one one's coattails: - r: - sense: - - id: 'one_one''s_coattails%4:02:00::' - synset: 00120252-r one percent: n: sense: @@ -19904,11 +19909,6 @@ order Scrophulariales: sense: - id: 'order_scrophulariales%1:20:00::' synset: 12829511-n -order Secotiales: - n: - sense: - - id: 'order_secotiales%1:20:00::' - synset: 13067976-n order Selaginellales: n: sense: @@ -20099,11 +20099,6 @@ order Tubulidentata: sense: - id: 'order_tubulidentata%1:05:00::' synset: 02085010-n -order Tulostomatales: - n: - sense: - - id: 'order_tulostomatales%1:20:00::' - synset: 13062308-n order Ulvales: n: sense: @@ -21728,6 +21723,11 @@ original: - original%5:00:00:underived:00 id: 'original%1:09:00::' synset: 05947118-n +original combination: + n: + sense: + - id: 'original_combination%1:10:00::' + synset: 82526070-n original sin: n: sense: diff --git a/src/yaml/entries-p.yaml b/src/yaml/entries-p.yaml index 8c5527fd..bd432b58 100644 --- a/src/yaml/entries-p.yaml +++ b/src/yaml/entries-p.yaml @@ -387,12 +387,12 @@ PU: n: sense: - id: 'pu%1:27:01::' - synset: 92364728-n + synset: 14927246-n PUR: n: sense: - id: 'pur%1:27:01::' - synset: 92364728-n + synset: 14927246-n PVA: n: sense: @@ -776,8 +776,6 @@ Pahang: sense: - id: 'pahang%1:15:00::' synset: 08986325-n - - id: 'pahang%1:15:01::' - synset: 92333131-n Pahlavi: n: sense: @@ -1615,15 +1613,11 @@ Pansa: Pantalone: n: sense: - - id: 'pantalone%1:18:01::' - synset: 09625784-n - id: 'pantalone%1:18:02::' synset: 09625658-n Pantaloon: n: sense: - - id: 'pantaloon%1:18:01::' - synset: 09625784-n - id: 'pantaloon%1:18:00::' synset: 09625658-n Panthera: @@ -1793,11 +1787,6 @@ Papio ursinus: sense: - id: 'papio_ursinus%1:05:00::' synset: 02489288-n -Paprilus: - n: - sense: - - id: 'paprilus%1:05:00::' - synset: 02636474-n Paprilus alepidotus: n: sense: @@ -1947,6 +1936,11 @@ Paraguayan monetary unit: sense: - id: 'paraguayan_monetary_unit%1:23:00::' synset: 13701599-n +Parahyaena brunnea: + n: + sense: + - id: 'parahyaena_brunnea%1:05:00::' + synset: 02120298-n Paralichthys: n: sense: @@ -2266,8 +2260,6 @@ Parkinson's law: sense: - id: 'parkinson''s_law%1:10:02::' synset: 06780303-n - - id: 'parkinson''s_law%1:10:01::' - synset: 06780078-n Parkinson's syndrome: n: sense: @@ -2587,22 +2579,30 @@ Parus: Parus atricapillus: n: sense: - - id: 'parus_atricapillus%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'parus_atricapillus%1:05:00::' synset: 01594898-n Parus bicolor: n: sense: - - id: 'parus_bicolor%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'parus_bicolor%1:05:00::' synset: 01595028-n Parus caeruleus: n: sense: - - id: 'parus_caeruleus%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'parus_caeruleus%1:05:00::' synset: 01595335-n Parus carolinensis: n: sense: - - id: 'parus_carolinensis%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'parus_carolinensis%1:05:00::' synset: 01595181-n Parvati: n: @@ -4343,6 +4343,11 @@ Pepin the Short: sense: - id: 'pepin_the_short%1:18:00::' synset: 11249085-n +Peprilus: + n: + sense: + - id: 'peprilus%1:05:00::' + synset: 02636474-n Pepsi: n: pronunciation: @@ -4355,10 +4360,10 @@ Pepsi Cola: sense: - id: 'pepsi_cola%1:13:00::' synset: 07945030-n -Pepto-bismal: +Pepto-bismol: n: sense: - - id: 'pepto-bismal%1:27:00::' + - id: 'pepto-bismol%1:27:00::' synset: 14801927-n Pepys: n: @@ -4370,8 +4375,6 @@ Perak: sense: - id: 'perak%1:15:00::' synset: 08986176-n - - id: 'perak%1:15:01::' - synset: 92333130-n Peramelidae: n: sense: @@ -4744,7 +4747,9 @@ Perognathus flavus: Perognathus hispidus: n: sense: - - id: 'perognathus_hispidus%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'perognathus_hispidus%1:05:00::' synset: 02352209-n Peromyscus: n: @@ -5333,6 +5338,11 @@ Petrified Forest National Park: sense: - id: 'petrified_forest_national_park%1:15:00::' synset: 08625871-n +Petrochelidon nigricans: + n: + sense: + - id: 'petrochelidon_nigricans%1:05:00::' + synset: 01597809-n Petrocoptis: n: sense: @@ -5659,6 +5669,11 @@ Phalaropus fulicarius: sense: - id: 'phalaropus_fulicarius%1:05:00::' synset: 02040523-n +Phalaropus tricolor: + n: + sense: + - id: 'phalaropus_tricolor%1:05:00::' + synset: 02041120-n Phalguna: n: sense: @@ -9725,6 +9740,16 @@ Poe: sense: - id: 'poe%1:18:00::' synset: 11260470-n +Poecile atricapillus: + n: + sense: + - id: 'poecile_atricapillus%1:05:00::' + synset: 01594898-n +Poecile carolinensis: + n: + sense: + - id: 'poecile_carolinensis%1:05:00::' + synset: 01595181-n Poeciliidae: n: sense: @@ -11024,11 +11049,6 @@ Porifera: sense: - id: 'porifera%1:05:00::' synset: 01909193-n -Poronotus: - n: - sense: - - id: 'poronotus%1:05:00::' - synset: 02635917-n Poronotus triacanthus: n: sense: @@ -12507,6 +12527,11 @@ Prionace glauca: sense: - id: 'prionace_glauca%1:05:00::' synset: 01493647-n +Prionailurus bengalensis: + n: + sense: + - id: 'prionailurus_bengalensis%1:05:00::' + synset: 02128969-n Prionotus: n: sense: @@ -16106,8 +16131,6 @@ packman: packrat: n: sense: - - id: 'packrat%1:18:00::' - synset: 10410299-n - id: 'packrat%1:05:00::' synset: 02342574-n packsack: @@ -17082,11 +17105,11 @@ paint: paint a picture: v: sense: - - id: 'paint_a_picture%2:32:00::' + - id: 'paint_a_picture%2:29:00::' subcat: - via - vtii - synset: 00932330-v + synset: 00022092-v paint leaf: n: sense: @@ -20122,6 +20145,8 @@ pantaloon: sense: - id: 'pantaloon%1:06:00::' synset: 03890251-n + - id: 'pantaloon%1:18:01::' + synset: 09625784-n pantalooned: a: sense: @@ -24097,10 +24122,10 @@ paroquet: sense: - id: 'paroquet%1:05:00::' synset: 01823844-n -parosamia: +parosmia: n: sense: - - id: 'parosamia%1:26:00::' + - id: 'parosmia%1:26:00::' synset: 14082503-n parotid: a: @@ -61426,11 +61451,6 @@ poison ivy: synset: 14246974-n - id: 'poison_ivy%1:20:00::' synset: 12787629-n -poison mercury: - n: - sense: - - id: 'poison_mercury%1:20:00::' - synset: 12787629-n poison milkweed: n: sense: @@ -69175,7 +69195,7 @@ posterior nasal aperture: n: sense: - id: 'posterior_nasal_aperture%1:08:01::' - synset: 92315622-n + synset: 05608025-n posterior pituitary: n: sense: @@ -74003,7 +74023,7 @@ precious: - value: ˈpɹɛʃəs sense: - id: 'precious%4:02:00::' - synset: 00431167-r + synset: 00032295-r precious coral: n: sense: @@ -74023,7 +74043,7 @@ preciously: r: sense: - id: 'preciously%4:02:00::' - synset: 00431167-r + synset: 00032295-r preciousness: n: sense: @@ -87990,7 +88010,7 @@ properly speaking: r: sense: - id: 'properly_speaking%4:02:00::' - synset: 00228639-r + synset: 00150568-r properness: n: pronunciation: @@ -90412,6 +90432,11 @@ proton synchrotron: sense: - id: 'proton_synchrotron%1:06:01::' synset: 92461156-n +protonym: + n: + sense: + - id: 'protonym%1:10:00::' + synset: 82526070-n protoplasm: n: sense: @@ -92519,11 +92544,6 @@ psychobabble: sense: - id: 'psychobabble%1:10:00::' synset: 07086627-n -psychodelic drug: - n: - sense: - - id: 'psychodelic_drug%1:06:00::' - synset: 03484730-n psychodid: n: sense: @@ -95058,7 +95078,7 @@ pull: - id: 'pull%2:30:11::' subcat: - vtai - synset: 00572673-v + synset: 00173351-v pull a face: v: sense: diff --git a/src/yaml/entries-r.yaml b/src/yaml/entries-r.yaml index 925fceb1..c5525b3b 100644 --- a/src/yaml/entries-r.yaml +++ b/src/yaml/entries-r.yaml @@ -738,12 +738,16 @@ Rana cascadae: Rana catesbeiana: n: sense: - - id: 'rana_catesbeiana%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'rana_catesbeiana%1:05:00::' synset: 01644218-n Rana clamitans: n: sense: - - id: 'rana_clamitans%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'rana_clamitans%1:05:00::' synset: 01644380-n Rana goliath: n: @@ -753,22 +757,30 @@ Rana goliath: Rana palustris: n: sense: - - id: 'rana_palustris%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'rana_palustris%1:05:00::' synset: 01644898-n Rana pipiens: n: sense: - - id: 'rana_pipiens%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'rana_pipiens%1:05:00::' synset: 01644032-n Rana sylvatica: n: sense: - - id: 'rana_sylvatica%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'rana_sylvatica%1:05:00::' synset: 01643847-n Rana tarahumarae: n: sense: - - id: 'rana_tarahumarae%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'rana_tarahumarae%1:05:00::' synset: 01645032-n Rana temporaria: n: @@ -3081,7 +3093,9 @@ Rhinobatidae: Rhinoceros antiquitatis: n: sense: - - id: 'rhinoceros_antiquitatis%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'rhinoceros_antiquitatis%1:05:00::' synset: 02395207-n Rhinoceros unicornis: n: @@ -48626,15 +48640,10 @@ rijstafel: sense: - id: 'rijstafel%1:13:00::' synset: 07891243-n -rijstaffel: +rijsttafel: n: sense: - - id: 'rijstaffel%1:13:00::' - synset: 07891243-n -rijsttaffel: - n: - sense: - - id: 'rijsttaffel%1:13:00::' + - id: 'rijsttafel%1:13:00::' synset: 07891243-n rile: v: @@ -56619,8 +56628,6 @@ roundworm: - value: ˈɹaʊndˌwɜːm variety: GB sense: - - id: 'roundworm%1:26:00::' - synset: 14148948-n - id: 'roundworm%1:05:00::' synset: 01932753-n rouse: diff --git a/src/yaml/entries-s.yaml b/src/yaml/entries-s.yaml index 6f7264c7..23f99574 100644 --- a/src/yaml/entries-s.yaml +++ b/src/yaml/entries-s.yaml @@ -6415,11 +6415,6 @@ Secotiaceae: sense: - id: 'secotiaceae%1:20:00::' synset: 13068145-n -Secotiales: - n: - sense: - - id: 'secotiales%1:20:00::' - synset: 13067976-n Secret Intelligence Service: n: sense: @@ -9901,10 +9896,6 @@ Singan: Singapore: n: sense: - - derivation: - - 'singaporean%3:01:01::' - id: 'singapore%1:15:02::' - synset: 09020171-n - derivation: - 'singaporean%3:01:02::' - 'singaporean%3:01:01::' @@ -9940,11 +9931,10 @@ Singaporean: synset: 03129503-a - derivation: - 'singaporean%1:18:00::' - - 'singapore%1:15:02::' - 'singapore%1:15:00::' id: 'singaporean%3:01:01::' pertainym: - - 'singapore%1:15:02::' + - 'singapore%1:15:00::' synset: 03129321-a n: pronunciation: @@ -12572,15 +12562,11 @@ Somme: sense: - id: 'somme%1:04:02::' synset: 01298019-n - - id: 'somme%1:04:01::' - synset: 01297864-n Somme River: n: sense: - id: 'somme_river%1:04:02::' synset: 01298019-n - - id: 'somme_river%1:04:01::' - synset: 01297864-n Somrai: n: sense: @@ -13778,6 +13764,21 @@ Spatangoida: sense: - id: 'spatangoida%1:05:00::' synset: 02322341-n +Spatula clypeata: + n: + sense: + - id: 'spatula_clypeata%1:05:00::' + synset: 01851617-n +Spatula discors: + n: + sense: + - id: 'spatula_discors%1:05:00::' + synset: 01851094-n +Spatula querquedula: + n: + sense: + - id: 'spatula_querquedula%1:05:00::' + synset: 01851196-n Speaker: n: pronunciation: @@ -15454,6 +15455,11 @@ State of Kuwait: sense: - id: 'state_of_kuwait%1:15:00::' synset: 08949016-n +State of Libya: + n: + sense: + - id: 'state_of_libya%1:15:00::' + synset: 08979456-n State of Palestine: n: sense: @@ -15582,11 +15588,13 @@ Steganopus: n: sense: - id: 'steganopus%1:05:00::' - synset: 02040983-n + synset: 02040367-n Steganopus tricolor: n: sense: - - id: 'steganopus_tricolor%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'steganopus_tricolor%1:05:00::' synset: 02041120-n Stegocephalia: n: @@ -16553,7 +16561,7 @@ Streptococcus anhemolyticus: n: sense: - id: 'streptococcus_anhemolyticus%1:05:00::' - synset: 01383926-n + synset: 01383685-n Streptomyces erythreus: n: sense: @@ -16687,7 +16695,9 @@ Strombus: Strombus gigas: n: sense: - - id: 'strombus_gigas%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'strombus_gigas%1:05:00::' synset: 01946759-n Strongylodon: n: @@ -18102,7 +18112,9 @@ Sylvia Plath: Sylvia communis: n: sense: - - id: 'sylvia_communis%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'sylvia_communis%1:05:00::' synset: 01567555-n Sylvia curruca: n: @@ -21741,7 +21753,9 @@ saloon keeper: salopettes: n: sense: - - id: 'salopettes%1:06:01::' + - exemplifies: + - 'plural%1:10:00::' + id: 'salopettes%1:06:01::' synset: 92464512-n salp: n: @@ -31104,6 +31118,11 @@ scientific method: sense: - id: 'scientific_method%1:09:00::' synset: 05668476-n +scientific name: + n: + sense: + - id: 'scientific_name%1:10:00::' + synset: 87721295-n scientific research: n: sense: @@ -56481,7 +56500,7 @@ shire town: n: sense: - id: 'shire_town%1:15:00::' - synset: 08564875-n + synset: 08564718-n shirk: v: pronunciation: @@ -61889,6 +61908,8 @@ siccative: sense: - id: 'siccative%1:27:00::' synset: 14803955-n + - id: 'siccative%1:27:01::' + synset: 92427724-n sick: a: sense: @@ -61939,7 +61960,7 @@ sick bed: n: sense: - id: 'sick_bed%1:06:01::' - synset: 92449518-n + synset: 04220331-n sick benefit: n: sense: @@ -69514,7 +69535,9 @@ ski mask: ski pants: n: sense: - - id: 'ski_pants%1:06:01::' + - exemplifies: + - 'plural%1:10:00::' + id: 'ski_pants%1:06:01::' synset: 92464512-n ski parka: n: @@ -96872,8 +96895,8 @@ spiked loosestrife: spikelet: n: sense: - - id: 'spikelet%1:20:00::' - synset: 13110391-n + - id: 'spikelet%1:20:01::' + synset: 83538585-n spikelike: a: sense: @@ -119238,7 +119261,7 @@ storm drain: n: sense: - id: 'storm_drain%1:06:01::' - synset: 92302385-n + synset: 03237120-n storm lamp: n: sense: @@ -119263,7 +119286,7 @@ storm sewer: n: sense: - id: 'storm_sewer%1:06:01::' - synset: 92302385-n + synset: 03237120-n storm signal: n: sense: @@ -119321,7 +119344,7 @@ stormwater drain: n: sense: - id: 'stormwater_drain%1:06:01::' - synset: 92302385-n + synset: 03237120-n stormy: a: form: @@ -122631,7 +122654,7 @@ strictly speaking: r: sense: - id: 'strictly_speaking%4:02:00::' - synset: 00228639-r + synset: 00150568-r strictness: n: sense: @@ -132855,10 +132878,10 @@ suggest: - 'suggestion%1:09:01::' event: - 'suggestion%1:09:01::' - id: 'suggest%2:32:01::' + id: 'suggest%2:29:05::' subcat: - vtii - synset: 00932330-v + synset: 00022092-v suggester: n: sense: @@ -132907,7 +132930,7 @@ suggestion: id: 'suggestion%1:10:01::' synset: 07261242-n - derivation: - - 'suggest%2:32:01::' + - 'suggest%2:29:05::' id: 'suggestion%1:09:01::' synset: 05779676-n - id: 'suggestion%1:04:02::' @@ -135423,11 +135446,6 @@ supercargo: supercharge: v: sense: - - id: 'supercharge%2:30:03::' - subcat: - - vtai - - vtii - synset: 00498142-v - derivation: - 'supercharger%1:06:00::' id: 'supercharge%2:30:00::' @@ -135436,6 +135454,11 @@ supercharge: subcat: - vtai synset: 00404516-v + - id: 'supercharge%2:30:03::' + subcat: + - vtai + - vtii + synset: 00158495-v supercharged: a: sense: diff --git a/src/yaml/entries-t.yaml b/src/yaml/entries-t.yaml index 35e6ec28..ee7c6ffc 100644 --- a/src/yaml/entries-t.yaml +++ b/src/yaml/entries-t.yaml @@ -269,8 +269,6 @@ TT: sense: - id: 'tt%1:28:00::' synset: 15181706-n - - id: 'tt%1:15:01::' - synset: 09000531-n - id: 'tt%1:15:00::' synset: 08856040-n TURP: @@ -2727,8 +2725,6 @@ Terengganu: sense: - id: 'terengganu%1:15:00::' synset: 08985864-n - - id: 'terengganu%1:15:01::' - synset: 92333128-n Teresa: n: sense: @@ -6605,7 +6601,7 @@ Trasimeno: n: sense: - id: 'trasimeno%1:04:00::' - synset: 01300469-n + synset: 01285678-n Traubel: n: sense: @@ -7373,16 +7369,16 @@ Trionyx spiniferus: sense: - id: 'trionyx_spiniferus%1:05:00::' synset: 01675073-n -Triopidae: - n: - sense: - - id: 'triopidae%1:05:00::' - synset: 01998629-n Triops: n: sense: - id: 'triops%1:05:00::' synset: 01998745-n +Triopsidae: + n: + sense: + - id: 'triopsidae%1:05:00::' + synset: 01998629-n Triostium: n: sense: @@ -8113,11 +8109,6 @@ Tulostomataceae: sense: - id: 'tulostomataceae%1:20:00::' synset: 12991139-n -Tulostomatales: - n: - sense: - - id: 'tulostomatales%1:20:00::' - synset: 13062308-n Tulsa: n: sense: @@ -12074,10 +12065,6 @@ take off: - via-pp - vii synset: 02018017-v - - id: 'take_off%2:30:00::' - subcat: - - vtai - synset: 00179205-v - derivation: - 'takeoff%1:11:00::' id: 'take_off%2:38:02::' @@ -12124,6 +12111,10 @@ take off: - via - vtai synset: 00642914-v + - id: 'take_off%2:30:00::' + subcat: + - vtai + synset: 00173351-v take office: v: sense: @@ -25791,6 +25782,11 @@ textured: sense: - id: textured%5:00:00:rough:00 synset: 02250830-s +thalamencephalon: + n: + sense: + - id: 'thalamencephalon%1:08:00::' + synset: 05506823-n thalamocortical: a: sense: @@ -25885,11 +25881,6 @@ thallus: sense: - id: 'thallus%1:20:00::' synset: 11552468-n -thalmencephalon: - n: - sense: - - id: 'thalmencephalon%1:08:00::' - synset: 05504641-n thalweg: n: pronunciation: @@ -38113,7 +38104,7 @@ to be precise: r: sense: - id: 'to_be_precise%4:02:00::' - synset: 00228639-r + synset: 00150568-r to be sure: r: sense: @@ -63862,12 +63853,12 @@ two-leafed: a: sense: - id: two-leafed%5:00:00:leafy:00 - synset: 01707783-s + synset: 01705397-s two-leaved: a: sense: - id: two-leaved%5:00:00:leafy:00 - synset: 01707783-s + synset: 01705397-s two-line great primer: n: sense: diff --git a/src/yaml/entries-u.yaml b/src/yaml/entries-u.yaml index 944228b7..6d483717 100644 --- a/src/yaml/entries-u.yaml +++ b/src/yaml/entries-u.yaml @@ -617,20 +617,17 @@ Ukrainian: sense: - id: 'ukrainian%1:10:00::' synset: 06957385-n + - id: 'ukrainian%1:18:00::' + synset: 09756435-n Ukrainian language: n: sense: - id: 'ukrainian_language%1:10:01::' synset: 06957385-n -Ukranian: +Ukrainian monetary unit: n: sense: - - id: 'ukranian%1:18:00::' - synset: 09756435-n -Ukranian monetary unit: - n: - sense: - - id: 'ukranian_monetary_unit%1:23:00::' + - id: 'ukrainian_monetary_unit%1:23:00::' synset: 13725127-n Ukrayina: n: @@ -849,7 +846,7 @@ Ulysses: n: sense: - id: 'ulysses%1:18:00::' - synset: 09616218-n + synset: 09616022-n Ulysses Grant: n: sense: @@ -965,12 +962,12 @@ Unbrako key: n: sense: - id: 'unbrako_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n Unbrako wrench: n: sense: - id: 'unbrako_wrench%1:06:01::' - synset: 92299200-n + synset: 02700534-n Uncle Joe: n: sense: @@ -991,8 +988,6 @@ Uncle Tom: sense: - id: 'uncle_tom%1:18:01::' synset: 09627401-n - - id: 'uncle_tom%1:18:00::' - synset: 80147706-n - id: 'uncle_tom%1:18:02::' synset: 82474586-n Uncompahgre Peak: @@ -2106,7 +2101,9 @@ Ursus middendorffi: Ursus thibetanus: n: sense: - - id: 'ursus_thibetanus%1:05:00::' + - exemplifies: + - 'protonym%1:10:00::' + id: 'ursus_thibetanus%1:05:00::' synset: 02136356-n Ursus ursinus: n: @@ -2153,6 +2150,16 @@ Urubupunga Falls: sense: - id: 'urubupunga_falls%1:17:00::' synset: 09490895-n +Urubupungá: + n: + sense: + - id: 'urubupungá%1:17:00::' + synset: 09490895-n +Urubupungá Falls: + n: + sense: + - id: 'urubupungá_falls%1:17:00::' + synset: 09490895-n Uruguay: n: sense: @@ -2866,7 +2873,7 @@ ulitis: n: sense: - id: 'ulitis%1:26:00::' - synset: 14381098-n + synset: 14104698-n ullage: n: pronunciation: @@ -7871,11 +7878,20 @@ undeceived: sense: - id: undeceived%5:00:00:disenchanted:00 synset: 00869490-s +undecidable: + s: + sense: + - exemplifies: + - 'american_spelling%1:10:01::' + id: undecidable%5:00:00:impossible:00 + synset: 82841156-s undecideable: a: sense: - antonym: - decideable%5:00:01:possible:00 + exemplifies: + - 'british_spelling%1:10:01::' id: undecideable%5:00:01:impossible:00 synset: 82841156-s undecided: @@ -22401,8 +22417,8 @@ untraversable: untraversed: a: sense: - - id: untraversed%5:00:00:untraveled:00 - synset: 02463673-s + - id: 'untraversed%3:00:00::' + synset: 02463536-a untreated: a: sense: diff --git a/src/yaml/entries-v.yaml b/src/yaml/entries-v.yaml index 96179625..a590e91c 100644 --- a/src/yaml/entries-v.yaml +++ b/src/yaml/entries-v.yaml @@ -2605,6 +2605,8 @@ Virginia: synset: 09172689-n - id: 'virginia%1:15:02::' synset: 09126411-n + - id: 'virginia%1:05:03::' + synset: 01739210-n Virginia Beach: n: sense: @@ -4999,10 +5001,6 @@ vamp: synset: 04527315-n v: sense: - - id: 'vamp%2:36:00::' - subcat: - - vtai - synset: 01743426-v - id: 'vamp%2:35:00::' subcat: - vtai @@ -5025,17 +5023,21 @@ vamp: synset: 00534607-v uses: - 'vamp%1:06:00::' + - id: 'vamp%2:36:00::' + subcat: + - vtai + synset: 01637966-v vamp up: v: sense: - - id: 'vamp_up%2:36:00::' - subcat: - - vtai - synset: 01743426-v - id: 'vamp_up%2:35:00::' subcat: - vtai synset: 01593310-v + - id: 'vamp_up%2:36:00::' + subcat: + - vtai + synset: 01637966-v vamper: n: sense: @@ -6831,16 +6833,16 @@ vase vine: sense: - id: 'vase_vine%1:20:00::' synset: 11751402-n -vase-fine: - n: - sense: - - id: 'vase-fine%1:20:00::' - synset: 11751402-n vase-shaped: a: sense: - id: vase-shaped%5:00:00:formed:00 synset: 02158649-s +vase-vine: + n: + sense: + - id: 'vase-vine%1:20:00::' + synset: 11751402-n vasectomise: v: sense: diff --git a/src/yaml/entries-w.yaml b/src/yaml/entries-w.yaml index 437eb9b3..cf073c56 100644 --- a/src/yaml/entries-w.yaml +++ b/src/yaml/entries-w.yaml @@ -9152,8 +9152,8 @@ waste: n: sense: - derivation: - - 'waste%2:40:01::' - 'waste%2:38:00::' + - 'waste%2:40:01::' id: 'waste%1:27:00::' synset: 14880414-n - derivation: @@ -9203,14 +9203,6 @@ waste: - vtai - vtii synset: 01163403-v - - derivation: - - 'waste%1:27:00::' - id: 'waste%2:40:01::' - subcat: - - vtai - synset: 02228261-v - undergoer: - - 'waste%1:27:00::' - derivation: - 'waste%1:27:00::' id: 'waste%2:38:00::' @@ -9267,6 +9259,14 @@ waste: subcat: - vii synset: 00093529-v + - derivation: + - 'waste%1:27:00::' + id: 'waste%2:40:01::' + subcat: + - vtai + synset: 02228837-v + undergoer: + - 'waste%1:27:00::' waste baler: n: sense: @@ -18804,7 +18804,7 @@ white asbestos: n: sense: - id: 'white_asbestos%1:27:01::' - synset: 92363714-n + synset: 14749988-n white ash: n: sense: @@ -19982,7 +19982,7 @@ whitehead: n: sense: - id: 'whitehead%1:08:00::' - synset: 05252969-n + synset: 05253118-n whitelash: n: pronunciation: @@ -20871,7 +20871,7 @@ whopping: variety: US sense: - id: 'whopping%4:02:00::' - synset: 00497644-r + synset: 00046739-r whore: n: pronunciation: @@ -21329,8 +21329,6 @@ widely: pronunciation: - value: ˈwaɪdli sense: - - id: 'widely%4:02:00::' - synset: 00497861-r - id: 'widely%4:02:01::' synset: 00497722-r - id: 'widely%4:02:02::' diff --git a/src/yaml/entries-z.yaml b/src/yaml/entries-z.yaml index 09f2e5bf..12d68abb 100644 --- a/src/yaml/entries-z.yaml +++ b/src/yaml/entries-z.yaml @@ -1894,12 +1894,12 @@ zeta key: n: sense: - id: 'zeta_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n zeta wrench: n: sense: - id: 'zeta_wrench%1:06:01::' - synset: 92299200-n + synset: 02700534-n zettabit: n: sense: diff --git a/src/yaml/noun.act.yaml b/src/yaml/noun.act.yaml index c5ad3508..e66270ac 100644 --- a/src/yaml/noun.act.yaml +++ b/src/yaml/noun.act.yaml @@ -1442,6 +1442,7 @@ - Hegira - Hejira partOfSpeech: n + wikidata: Q131482 00061567-n: definition: - a hasty flight @@ -1462,6 +1463,7 @@ - Underground Railroad - Underground Railway partOfSpeech: n + wikidata: Q868393 00061834-n: definition: - something achieved (or escaped) by a narrow margin @@ -10044,6 +10046,7 @@ members: - Babylonian Captivity partOfSpeech: n + wikidata: Q175447 00209126-n: definition: - the act of banishing a member of a church from the communion of believers and @@ -11706,6 +11709,7 @@ - Genesis creation narrative - Creation partOfSpeech: n + wikidata: Q137651 00238889-n: definition: - the act of beginning something new @@ -16175,6 +16179,7 @@ members: - Berlin airlift partOfSpeech: n + wikidata: Q12177407 00317815-n: definition: - shifting from one form of transportation to another @@ -19978,6 +19983,7 @@ members: - Secession partOfSpeech: n + wikidata: Q18077700 00386074-n: definition: - the act of breaking away or withdrawing from @@ -34452,6 +34458,7 @@ members: - Human Genome Project partOfSpeech: n + wikidata: Q192446 00643063-n: definition: - research into questions posed by scientific theories and hypotheses @@ -44319,6 +44326,7 @@ members: - Manhattan Project partOfSpeech: n + wikidata: Q127050 00822067-n: definition: - preservation (of a dead body) by treating with balsams and drugs and other chemicals @@ -52640,6 +52648,7 @@ members: - Fourth Crusade partOfSpeech: n + wikidata: Q51656 00971962-n: definition: - a Crusade under papal control from 1218 to 1221 that achieved military victories @@ -52650,6 +52659,7 @@ members: - Fifth Crusade partOfSpeech: n + wikidata: Q51659 00972183-n: definition: - a Crusade from 1228 to 1229 led by the Holy Roman Emperor Frederick II who fell @@ -52661,6 +52671,7 @@ members: - Sixth Crusade partOfSpeech: n + wikidata: Q51660 00972435-n: definition: - a Crusade initiated in 1248 after the loss of Jerusalem in 1244 and defeated in @@ -52671,6 +52682,7 @@ members: - Seventh Crusade partOfSpeech: n + wikidata: Q51661 00972582-n: definition: - an operation conducted primarily by naval forces in order to gain or extend or @@ -60603,6 +60615,7 @@ - Alaska Purchase - Seward's Folly partOfSpeech: n + wikidata: Q309029 01113655-n: definition: - the commercial activity of buying and bringing in goods from a foreign country @@ -64426,6 +64439,7 @@ members: - Boston Tea Party partOfSpeech: n + wikidata: Q19024 01181218-n: definition: - a protest march against (a particular) war and in favor of peace @@ -65123,6 +65137,7 @@ - Regents of the University of California v. Bakke - Bakke decision partOfSpeech: n + wikidata: Q7308137 01194100-n: definition: - a ruling on a point of Islamic law that is given by a recognized authority @@ -68311,6 +68326,7 @@ - Holocaust - final solution partOfSpeech: n + wikidata: Q2763 01248165-n: definition: - casting an object in order to determine an outcome randomly @@ -69769,6 +69785,7 @@ - Battle of Actium - Actium partOfSpeech: n + wikidata: Q160387 01271126-n: definition: - islands west of Sicily (now known as the Egadi Islands) where the Romans won a @@ -69781,10 +69798,11 @@ - Aegates Isles - Aegadean Isles partOfSpeech: n + wikidata: Q1134649 01271379-n: definition: - - a river in ancient Thrace (now Turkey); in the mouth of this river the Spartan - fleet under Lysander destroyed the Athenian fleet in the final battle of the Peloponnesian + - a naval battle in the mouth of a river in Thrace where the Spartan fleet under + Lysander destroyed the Athenian fleet in the final battle of the Peloponnesian War (404 BC) ili: i42060 instance_hypernym: @@ -69793,6 +69811,7 @@ - Aegospotami - Aegospotamos partOfSpeech: n + wikidata: Q866862 01271654-n: definition: - a battle in northern France in which English longbowmen under Henry V decisively @@ -69806,6 +69825,7 @@ - Battle of Agincourt - Agincourt partOfSpeech: n + wikidata: Q188495 01271853-n: definition: - a siege and massacre at a mission in San Antonio in 1836; Mexican forces under @@ -69835,6 +69855,7 @@ - Atlanta - battle of Atlanta partOfSpeech: n + wikidata: Q2374330 01272350-n: definition: - a decisive battle during the Napoleonic campaigns (1805); the French under Napoleon @@ -69863,11 +69884,12 @@ - Battle of Bannockburn - Bannockburn partOfSpeech: n + wikidata: Q222520 01272836-n: definition: - - the peninsula and island in the Philippines where Japanese forces besieged American - forces in World War II; United States forces surrendered in 1942 and recaptured - the area in 1945 + - a siege on a peninsula and island in the Philippines where Japanese forces besieged + American forces in World War II; United States forces surrendered in 1942 and + recaptured the area in 1945 domain_region: - 09002670-n ili: i42066 @@ -69878,6 +69900,7 @@ - Bataan - Corregidor partOfSpeech: n + wikidata: Q702449 01273121-n: definition: - the prolonged bombardment of British cities by the German Luftwaffe during World @@ -69890,6 +69913,7 @@ members: - Battle of Britain partOfSpeech: n + wikidata: Q154720 01273353-n: definition: - a battle in 680 in which the grandson of Mohammed and his followers were killed @@ -69904,6 +69928,7 @@ - Battle of Karbala - Battle of Kerbala partOfSpeech: n + wikidata: Q626058 01273600-n: definition: - a battle during World War II; in December 1944 von Rundstedt launched a powerful @@ -69918,6 +69943,7 @@ - Battle of the Bulge - Ardennes counteroffensive partOfSpeech: n + wikidata: Q151018 01273921-n: definition: - a World War I battle in northwestern France where the Allies defeated the Germans @@ -69948,6 +69974,7 @@ - Bismarck Sea - battle of the Bismarck Sea partOfSpeech: n + wikidata: Q1753578 01274408-n: definition: - the First Duke of Marlborough and Prince Eugene of Savoy defeated the French in @@ -69975,6 +70002,7 @@ - Battle of Borodino - Borodino partOfSpeech: n + wikidata: Q184320 01274860-n: definition: - the battle that ended the Wars of the Roses (1485); Richard III was killed and @@ -69988,6 +70016,7 @@ - Battle of Bosworth Field - Bosworth Field partOfSpeech: n + wikidata: Q222013 01275075-n: definition: - in 1214 the French under Philip Augustus defeated a coalition formed against him @@ -70000,6 +70029,7 @@ members: - Bouvines partOfSpeech: n + wikidata: Q830626 01275280-n: definition: - a battle in the War of the Grand Alliance in Ireland in 1690; William III defeated @@ -70015,6 +70045,7 @@ - Boyne - battle of Boyne partOfSpeech: n + wikidata: Q644960 01275574-n: definition: - a battle in 937 when Athelstan defeated the Scots @@ -70027,6 +70058,7 @@ - Brunanburh - battle of Brunanburh partOfSpeech: n + wikidata: Q2246615 01275723-n: definition: - a pitched battle in the Mexican War in 1847; United States forces under Zachary @@ -70041,6 +70073,7 @@ - Battle of Buena Vista - Buena Vista partOfSpeech: n + wikidata: Q1808450 01275984-n: definition: - either of two battles during the American Civil War (1861 and 1862); Confederate @@ -70081,6 +70114,7 @@ members: - Cannae partOfSpeech: n + wikidata: Q179591 01276664-n: definition: - battle of World War I (1917); Italians were defeated by the Austrian and German @@ -70094,6 +70128,7 @@ - Caporetto - battle of Caporetto partOfSpeech: n + wikidata: Q242644 01276867-n: definition: - a battle in the Apennines in 321 BC in which the Samnites defeated the Romans @@ -70120,6 +70155,7 @@ - Battle of Chaeronea - Chaeronea partOfSpeech: n + wikidata: Q233352 01277226-n: definition: - the battle in which Attila the Hun was defeated by the Romans and Visigoths in @@ -70134,6 +70170,7 @@ - Chalons - Chalons-sur-Marne partOfSpeech: n + wikidata: Q139808 01277402-n: definition: - a major battle in the American Civil War (1863); the Confederates under Robert @@ -70161,6 +70198,7 @@ - Battle of Chapultepec - Chapultepec partOfSpeech: n + wikidata: Q1536618 01277882-n: definition: - in the American Civil War (1863) the Union armies of Hooker, Thomas, and Sherman @@ -70190,6 +70228,7 @@ - Chickamauga - battle of Chickamauga partOfSpeech: n + wikidata: Q1327790 01278427-n: definition: - a war between China and Japan (1894 and 1895) over the control of the Korean Peninsula; @@ -70205,6 +70244,7 @@ - Chino-Japanese War - Sino-Japanese War partOfSpeech: n + wikidata: Q170314 01278687-n: definition: - a Japanese defeat in World War II (May 1942); the first naval battle fought entirely @@ -70218,6 +70258,7 @@ - Coral Sea - battle of the Coral Sea partOfSpeech: n + wikidata: Q207165 01278929-n: definition: - battle in the American Revolution; Americans under Daniel Morgan defeated the @@ -70231,6 +70272,7 @@ - Cowpens - battle of Cowpens partOfSpeech: n + wikidata: Q1326527 01279127-n: definition: - the first decisive battle of the Hundred Years' War; in 1346 the English under @@ -70244,6 +70286,7 @@ - Crecy - battle of Crecy partOfSpeech: n + wikidata: Q27759 01279368-n: definition: - battle in 401 BC when the Artaxerxes II defeated his younger brother who tried @@ -70271,6 +70314,7 @@ - Cynoscephalae - battle of Cynoscephalae partOfSpeech: n + wikidata: Q391087 01279781-n: definition: - the unsuccessful campaign in World War I (1915) by the English and French to open @@ -70298,6 +70342,7 @@ members: - Dien Bien Phu partOfSpeech: n + wikidata: Q604897 01280248-n: definition: - in 1649 the place was captured by Oliver Cromwell, who massacred the Catholic @@ -70310,6 +70355,7 @@ members: - Drogheda partOfSpeech: n + wikidata: Q815234 01280431-n: definition: - an amphibious evacuation in World War II (1940) when 330,000 Allied troops had @@ -70343,6 +70389,7 @@ - Al Alamayn - Battle of El Alamein partOfSpeech: n + wikidata: Q162250 01281002-n: definition: - World War II (February 1944); American infantry landed and captured a Japanese @@ -70356,6 +70403,7 @@ - Battle of Eniwetok - Eniwetok partOfSpeech: n + wikidata: Q1935947 01281185-n: definition: - a battle in 1513; the English defeated the invading Scots and James IV was killed @@ -70368,6 +70416,7 @@ - Flodden - Battle of Flodden Field partOfSpeech: n + wikidata: Q1300742 01281366-n: definition: - a battle in 1745 in which the French army under Marshal Saxe defeated the English @@ -70381,6 +70430,7 @@ - Fontenoy - Battle of Fontenoy partOfSpeech: n + wikidata: Q569953 01281613-n: definition: - a pitched battle in which American revolutionary troops captured Fort Ticonderoga @@ -70409,6 +70459,7 @@ - Fredericksburg - Battle of Fredericksburg partOfSpeech: n + wikidata: Q751186 01282108-n: definition: - a battle of the American Civil War (1863); the defeat of Robert E. Lee's invading @@ -70422,6 +70473,7 @@ - Gettysburg - Battle of Gettysburg partOfSpeech: n + wikidata: Q33132 01282359-n: definition: - the battle in which Alexander won his first major victory against the Persians @@ -70451,6 +70503,7 @@ - Guadalcanal - Battle of Guadalcanal partOfSpeech: n + wikidata: Q217145 01282801-n: definition: - a naval battle of the American Civil War (1862); the indecisive battle between @@ -70478,6 +70531,7 @@ - Hastings - battle of Hastings partOfSpeech: n + wikidata: Q83224 01283285-n: definition: - a battle during the Napoleonic Wars (1800); the French defeated the Austrians @@ -70547,6 +70601,7 @@ - Issus - battle of Issus partOfSpeech: n + wikidata: Q201526 01284306-n: definition: - a battle (1590) in which the Huguenots under Henry IV defeated the Catholics under @@ -70561,6 +70616,7 @@ - battle of Ivry - Ivry la Bataille partOfSpeech: n + wikidata: Q675516 01284515-n: definition: - a bloody and prolonged operation on the island of Iwo Jima in which American marines @@ -70576,6 +70632,7 @@ - Iwo Jima - invasion of Iwo partOfSpeech: n + wikidata: Q180182 01284782-n: definition: - the battle in 1806 in which Napoleon decisively defeated the Prussians @@ -70588,6 +70645,7 @@ - Jena - Battle of Jena partOfSpeech: n + wikidata: Q154426 01284959-n: definition: - an indecisive naval battle in World War I (1916); fought between the British and @@ -70601,6 +70659,7 @@ - Jutland - battle of Jutland partOfSpeech: n + wikidata: Q156554 01285204-n: definition: - battle of the American Civil War (1864); Union forces under William Tecumseh Sherman @@ -70613,6 +70672,7 @@ members: - Kennesaw Mountain partOfSpeech: n + wikidata: Q2570177 01285459-n: definition: - an amphibious assault in the Pacific in World War II (January 1944); American @@ -70626,6 +70686,7 @@ - Battle of Kwajalein - Kwajalein partOfSpeech: n + wikidata: Q1789376 01285678-n: definition: - a battle in 217 BC in which Hannibal ambushed a Roman army led by Flaminius @@ -70638,7 +70699,10 @@ - Battle of Lake Trasimene - Lake Trasimenus - Battle of Lake Trasimenus + - Trasimeno + - battle of Trasimeno partOfSpeech: n + wikidata: Q207250 01285882-n: definition: - (1568) Catholic forces supporting Mary Queen of Scots were routed by Protestants @@ -70651,6 +70715,7 @@ - Langside - battle of Langside partOfSpeech: n + wikidata: Q4087439 01286058-n: definition: - Turkish sea power was destroyed in 1571 by a league of Christian nations organized @@ -70664,6 +70729,7 @@ - Lepanto - Battle of Lepanto partOfSpeech: n + wikidata: Q165425 01286246-n: definition: - Thebes defeated Sparta in 371 BC; the battle ended Sparta's military supremacy @@ -70677,6 +70743,7 @@ - Leuctra - battle of Leuctra partOfSpeech: n + wikidata: Q461599 01286428-n: definition: - the first battle of the American Revolution (April 19, 1775) @@ -70691,6 +70758,7 @@ - Concord - Lexington and Concord partOfSpeech: n + wikidata: Q778010 01286617-n: definition: - a battle in World War II; the return of United States troops to the Philippines @@ -70707,6 +70775,7 @@ - Leyte Island - Leyte invasion partOfSpeech: n + wikidata: Q717004 01286937-n: definition: - a battle in Montana near the Little Bighorn River between United States cavalry @@ -70739,6 +70808,7 @@ - Siege of Lucknow - Lucknow partOfSpeech: n + wikidata: Q815165 01287594-n: definition: - the principal battle of the Balkan Wars (1912); Bulgarian forces defeated the @@ -70766,6 +70836,7 @@ - Lutzen - battle of Lutzen partOfSpeech: n + wikidata: Q167259 01288060-n: definition: - one the four wars between Macedonia and Rome in the 3rd and 2nd centuries BC, @@ -70776,6 +70847,7 @@ members: - Macedonian War partOfSpeech: n + wikidata: Q75626 01288277-n: definition: - a battle in 1859 in which the French and Sardinian forces under Napoleon III defeated @@ -70789,6 +70861,7 @@ - Magenta - Battle of Magenta partOfSpeech: n + wikidata: Q681430 01288493-n: definition: - a battle in which the Danes defeated the Saxons in 991; celebrated in an old English @@ -70802,6 +70875,7 @@ - Maldon - Battle of Maldon partOfSpeech: n + wikidata: Q1442050 01288674-n: definition: - a naval battle in the Spanish-American War (1898); the American fleet under Admiral @@ -70815,6 +70889,7 @@ - Battle of Manila Bay - Manila Bay partOfSpeech: n + wikidata: Q528550 01288886-n: definition: - 'the site of three famous battles among Greek city-states: in 418 BC and 362 BC @@ -70828,6 +70903,7 @@ - Mantinea - Mantineia partOfSpeech: n + wikidata: Q233399 01289062-n: definition: - a battle in 490 BC in which the Athenians and their allies defeated the Persians @@ -70840,6 +70916,7 @@ - Marathon - battle of Marathon partOfSpeech: n + wikidata: Q31900 01289238-n: definition: - a battle in 1800 in which the French under Napoleon Bonaparte won a great victory @@ -70853,6 +70930,7 @@ - Battle of Marengo - Marengo partOfSpeech: n + wikidata: Q273011 01289431-n: definition: - a battle in 1644 in which the Parliamentarians under the earl of Manchester defeated @@ -70866,6 +70944,7 @@ - Marston Moor - battle of Marston Moor partOfSpeech: n + wikidata: Q326417 01289672-n: definition: - a battle during the second Punic War (207 BC); Hannibal's brother Hasdrubal was @@ -70900,6 +70979,7 @@ mero_part: - 01295660-n partOfSpeech: n + wikidata: Q1926157 01290275-n: definition: - naval battle of World War II (June 1942); American planes based on land and on @@ -70914,6 +70994,7 @@ - Midway - Battle of Midway partOfSpeech: n + wikidata: Q173034 01290550-n: definition: - a battle in the Seven Years' War (1759) in which the English forces and their @@ -70942,6 +71023,7 @@ - Battle of Monmouth Court House - Battle of Monmouth partOfSpeech: n + wikidata: Q1638488 01291042-n: definition: - a battle in 1645 that settled the outcome of the first English Civil War as the @@ -70955,6 +71037,7 @@ - Naseby - Battle of Naseby partOfSpeech: n + wikidata: Q949724 01291288-n: definition: - a decisive naval battle in the War of Greek Independence (1827); the Turkish and @@ -70969,6 +71052,7 @@ - Navarino - battle of Navarino partOfSpeech: n + wikidata: Q238440 01291554-n: definition: - a campaign in the closing days of World War II in the Pacific (April to June 1945); @@ -70985,6 +71069,7 @@ - Okinawa - Okinawa campaign partOfSpeech: n + wikidata: Q192660 01291937-n: definition: - a battle (1898) in which an English and Egyptian army under Kitchener defeated @@ -71011,6 +71096,7 @@ members: - Operation Desert Storm partOfSpeech: n + wikidata: Q2349281 01292323-n: definition: - a long siege of Orleans by the English was relieved by Joan of Arc in 1429 @@ -71023,6 +71109,7 @@ - Orleans - siege of Orleans partOfSpeech: n + wikidata: Q392213 01292490-n: definition: - battle in which the ruler of Afghanistan defeated the Mahrattas in 1761 @@ -71036,6 +71123,7 @@ - Panipat - battle of Panipat partOfSpeech: n + wikidata: Q1259218 01292655-n: definition: - a naval battle in the Mediterranean Sea off Cape Passero in which the Spanish @@ -71051,6 +71139,7 @@ - Passero - Cape Passero partOfSpeech: n + wikidata: Q241110 01292928-n: definition: - the final campaign of the American Civil War (1864-65); Union forces under Grant @@ -71065,6 +71154,7 @@ - Petersburg - Petersburg Campaign partOfSpeech: n + wikidata: Q815195 01293204-n: definition: - Caesar defeated Pompey in 48 BC @@ -71077,6 +71167,7 @@ - Pharsalus - battle of Pharsalus partOfSpeech: n + wikidata: Q203681 01293333-n: definition: - Octavian and Mark Antony defeated Brutus and Cassius in 42 BC @@ -71089,6 +71180,7 @@ - Philippi - battle of Philippi partOfSpeech: n + wikidata: Q335330 01293490-n: definition: - a naval battle in World War II (1944); a decisive naval victory for the United @@ -71103,6 +71195,7 @@ - Philippine Sea - battle of the Philippine Sea partOfSpeech: n + wikidata: Q504347 01293803-n: definition: - the victory in 1757 by the British under Clive over Siraj-ud-daula that established @@ -71116,6 +71209,7 @@ - Plassey - battle of Plassey partOfSpeech: n + wikidata: Q203233 01294010-n: definition: - a defeat of the Persian army by the Greeks at Plataea in 479 BC @@ -71128,6 +71222,7 @@ - Plataea - battle of Plataea partOfSpeech: n + wikidata: Q204636 01294167-n: definition: - the town was taken from the Turks by the Russians in 1877 after a siege of 143 @@ -71141,6 +71236,7 @@ - Plevna - Pleven partOfSpeech: n + wikidata: Q780367 01294332-n: definition: - the battle in 1356 in which the English under the Black Prince defeated the French @@ -71153,6 +71249,7 @@ - Poitiers - battle of Poitiers partOfSpeech: n + wikidata: Q201692 01294510-n: definition: - a battle in the Chino-Japanese War (1894); Japanese captured the port and fortifications @@ -71166,6 +71263,7 @@ - Battle of Port Arthur - Port Arthur partOfSpeech: n + wikidata: Q210800 01294693-n: definition: - a battle in which Mexican forces defeated the French in 1862 @@ -71177,6 +71275,7 @@ members: - Battle of Puebla partOfSpeech: n + wikidata: Q1061228 01294836-n: definition: - a major victory by the Romans over the Macedonians in 168 BC; resulted in the @@ -71190,6 +71289,7 @@ - Pydna - Battle of Pydna partOfSpeech: n + wikidata: Q504739 01295046-n: definition: - a battle between the French and an alliance of Spaniards and Swiss and Venetians @@ -71203,6 +71303,7 @@ - Ravenna - Battle of Ravenna partOfSpeech: n + wikidata: Q1137980 01295228-n: definition: - a battle in the Thirty Years' War (1643); the French defeated the Spanish invaders @@ -71215,6 +71316,7 @@ - Rocroi - Battle of Rocroi partOfSpeech: n + wikidata: Q728480 01295421-n: definition: - a battle in the Seven Years' War (1757); Prussian forces under Frederick the Great @@ -71228,6 +71330,7 @@ - Rossbach - battle of Rossbach partOfSpeech: n + wikidata: Q573972 01295660-n: definition: - a battle in the Meuse-Argonne operation in World War I (1918); the battle in which @@ -71243,6 +71346,7 @@ - St Mihiel - battle of St Mihiel partOfSpeech: n + wikidata: Q1095345 01295931-n: definition: - US forces captured the island from the Japanese in July 1944; it was an important @@ -71255,6 +71359,7 @@ members: - Saipan partOfSpeech: n + wikidata: Q700705 01296143-n: definition: - a battle in World War II; the port was captured by United States troops in September @@ -71267,6 +71372,7 @@ members: - Salerno partOfSpeech: n + wikidata: Q1447505 01296325-n: definition: - a naval battle in the Spanish-American War (1898); the United States fleet bottled @@ -71281,6 +71387,7 @@ - Santiago - Santiago de Cuba partOfSpeech: n + wikidata: Q1999889 01296620-n: definition: - a battle during the American Revolution (1777); the British under Burgoyne were @@ -71295,6 +71402,7 @@ - Saratoga - battle of Saratoga partOfSpeech: n + wikidata: Q846674 01296823-n: definition: - the Swiss Confederation escaped Hapsburg domination by their victory in 1386 @@ -71340,6 +71448,7 @@ - battle of the Chemin-des-Dames - battle of the Aisne partOfSpeech: n + wikidata: Q2462283 01297644-n: definition: - an indecisive battle in 1859 between the French and Sardinians under Napoleon @@ -71353,19 +71462,7 @@ - Solferino - battle of Solferino partOfSpeech: n -01297864-n: - definition: - - battle in World War I (1916) - domain_region: - - 08949695-n - ili: i42176 - instance_hypernym: - - 00958596-n - members: - - Somme - - Somme River - - Battle of the Somme - partOfSpeech: n + wikidata: Q324916 01298019-n: definition: - battle of World War II (1944) @@ -71404,6 +71501,7 @@ - Spotsylvania - battle of Spotsylvania Courthouse partOfSpeech: n + wikidata: Q1538874 01298618-n: definition: - the Athenian siege of Syracuse (415-413 BC) was eventually won by Syracuse @@ -71416,6 +71514,7 @@ - Syracuse - Siege of Syracuse partOfSpeech: n + wikidata: Q3636622 01298787-n: definition: - the Roman siege of Syracuse (214-212 BC) was eventually won by the Romans who @@ -71484,6 +71583,7 @@ - Teutoburger Wald - battle of Teutoburger Wald partOfSpeech: n + wikidata: Q87779 01299782-n: definition: - the final battle of the War of the Roses in 1471 in which Edward IV defeated the @@ -71497,6 +71597,7 @@ - Tewkesbury - battle of Tewkesbury partOfSpeech: n + wikidata: Q1337059 01299975-n: definition: - a famous battle in 480 BC; a Greek army under Leonidas was annihilated by the @@ -71510,6 +71611,7 @@ - Thermopylae - battle of Thermopylae partOfSpeech: n + wikidata: Q131969 01300197-n: definition: - a naval battle in 1805 off the southwest coast of Spain; the French and Spanish @@ -71523,20 +71625,7 @@ - Trafalgar - battle of Trafalgar partOfSpeech: n -01300469-n: - definition: - - a battle in central Italy where Hannibal defeated the Romans under Flaminius in - 217 BC - domain_region: - - 08819530-n - ili: i42189 - instance_hypernym: - - 00958596-n - members: - - Battle of Lake Trasimene - - Trasimeno - - battle of Trasimeno - partOfSpeech: n + wikidata: Q171416 01300653-n: definition: - a naval battle in the Russo-Japanese War (1905); the Japanese fleet defeated the @@ -71579,6 +71668,7 @@ - Verdun - battle of Verdun partOfSpeech: n + wikidata: Q130847 01301288-n: definition: - a decisive battle in the American Civil War (1863); after being besieged for nearly @@ -71592,6 +71682,7 @@ - Vicksburg - siege of Vicksburg partOfSpeech: n + wikidata: Q1066253 01301528-n: definition: - a battle in the Napoleonic campaigns (1809); Napoleon defeated the Austrians @@ -71604,6 +71695,7 @@ - Wagram - battle of Wagram partOfSpeech: n + wikidata: Q467777 01301715-n: definition: - in December 1941 the island was captured by the Japanese after a gallant last-ditch @@ -71631,6 +71723,7 @@ - Waterloo - Battle of Waterloo partOfSpeech: n + wikidata: Q48314 01302226-n: definition: - American Civil War; a series of indecisive battles in Grant's campaign (1864) @@ -71660,6 +71753,7 @@ - Battle of Chongju - Yalu River partOfSpeech: n + wikidata: Q85985974 01302733-n: definition: - in 1781 the British under Cornwallis surrendered after a siege of three weeks @@ -71673,6 +71767,7 @@ - Yorktown - siege of Yorktown partOfSpeech: n + wikidata: Q459447 01302999-n: definition: - battle in World War I (1914); heavy but indecisive fighting as the Allies and @@ -71687,6 +71782,7 @@ - battle of Ypres - first battle of Ypres partOfSpeech: n + wikidata: Q853976 01303273-n: definition: - battle in World War I (1915); Germans wanted to try chlorine (a toxic yellow gas) @@ -71701,6 +71797,7 @@ - battle of Ypres - second battle of Ypres partOfSpeech: n + wikidata: Q233219 01303571-n: definition: - battle in World War I (1917); an Allied offensive which eventually failed because @@ -71731,6 +71828,7 @@ - Zama - battle of Zama partOfSpeech: n + wikidata: Q200056 01304121-n: definition: - civil war in the United States between the North and the South; 1861-1865 @@ -71758,6 +71856,7 @@ - 01301288-n - 01302226-n partOfSpeech: n + wikidata: Q8676 01304577-n: definition: - the revolution of the American Colonies against Great Britain; 1775-1783 @@ -71793,6 +71892,7 @@ - Six-Day War - Six Day War partOfSpeech: n + wikidata: Q49077 01305174-n: definition: - Egypt and Syria attacked Israel in October 1973 (on Yom Kippur); Israel counterattacked @@ -71806,6 +71906,7 @@ - Arab-Israeli War - Yom Kippur War partOfSpeech: n + wikidata: Q49100 01305426-n: definition: - two wars (1912-1913) that were fought over the last of the European territories @@ -71835,6 +71936,7 @@ members: - Boer War partOfSpeech: n + wikidata: Q1676845 01306073-n: definition: - the republican revolution against the Manchu dynasty in China; 1911-1912 @@ -71847,6 +71949,7 @@ - Chinese Communist Revolution - Chinese Revolution partOfSpeech: n + wikidata: Q32993 01306230-n: definition: - a war in Crimea between Russia and a group of nations including England and France @@ -71859,6 +71962,7 @@ members: - Crimean War partOfSpeech: n + wikidata: Q254106 01306425-n: definition: - the revolution led by Fidel Castro and a small band of guerrilla fighters against @@ -71869,6 +71973,7 @@ members: - Cuban Revolution partOfSpeech: n + wikidata: Q11264 01306612-n: definition: - civil war in England between the Parliamentarians and the Royalists under Charles @@ -71885,6 +71990,7 @@ - 01289431-n - 01291042-n partOfSpeech: n + wikidata: Q80330 01306847-n: definition: - the revolution against James II; there was little armed resistance to William @@ -71897,6 +72003,7 @@ - Glorious Revolution - Bloodless Revolution partOfSpeech: n + wikidata: Q189508 01307120-n: definition: - a war between France and Prussia that ended the Second Empire in France and led @@ -71907,6 +72014,7 @@ members: - Franco-Prussian War partOfSpeech: n + wikidata: Q46083 01307311-n: definition: - a war in North America between France and Britain (both aided by American Indian @@ -71929,6 +72037,7 @@ members: - French Revolution partOfSpeech: n + wikidata: Q6534 01307638-n: definition: - the series of wars fought intermittently between France and England; 1337-1453 @@ -71953,6 +72062,7 @@ - Iran-Iraq War - Gulf War partOfSpeech: n + wikidata: Q82664 01308042-n: definition: - a war between North and South Korea; South Korea was aided by the United States @@ -71968,6 +72078,7 @@ - 01283483-n - 01302485-n partOfSpeech: n + wikidata: Q8663 01308287-n: definition: - a revolution for agrarian reforms led in northern Mexico by Pancho Villa and in @@ -71980,6 +72091,7 @@ members: - Mexican Revolution partOfSpeech: n + wikidata: Q214426 01308498-n: definition: - after disputes over Texas lands that were settled by Mexicans the United States @@ -71996,6 +72108,7 @@ - 01275723-n - 01277635-n partOfSpeech: n + wikidata: Q6683 01308849-n: definition: - a series of wars fought between France (led by Napoleon Bonaparte) and alliances @@ -72015,6 +72128,7 @@ - 01301528-n - 01301967-n partOfSpeech: n + wikidata: Q78994 01309227-n: definition: - the invasion and settlement of England by the Normans following the battle of @@ -72028,6 +72142,7 @@ mero_part: - 01283007-n partOfSpeech: n + wikidata: Q200485 01309402-n: definition: - a war in which Athens and its allies were defeated by the league centered on Sparta; @@ -72040,6 +72155,7 @@ mero_part: - 01271379-n partOfSpeech: n + wikidata: Q33745 01309581-n: definition: - a war fought between Iraq and a coalition led by the United States that freed @@ -72053,6 +72169,7 @@ mero_part: - 01292124-n partOfSpeech: n + wikidata: Q37643 01309790-n: definition: - one of the three wars between Carthage and Rome that resulted in the destruction @@ -72069,6 +72186,7 @@ - 01289672-n - 01303914-n partOfSpeech: n + wikidata: Q124988 01310097-n: definition: - the re-establishment of the British monarchy in 1660 @@ -72080,6 +72198,7 @@ members: - Restoration partOfSpeech: n + wikidata: Q846848 01310245-n: definition: - the revolution against the czarist government which led to the abdication of Nicholas @@ -72093,6 +72212,7 @@ - Russian Revolution - February Revolution partOfSpeech: n + wikidata: Q8729 01310499-n: definition: - the coup d'etat by the Bolsheviks under Lenin in November 1917 that led to a period @@ -72106,6 +72226,7 @@ - Russian Revolution - October Revolution partOfSpeech: n + wikidata: Q42976 01310751-n: definition: - Japanese victory in the war with Russia (1904-1905) gave Japan power over Korea @@ -72118,6 +72239,7 @@ mero_part: - 01300653-n partOfSpeech: n + wikidata: Q159950 01310929-n: definition: - a war of England and Prussia against France and Austria (1756-1763); Britain and @@ -72132,6 +72254,7 @@ - 01295421-n - 01307311-n partOfSpeech: n + wikidata: Q33143 01311159-n: definition: - a war between the United States and Spain in 1898 @@ -72145,6 +72268,7 @@ - 01288674-n - 01296325-n partOfSpeech: n + wikidata: Q12583 01311328-n: definition: - civil war in Spain in which Franco succeeded in overthrowing the republican government; @@ -72158,6 +72282,7 @@ members: - Spanish Civil War partOfSpeech: n + wikidata: Q10859 01311600-n: definition: - a series of conflicts (1618-1648) between Protestants and Catholics starting in @@ -72189,6 +72314,7 @@ members: - Trojan War partOfSpeech: n + wikidata: Q42937 01312298-n: definition: - a prolonged war (1954-1975) between the communist armies of North Vietnam who @@ -72203,6 +72329,7 @@ - Vietnam War - Vietnam partOfSpeech: n + wikidata: Q8740 01312565-n: definition: - the Greeks rebelled against Turkish rule in 1821; with the support of England @@ -72228,6 +72355,7 @@ mero_part: - 01281366-n partOfSpeech: n + wikidata: Q32929 01313027-n: definition: - an aggressive war waged by Louis XIV against Spain and the Holy Roman Empire and @@ -72242,6 +72370,7 @@ mero_part: - 01275280-n partOfSpeech: n + wikidata: Q152218 01313280-n: definition: - a general war in Europe (1701-1714) that broke out when Louis XIV installed his @@ -72271,6 +72400,7 @@ mero_part: - 01274860-n partOfSpeech: n + wikidata: Q127751 01313835-n: definition: - a war (1812-1814) between the United States and England which was trying to interfere @@ -72281,6 +72411,7 @@ members: - War of 1812 partOfSpeech: n + wikidata: Q26013 01314011-n: definition: - a war between the allies (Russia, France, British Empire, Italy, United States, @@ -72302,7 +72433,6 @@ - 01284959-n - 01289924-n - 01297282-n - - 01297864-n - 01298996-n - 01301064-n - 01302999-n @@ -72348,6 +72478,7 @@ - 01299188-n - 01301715-n partOfSpeech: n + wikidata: Q362 80754254-n: definition: - the act of officially distributing a new product or service to the public @@ -72783,7 +72914,7 @@ source: Colloquial WordNet 91000061-n: definition: - - to watch a show or television one more time + - the act of watching a show or television one more time hypernym: - 00883327-n members: diff --git a/src/yaml/noun.animal.yaml b/src/yaml/noun.animal.yaml index d948c5a0..c5322824 100644 --- a/src/yaml/noun.animal.yaml +++ b/src/yaml/noun.animal.yaml @@ -3728,7 +3728,6 @@ - genus Streptococcus mero_member: - 01383685-n - - 01383926-n partOfSpeech: n 01383685-n: definition: @@ -3741,14 +3740,6 @@ - streptococcus - streptococci - strep - partOfSpeech: n -01383926-n: - definition: - - a species of bacteria - hypernym: - - 01356052-n - ili: i42585 - members: - Streptococcus anhemolyticus partOfSpeech: n 01384040-n: @@ -13279,7 +13270,6 @@ - 01552674-n - 01553070-n - 01557349-n - - 01557813-n partOfSpeech: n 01550473-n: definition: @@ -13302,8 +13292,11 @@ members: - Tyrannus - genus Tyrannus + - Muscivora + - genus Muscivora mero_member: - 01550942-n + - 01557946-n partOfSpeech: n 01550942-n: definition: @@ -13425,7 +13418,7 @@ partOfSpeech: n 01552674-n: definition: - - a genus of Tyrannidae + - a genus of Tyrannidae including the scarlet flycatcher hypernym: - 01509816-n ili: i43408 @@ -13789,18 +13782,6 @@ members: - pitta partOfSpeech: n -01557813-n: - definition: - - a genus of Tyrannidae - hypernym: - - 01509816-n - ili: i43440 - members: - - Muscivora - - genus Muscivora - mero_member: - - 01557946-n - partOfSpeech: n 01557946-n: definition: - grey flycatcher of the southwestern United States and Mexico and Central America @@ -14451,6 +14432,7 @@ - greater whitethroat - whitethroat - Sylvia communis + - Curruca communis partOfSpeech: n 01567719-n: definition: @@ -16374,6 +16356,7 @@ - black-capped chickadee - blackcap - Parus atricapillus + - Poecile atricapillus partOfSpeech: n 01595028-n: definition: @@ -16384,6 +16367,7 @@ members: - tufted titmouse - Parus bicolor + - Baeolophus bicolor partOfSpeech: n wikidata: Q738534 01595181-n: @@ -16395,6 +16379,7 @@ members: - Carolina chickadee - Parus carolinensis + - Poecile carolinensis partOfSpeech: n wikidata: Q1079441 01595335-n: @@ -16408,6 +16393,7 @@ - blue tit - tomtit - Parus caeruleus + - Cyanistes caeruleus partOfSpeech: n 01595533-n: definition: @@ -16582,6 +16568,7 @@ - tree swallow - tree martin - Hirundo nigricans + - Petrochelidon nigricans partOfSpeech: n 01597971-n: definition: @@ -19555,6 +19542,7 @@ - wood-frog - wood frog - Rana sylvatica + - Lithobates sylvaticus partOfSpeech: n 01644032-n: definition: @@ -19566,6 +19554,7 @@ - leopard frog - spring frog - Rana pipiens + - Lithobates pipiens partOfSpeech: n 01644218-n: definition: @@ -19576,6 +19565,7 @@ members: - bullfrog - Rana catesbeiana + - Lithobates catesbeianus partOfSpeech: n 01644380-n: definition: @@ -19588,6 +19578,7 @@ - green frog - spring frog - Rana clamitans + - Lithobates clamitans partOfSpeech: n 01644571-n: definition: @@ -19620,6 +19611,7 @@ members: - pickerel frog - Rana palustris + - Lithobates palustris partOfSpeech: n 01645032-n: definition: @@ -19630,6 +19622,7 @@ members: - tarahumara frog - Rana tarahumarae + - Lithobates tarahumarae partOfSpeech: n 01645180-n: definition: @@ -19930,6 +19923,7 @@ members: - American toad - Bufo americanus + - Anaxyrus americanus partOfSpeech: n 01649543-n: definition: @@ -19940,6 +19934,7 @@ members: - Eurasian green toad - Bufo viridis + - Bufotes viridis partOfSpeech: n 01649674-n: definition: @@ -19950,6 +19945,7 @@ members: - American green toad - Bufo debilis + - Anaxyrus debilis partOfSpeech: n 01649821-n: definition: @@ -19960,6 +19956,7 @@ members: - Yosemite toad - Bufo canorus + - Anaxyrus canorus partOfSpeech: n 01649944-n: definition: @@ -19971,6 +19968,7 @@ members: - Texas toad - Bufo speciosus + - Anaxyrus speciosus partOfSpeech: n 01650107-n: definition: @@ -20209,6 +20207,7 @@ members: - canyon treefrog - Hyla arenicolor + - Dryophytes arenicolor partOfSpeech: n 01653926-n: definition: @@ -24903,7 +24902,6 @@ - 01738539-n - 01738897-n - 01739210-n - - 01739337-n - 01739838-n - 01739997-n - 01740816-n @@ -25501,21 +25499,13 @@ - 01660364-n ili: i44444 members: + - Virginia + - genus Virginia - Potamophis - genus Potamophis mero_member: - 01739437-n partOfSpeech: n -01739337-n: - definition: - - ground snakes - hypernym: - - 01660364-n - ili: i44445 - members: - - Haldea - - genus Haldea - partOfSpeech: n 01739437-n: definition: - in some classifications placed in genus Haldea; small reddish-grey snake of eastern @@ -26136,7 +26126,7 @@ partOfSpeech: n 01748704-n: definition: - - coral snakes + - a monotypic genus containing only the western coral snake hypernym: - 01660364-n ili: i44500 @@ -30177,7 +30167,7 @@ partOfSpeech: n 01816452-n: definition: - - a genus of Columbidae + - a genus of small, long-tailed doves in the family Columbidae hypernym: - 01509816-n ili: i44848 @@ -30282,7 +30272,7 @@ partOfSpeech: n 01817776-n: definition: - - a genus of Columbidae + - a extinct genus including passenger pigeons hypernym: - 01509816-n ili: i44858 @@ -32601,6 +32591,7 @@ - bluewing - blue-winged teal - Anas discors + - Spatula discors partOfSpeech: n 01851196-n: definition: @@ -32611,6 +32602,7 @@ members: - garganey - Anas querquedula + - Spatula querquedula partOfSpeech: n 01851289-n: definition: @@ -32622,6 +32614,7 @@ - widgeon - wigeon - Anas penelope + - Mareca penelope partOfSpeech: n wikidata: Q26459 01851481-n: @@ -32634,6 +32627,7 @@ - American widgeon - baldpate - Anas americana + - Mareca americana partOfSpeech: n wikidata: Q703790 01851617-n: @@ -32647,6 +32641,7 @@ - shoveller - broadbill - Anas clypeata + - Spatula clypeata partOfSpeech: n wikidata: Q25940 01851798-n: @@ -38228,6 +38223,7 @@ members: - giant conch - Strombus gigas + - Lobatus gigas partOfSpeech: n 01946858-n: definition: @@ -38297,6 +38293,7 @@ members: - brown snail - Helix aspersa + - Cornu aspersum partOfSpeech: n 01947981-n: definition: @@ -41796,12 +41793,12 @@ - 01761823-n ili: i45851 members: - - Triopidae - - family Triopidae + - Triopsidae + - family Triopsidae partOfSpeech: n 01998745-n: definition: - - 'type genus of the family Triopidae: small crustaceans with a small third median + - 'type genus of the family Triopsidae: small crustaceans with a small third median eye' hypernym: - 01765166-n @@ -42051,7 +42048,7 @@ partOfSpeech: n 02002690-n: definition: - - a family of Onychophora + - a family of equitorial velvet worms hypernym: - 01761823-n ili: i45873 @@ -42096,7 +42093,7 @@ wikidata: Q5435789 02003272-n: definition: - - a family of Onychophora + - a family of southern velvet worms hypernym: - 01761823-n ili: i45877 @@ -44586,8 +44583,6 @@ mero_member: - 02040118-n - 02040367-n - - 02040664-n - - 02040983-n partOfSpeech: n 02040118-n: definition: @@ -44608,8 +44603,14 @@ members: - Phalaropus - genus Phalaropus + - Lobipes + - genus Lobipes + - Steganopus + - genus Steganopus mero_member: - 02040523-n + - 02040795-n + - 02041120-n partOfSpeech: n 02040523-n: definition: @@ -44622,18 +44623,6 @@ - Phalaropus fulicarius partOfSpeech: n wikidata: Q208335 -02040664-n: - definition: - - a genus of Phalaropidae - hypernym: - - 01509816-n - ili: i46092 - members: - - Lobipes - - genus Lobipes - mero_member: - - 02040795-n - partOfSpeech: n 02040795-n: definition: - breeds in Arctic regions of Old and New Worlds; large flocks often seen far out @@ -44645,18 +44634,6 @@ - northern phalarope - Lobipes lobatus partOfSpeech: n -02040983-n: - definition: - - a genus of Phalaropidae - hypernym: - - 01509816-n - ili: i46094 - members: - - Steganopus - - genus Steganopus - mero_member: - - 02041120-n - partOfSpeech: n 02041120-n: definition: - breeds on the northern great plains of Canada @@ -44666,6 +44643,7 @@ members: - Wilson's phalarope - Steganopus tricolor + - Phalaropus tricolor partOfSpeech: n 02041271-n: definition: @@ -45360,7 +45338,7 @@ partOfSpeech: n 02050896-n: definition: - - puffins + - a proposed monotypic genus for tufted puffins hypernym: - 01509816-n ili: i46156 @@ -49948,6 +49926,7 @@ - brown hyena - strand wolf - Hyaena brunnea + - Parahyaena brunnea partOfSpeech: n 02120424-n: definition: @@ -50184,6 +50163,7 @@ members: - feline - felid + - cat mero_part: - 02442560-n partOfSpeech: n @@ -50213,8 +50193,7 @@ partOfSpeech: n 02124272-n: definition: - - 'feline mammal usually having thick soft fur and no ability to roar: domestic - cats; wildcats' + - feline mammal usually having thick soft fur and no ability to roar hypernym: - 02123649-n ili: i46593 @@ -50438,7 +50417,7 @@ definition: - any small or medium-sized cat resembling the domestic cat and living in the wild hypernym: - - 02124272-n + - 02123649-n ili: i46615 members: - wildcat @@ -50491,6 +50470,7 @@ - ocelot - panther cat - Felis pardalis + - Leopardus pardalis partOfSpeech: n 02128341-n: definition: @@ -50547,6 +50527,7 @@ members: - leopard cat - Felis bengalensis + - Prionailurus bengalensis partOfSpeech: n 02129117-n: definition: @@ -50580,6 +50561,7 @@ - manul - Pallas's cat - Felis manul + - Otocolobus manul partOfSpeech: n 02129603-n: definition: @@ -51050,6 +51032,7 @@ - black bear - Ursus thibetanus - Selenarctos thibetanus + - Arcticonus thibetanus partOfSpeech: n wikidata: Q124410 02136554-n: @@ -58607,7 +58590,7 @@ partOfSpeech: n 02249474-n: definition: - - a genus of Aleyrodidae + - a genus of whiteflies including the citrus whitefly hypernym: - 01765166-n ili: i47320 @@ -58628,7 +58611,7 @@ partOfSpeech: n 02249728-n: definition: - - a genus of Aleyrodidae + - a genus of whiteflies including the greenhouse whitefly hypernym: - 01765166-n ili: i47322 @@ -59403,7 +59386,7 @@ wikidata: Q137213 02260717-n: definition: - - a genus of Cercopidae + - a genus of spittlebugs including the meadow spittlebug hypernym: - 01765166-n ili: i47390 @@ -59426,7 +59409,7 @@ wikidata: Q1550927 02261006-n: definition: - - a genus of Cercopidae + - a genus of spittlebugs including the pine spittlebug hypernym: - 01765166-n ili: i47392 @@ -59627,7 +59610,7 @@ partOfSpeech: n 02263938-n: definition: - - a genus of Psocidae + - a genus of booklice hypernym: - 01765166-n ili: i47410 @@ -59651,7 +59634,7 @@ partOfSpeech: n 02264282-n: definition: - - a genus of Psocidae + - a genus of booklice including the common booklouse hypernym: - 01765166-n ili: i47412 @@ -59976,7 +59959,7 @@ - 02313712-n ili: i47438 members: - - hellgrammiate + - hellgrammite - dobson partOfSpeech: n 02269073-n: @@ -65393,6 +65376,7 @@ members: - hispid pocket mouse - Perognathus hispidus + - Chaetodipus hispidus partOfSpeech: n wikidata: Q167053 02352382-n: @@ -67724,6 +67708,7 @@ members: - Sir Barton partOfSpeech: n + wikidata: Q3961979 02386360-n: definition: - thoroughbred that won the triple crown in 1930 @@ -67733,6 +67718,7 @@ members: - Gallant Fox partOfSpeech: n + wikidata: Q5518861 02386465-n: definition: - thoroughbred that won the triple crown in 1935 @@ -67742,6 +67728,7 @@ members: - Omaha partOfSpeech: n + wikidata: Q7089400 02386564-n: definition: - thoroughbred that won the triple crown in 1937 @@ -67761,6 +67748,7 @@ members: - Whirlaway partOfSpeech: n + wikidata: Q7993793 02386772-n: definition: - thoroughbred that won the triple crown in 1943 @@ -67770,6 +67758,7 @@ members: - Count Fleet partOfSpeech: n + wikidata: Q2998880 02386877-n: definition: - thoroughbred that won the triple crown in 1946 @@ -67779,6 +67768,7 @@ members: - Assault partOfSpeech: n + wikidata: Q4808564 02386978-n: definition: - thoroughbred that won the triple crown in 1948 @@ -67788,6 +67778,7 @@ members: - Citation partOfSpeech: n + wikidata: Q471395 02387080-n: definition: - thoroughbred that won the triple crown in 1973 @@ -67797,6 +67788,7 @@ members: - Secretariat partOfSpeech: n + wikidata: Q1151926 02387185-n: definition: - thoroughbred that won the triple crown in 1977 @@ -67806,6 +67798,7 @@ members: - Seattle Slew partOfSpeech: n + wikidata: Q1457136 02387291-n: definition: - thoroughbred that won the triple crown in 1978 @@ -67815,6 +67808,7 @@ members: - Affirmed partOfSpeech: n + wikidata: Q2099366 02387393-n: definition: - a horse trained to run in steeplechases @@ -68408,6 +68402,7 @@ members: - woolly rhinoceros - Rhinoceros antiquitatis + - Coelodonta antiquitatis partOfSpeech: n 02395362-n: definition: @@ -72237,7 +72232,7 @@ partOfSpeech: n 02451385-n: definition: - - a genus of Mustelidae + - a genus of Mustelidae including the hog badger hypernym: - 01867348-n ili: i48519 @@ -72262,7 +72257,7 @@ wikidata: Q744382 02451691-n: definition: - - a genus of Mustelidae + - a genus of Mustelidae including the wolverine hypernym: - 01867348-n ili: i48521 @@ -72429,7 +72424,7 @@ partOfSpeech: n 02453923-n: definition: - - a genus of Mustelidae + - a genus of Mustelidae including the tayra hypernym: - 01867348-n ili: i48536 @@ -72488,6 +72483,7 @@ members: - Mickey Mouse partOfSpeech: n + wikidata: Q11934 02454769-n: definition: - the partner of Mickey Mouse @@ -72497,6 +72493,7 @@ members: - Minnie Mouse partOfSpeech: n + wikidata: Q11936 02454856-n: definition: - a fictional duck created in animated film strips by Walt Disney @@ -72506,6 +72503,7 @@ members: - Donald Duck partOfSpeech: n + wikidata: Q6550 02454978-n: definition: - a fictional mouse endowed with great strength and courage @@ -72515,6 +72513,7 @@ members: - Mighty Mouse partOfSpeech: n + wikidata: Q49677 02455095-n: definition: - forward projecting part of the head of certain animals; includes the jaws and @@ -74036,6 +74035,7 @@ members: - Lucy partOfSpeech: n + wikidata: Q245388 02479501-n: definition: - gracile hominid of southern Africa; from about 3 million years ago @@ -83496,13 +83496,13 @@ wikidata: Q27336 02620319-n: definition: - - a genus of Zoarcidae + - a genus of eelpouts including the fish doctor hypernym: - 01435158-n ili: i49475 members: - - Gymnelis - - genus Gymnelis + - Gymnelus + - genus Gymnelus mero_member: - 02620449-n partOfSpeech: n @@ -83514,11 +83514,11 @@ ili: i49476 members: - fish doctor - - Gymnelis viridis + - Gymnelus viridis partOfSpeech: n 02620586-n: definition: - - a genus of Zoarcidae + - a genus of eelpouts including the ocean pout hypernym: - 01435158-n ili: i49477 @@ -84507,8 +84507,6 @@ - family Stromateidae mero_member: - 02635619-n - - 02635917-n - - 02636185-n - 02636474-n - 02636786-n - 02637044-n @@ -84529,18 +84527,6 @@ mero_part: - 07801981-n partOfSpeech: n -02635917-n: - definition: - - a genus of Stromateidae - hypernym: - - 01435158-n - ili: i49561 - members: - - Poronotus - - genus Poronotus - mero_member: - - 02636052-n - partOfSpeech: n 02636052-n: definition: - small food fish of Atlantic coast @@ -84551,17 +84537,6 @@ - dollarfish - Poronotus triacanthus partOfSpeech: n -02636185-n: - definition: - - a genus of Stromateidae - hypernym: - - 01435158-n - ili: i49563 - members: - - genus Palometa - mero_member: - - 02636307-n - partOfSpeech: n 02636307-n: definition: - smaller than Florida pompano; common in West Indies @@ -84580,10 +84555,12 @@ - 01435158-n ili: i49565 members: - - Paprilus - - genus Paprilus + - Peprilus + - genus Peprilus mero_member: - 02636607-n + - 02636052-n + - 02636307-n partOfSpeech: n 02636607-n: definition: @@ -84641,7 +84618,7 @@ partOfSpeech: n 02637347-n: definition: - - a genus of Stromateidae + - a genus of squaretails hypernym: - 01435158-n ili: i49571 diff --git a/src/yaml/noun.artifact.yaml b/src/yaml/noun.artifact.yaml index d40d301d..e97ef402 100644 --- a/src/yaml/noun.artifact.yaml +++ b/src/yaml/noun.artifact.yaml @@ -1427,6 +1427,7 @@ - Air Force Research Laboratory - AFRL partOfSpeech: n + wikidata: Q3607176 02692003-n: definition: - the framework and covering of an airplane or rocket (excluding the engines) @@ -1801,6 +1802,7 @@ - Alaskan pipeline - trans-Alaska pipeline partOfSpeech: n + wikidata: Q937088 02697825-n: definition: - a white linen liturgical vestment with sleeves; worn by priests @@ -1914,6 +1916,7 @@ members: - Alhambra partOfSpeech: n + wikidata: Q47476 02699702-n: definition: - surveying instrument used with a plane table for drawing lines of sight on a distant @@ -1975,6 +1978,14 @@ ili: i49936 members: - Allen wrench + - zeta key + - Unbrako key + - Inbus key + - zeta wrench + - Allen key + - hex key + - Unbrako wrench + - Inbus wrench partOfSpeech: n 02700618-n: definition: @@ -2265,6 +2276,7 @@ - AMEX - Curb partOfSpeech: n + wikidata: Q846626 02704843-n: definition: - a theophylline derivative that is used as a bronchodilator in the treatment of @@ -2912,6 +2924,7 @@ members: - Angostura Bridge partOfSpeech: n + wikidata: Q3089080 02715766-n: definition: - a depiction in the form of an animal @@ -3145,12 +3158,14 @@ missiles example: - the Strategic Arms Limitation Talks placed limits on the deployment of ABMs + - the Strategic Arms Limitation Talks placed limits on the deployment of ABMs hypernym: - 03471094-n ili: i50046 members: - antiballistic missile - ABM + - anti-ballistic missile partOfSpeech: n 02719777-n: definition: @@ -3547,6 +3562,7 @@ members: - Antonine Wall partOfSpeech: n + wikidata: Q210957 02728797-n: definition: - a heavy block of iron or steel on which hot metals are shaped by hammering @@ -3723,6 +3739,7 @@ members: - Appian Way partOfSpeech: n + wikidata: Q189417 02732166-n: definition: - a handcart from which apples and other fruit are sold in the street @@ -4193,6 +4210,7 @@ - Ark - Ark of the Covenant partOfSpeech: n + wikidata: Q131316 02740665-n: definition: - the part of an armchair or sofa that supports the elbow and forearm of a seated @@ -4578,6 +4596,7 @@ - Artemision at Ephesus - Temple of Artemis partOfSpeech: n + wikidata: Q43018 02747328-n: definition: - a major or main route @@ -5067,6 +5086,7 @@ - Aswan High Dam - High Dam partOfSpeech: n + wikidata: Q38891 02754787-n: definition: - an oral beta blocker (trade name Tenormin) used in treating hypertension and angina; @@ -5489,6 +5509,7 @@ members: - Augean stables partOfSpeech: n + wikidata: Q3088950 02761495-n: definition: - hand tool for boring holes @@ -5511,6 +5532,7 @@ - Auschwitz concentration camp - Auschwitz partOfSpeech: n + wikidata: Q7341 02761758-n: definition: - an accessory for an automobile @@ -6012,6 +6034,7 @@ - Boeing B-52 Stratofortress - B-52 partOfSpeech: n + wikidata: Q174534 02769173-n: definition: - a woman's headscarf folded into a triangle and tied under the chin; worn by Russian @@ -8536,6 +8559,7 @@ members: - Bastille partOfSpeech: n + wikidata: Q1865480 02809030-n: definition: - a cudgel used to give someone a beating on the soles of the feet @@ -9053,6 +9077,7 @@ members: - Bayonne Bridge partOfSpeech: n + wikidata: Q812580 02816387-n: definition: - an aromatic liquid originally obtained by distilling the leaves of the bayberry @@ -10024,6 +10049,7 @@ - Belmont Park - Belmont partOfSpeech: n + wikidata: Q3894449 02830650-n: definition: - a Nazi concentration camp for Jews created in northwestern Germany during World @@ -10035,6 +10061,7 @@ - Bergen-Belsen concentration camp - Belsen partOfSpeech: n + wikidata: Q7332 02830790-n: definition: - a band to tie or buckle around the body (usually at the waist) @@ -10652,6 +10679,7 @@ members: - Big Ben partOfSpeech: n + wikidata: Q41225 02840114-n: definition: - a reliable and deadly 15,000-pound fragmentation bomb that explodes just above @@ -11401,6 +11429,7 @@ members: - Black Hole of Calcutta partOfSpeech: n + wikidata: Q1202492 02850699-n: definition: - a piece of metal covered by leather with a flexible handle; used for hitting people @@ -11553,6 +11582,7 @@ members: - Blarney Stone partOfSpeech: n + wikidata: Q2369564 02853123-n: definition: - a furnace for smelting of iron from iron oxide ores; combustion is intensified @@ -13255,6 +13285,7 @@ - Bosphorus Bridge - Bosporus Bridge partOfSpeech: n + wikidata: Q4484 02879568-n: definition: - a rocking chair that has a high spindle back and a decorative top panel @@ -13431,6 +13462,7 @@ - Bounty - H.M.S. Bounty partOfSpeech: n + wikidata: Q900379 02882329-n: definition: - an arrangement of flowers that is usually given as a present @@ -15230,6 +15262,7 @@ members: - Bronx-Whitestone Bridge partOfSpeech: n + wikidata: Q125543 02909500-n: definition: - a sculpture made of bronze @@ -15270,6 +15303,7 @@ members: - Brooklyn Bridge partOfSpeech: n + wikidata: Q125006 02910059-n: definition: - a cleaning implement for sweeping; bundle of straws or twigs attached to a long @@ -15361,6 +15395,7 @@ - Brown University - Brown partOfSpeech: n + wikidata: Q49114 02911448-n: definition: - a woman's short housecoat or wrapper @@ -15459,6 +15494,7 @@ - Buchenwald concentration camp - Buchenwald partOfSpeech: n + wikidata: Q152802 02913031-n: definition: - an open horse-drawn carriage with four wheels; has a seat attached to a flexible @@ -16138,6 +16174,7 @@ - Guided Bomb Unit-28 - GBU-28 partOfSpeech: n + wikidata: Q1484837 02924413-n: definition: - a gas burner used in laboratories; has an air valve to regulate the mixture of @@ -17369,6 +17406,7 @@ members: - Caledonian Canal partOfSpeech: n + wikidata: Q909073 02942982-n: definition: - a machine that smooths or glazes paper or cloth by pressing it between plates @@ -17460,6 +17498,7 @@ members: - Caloosahatchee Canal partOfSpeech: n + wikidata: Q34730632 02944550-n: definition: - a measuring instrument that determines quantities of heat @@ -17553,6 +17592,7 @@ - Cambridge University - Cambridge partOfSpeech: n + wikidata: Q1055028 02945804-n: definition: - a portable television camera and videocassette recorder @@ -21767,6 +21807,7 @@ - Boston Navy Yard - Charlestown Navy Yard partOfSpeech: n + wikidata: Q894573 03013287-n: definition: - something believed to bring good luck @@ -21814,6 +21855,7 @@ members: - Chartres Cathedral partOfSpeech: n + wikidata: Q180274 03013937-n: definition: - a rectangular metal frame used in letterpress printing to hold together the pages @@ -22425,6 +22467,7 @@ - Great Wall - Great Wall of China partOfSpeech: n + wikidata: Q12501 03022852-n: definition: - a horizontal bar on which you can chin yourself @@ -22549,6 +22592,7 @@ members: - Chisholm Trail partOfSpeech: n + wikidata: Q104853588 03024804-n: definition: - a woolen tunic worn by men and women in ancient Greece @@ -22994,6 +23038,7 @@ - chunnel - Channel Tunnel partOfSpeech: n + wikidata: Q10257 03031762-n: definition: - a place for public (especially Christian) worship @@ -23053,6 +23098,7 @@ members: - Churchill Downs partOfSpeech: n + wikidata: Q2748049 03032749-n: definition: - can opener that has a triangular pointed end that pierces the tops of cans @@ -24730,6 +24776,7 @@ members: - CN Tower partOfSpeech: n + wikidata: Q134883 03059655-n: definition: - a carriage pulled by four horses with one driver @@ -25869,6 +25916,7 @@ - Colosseum - Amphitheatrum Flavium partOfSpeech: n + wikidata: Q10285 03077020-n: definition: - a huge bronze statue of the sun god Helios that was built around 285 BC and that @@ -25880,6 +25928,7 @@ members: - Colossus of Rhodes partOfSpeech: n + wikidata: Q41553 03077300-n: definition: - a kind of revolver @@ -25931,6 +25980,7 @@ - Columbia University - Columbia partOfSpeech: n + wikidata: Q49088 03077981-n: definition: - (architecture) a tall vertical cylindrical structure standing upright and used @@ -26131,6 +26181,7 @@ - Commodore Barry Bridge - Commodore John Barry Bridge partOfSpeech: n + wikidata: Q2740124 03081446-n: definition: - an ax with a long handle and a head that has one cutting edge and one blunt side @@ -27034,6 +27085,7 @@ - Constitution - Old Ironsides partOfSpeech: n + wikidata: Q944436 03097883-n: definition: - diplomatic building that serves as the residence or workplace of a consul @@ -27570,6 +27622,7 @@ - Cooper Union - Cooper Union for the Advancement of Science and Art partOfSpeech: n + wikidata: Q130981 03108555-n: definition: - a long cloak; worn by a priest or bishop on ceremonial occasions @@ -31095,6 +31148,7 @@ - Dachau concentration camp - Dachau partOfSpeech: n + wikidata: Q151198 03163080-n: definition: - a kind of polyester fabric @@ -31404,6 +31458,7 @@ - Dartmouth College - Dartmouth partOfSpeech: n + wikidata: Q49116 03167888-n: definition: - instrument panel on an automobile or airplane containing dials and controls @@ -35689,6 +35744,11 @@ ili: i53116 members: - drainage system + - storm drain + - stormwater drain + - drain system + - drainage well + - storm sewer partOfSpeech: n 03237246-n: definition: @@ -37046,6 +37106,7 @@ members: - Duke University partOfSpeech: n + wikidata: Q168751 03259328-n: definition: - the organ stop having a tone of soft sweet string quality @@ -37824,6 +37885,7 @@ members: - Eiffel Tower partOfSpeech: n + wikidata: Q243 03272024-n: definition: - a black pool ball bearing the number 8; should be the last to go in certain pool @@ -39849,6 +39911,7 @@ members: - Excalibur partOfSpeech: n + wikidata: Q187880 03307066-n: definition: - a hole in the ground made by excavating @@ -43027,6 +43090,7 @@ - Via Flaminia - Flaminian Way partOfSpeech: n + wikidata: Q374149 03361704-n: definition: - a projection used for strength or for attaching to another object @@ -48049,6 +48113,7 @@ members: - George Washington Bridge partOfSpeech: n + wikidata: Q125821 03440901-n: definition: - a horse-drawn carriage in India @@ -48657,6 +48722,7 @@ members: - Golden Gate Bridge partOfSpeech: n + wikidata: Q44440 03449661-n: definition: - foil made of gold @@ -48955,6 +49021,7 @@ members: - Gota Canal partOfSpeech: n + wikidata: Q431863 03453900-n: definition: - a pointed arch; usually has a joint (instead of a keystone) at the apex @@ -49152,6 +49219,7 @@ - Holy Grail - Sangraal partOfSpeech: n + wikidata: Q1595294 03456999-n: definition: - an antibiotic produced by a soil bacterium; used chiefly as an antiseptic in treating @@ -49514,6 +49582,7 @@ - Crescent City Connection - Greater New Orleans Bridge partOfSpeech: n + wikidata: Q3002486 03461950-n: definition: - the principal hall in a castle or mansion; can be used for dining or entertainment @@ -49541,6 +49610,7 @@ members: - Great Seal of the United States partOfSpeech: n + wikidata: Q171663 03462393-n: definition: - armor plate that protects legs below the knee @@ -50761,6 +50831,7 @@ - Santa Sophia - Santa Sofia partOfSpeech: n + wikidata: Q12506 03480544-n: definition: - an outer garment consisting of a large piece of white cloth; worn by men and women @@ -51085,7 +51156,6 @@ - hallucinogen - hallucinogenic drug - psychedelic drug - - psychodelic drug partOfSpeech: n 03485035-n: definition: @@ -51774,6 +51844,7 @@ members: - Hanging Gardens of Babylon partOfSpeech: n + wikidata: Q41931 03496825-n: definition: - a rope that is used by a hangman to execute persons who have been condemned to @@ -52095,6 +52166,7 @@ - Harvard University - Harvard partOfSpeech: n + wikidata: Q13371 03502017-n: definition: - farm machine that gathers a food crop from the fields @@ -54089,6 +54161,7 @@ - Holy Sepulcher - Holy Sepulchre partOfSpeech: n + wikidata: Q3463426 03533280-n: definition: - an institution where people are cared for @@ -54519,6 +54592,7 @@ members: - Hoover Dam partOfSpeech: n + wikidata: Q172822 03540204-n: definition: - chest for storage of clothing (trousseau) and household goods in anticipation @@ -55399,6 +55473,7 @@ members: - Humber Bridge partOfSpeech: n + wikidata: Q1141014 03554110-n: definition: - a vestment worn by a priest at High Mass in the Roman Catholic Church; a silk @@ -56092,6 +56167,7 @@ members: - Iditarod Trail partOfSpeech: n + wikidata: Q1656847 03565179-n: definition: - a pulley on a shaft that presses against a guide belt to guide or tighten it @@ -56516,6 +56592,7 @@ members: - Independence Hall partOfSpeech: n + wikidata: Q390028 03572815-n: definition: - (computer science) a register used to determine the address of an operand @@ -58523,6 +58600,7 @@ - Johns Hopkins University - Johns Hopkins partOfSpeech: n + wikidata: Q193727 03605935-n: definition: - fine woodwork done by a joiner @@ -58979,6 +59057,7 @@ - Kaaba - Caaba partOfSpeech: n + wikidata: Q29466 03612242-n: definition: - a carved doll wearing the costume of a particular Pueblo spirit; usually presented @@ -59068,6 +59147,7 @@ - Kanmon Bridge - Kammon Strait Bridge partOfSpeech: n + wikidata: Q1196470 03613569-n: definition: - antibiotic (trade name Kantrex) used to treat severe infections @@ -60309,6 +60389,7 @@ - Moscow Kremlin - Kremlin partOfSpeech: n + wikidata: Q133274 03634019-n: definition: - a Malayan dagger with a wavy blade @@ -60476,6 +60557,7 @@ members: - Labyrinth of Minos partOfSpeech: n + wikidata: Q1091243 03636468-n: definition: - a delicate decorative fabric woven in an open web of symmetrical patterns @@ -60673,6 +60755,7 @@ members: - Lake Mead partOfSpeech: n + wikidata: Q654515 03639760-n: definition: - the second largest reservoir in the United States; located in southern Utah and @@ -60683,6 +60766,7 @@ members: - Lake Powell partOfSpeech: n + wikidata: Q667507 03640014-n: definition: - the Volta river in southeastern has been dammed to create one of the world's largest @@ -60693,6 +60777,7 @@ members: - Lake Volta partOfSpeech: n + wikidata: Q201679 03640190-n: definition: - support column consisting of a steel cylinder filled with concrete @@ -61427,6 +61512,7 @@ members: - Lateran Palace partOfSpeech: n + wikidata: Q848394 03651334-n: definition: - a water-base paint that has a latex binder @@ -62362,6 +62448,7 @@ members: - Liberty Bell partOfSpeech: n + wikidata: Q390306 03665720-n: definition: - close-fitting conical cap worn as a symbol of liberty during the French Revolution @@ -63000,6 +63087,7 @@ members: - Lincoln Memorial partOfSpeech: n + wikidata: Q213559 03675948-n: definition: - antibiotic (trade name Lincocin) obtained from a streptomyces bacterium and used @@ -63943,6 +64031,7 @@ ili: i55794 members: - Loestrin + - Norlestrin mero_substance: - 14770596-n - 14774495-n @@ -64419,6 +64508,7 @@ - Louvre - Louvre Museum partOfSpeech: n + wikidata: Q19675 03698415-n: definition: - an oral drug (trade name Mevacor) to reduce blood cholesterol levels; used when @@ -65046,6 +65136,7 @@ members: - Mackinac Bridge partOfSpeech: n + wikidata: Q12568 03708614-n: definition: - a heavy woolen cloth heavily napped and felted, often with a plaid design @@ -65209,6 +65300,7 @@ members: - Maginot Line partOfSpeech: n + wikidata: Q162746 03710918-n: definition: - (physics) a device that attracts iron and produces a magnetic field @@ -66263,6 +66355,7 @@ - Marineland of the Pacific - Marineland partOfSpeech: n + wikidata: Q6764319 03727288-n: definition: - some conspicuous object used to distinguish or mark something @@ -66569,6 +66662,7 @@ - Massachusetts Institute of Technology - MIT partOfSpeech: n + wikidata: Q49108 03731607-n: definition: - a business establishment that offers therapeutic massage @@ -66980,6 +67074,7 @@ - Mausoleum at Halicarnassus - Mausoleum at Halicarnasus partOfSpeech: n + wikidata: Q45368 03737949-n: definition: - a long skirt ending below the calf @@ -67030,6 +67125,7 @@ members: - Mayflower partOfSpeech: n + wikidata: Q187093 03738622-n: definition: - a vertical pole or post decorated with streamers that can be held by dancers celebrating @@ -67800,6 +67896,7 @@ - USS Merrimack - Merrimac partOfSpeech: n + wikidata: Q667163 03756403-n: definition: - the hallucinatory alkaloid that is the active agent in mescal buttons @@ -68825,6 +68922,7 @@ - Minato Bridge - Minato Ohashi Bridge partOfSpeech: n + wikidata: Q3397064 03773501-n: definition: - a kitchen utensil that cuts or chops food (especially meat) into small pieces @@ -69465,7 +69563,7 @@ partOfSpeech: n 03783668-n: definition: - - trade name for an oral contraceptive containing estradiol and norethindrone + - trade name for an oral contraceptive containing estradiol and norethindrone acetate hypernym: - 03943171-n ili: i56320 @@ -69736,6 +69834,7 @@ - USS Monitor - Monitor partOfSpeech: n + wikidata: Q857891 03788091-n: definition: - a high narrow platform above a deck or in an engine room or boiler room @@ -71516,6 +71615,7 @@ - National Association of Securities Dealers Automated Quotations - NASDAQ partOfSpeech: n + wikidata: Q82059 03815952-n: definition: - a tube inserted into the trachea through the nose and pharynx; used to deliver @@ -71548,6 +71648,7 @@ - United States National Library of Medicine - U.S. National Library of Medicine partOfSpeech: n + wikidata: Q611833 03816492-n: definition: - memorial consisting of a structure or natural landmark of historic interest; set @@ -71661,6 +71762,7 @@ - Naval Research Laboratory - NRL partOfSpeech: n + wikidata: Q1499258 03818329-n: definition: - a shipboard system for collecting and displaying tactical data @@ -72225,6 +72327,7 @@ - Newgate Prison - Newgate partOfSpeech: n + wikidata: Q1822183 03827438-n: definition: - a long close-fitting coat worn for riding in the 19th century @@ -72243,6 +72346,7 @@ members: - New River Gorge Bridge partOfSpeech: n + wikidata: Q1982908 03827711-n: definition: - the physical object that is the product of a newspaper publisher @@ -72765,18 +72869,6 @@ - 14770596-n - 14775395-n partOfSpeech: n -03835818-n: - definition: - - trade name for an oral contraceptive containing estradiol and norethindrone - hypernym: - - 03943171-n - ili: i56630 - members: - - Norlestrin - mero_substance: - - 14770596-n - - 14774495-n - partOfSpeech: n 03835988-n: definition: - trade name for an oral contraceptive containing norethindrone @@ -73562,6 +73654,7 @@ members: - Ohio State University partOfSpeech: n + wikidata: Q309331 03848506-n: definition: - a meter for measuring electrical resistance in ohms @@ -74809,6 +74902,7 @@ members: - Oval Office partOfSpeech: n + wikidata: Q338067 03868196-n: definition: - kitchen appliance used for baking or roasting @@ -75230,6 +75324,7 @@ - Oxford University - Oxford partOfSpeech: n + wikidata: Q34433 03874321-n: definition: - a measuring instrument that measures the oxygen in arterial blood @@ -76008,6 +76103,7 @@ members: - Panama Canal partOfSpeech: n + wikidata: Q7350 03886904-n: definition: - a long slender cigar @@ -76062,6 +76158,7 @@ members: - Pandora's box partOfSpeech: n + wikidata: Q937164 03887590-n: definition: - sheet glass cut in shapes for windows or doors @@ -76703,6 +76800,7 @@ - University of Paris - Sorbonne partOfSpeech: n + wikidata: Q546118 03896578-n: definition: - a gear position that acts as a parking brake @@ -76874,6 +76972,7 @@ members: - Parthenon partOfSpeech: n + wikidata: Q10288 03899632-n: definition: - a denture replacing one or more teeth in a dental arch @@ -78104,6 +78203,7 @@ - The Pentagon - Pentagon partOfSpeech: n + wikidata: Q11208 03918783-n: definition: - analgesic drug (trade name Talwin) that is less addictive than morphine @@ -78596,6 +78696,7 @@ members: - Petronas Towers partOfSpeech: n + wikidata: Q83063 03926763-n: definition: - a shop where pet animals can be purchased @@ -79827,6 +79928,7 @@ - Pimlico Race Course - Pimlico partOfSpeech: n + wikidata: Q7194656 03946430-n: definition: - the most commonly used diphenylbutyl piperidine @@ -82311,6 +82413,7 @@ - 25 de Abril Bridge - Ponte 25 de Abril partOfSpeech: n + wikidata: Q721152 03987698-n: definition: - the vestments and other insignia of a pontiff (especially a bishop) @@ -83764,6 +83867,7 @@ - Princeton University - Princeton partOfSpeech: n + wikidata: Q21578 04009955-n: definition: - a picture or design printed from an engraving @@ -85522,6 +85626,7 @@ members: - Quebec Bridge partOfSpeech: n + wikidata: Q1427489 04039763-n: definition: - (chess) the most powerful piece @@ -85560,6 +85665,7 @@ members: - Queensboro Bridge partOfSpeech: n + wikidata: Q125157 04040277-n: definition: - a primitive stone mill for grinding corn by hand @@ -90513,6 +90619,7 @@ - Round Table - King Arthur's Round Table partOfSpeech: n + wikidata: Q381981 04121813-n: definition: - a power tool with a shaped cutter; used in carpentry for cutting grooves @@ -91719,6 +91826,7 @@ - Salyut programme - Salyut partOfSpeech: n + wikidata: Q207933 04139548-n: definition: - leather belt supported by a strap over the right shoulder @@ -91918,6 +92026,7 @@ members: - Santa Fe Trail partOfSpeech: n + wikidata: Q1856887 04142793-n: definition: - a thin plastic film made of saran (trade name Saran Wrap) that sticks to itself; @@ -93529,6 +93638,7 @@ - Willis Tower - Sears Tower partOfSpeech: n + wikidata: Q29294 04168294-n: definition: - a painting of the sea (as distinguished from a landscape) @@ -96630,6 +96740,7 @@ ili: i58900 members: - sickbed + - sick bed partOfSpeech: n 04220420-n: definition: @@ -96850,6 +96961,7 @@ members: - Siege Perilous partOfSpeech: n + wikidata: Q3173860 04223575-n: definition: - German fortifications facing the Maginot Line @@ -96859,6 +96971,7 @@ members: - Siegfried line partOfSpeech: n + wikidata: Q154504 04223701-n: definition: - a strainer for separating lumps from powdered material or grading particles @@ -97926,6 +98039,7 @@ members: - Skylab partOfSpeech: n + wikidata: Q190776 04239909-n: definition: - a window in a roof to admit daylight @@ -100139,6 +100253,7 @@ members: - Space Needle partOfSpeech: n + wikidata: Q5317 04272778-n: definition: - a rocket-propelled guided missile that can escape the earth's atmosphere; makes @@ -102558,6 +102673,7 @@ - Stanford University - Stanford partOfSpeech: n + wikidata: Q41506 04310001-n: definition: - a light open horse-drawn carriage with two or four wheels and one seat @@ -102824,6 +102940,7 @@ members: - Statue of Liberty partOfSpeech: n + wikidata: Q9202 04314407-n: definition: - one of several thin slats of wood forming the sides of a barrel or bucket @@ -106977,6 +107094,7 @@ - Sydney Harbour Bridge - Sydney Harbor Bridge partOfSpeech: n + wikidata: Q54495 04381822-n: definition: - (Judaism) the place of worship for a Jewish congregation @@ -107196,6 +107314,7 @@ - Tabernacle - Mormon Tabernacle partOfSpeech: n + wikidata: Q7673025 04386043-n: definition: - a sock with a separation for the big toe; worn with thong sandals by the Japanese @@ -107478,6 +107597,7 @@ members: - Tacoma Narrows Bridge partOfSpeech: n + wikidata: Q226035 04390624-n: definition: - virility drug (trade name Cialis) used to treat erectile dysfunction in men @@ -107676,6 +107796,7 @@ members: - Taj Mahal partOfSpeech: n + wikidata: Q9141 04393543-n: definition: - any of various devices for reducing slack (as in a sewing machine) or taking up @@ -108175,6 +108296,7 @@ members: - Tappan Zee Bridge partOfSpeech: n + wikidata: Q125841 04400901-n: definition: - a lever that is moved in order to tap something else @@ -109130,6 +109252,7 @@ - Delphic oracle - oracle of Delphi partOfSpeech: n + wikidata: Q10751359 04415465-n: definition: - any of three successive temples in Jerusalem that served as the primary center @@ -109146,6 +109269,7 @@ - Temple of Jerusalem - Temple of Solomon partOfSpeech: n + wikidata: Q223644 04416006-n: definition: - a connection intended to be used for a limited time @@ -112448,6 +112572,7 @@ - Tower of Babel - Babel partOfSpeech: n + wikidata: Q69997425 04468182-n: definition: - a fortress in London on the Thames; used as a palace and a state prison and now @@ -112458,6 +112583,7 @@ members: - Tower of London partOfSpeech: n + wikidata: Q62378 04468383-n: definition: - a great lighthouse (500 feet high) built at Alexandria in 285 BC @@ -112468,6 +112594,7 @@ - Lighthouse of Alexandria - Tower of Pharos partOfSpeech: n + wikidata: Q43244 04468529-n: definition: - (nautical) a rope used in towing @@ -114112,6 +114239,7 @@ - Trojan Horse - Wooden Horse partOfSpeech: n + wikidata: Q50193 04494190-n: definition: - a fisherman's lure that is used in trolling @@ -114681,6 +114809,7 @@ - Tuileries - Tuileries Gardens partOfSpeech: n + wikidata: Q818517 04503468-n: definition: - palace and royal residence built for Catherine de Medicis in 1564 and burned down @@ -114692,6 +114821,7 @@ - Tuileries - Tuileries Palace partOfSpeech: n + wikidata: Q234364 04503699-n: definition: - armor plate that protects the hip and thigh @@ -115624,6 +115754,7 @@ - U.S. Mint - US Mint partOfSpeech: n + wikidata: Q1141049 04518001-n: definition: - coupling that connects two rotating shafts allowing freedom of movement in all @@ -115657,6 +115788,7 @@ members: - University of California at Berkeley partOfSpeech: n + wikidata: Q168756 04519266-n: definition: - a university in Chicago, Illinois @@ -115666,6 +115798,7 @@ members: - University of Chicago partOfSpeech: n + wikidata: Q131252 04519387-n: definition: - a university in Ann Arbor, Michigan @@ -115675,6 +115808,7 @@ members: - University of Michigan partOfSpeech: n + wikidata: Q230492 04519511-n: definition: - a university in Lincoln, Nebraska @@ -115685,6 +115819,7 @@ - University of Nebraska-Lincoln - University of Nebraska partOfSpeech: n + wikidata: Q1353679 04519633-n: definition: - a university in Chapel Hill, North Carolina @@ -115695,6 +115830,7 @@ - University of North Carolina at Chapel Hill - University of North Carolina partOfSpeech: n + wikidata: Q192334 04519771-n: definition: - a university in Philadelphia, Pennsylvania @@ -115706,6 +115842,7 @@ - Pennsylvania - Penn partOfSpeech: n + wikidata: Q49117 04519947-n: definition: - a university in Pittsburgh, Pennsylvania @@ -115715,6 +115852,7 @@ members: - University of Pittsburgh partOfSpeech: n + wikidata: Q235034 04520078-n: definition: - a red-brick university in Brighton, England @@ -115725,6 +115863,7 @@ - University of Sussex - Sussex University partOfSpeech: n + wikidata: Q1161297 04520228-n: definition: - a university in Austin, Texas @@ -115735,6 +115874,7 @@ - University of Texas at Austin - University of Texas partOfSpeech: n + wikidata: Q49213 04520343-n: definition: - a university in Burlington, Vermont @@ -115744,6 +115884,7 @@ members: - University of Vermont partOfSpeech: n + wikidata: Q1048898 04520466-n: definition: - a university in Seattle, Washington @@ -115753,6 +115894,7 @@ members: - University of Washington partOfSpeech: n + wikidata: Q219563 04520592-n: definition: - a university in Morgantown, West Virginia @@ -115762,6 +115904,7 @@ members: - University of West Virginia partOfSpeech: n + wikidata: Q115376 04520727-n: definition: - a university in Madison, Wisconsin @@ -115772,6 +115915,7 @@ - University of Wisconsin-Madison - University of Wisconsin partOfSpeech: n + wikidata: Q838330 04520851-n: definition: - air passage consisting of a ventilation shaft through which air leaves a mine @@ -115986,6 +116130,7 @@ members: - USS Cole partOfSpeech: n + wikidata: Q848987 04523967-n: definition: - an implement for practical use (especially in a household) @@ -116371,6 +116516,7 @@ - Vatican - Vatican Palace partOfSpeech: n + wikidata: Q145093 04530820-n: definition: - an arched brick or stone ceiling or roof @@ -116754,6 +116900,7 @@ members: - Verrazano-Narrows Bridge partOfSpeech: n + wikidata: Q125673 04536781-n: definition: - a palace built in the 17th century for Louis XIV southwest of Paris near the city @@ -116765,6 +116912,7 @@ - Versailles - Palace of Versailles partOfSpeech: n + wikidata: Q2946 04536976-n: definition: - a file in which records are stored upright on one edge @@ -117986,6 +118134,7 @@ members: - Walt Whitman Bridge partOfSpeech: n + wikidata: Q3396791 04556693-n: definition: - small cylindrical beads made from polished shells and fashioned into strings or @@ -118340,6 +118489,7 @@ members: - Washington Monument partOfSpeech: n + wikidata: Q178114 04562577-n: definition: - a lavatory (particularly a lavatory in a public place) @@ -119944,6 +120094,7 @@ mero_part: - 03868051-n partOfSpeech: n + wikidata: Q35525 04588280-n: definition: - bow tie worn as part of a man's formal evening dress @@ -121444,6 +121595,7 @@ - WTC - twin towers partOfSpeech: n + wikidata: Q11235 04611634-n: definition: - computer network consisting of a collection of internet sites that offer text @@ -121835,6 +121987,7 @@ - Yale University - Yale partOfSpeech: n + wikidata: Q49112 04617860-n: definition: - an enclosure for animals (as chicken or livestock) @@ -122096,13 +122249,14 @@ 04621729-n: definition: - a large rigid dirigible designed to carry passengers or bombs - ili: i61332 - instance_hypernym: + hypernym: - 02695736-n + ili: i61332 members: - zeppelin - Graf Zeppelin partOfSpeech: n + wikidata: Q191413 04621862-n: definition: - the sight setting that will cause a projectile to hit the center of the target @@ -122740,48 +122894,6 @@ - tighty whitey partOfSpeech: n source: Colloquial WordNet -92299200-n: - definition: - - a wrench for Allen screws - hypernym: - - 04613932-n - members: - - zeta key - - Unbrako key - - Inbus key - - zeta wrench - - Allen key - - hex key - - Unbrako wrench - - Inbus wrench - partOfSpeech: n - source: plWordNet 4.0 - wikidata: Q16953 -92299310-n: - definition: - - a defensive missile designed to shoot down incoming intercontinental ballistic - missiles - example: - - the Strategic Arms Limitation Talks placed limits on the deployment of ABMs - hypernym: - - 03471094-n - members: - - anti-ballistic missile - partOfSpeech: n - source: plWordNet 4.0 -92302385-n: - definition: - - a system of watercourses or drains for carrying off excess water - hypernym: - - 04384144-n - members: - - storm drain - - stormwater drain - - drain system - - drainage well - - storm sewer - partOfSpeech: n - source: plWordNet 4.0 92404762-n: definition: - a smartphone designed and marketed by Apple Inc. @@ -124214,15 +124326,6 @@ - Horatianism partOfSpeech: n source: plWordNet 4.0 -92449518-n: - definition: - - the bed upon which a person lies sick. - hypernym: - - 02821967-n - members: - - sick bed - partOfSpeech: n - source: plWordNet 4.0 92449562-n: definition: - A chair designed for patients in the dentist office. diff --git a/src/yaml/noun.attribute.yaml b/src/yaml/noun.attribute.yaml index 6973576a..6a8c59c6 100644 --- a/src/yaml/noun.attribute.yaml +++ b/src/yaml/noun.attribute.yaml @@ -7979,11 +7979,23 @@ - 01106714-a definition: - the quality of being general or widespread or having general applicability + example: + - source: UD_English-GUM Corpus + text: Although useful, such samples are not representative of the scientific workforce + as a whole and thus have limited generalizability + - source: UD_English-GUM Corpus + text: This study is limited in its power and generalizability. + - source: UD_English-GUM Corpus + text: When altering specific methodological or participant characteristics of + a previous study, they serve to test generalizability of the earlier findings + under different conditions. hypernym: - 04731092-n ili: i62052 members: - generality + - generalizability + - generalisability partOfSpeech: n 04771996-n: attribute: @@ -33705,25 +33717,6 @@ members: - deceitfulness partOfSpeech: n -86491000-n: - definition: - - the quality of being general or widespread or having general applicability - example: - - source: UD_English-GUM Corpus - text: Although useful, such samples are not representative of the scientific workforce - as a whole and thus have limited generalizability - - source: UD_English-GUM Corpus - text: This study is limited in its power and generalizability. - - source: UD_English-GUM Corpus - text: When altering specific methodological or participant characteristics of - a previous study, they serve to test generalizability of the earlier findings - under different conditions. - hypernym: - - 04731092-n - members: - - generalizability - - generalisability - partOfSpeech: n 90007211-n: also: - 90007891-n diff --git a/src/yaml/noun.body.yaml b/src/yaml/noun.body.yaml index 3a2b1067..711e4f54 100644 --- a/src/yaml/noun.body.yaml +++ b/src/yaml/noun.body.yaml @@ -1538,7 +1538,6 @@ - 04699505-n ili: i64521 members: - - whitehead - milium partOfSpeech: n 05253118-n: @@ -1550,6 +1549,7 @@ members: - blackhead - comedo + - whitehead partOfSpeech: n wikidata: Q1146379 05253249-n: @@ -15794,7 +15794,6 @@ - diencephalon - interbrain - betweenbrain - - thalmencephalon mero_part: - 05235350-n - 05237320-n @@ -15917,10 +15916,12 @@ ili: i65834 members: - thalamus + - thalamencephalon mero_part: - 05495075-n - 05506695-n partOfSpeech: n + wikidata: Q184215 05507030-n: definition: - a basal part of the diencephalon governing autonomic nervous system @@ -21970,6 +21971,9 @@ ili: i66342 members: - posterior naris + - posterior nasal aperture + - internal nostril + - choana partOfSpeech: n 05608186-n: definition: @@ -22633,18 +22637,6 @@ - falsie partOfSpeech: n source: Colloquial WordNet -92315622-n: - definition: - - either one of the two posterior openings at the back of the nasal cavity leading - to the nasopharynx - hypernym: - - 05608186-n - members: - - posterior nasal aperture - - internal nostril - - choana - partOfSpeech: n - source: plWordNet 4.0 92423705-n: definition: - An immunologically specific substance produced by animal sperm to implement attraction diff --git a/src/yaml/noun.cognition.yaml b/src/yaml/noun.cognition.yaml index da51b4e5..cd3201c7 100644 --- a/src/yaml/noun.cognition.yaml +++ b/src/yaml/noun.cognition.yaml @@ -16238,6 +16238,7 @@ members: - Apollo program partOfSpeech: n + wikidata: Q46611 05908438-n: definition: - a program of space flights undertaken by US in 1965 and 1966 @@ -16250,6 +16251,7 @@ - Project Gemini - Gemini program partOfSpeech: n + wikidata: Q214996 05908617-n: definition: - a program of rocket-powered flights undertaken by US between 1961 and 1963 with @@ -16263,6 +16265,7 @@ - Project Mercury - Mercury program partOfSpeech: n + wikidata: Q52162 05908870-n: definition: - a program for defending a country against its enemies diff --git a/src/yaml/noun.communication.yaml b/src/yaml/noun.communication.yaml index 846fe9ce..17867c54 100644 --- a/src/yaml/noun.communication.yaml +++ b/src/yaml/noun.communication.yaml @@ -2483,10 +2483,6 @@ 06306016-n: definition: - the form of a word that is used to denote more than one - exemplifies: - - 92464059-n - - 92460209-n - - 92464512-n hypernym: - 06301417-n ili: i69585 @@ -5805,6 +5801,7 @@ members: - ASCII character set partOfSpeech: n + wikidata: Q2493832 06368711-n: definition: - code using a string of 8 binary digits to represent characters @@ -6088,6 +6085,7 @@ members: - Linear A partOfSpeech: n + wikidata: Q30972 06373466-n: definition: - a syllabic script used in Greece in the 13th century B.C. @@ -6097,6 +6095,7 @@ members: - Linear B partOfSpeech: n + wikidata: Q190102 06373579-n: definition: - the use of ideograms in writing @@ -6643,6 +6642,7 @@ members: - Pilgrim's Progress partOfSpeech: n + wikidata: Q268211 06384303-n: definition: - a traditional story accepted as history; serves to explain the world view of a @@ -7065,6 +7065,7 @@ members: - Aeneid partOfSpeech: n + wikidata: Q60220 06391879-n: definition: - a narrative epic poem written by Dante @@ -7075,6 +7076,7 @@ - Divine Comedy - Divina Commedia partOfSpeech: n + wikidata: Q40185 06391996-n: definition: - unrhymed verse without a consistent metrical pattern @@ -7193,6 +7195,7 @@ members: - Iliad partOfSpeech: n + wikidata: Q8275 06393816-n: definition: - a Greek epic poem (attributed to Homer) describing the journey of Odysseus after @@ -7203,6 +7206,7 @@ members: - Odyssey partOfSpeech: n + wikidata: Q35160 06393968-n: definition: - an epic poem written in Middle High German and based on the legends of Siegfried @@ -7213,6 +7217,7 @@ members: - Nibelungenlied partOfSpeech: n + wikidata: Q131554 06394129-n: definition: - Old French epic poems @@ -8576,6 +8581,7 @@ members: - Rosetta Stone partOfSpeech: n + wikidata: Q48584 06417820-n: definition: - an inscription written above something else @@ -8709,6 +8715,7 @@ members: - Dead Sea scrolls partOfSpeech: n + wikidata: Q145780 06419882-n: definition: - (Judaism) the scroll of parchment that contains the biblical story of Esther; @@ -9466,6 +9473,7 @@ - O.E.D. - OED partOfSpeech: n + wikidata: Q44996 06432216-n: definition: - a list of proper nouns naming persons or places @@ -10056,6 +10064,7 @@ - Granth - Granth Sahib partOfSpeech: n + wikidata: Q203249 06442666-n: definition: - a collection of Zoroastrian texts gathered during the 4th or 6th centuries @@ -10066,6 +10075,7 @@ - Avesta - Zend-Avesta partOfSpeech: n + wikidata: Q83426 06442826-n: definition: - (Hinduism) the sacred ‘song of God’ composed about 200 BC and incorporated into @@ -10082,6 +10092,7 @@ - Bhagavadgita - Gita partOfSpeech: n + wikidata: Q46802 06443166-n: definition: - (Hinduism) a sacred epic Sanskrit poem of India dealing in many episodes with @@ -10098,6 +10109,7 @@ mero_part: - 06442826-n partOfSpeech: n + wikidata: Q8276 06443410-n: definition: - the sacred writings of the Christian religions @@ -10134,6 +10146,7 @@ - Genesis - Book of Genesis partOfSpeech: n + wikidata: Q9184 06444385-n: definition: - 'the second book of the Old Testament: tells of the departure of the Israelites @@ -10146,6 +10159,7 @@ - Exodus - Book of Exodus partOfSpeech: n + wikidata: Q9190 06444705-n: definition: - the third book of the Old Testament; contains Levitical law and ritual precedents @@ -10156,6 +10170,7 @@ - Leviticus - Book of Leviticus partOfSpeech: n + wikidata: Q41490 06444919-n: definition: - the fourth book of the Old Testament; contains a record of the number of Israelites @@ -10167,6 +10182,7 @@ - Numbers - Book of Numbers partOfSpeech: n + wikidata: Q43099 06445145-n: definition: - the fifth book of the Old Testament; contains a second statement of Mosaic law @@ -10179,6 +10195,7 @@ mero_part: - 06445342-n partOfSpeech: n + wikidata: Q42614 06445342-n: definition: - religious texts from Deuteronomy inscribed on parchment and rolled up in a case @@ -10203,6 +10220,7 @@ - Josue - Book of Joshua partOfSpeech: n + wikidata: Q47680 06445835-n: definition: - a book of the Old Testament that tells the history of Israel under the leaders @@ -10214,6 +10232,7 @@ - Judges - Book of Judges partOfSpeech: n + wikidata: Q81240 06446038-n: definition: - a book of the Old Testament that tells the story of Ruth who was not an Israelite @@ -10226,6 +10245,7 @@ - Ruth - Book of Ruth partOfSpeech: n + wikidata: Q80038 06446320-n: definition: - the first of two books in the Old Testament that tell of Saul and David @@ -10236,6 +10256,7 @@ - I Samuel - 1 Samuel partOfSpeech: n + wikidata: Q12470171 06446496-n: definition: - the second of two books of the Old Testament that tell of Saul and David @@ -10258,6 +10279,7 @@ - I Kings - 1 Kings partOfSpeech: n + wikidata: Q131066 06446868-n: definition: - the second of two Old Testament books telling the histories of the kings of Judah @@ -10269,6 +10291,7 @@ - II Kings - 2 Kings partOfSpeech: n + wikidata: Q209746 06447064-n: definition: - (Old Testament) an obsolete name for the Old Testament books of I Chronicles and @@ -10295,6 +10318,7 @@ - I Chronicles - 1 Chronicles partOfSpeech: n + wikidata: Q161953 06447586-n: definition: - the second of two Old Testament books telling the history of Judah and Israel @@ -10306,6 +10330,7 @@ - II Chronicles - 2 Chronicles partOfSpeech: n + wikidata: Q12470338 06447853-n: definition: - an Old Testament book telling of a rabbi's efforts in the 5th century BC to reconstitute @@ -10317,6 +10342,7 @@ - Ezra - Book of Ezra partOfSpeech: n + wikidata: Q131635 06448113-n: definition: - an Old Testament book telling how a Jewish official at the court of Artaxerxes @@ -10328,6 +10354,7 @@ - Nehemiah - Book of Nehemiah partOfSpeech: n + wikidata: Q131640 06448387-n: definition: - an Old Testament book telling of a beautiful Jewess who became queen of Persia @@ -10351,6 +10378,7 @@ - Job - Book of Job partOfSpeech: n + wikidata: Q4577 06448807-n: definition: - an Old Testament book consisting of a collection of 150 Psalms @@ -10361,6 +10389,7 @@ - Psalms - Book of Psalms partOfSpeech: n + wikidata: Q41064 06448978-n: definition: - an Old Testament book consisting of proverbs from various Israeli sages (including @@ -10372,6 +10401,7 @@ - Proverbs - Book of Proverbs partOfSpeech: n + wikidata: Q4579 06449201-n: definition: - an Old Testament book consisting of reflections on the vanity of human life; is @@ -10383,6 +10413,7 @@ - Ecclesiastes - Book of Ecclesiastes partOfSpeech: n + wikidata: Q131072 06449494-n: definition: - an Old Testament book consisting of a collection of love poems traditionally attributed @@ -10396,6 +10427,7 @@ - Canticle of Canticles - Canticles partOfSpeech: n + wikidata: Q51670 06449796-n: definition: - an Old Testament book consisting of Isaiah's prophecies @@ -10406,6 +10438,7 @@ - Isaiah - Book of Isaiah partOfSpeech: n + wikidata: Q131458 06449960-n: definition: - a book in the Old Testament containing the oracles of the prophet Jeremiah @@ -10416,6 +10449,7 @@ - Jeremiah - Book of Jeremiah partOfSpeech: n + wikidata: Q131590 06450147-n: definition: - an Old Testament book lamenting the desolation of Judah after the destruction @@ -10427,6 +10461,7 @@ - Lamentations - Book of Lamentations partOfSpeech: n + wikidata: Q179058 06450418-n: definition: - an Old Testament book containing Ezekiel's prophecies of the downfall of Jerusalem @@ -10439,6 +10474,7 @@ - Ezechiel - Book of Ezekiel partOfSpeech: n + wikidata: Q178390 06450665-n: definition: - an Old Testament book that tells of the apocalyptic visions and the experiences @@ -10451,6 +10487,7 @@ - Book of Daniel - Book of the Prophet Daniel partOfSpeech: n + wikidata: Q80115 06450923-n: definition: - an Old Testament book telling Hosea's prophecies @@ -10461,6 +10498,7 @@ - Hosea - Book of Hosea partOfSpeech: n + wikidata: Q184030 06451078-n: definition: - an Old Testament book telling Joel's prophecies @@ -10471,6 +10509,7 @@ - Joel - Book of Joel partOfSpeech: n + wikidata: Q131643 06451230-n: definition: - an Old Testament book telling Amos's prophecies @@ -10481,6 +10520,7 @@ - Amos - Book of Amos partOfSpeech: n + wikidata: Q174677 06451382-n: definition: - an Old Testament book telling Obadiah's prophecies; the shortest book in the Christian @@ -10493,6 +10533,7 @@ - Abdias - Book of Obadiah partOfSpeech: n + wikidata: Q174753 06451594-n: definition: - a book in the Old Testament that tells the story of Jonah and the whale @@ -10503,6 +10544,7 @@ - Jonah - Book of Jonah partOfSpeech: n + wikidata: Q178819 06451772-n: definition: - an Old Testament book telling the prophecies of Micah foretelling the destruction @@ -10515,6 +10557,7 @@ - Micheas - Book of Micah partOfSpeech: n + wikidata: Q178076 06451983-n: definition: - an Old Testament book telling Nahum's prophecy of the fall of Nineveh @@ -10525,6 +10568,7 @@ - Nahum - Book of Nahum partOfSpeech: n + wikidata: Q179755 06452159-n: definition: - an Old Testament book telling Habakkuk's prophecies @@ -10536,6 +10580,7 @@ - Habacuc - Book of Habakkuk partOfSpeech: n + wikidata: Q179760 06452333-n: definition: - an Old Testament book telling the prophecies of Zephaniah which are concerned @@ -10548,6 +10593,7 @@ - Sophonias - Book of Zephaniah partOfSpeech: n + wikidata: Q188563 06452607-n: definition: - an Old Testament book telling the prophecies of Haggai which are concerned mainly @@ -10574,6 +10620,7 @@ - Zacharias - Book of Zachariah partOfSpeech: n + wikidata: Q179769 06453134-n: definition: - an Old Testament book containing the prophecies of Malachi @@ -10585,6 +10632,7 @@ - Malachias - Book of Malachi partOfSpeech: n + wikidata: Q51675 06453277-n: definition: - one of the Gospels in the New Testament; includes the Sermon on the Mount @@ -10597,6 +10645,7 @@ - Matthew - Gospel According to Matthew partOfSpeech: n + wikidata: Q392302 06453473-n: definition: - the shortest of the four Gospels in the New Testament @@ -10609,6 +10658,7 @@ - Mark - Gospel According to Mark partOfSpeech: n + wikidata: Q107388 06453643-n: definition: - one of the four Gospels in the New Testament; contains details of Jesus's birth @@ -10622,6 +10672,7 @@ - Gospel of Luke - Gospel According to Luke partOfSpeech: n + wikidata: Q39939 06453909-n: definition: - the last of the four Gospels in the New Testament @@ -10634,6 +10685,7 @@ - John - Gospel According to John partOfSpeech: n + wikidata: Q36766 06454075-n: definition: - a New Testament book describing the development of the early church from Christ's @@ -10645,6 +10697,7 @@ - Acts of the Apostles - Acts partOfSpeech: n + wikidata: Q40309 06454286-n: definition: - a book of the New Testament written in the form of a letter from an Apostle @@ -10666,6 +10719,7 @@ - Epistle to the Romans - Romans partOfSpeech: n + wikidata: Q48203 06455068-n: definition: - a New Testament book containing the first epistle from Saint Paul to the church @@ -10678,6 +10732,7 @@ - First Epistle to the Corinthians - I Corinthians partOfSpeech: n + wikidata: Q80355 06455328-n: definition: - a New Testament book containing the second epistle from Saint Paul to the church @@ -10690,6 +10745,7 @@ - Second Epistle to the Corinthians - II Corinthians partOfSpeech: n + wikidata: Q123808 06455592-n: definition: - a New Testament book containing the epistle from Saint Paul to the Galatians @@ -10701,6 +10757,7 @@ - Epistle to the Galatians - Galatians partOfSpeech: n + wikidata: Q128620 06455818-n: definition: - a New Testament book containing the epistle from Saint Paul to the Ephesians which @@ -10713,6 +10770,7 @@ - Epistle to the Ephesians - Ephesians partOfSpeech: n + wikidata: Q408673 06456128-n: definition: - a New Testament book containing an epistle from Saint Paul to the church at Philippi @@ -10725,6 +10783,7 @@ - Epistle to the Philippians - Philippians partOfSpeech: n + wikidata: Q51613 06456381-n: definition: - a New Testament book containing an epistle from Saint Paul to the Colossians in @@ -10737,6 +10796,7 @@ - Epistle to the Colossians - Colossians partOfSpeech: n + wikidata: Q131095 06456629-n: definition: - a New Testament book containing Saint Paul's first epistle to the Thessalonians @@ -10760,6 +10820,7 @@ - Second Epistle to the Thessalonians - II Thessalonians partOfSpeech: n + wikidata: Q131107 06457143-n: definition: - a New Testament book containing Saint Paul's first epistle to Timothy; contains @@ -10798,6 +10859,7 @@ - Epistle to Titus - Titus partOfSpeech: n + wikidata: Q131493 06457887-n: definition: - a New Testament book containing an epistle from Saint Paul to Philemon asking @@ -10811,6 +10873,7 @@ - Epistle to Philemon - Philemon partOfSpeech: n + wikidata: Q131104 06458146-n: definition: - a New Testament book traditionally included among the epistle of Saint Paul but @@ -10822,6 +10885,7 @@ - Epistle to the Hebrews - Hebrews partOfSpeech: n + wikidata: Q128608 06458381-n: definition: - a New Testament book attributed to Saint James the Apostle @@ -10832,6 +10896,7 @@ - Epistle of James - James partOfSpeech: n + wikidata: Q131097 06458530-n: definition: - the first New Testament book traditionally attributed to Saint Peter the Apostle @@ -10876,6 +10941,7 @@ - Second Epistel of John - II John partOfSpeech: n + wikidata: Q131453 06459252-n: definition: - the third New Testament epistle traditionally attributed to Saint John the Apostle @@ -10913,6 +10979,7 @@ - Apocalypse - Book of Revelation partOfSpeech: n + wikidata: Q42040 06459953-n: definition: - a large Bible with pages to record marriages and births @@ -10932,6 +10999,7 @@ members: - Septuagint partOfSpeech: n + wikidata: Q29334 06460264-n: definition: - the Latin edition of the Bible translated from Hebrew and Greek mainly by St. @@ -10945,6 +11013,7 @@ members: - Vulgate partOfSpeech: n + wikidata: Q131175 06460538-n: definition: - an English translation of the Vulgate by Roman Catholic scholars @@ -10959,6 +11028,7 @@ - Rheims-Douay Bible - Rheims-Douay Version partOfSpeech: n + wikidata: Q1240869 06460765-n: definition: - an English translation of the Bible published in 1611 @@ -10970,6 +11040,7 @@ - King James Version - King James Bible partOfSpeech: n + wikidata: Q623398 06460924-n: definition: - a British revision of the Authorized Version @@ -10979,6 +11050,7 @@ members: - Revised Version partOfSpeech: n + wikidata: Q2316049 06461031-n: definition: - a modern English version of the Bible and Apocrypha @@ -10988,6 +11060,7 @@ members: - New English Bible partOfSpeech: n + wikidata: Q7007452 06461147-n: definition: - a revised version of the King James Version @@ -11008,6 +11081,7 @@ members: - Revised Standard Version partOfSpeech: n + wikidata: Q3270198 06461405-n: definition: - the collection of books comprising the sacred scripture of the Hebrews and recording @@ -11077,6 +11151,7 @@ - 06444919-n - 06445145-n partOfSpeech: n + wikidata: Q162062 06463893-n: definition: - the whole body of the Jewish sacred writings and tradition including the oral @@ -11087,6 +11162,7 @@ members: - Torah partOfSpeech: n + wikidata: Q34990 06464033-n: definition: - the Jewish scriptures which consist of three divisions — the Torah and the Prophets @@ -11104,6 +11180,7 @@ - 06464271-n - 06464994-n partOfSpeech: n + wikidata: Q83367 06464271-n: definition: - the second of three divisions of the Hebrew Scriptures @@ -11150,6 +11227,7 @@ - Haphtorah - Haphtarah partOfSpeech: n + wikidata: Q929389 06464994-n: definition: - the third of three divisions of the Hebrew Scriptures @@ -11270,6 +11348,7 @@ members: - Book of Mormon partOfSpeech: n + wikidata: Q459842 06467660-n: definition: - a fixed text used in praying @@ -11297,6 +11376,7 @@ members: - Angelus partOfSpeech: n + wikidata: Q623699 06468185-n: definition: - a salutation to the Virgin Mary now used in prayers to her @@ -11307,6 +11387,7 @@ - Ave Maria - Hail Mary partOfSpeech: n + wikidata: Q42203 06468312-n: definition: - the prayer of Simeon (Luke 2:29-32) @@ -11317,6 +11398,7 @@ - Canticle of Simeon - Nunc dimittis partOfSpeech: n + wikidata: Q725548 06468429-n: definition: - (Anglican Church) a daily evening service with prayers prescribed in the Book @@ -11330,6 +11412,7 @@ - Evening Prayer - evensong partOfSpeech: n + wikidata: Q1381907 06468615-n: definition: - the opening prayer on the eve of Yom Kippur @@ -11339,6 +11422,7 @@ members: - Kol Nidre partOfSpeech: n + wikidata: Q1760699 06468715-n: definition: - a book setting forth the forms of church service @@ -11362,6 +11446,7 @@ - 06429110-n - 06469112-n partOfSpeech: n + wikidata: Q784710 06469112-n: definition: - a prayer consisting of a series of invocations by the priest with responses from @@ -11372,6 +11457,7 @@ members: - Litany partOfSpeech: n + wikidata: Q240709 06469282-n: definition: - the prayer that Christ gave his disciples in the Sermon on the Mount (Matthew @@ -11382,6 +11468,7 @@ members: - Lord's Prayer partOfSpeech: n + wikidata: Q23393 06469466-n: definition: - (Roman Catholic Church) the Lord's Prayer in Latin; translates as ‘our father’ @@ -11430,6 +11517,7 @@ members: - Additions to Esther partOfSpeech: n + wikidata: Q5615312 06470506-n: definition: - an Apocryphal book consisting of text added to the Book of Daniel, containing @@ -11441,6 +11529,7 @@ - Prayer of Azariah and Song of the Three Holy Children - Prayer of Azariah and Song of the Three Children partOfSpeech: n + wikidata: Q2471572 06470686-n: definition: - an Apocryphal book consisting of text added to the Book of Daniel, telling the @@ -11452,6 +11541,7 @@ - Susanna - Book of Susanna partOfSpeech: n + wikidata: Q16930210 06470843-n: definition: - an Apocryphal book consisting of text added to the Book of Daniel, it consists @@ -11486,6 +11576,7 @@ - Letter of Jeremiah - Epistle of Jeremiah partOfSpeech: n + wikidata: Q757010 06471351-n: definition: - an Apocryphal book that was a popular novel for several centuries @@ -11507,6 +11598,7 @@ - Judith - Book of Judith partOfSpeech: n + wikidata: Q202129 06471648-n: definition: - an Apocryphal book consisting of a compilation from I Chronicles and II Chronicles @@ -11518,6 +11610,7 @@ - I Esdra - 1 Esdras partOfSpeech: n + wikidata: Q1200049 06471837-n: definition: - an Apocryphal book of angelic revelations @@ -11528,6 +11621,7 @@ - II Esdras - 2 Esdras partOfSpeech: n + wikidata: Q230150 06471965-n: definition: - an Apocryphal book mainly of maxims (resembling Proverbs in that respect) @@ -11553,6 +11647,7 @@ - Wisdom of Solomon - Wisdom partOfSpeech: n + wikidata: Q202135 06472446-n: definition: - an Apocryphal book describing the life of Judas Maccabaeus, tells how the Greek @@ -11565,6 +11660,7 @@ - I Maccabees - 1 Maccabees partOfSpeech: n + wikidata: Q161985 06472596-n: definition: - an Apocryphal book describing the life of Judas Maccabaeus, tells about the Jews' @@ -11577,6 +11673,7 @@ - II Maccabees - 2 Maccabees partOfSpeech: n + wikidata: Q209748 06472747-n: definition: - any of the biblical books (Proverbs, Ecclesiastes, Song of Songs, Wisdom of Solomon, @@ -11620,6 +11717,7 @@ mero_part: - 06473500-n partOfSpeech: n + wikidata: Q428 06473500-n: definition: - one of the sections (or chapters) in the Koran @@ -11668,6 +11766,7 @@ - 06474326-n - 06474477-n partOfSpeech: n + wikidata: Q43290 06474326-n: definition: - the second part of the Talmud consisting primarily of commentary on the Mishna @@ -11677,6 +11776,7 @@ members: - Gemara partOfSpeech: n + wikidata: Q930585 06474477-n: definition: - the first part of the Talmud; a collection of early oral interpretations of the @@ -11688,6 +11788,7 @@ - Mishna - Mishnah partOfSpeech: n + wikidata: Q191825 06474681-n: definition: - Talmudic literature that does not deal with law but is still part of Jewish tradition @@ -11751,6 +11852,7 @@ members: - Ramayana partOfSpeech: n + wikidata: Q37293 06475911-n: definition: - any of a fairly recent class of Hindu or Buddhist religious literature concerned @@ -11785,6 +11887,7 @@ members: - Samhita partOfSpeech: n + wikidata: Q3946475 06476678-n: definition: - a Veda consisting of a collection of Hindu poems dating from before 2000 BC @@ -11806,6 +11909,7 @@ - Samaveda - Sama-Veda partOfSpeech: n + wikidata: Q236226 06476925-n: definition: - a collection of mantras and formulas @@ -11816,6 +11920,7 @@ - Atharvaveda - Atharva-Veda partOfSpeech: n + wikidata: Q236092 06477021-n: definition: - a collection of sacrificial formulas and prayers @@ -11837,6 +11942,7 @@ members: - Brahmana partOfSpeech: n + wikidata: Q823671 06477294-n: definition: - a treatise resembling a Brahmana but to be read or expounded by anchorites in @@ -11847,6 +11953,7 @@ members: - Aranyaka partOfSpeech: n + wikidata: Q265461 06477451-n: definition: - Vedic texts from the fifth and fourth centuries BC dealing with phonetics and @@ -11858,6 +11965,7 @@ members: - Vedanga partOfSpeech: n + wikidata: Q917680 06477701-n: definition: - (Sanskrit) an ancient medical treatise summarizing the Hindu art of healing and @@ -11871,6 +11979,7 @@ members: - Ayurveda partOfSpeech: n + wikidata: Q132325 06477924-n: definition: - a later sacred text of Hinduism of a mystical nature dealing with metaphysical @@ -11917,6 +12026,7 @@ members: - Psalm partOfSpeech: n + wikidata: Q1628514 06478678-n: definition: - a brief statement that presents the main points in a concise form @@ -12222,6 +12332,7 @@ members: - Augsburg Confession partOfSpeech: n + wikidata: Q154483 06484495-n: definition: - an equating verb (such as ‘be’ or ‘become’) that links the subject with the complement @@ -12468,6 +12579,7 @@ - Magna Charta - The Great Charter partOfSpeech: n + wikidata: Q12519 06488880-n: definition: - a charter granted by the sovereign (especially in Great Britain) @@ -14028,6 +14140,7 @@ - Domesday Book - Doomsday Book partOfSpeech: n + wikidata: Q19867 06515542-n: definition: - a collection of papers containing detailed information about a particular person @@ -14415,6 +14528,7 @@ members: - Combined DNA Index System partOfSpeech: n + wikidata: Q1265403 06521201-n: definition: - (computer science) a file maintained in computer-readable form @@ -14603,6 +14717,7 @@ - United States Declaration of Independence - Declaration of Independence partOfSpeech: n + wikidata: Q127912 06524315-n: definition: - a resolution passed by both houses of Congress which becomes legally binding when @@ -17944,6 +18059,7 @@ members: - Linux partOfSpeech: n + wikidata: Q388 06581154-n: definition: - (computer science) a sequence of instructions that a computer can interpret and @@ -18052,6 +18168,7 @@ - Explorer - IE partOfSpeech: n + wikidata: Q1575 06583815-n: definition: - a freeware browser for Linux @@ -18061,6 +18178,7 @@ members: - Konqueror partOfSpeech: n + wikidata: Q178565 06583900-n: definition: - a text browser @@ -18070,6 +18188,7 @@ members: - lynx partOfSpeech: n + wikidata: Q207872 06583966-n: definition: - a freeware browser @@ -18079,6 +18198,7 @@ members: - Mosaic partOfSpeech: n + wikidata: Q381047 06584038-n: definition: - a commercial browser developed by Netscape Communications Corporation @@ -18088,6 +18208,7 @@ members: - Netscape partOfSpeech: n + wikidata: Q235419 06584114-n: definition: - a commercial browser developed by Opera Software @@ -18097,6 +18218,7 @@ members: - Opera partOfSpeech: n + wikidata: Q41242 06584187-n: definition: - an application program that deals with natural language text @@ -18532,6 +18654,7 @@ members: - Google partOfSpeech: n + wikidata: Q9366 06591303-n: definition: - a widely used search engine for the web that finds information, news, images, @@ -18545,6 +18668,7 @@ - Yahoo! - Yahoo partOfSpeech: n + wikidata: Q37093 06591470-n: definition: - a widely used search engine accepting plain English questions or phrases or terms @@ -18557,6 +18681,7 @@ - Ask.com - Ask Jeeves partOfSpeech: n + wikidata: Q847564 06591628-n: definition: - a program that can change its performance in response to its environment @@ -21334,6 +21459,7 @@ - Kama Sutra - Kamasutra partOfSpeech: n + wikidata: Q47228 06636504-n: definition: - a rule or aphorism in Sanskrit literature or a group of aphoristic doctrinal summaries @@ -22211,6 +22337,7 @@ - Medical Literature Analysis and Retrieval System - MEDLARS partOfSpeech: n + wikidata: Q70336891 06651052-n: definition: - a database in which the operations carried out on information items (data objects) @@ -22263,6 +22390,7 @@ - WordNet - Princeton WordNet partOfSpeech: n + wikidata: Q533822 06651972-n: definition: - the latest publicly released version of WordNet @@ -22352,6 +22480,7 @@ - Standard and Poor's - Standard and Poor's Index partOfSpeech: n + wikidata: Q106158 06653626-n: definition: - one of 11 indicators for different sections of the economy; used by the Department @@ -27533,6 +27662,7 @@ members: - Communist Manifesto partOfSpeech: n + wikidata: Q40591 06740365-n: definition: - an authoritative declaration @@ -27575,6 +27705,7 @@ - First Amendment to the United States Constitution - First Amendment partOfSpeech: n + wikidata: Q12616 06741080-n: definition: - an amendment to the Constitution of the United States that imposes restrictions @@ -27590,6 +27721,7 @@ - Fifth Amendment to the United States Constitution - Fifth Amendment partOfSpeech: n + wikidata: Q240340 06741475-n: definition: - an amendment to the Constitution of the United States adopted in 1868; extends @@ -27603,6 +27735,7 @@ - Fourteenth Amendment to the United States Constitution - Fourteenth Amendment partOfSpeech: n + wikidata: Q188116 06741747-n: definition: - an amendment to the Constitution of the United States adopted in 1920; prohibited @@ -27616,6 +27749,7 @@ - Eighteenth Amendment to the United States Constitution - Eighteenth Amendment partOfSpeech: n + wikidata: Q156784 06742000-n: definition: - an amendment to the Constitution of the United States adopted in 1920; guarantees @@ -27629,6 +27763,7 @@ - Nineteenth Amendment to the United States Constitution - Nineteenth Amendment partOfSpeech: n + wikidata: Q205304 06742248-n: definition: - a declaration that is made emphatically (as if no supporting evidence were necessary) @@ -28625,6 +28760,7 @@ members: - Annunciation partOfSpeech: n + wikidata: Q154326 06760082-n: definition: - a public announcement of a proposed marriage @@ -28696,6 +28832,7 @@ members: - Parallel Lives partOfSpeech: n + wikidata: Q842337 06761180-n: definition: - an announcement of the events that will occur as part of a theatrical or sporting @@ -29740,21 +29877,11 @@ - reflection - reflexion partOfSpeech: n -06780078-n: - definition: - - C. Northcote Parkinson's cynical observation that the number of subordinates in - an organization will increase linearly regardless of the amount of work to be - done - ili: i72050 - instance_hypernym: - - 06779826-n - members: - - Parkinson's law - partOfSpeech: n 06780303-n: definition: - C. Northcote Parkinson's cynical observation that work will expand so as to fill - the time available for its completion + the time available for its completion and that the number of subordinates in an + organization will increase linearly regardless of the amount of work to be done ili: i72051 instance_hypernym: - 06779826-n @@ -30153,6 +30280,7 @@ members: - Peace of Westphalia partOfSpeech: n + wikidata: Q150995 06787117-n: definition: - (diplomacy) an international agreement @@ -30174,6 +30302,7 @@ members: - Chemical Weapons Convention partOfSpeech: n + wikidata: Q547896 06787451-n: definition: - an agreement first drawn up in Geneva in 1864 and later revised concerning the @@ -30185,6 +30314,7 @@ - Geneva Conventions - Geneva Convention partOfSpeech: n + wikidata: Q133536 06787672-n: definition: - the agreement signed in the Lateran Palace in 1929 by Italy and the Holy See which @@ -30195,6 +30325,7 @@ members: - Lateran Treaty partOfSpeech: n + wikidata: Q193270 06787887-n: definition: - the treaty signed in 1949 by 12 countries that established NATO @@ -30215,6 +30346,7 @@ members: - SALT I partOfSpeech: n + wikidata: Q1184068 06788210-n: definition: - the second treaty between the United States and the Union of Soviet Socialist @@ -30225,6 +30357,7 @@ members: - SALT II partOfSpeech: n + wikidata: Q1051668 06788403-n: definition: - the treaty imposed on Germany by the Allied powers in 1920 after the end of World @@ -30235,6 +30368,7 @@ members: - Treaty of Versailles partOfSpeech: n + wikidata: Q8736 06788613-n: definition: - the excessive expression of tender feelings, nostalgia, or sadness in any form @@ -34525,10 +34659,6 @@ definition: - a formally registered symbol (‘™’) identifying the manufacturer or distributor of a product - exemplifies: - - 92433720-n - - 92460019-n - - 92448672-n hypernym: - 07284884-n ili: i72497 @@ -46673,6 +46803,7 @@ members: - Hallel partOfSpeech: n + wikidata: Q254094 07048566-n: definition: - a chant to the Hindu god Krishna @@ -46682,6 +46813,7 @@ members: - Hare Krishna partOfSpeech: n + wikidata: Q1321147 07048658-n: definition: - (Roman Catholic Church) a liturgical chant consisting of a single, unaccompanied @@ -46792,6 +46924,7 @@ members: - Dies Irae partOfSpeech: n + wikidata: Q83771 07050445-n: definition: - a wedding hymn @@ -46810,6 +46943,7 @@ members: - Internationale partOfSpeech: n + wikidata: Q49617 07050608-n: definition: - (ancient Greece) a hymn of praise (especially one sung in ancient Greece to invoke @@ -46837,6 +46971,7 @@ members: - Magnificat partOfSpeech: n + wikidata: Q200809 07050978-n: definition: - a hymn that is sung at the end of a service as the clergy and choir withdraw @@ -46855,6 +46990,7 @@ members: - Te Deum partOfSpeech: n + wikidata: Q743376 07051211-n: definition: - a musical work that has been created @@ -47148,6 +47284,7 @@ members: - Messiah partOfSpeech: n + wikidata: Q207732 07056244-n: definition: - a light piece of music for piano @@ -47603,6 +47740,7 @@ - La Marseillaise - Marseillaise partOfSpeech: n + wikidata: Q41180 07063331-n: definition: - a poem written by Francis Scott Key during the War of 1812 was set to music and @@ -47613,6 +47751,7 @@ members: - The Star-Spangled Banner partOfSpeech: n + wikidata: Q44696 07063554-n: definition: - an elaborate song for solo voice @@ -53180,6 +53319,7 @@ - Strategic Arms Limitation Talks - SALT partOfSpeech: n + wikidata: Q623994 07164544-n: definition: - the negotiation of the terms of a transaction or agreement @@ -54244,6 +54384,7 @@ - Decalogue - Ten Commandments partOfSpeech: n + wikidata: Q34623 07184731-n: definition: - a pronouncement encouraging or banning some activity @@ -54785,6 +54926,7 @@ members: - Missouri Compromise partOfSpeech: n + wikidata: Q727854 07194480-n: definition: - agreement expressed by (or as if expressed by) signing your name @@ -57269,6 +57411,7 @@ members: - Canterbury Tales partOfSpeech: n + wikidata: Q191663 07236416-n: definition: - a detailed account or description of something @@ -57312,6 +57455,7 @@ - Arabian Nights - Thousand and One Nights partOfSpeech: n + wikidata: Q8258 07237093-n: definition: - a sentimental story (or drama) of personal distress; designed to arouse sympathy @@ -57478,6 +57622,7 @@ - Emergency Alert System - EAS partOfSpeech: n + wikidata: Q561323 07239827-n: definition: - a warning against certain acts @@ -57620,6 +57765,7 @@ members: - Hippocratic oath partOfSpeech: n + wikidata: Q134990 07241961-n: definition: - a promise @@ -58383,6 +58529,7 @@ members: - Gettysburg Address partOfSpeech: n + wikidata: Q214524 07254448-n: definition: - an extemporaneous speech or remark @@ -58677,6 +58824,7 @@ - 06312002-n - 06469282-n partOfSpeech: n + wikidata: Q51640 07259273-n: definition: - zealous preaching and advocacy of the gospel @@ -61069,6 +61217,7 @@ - Das Kapital - Capital partOfSpeech: n + wikidata: Q58784 07297770-n: definition: - a satirical novel written by Samuel Butler (1872) describing a fictitious land @@ -61078,6 +61227,7 @@ members: - Erewhon partOfSpeech: n + wikidata: Q1350048 07297903-n: definition: - a book written by Sir Thomas More (1516) describing the perfect society on an @@ -61088,6 +61238,7 @@ members: - Utopia partOfSpeech: n + wikidata: Q404158 80042148-n: definition: - a conventional expression of greeting or farewell, used to wish someone a good @@ -61149,6 +61300,18 @@ - British English - UK English partOfSpeech: n +82526070-n: + definition: + - an original scientific name on which the modern name is based + hypernym: + - 87721295-n + members: + - basionym + - basyonym + - original combination + - protonym + - basonym + partOfSpeech: n 83106374-n: definition: - the concluding section of a piece of music @@ -61272,6 +61435,14 @@ - US English spelling - US English orthography partOfSpeech: n +87721295-n: + definition: + - scientific name used in the study of biology or in the study of botany + hypernym: + - 06344646-n + members: + - scientific name + partOfSpeech: n 88432813-n: definition: - a word or expression that is outside of standard usage and is very informal @@ -61485,7 +61656,7 @@ hypernym: - 06642524-n members: - - alhamdulilah + - alhamdulillah partOfSpeech: n source: Colloquial WordNet 90011621-n: @@ -62312,6 +62483,7 @@ - Mozilla Calendar partOfSpeech: n source: plWordNet 4.0 + wikidata: Q628187 92447870-n: definition: - A personal information manager (often referred to as a PIM tool or, more simply, diff --git a/src/yaml/noun.event.yaml b/src/yaml/noun.event.yaml index a8e64f29..e42a5832 100644 --- a/src/yaml/noun.event.yaml +++ b/src/yaml/noun.event.yaml @@ -1339,6 +1339,7 @@ - Teapot Dome - Teapot Dome scandal partOfSpeech: n + wikidata: Q3236296 07321581-n: definition: - a political scandal involving abuse of power and bribery and obstruction of justice; @@ -1350,6 +1351,7 @@ - Watergate - Watergate scandal partOfSpeech: n + wikidata: Q42761 07321790-n: definition: - a series of related events forming an episode @@ -1612,6 +1614,7 @@ - Ascension - Ascension of Christ partOfSpeech: n + wikidata: Q5686605 07326636-n: definition: - (New Testament) the rising of Christ on the third day after the Crucifixion @@ -1626,6 +1629,7 @@ - Christ's Resurrection - Resurrection of Christ partOfSpeech: n + wikidata: Q51624 07326839-n: definition: - free movement or passage (as of cytoplasm within a cell or sap through a plant) @@ -2257,6 +2261,7 @@ - Advent - Parousia partOfSpeech: n + wikidata: Q51639 07337369-n: definition: - an event that is substituted for a previously cancelled event @@ -2877,6 +2882,7 @@ - Crucifixion of Jesus - Crucifixion partOfSpeech: n + wikidata: Q51636 07347556-n: definition: - a death resulting from an accident or a disaster @@ -4661,11 +4667,14 @@ 07377946-n: definition: - a movement downward + example: + - the rise and fall of the tides hypernym: - 07325733-n ili: i75387 members: - descent + - fall partOfSpeech: n 07378145-n: definition: @@ -5078,17 +5087,6 @@ - entrance - entering partOfSpeech: n -07384870-n: - definition: - - a movement downward - example: - - the rise and fall of the tides - hypernym: - - 07325733-n - ili: i75426 - members: - - fall - partOfSpeech: n 07385010-n: definition: - an event that involves rising to a higher point (as in altitude or temperature @@ -11720,6 +11718,7 @@ - Fall of man - Fall partOfSpeech: n + wikidata: Q1135949 07493858-n: definition: - an irretrievable loss diff --git a/src/yaml/noun.food.yaml b/src/yaml/noun.food.yaml index 79717940..71c11436 100644 --- a/src/yaml/noun.food.yaml +++ b/src/yaml/noun.food.yaml @@ -6257,6 +6257,7 @@ - a circular helping of food (especially a boneless cut of meat) example: - medallions of veal + - medallions of veal hypernym: - 07593928-n ili: i77096 @@ -9018,7 +9019,6 @@ members: - ashcake - ash cake - - corn tash partOfSpeech: n 07704157-n: definition: @@ -21362,8 +21362,7 @@ - 07572999-n ili: i78608 members: - - rijsttaffel - - rijstaffel + - rijsttafel - rijstafel partOfSpeech: n 07891412-n: @@ -25902,18 +25901,6 @@ partOfSpeech: n source: Colloquial WordNet wikidata: Q396184 -92326409-n: - definition: - - a circular helping of food (especially a boneless cut of meat) - example: - - medallions of veal - hypernym: - - 07593928-n - - 07673512-n - members: - - medallion - partOfSpeech: n - source: plWordNet 4.0 92406449-n: definition: - a type of tea that is more oxidized than oolong, green and white teas. diff --git a/src/yaml/noun.group.yaml b/src/yaml/noun.group.yaml index 70da91f5..5460ac21 100644 --- a/src/yaml/noun.group.yaml +++ b/src/yaml/noun.group.yaml @@ -2378,6 +2378,7 @@ - 09551861-n - 09553121-n partOfSpeech: n + wikidata: Q9595 08003213-n: definition: - (astrology) one of four groups of the zodiac where each group consists of three @@ -2611,6 +2612,7 @@ members: - Bronte sisters partOfSpeech: n + wikidata: Q117802687 08006183-n: definition: - a family of United States comedians consisting of four brothers with an anarchic @@ -2626,6 +2628,7 @@ - 11181035-n - 11181218-n partOfSpeech: n + wikidata: Q64450 08006415-n: definition: - two people of the same sex who live together as a family @@ -3882,6 +3885,7 @@ members: - Abu Hafs al-Masri Brigades partOfSpeech: n + wikidata: Q3644630 08027291-n: definition: - a small gang of terrorist thugs claiming to seek a separate Islamic state for @@ -3900,6 +3904,7 @@ - Abu Sayyaf - Bearer of the Sword partOfSpeech: n + wikidata: Q335361 08027674-n: definition: - a militant offshoot of al-Fatah that is the newest and strongest and best equipped @@ -3918,6 +3923,7 @@ - al-Aksa Martyrs Brigades - Martyrs of al-Aqsa partOfSpeech: n + wikidata: Q309474 08027998-n: definition: - an urban hit squad and guerrilla group of the Communist Party in the Philippines; @@ -3935,6 +3941,7 @@ - Revolutionary Proletarian Army - RPA-ABB partOfSpeech: n + wikidata: Q2641247 08028255-n: definition: - a Palestinian political and military organization founded by Yasser Arafat in @@ -3958,6 +3965,7 @@ - Fatah - al-Asifa partOfSpeech: n + wikidata: Q178888 08028760-n: definition: - a terrorist organization of militant Islamists organized into tiny cells of extreme @@ -3994,6 +4002,7 @@ - Islamic Unity - AIAI partOfSpeech: n + wikidata: Q310147 08029497-n: definition: - an Islamic extremist group active since the late 1970s; seeks to overthrow the @@ -4014,6 +4023,7 @@ - Islamic Jihad - Vanguards of Conquest partOfSpeech: n + wikidata: Q310214 08029908-n: definition: - a radical insurgent Islamist group consisting of disaffected middle-class professionals @@ -4029,6 +4039,7 @@ members: - al-Ma'unah partOfSpeech: n + wikidata: Q4260110 08030185-n: definition: - a hard-line extremist Islamic group in Great Britain who support bin Laden and @@ -4043,6 +4054,7 @@ members: - al-Muhajiroun partOfSpeech: n + wikidata: Q4702936 08030385-n: definition: - a Palestinian terrorist organization formed in 2002 and linked to Fatah movement @@ -4079,6 +4091,7 @@ - al Qaida - Base partOfSpeech: n + wikidata: Q34490 08030956-n: definition: - a terrorist group organized in 1996 after the Taliban took over Afghanistan and @@ -4141,6 +4154,7 @@ - Al Ummah - al-Ummah partOfSpeech: n + wikidata: Q16148668 08032074-n: definition: - a radical Islamic group of terrorists in the Iraqi part of Kurdistan who oppose @@ -4159,6 +4173,7 @@ - Ansar al-Islam - Supporters of Islam partOfSpeech: n + wikidata: Q568914 08032484-n: definition: - a terrorist organization founded in 1999 to oppose the link between nationalists @@ -4176,6 +4191,7 @@ - Armata Corsa - Corsican Army partOfSpeech: n + wikidata: Q2862111 08032788-n: definition: - a terrorist organization of Islamic extremists whose violent activities began @@ -4195,6 +4211,7 @@ - Armed Islamic Group - GIA partOfSpeech: n + wikidata: Q1125408 08033138-n: definition: - a militant Marxist-Leninist terrorist organization formed in 1975 to force Turkey @@ -4216,6 +4233,7 @@ - Orly Group - 3rd October Organization partOfSpeech: n + wikidata: Q720676 08033653-n: definition: - a terrorist organization that seeks to overthrow the government dominated by Tutsi @@ -4236,6 +4254,7 @@ - FAR - Interahamwe partOfSpeech: n + wikidata: Q755973 08034010-n: definition: - an extremist Palestinian Sunni group active in Lebanon in the early 1990s that @@ -4308,6 +4327,7 @@ - Euskadi ta Askatasuna - ETA partOfSpeech: n + wikidata: Q42814 08035419-n: definition: - a former Palestinian terrorist organization (now merged with Fatah Revolutionary @@ -4324,6 +4344,7 @@ - Black September Organization - Black September Movement partOfSpeech: n + wikidata: Q152211 08035736-n: definition: - an ultra-leftist militant group founded in 1957 from the breakup of the Japanese @@ -4341,6 +4362,7 @@ - Revolutionary Communist League - Chukaku-Ha partOfSpeech: n + wikidata: Q2972178 08036034-n: definition: - a terrorist organization formed in Ireland in 1994 as a clandestine armed wing @@ -4395,6 +4417,7 @@ - East Turkistan Islamic Movement - East Turkestan Islamic Movement partOfSpeech: n + wikidata: Q1674170 08036995-n: definition: - a Palestinian international terrorist organization that split from the PLO in @@ -4422,6 +4445,7 @@ - Black September - Revolutionary Organization of Socialist Muslims partOfSpeech: n + wikidata: Q29014225 08037538-n: definition: - a terrorist group organized by Yasser Arafat in 1995 as the armed wing of al-Fatah; @@ -4438,6 +4462,7 @@ - Fatah Tanzim - Tanzim partOfSpeech: n + wikidata: Q2458722 08037882-n: definition: - an armed wing of the (illegal) Communist Party of Spain; seeks to overthrow the @@ -4456,6 +4481,7 @@ - First of October Antifascist Resistance Group - GRAPO partOfSpeech: n + wikidata: Q1147068 08038217-n: definition: - formed in 1972 as a personal security force for Arafat and other PLO leaders; @@ -4471,6 +4497,7 @@ members: - Force 17 partOfSpeech: n + wikidata: Q1391070 08038538-n: definition: - a little known Palestinian group responsible for bombings and for killing Israelis; @@ -4496,6 +4523,7 @@ members: - Greenpeace partOfSpeech: n + wikidata: Q81307 08039012-n: definition: - an Islamic Palestinian fundamentalist political organization; seeks to create @@ -4511,6 +4539,7 @@ mero_part: - 08057009-n partOfSpeech: n + wikidata: Q38799 08039419-n: definition: - an extremist militant group in Pakistan occupied Kashmir that seeks an Islamic @@ -4551,6 +4580,7 @@ - Al Faran - Movement of Holy Warriors partOfSpeech: n + wikidata: Q2475082 08040127-n: definition: - a Shiite terrorist organization with strong ties to Iran; seeks to create an Iranian @@ -4574,7 +4604,7 @@ - Revolutionary Justice Organization - Organization of the Oppressed on Earth partOfSpeech: n - wikidata: Q1621312 + wikidata: Q41053 08040596-n: definition: - the most popular and feared Islamic extremist group in central Asia; advocates @@ -4590,6 +4620,7 @@ - Hizb ut-Tahrir - Freedom Party partOfSpeech: n + wikidata: Q493302 08040849-n: definition: - a terrorist group organized by Osama bin Laden in 1998 that provided an umbrella @@ -4643,6 +4674,7 @@ mero_part: - 08338148-n partOfSpeech: n + wikidata: Q504628 08041865-n: definition: - Yemen-based terrorist group that supports al-Qaeda's goals; seeks to overthrow @@ -4661,6 +4693,7 @@ - Islamic Army of Aden-Abyan - Aden-Abyan Islamic Army partOfSpeech: n + wikidata: Q3163292 08042250-n: definition: - a Turkish terrorist organization that claimed responsibility for bombing a British @@ -4678,6 +4711,7 @@ - Islamic Great Eastern Raiders-Front - IBDA-C partOfSpeech: n + wikidata: Q343124 08042588-n: definition: - a terrorist group of Islamic militants formed in 1996; opposes Uzbekistan's secular @@ -4696,6 +4730,7 @@ - IMU - Islamic Party of Turkestan partOfSpeech: n + wikidata: Q973179 08042950-n: definition: - a terrorist organization founded in 2000; a militant Islamic group active in Kashmir @@ -4733,6 +4768,7 @@ - Fuqra - Tanzimul Fuqra partOfSpeech: n + wikidata: Q6127219 08043657-n: definition: - a terrorist group organized in 1970 to overthrow the Japanese government and monarchy @@ -4787,6 +4823,7 @@ - Malaysian Mujahidin Group - Malaysia Militant Group partOfSpeech: n + wikidata: Q506245 08044673-n: definition: - ethnic Turkish Sunni terrorists who are linked with the Turkish Hizballah; killed @@ -4816,6 +4853,7 @@ - Jund-ul-Islam - Soldiers of God partOfSpeech: n + wikidata: Q20387047 08045150-n: definition: - a terrorist organization founded for Jewish defense; fights antisemitism and hopes @@ -4831,6 +4869,7 @@ - Kahane Chai - Kach partOfSpeech: n + wikidata: Q331852 08045376-n: definition: - a Turkish terrorist group of fundamentalist Muslims with ties to al-Qaeda that @@ -4848,6 +4887,7 @@ - Association of Islamic Groups and Communities - Caliphate State partOfSpeech: n + wikidata: Q895710 08045752-n: definition: - a communist organization formed in Cambodia in 1970; became a terrorist organization @@ -4890,6 +4930,7 @@ - 10161331-n - 10257373-n partOfSpeech: n + wikidata: Q47131 08046537-n: definition: - a local unit of the Ku Klux Klan @@ -4919,6 +4960,7 @@ - Partiya Karkeran Kurdistan - PPK partOfSpeech: n + wikidata: Q152220 08046938-n: definition: - a Nicaraguan counterrevolutionary guerrilla force from 1979 to 1990; it opposed @@ -4929,6 +4971,7 @@ members: - Contras partOfSpeech: n + wikidata: Q286810 08047132-n: definition: - a Kurdish guerrilla force in Iraqi Kurdistan @@ -4939,6 +4982,7 @@ - Peshmerga - Pesh Merga partOfSpeech: n + wikidata: Q932728 08047234-n: definition: - a Sunni Muslim extremist group in Pakistan that collaborates with al-Qaeda; the @@ -4953,6 +4997,7 @@ members: - Lashkar-e-Jhangvi partOfSpeech: n + wikidata: Q2746169 08047464-n: definition: - a terrorist organization formed in Pakistan in 2002 as a coalition of extremist @@ -4969,6 +5014,7 @@ - Lashkar-e-Omar - Al Qanoon partOfSpeech: n + wikidata: Q1636183 08047773-n: definition: - a brutal terrorist group active in Kashmir; fights against India with the goal @@ -5006,6 +5052,7 @@ - Laskar Jihad - Holy War Warriors partOfSpeech: n + wikidata: Q6493565 08048416-n: definition: - a violent terrorist group organized in the 1980s and advocating the overthrow @@ -5023,6 +5070,7 @@ - Lautaro Faction of the United Popular Action Movement - Lautaro Popular Rebel Forces partOfSpeech: n + wikidata: Q24937627 08048776-n: definition: - a terrorist organization in Sri Lanka that began in 1970 as a student protest @@ -5046,6 +5094,7 @@ - World Tamil Association - World Tamil Movement partOfSpeech: n + wikidata: Q80312 08049347-n: definition: - a Libyan terrorist group organized in 1995 and aligned with al-Qaeda; seeks to @@ -5064,6 +5113,7 @@ - Libyan Fighting Group - Libyan Islamic Group partOfSpeech: n + wikidata: Q1112923 08049708-n: definition: - a quasi-religious rebel group in Uganda that terrorized and raped women and kidnapped @@ -5078,6 +5128,7 @@ members: - Lord's Resistance Army partOfSpeech: n + wikidata: Q108462 08049947-n: definition: - a terrorist group formed in 1996 in Northern Ireland; seeks to prevent the peace @@ -5092,6 +5143,7 @@ members: - Loyalist Volunteer Force partOfSpeech: n + wikidata: Q1872696 08050207-n: definition: - a terrorist organization founded by Osama bin Laden in the 1980s to provide money @@ -5122,6 +5174,7 @@ members: - Manuel Rodriquez Patriotic Front partOfSpeech: n + wikidata: Q676714 08050781-n: definition: - a terrorist group of radical leftists formed in the late 1980s; seeks to prevent @@ -5137,6 +5190,7 @@ - Morazanist Patriotic Front - Moranzanist Patriotic Front partOfSpeech: n + wikidata: Q6909464 08051052-n: definition: - a terrorist group in the southern Philippines formed in 1977 to establish an independent @@ -5151,6 +5205,7 @@ members: - Moro Islamic Liberation Front partOfSpeech: n + wikidata: Q64611 08051332-n: definition: - a militant Islamic militia that was formed in 2005 by hardliners who split from @@ -5165,6 +5220,7 @@ members: - Mujahedeen Kompak partOfSpeech: n + wikidata: Q6933292 08051531-n: definition: - a terrorist organization formed in the 1960s by children of Iranian merchants; @@ -5185,6 +5241,7 @@ - MEK - People's Mujahidin of Iran partOfSpeech: n + wikidata: Q636947 08051986-n: definition: - a terrorist organization in Bolivia that acts as an umbrella for numerous small @@ -5204,6 +5261,7 @@ - Nestor Paz Zamora Commission - CNPZ partOfSpeech: n + wikidata: Q1322079 08052354-n: definition: - a Marxist terrorist group formed in 1963 by Colombian intellectuals who were inspired @@ -5222,6 +5280,7 @@ - National Liberation Army - ELN partOfSpeech: n + wikidata: Q943220 08052758-n: definition: - a terrorist group formed in 1976 to work for Corsican independence; attacks on @@ -5237,6 +5296,7 @@ - National Liberation Front of Corsica - FLNC partOfSpeech: n + wikidata: Q1138646 08053046-n: definition: - a terrorist organization that is the militant wing of the Communist Party of the @@ -5255,6 +5315,7 @@ mero_part: - 08226307-n partOfSpeech: n + wikidata: Q866709 08053422-n: definition: - a Protestant political organization in Northern Ireland @@ -5287,6 +5348,7 @@ - Orange Group - OV partOfSpeech: n + wikidata: Q2499593 08053870-n: definition: - a militant Palestinian terrorist group created in 1979 and committed to the creation @@ -5306,6 +5368,7 @@ - PIJ - Harakat al-Jihad al-Islami al-Filastini partOfSpeech: n + wikidata: Q117907 08054255-n: definition: - a terrorist group formed in 1977 as the result of a split with the Popular Front @@ -5323,6 +5386,7 @@ - PLF - Jabat al-Tahrir al-Filistiniyyah partOfSpeech: n + wikidata: Q1422785 08054613-n: definition: - a little known Palestinian group comprised of members of Hamas and Tanzim with @@ -5384,6 +5448,7 @@ - Popular Front for the Liberation of Palestine-General Command - PFLP-GC partOfSpeech: n + wikidata: Q921699 08055747-n: definition: - a terrorist group of radical Palestinians who split with al-Fatah in 1967 but @@ -5402,6 +5467,7 @@ - Popular Struggle Front - PSF partOfSpeech: n + wikidata: Q7127396 08056064-n: definition: - a terrorist organization formed in 1979 by a faction of the Popular Front for @@ -5417,6 +5483,7 @@ members: - 15 May Organization partOfSpeech: n + wikidata: Q4550876 08056353-n: definition: - a terrorist organization in South Africa formed in 1996 to fight drug lords; evolved @@ -5434,6 +5501,7 @@ - People against Gangsterism and Drugs - PAGAD partOfSpeech: n + wikidata: Q2254846 08056760-n: definition: - a small but violent terrorist organization formed in Ecuador in the early 1990s; @@ -5451,6 +5519,7 @@ - Sol Rojo - Red Sun partOfSpeech: n + wikidata: Q598453 08057009-n: definition: - the military arm of Hamas responsible for suicide bombings and other attacks on @@ -5468,6 +5537,7 @@ - Salah al-Din Battalions - Iz Al-Din Al-Qassam Battalions partOfSpeech: n + wikidata: Q1475112 08057274-n: definition: - a small terrorist group of Muslims in South Africa formed in the 1980s; was inspired @@ -5482,6 +5552,7 @@ members: - Qibla partOfSpeech: n + wikidata: Q7267687 08057514-n: definition: - a radical terrorist group that broke away in 1997 when the mainstream Provisional @@ -5500,6 +5571,7 @@ - RIRA - Dissident Irish Republican Army partOfSpeech: n + wikidata: Q1122988 08057858-n: definition: - a Marxist and Maoist terrorist organization in Germany; a network of underground @@ -5535,6 +5607,7 @@ - Brigate Rosse - BR partOfSpeech: n + wikidata: Q194019 08058592-n: definition: - a paramilitary group of Protestants in Northern Ireland that tries to prevent @@ -5550,6 +5623,7 @@ - Red Hand Defenders - RHD partOfSpeech: n + wikidata: Q764262 08058935-n: definition: - a powerful and wealthy terrorist organization formed in 1957 as the guerilla arm @@ -5567,6 +5641,7 @@ - Fuerzas Armadas Revolucionarios de Colombia - FARC partOfSpeech: n + wikidata: Q155801 08059288-n: definition: - a Marxist-Leninist terrorist organization in Greece that is violently opposed @@ -5583,6 +5658,7 @@ - Revolutionary Organization 17 November - 17 November partOfSpeech: n + wikidata: Q197581 08059608-n: definition: - an extreme Marxist terrorist organization in Turkey that is opposed to NATO and @@ -5598,6 +5674,7 @@ - Revolutionary People's Liberation Party - Revolutionary People's Liberation Front partOfSpeech: n + wikidata: Q611202 08059921-n: definition: - an extreme leftist terrorist group formed in Greece in 1971 to oppose the military @@ -5614,6 +5691,7 @@ - Revolutionary People's Struggle - ELA partOfSpeech: n + wikidata: Q172648 08060251-n: definition: - a clandestine group of leftist extremists who oppose Italy's labor policies and @@ -5648,6 +5726,7 @@ - Revolutionary United Front - RUF partOfSpeech: n + wikidata: Q1141973 08061017-n: definition: - an Algerian extremist Islamic offshoot of the Armed Islamic Group; now the largest @@ -5666,6 +5745,7 @@ - Salafast Group for Call and Combat - GSPC partOfSpeech: n + wikidata: Q311841 08061428-n: definition: - a terrorist group formed in Peru in the late 1960s as a splinter group from the @@ -5686,6 +5766,7 @@ - Sendero Luminoso - SL partOfSpeech: n + wikidata: Q207854 08061892-n: definition: - a vicious sectarian organization in Pakistan that persecutes Shiite Muslims and @@ -5704,6 +5785,7 @@ mero_part: - 08047234-n partOfSpeech: n + wikidata: Q625170 08062180-n: definition: - an organization of Muslims in India who killed Hindus in September 2002; believed @@ -5736,6 +5818,7 @@ - Movimiento Revolucionario Tupac Anaru - MRTA partOfSpeech: n + wikidata: Q829088 08062784-n: definition: - a terrorist group that is the remnants of the original Bolivian insurgents trained @@ -5752,6 +5835,7 @@ - Tupac Katari Guerrilla Army - EGTK partOfSpeech: n + wikidata: Q2862973 08063098-n: definition: - an ethnic Kurdish group of Sunni extremists formed in the late 1980s in southeastern @@ -5769,6 +5853,7 @@ - Kurdish Hezbollah - Turkish Hizballah partOfSpeech: n + wikidata: Q1621312 08063511-n: definition: - the major Protestant paramilitary group in Northern Ireland; responsible for bombing @@ -5784,6 +5869,7 @@ - Ulster Defence Association - UDA partOfSpeech: n + wikidata: Q1330968 08063784-n: definition: - a terrorist organization in Colombia formed in 1997 as an umbrella for local and @@ -5805,6 +5891,7 @@ - Autodefensas Unidas de Colombia - AUC partOfSpeech: n + wikidata: Q786385 08064253-n: definition: - a Sunni organization formed in 1989 and based in Pakistan; opposes missionary @@ -13240,6 +13327,7 @@ - 11048776-n - 11139180-n partOfSpeech: n + wikidata: Q33497 08198458-n: definition: - the social class lowest in the social hierarchy @@ -16308,6 +16396,7 @@ members: - Medellin cartel partOfSpeech: n + wikidata: Q1046933 08254321-n: definition: - a drug cartel that seized control of cocaine production in Colombia in 1993; adopted @@ -19698,6 +19787,7 @@ - Spanish Armada - Invincible Armada partOfSpeech: n + wikidata: Q179684 08310159-n: definition: - a fleet of warships prepared for battle @@ -21625,6 +21715,7 @@ members: - Potsdam Conference partOfSpeech: n + wikidata: Q151187 08345254-n: definition: - a conference held in Yalta in February 1945 where Roosevelt, Stalin, and Churchill @@ -21636,6 +21727,7 @@ members: - Yalta Conference partOfSpeech: n + wikidata: Q161227 08345490-n: definition: - a colloquium at which the results of (scientific) research are reported @@ -21898,6 +21990,7 @@ members: - Spanish Inquisition partOfSpeech: n + wikidata: Q184725 08350566-n: definition: - an inquisition set up in Italy in 1542 to curb the number of Protestants @@ -21910,6 +22003,7 @@ - Roman Inquisition - Congregation of the Inquisition partOfSpeech: n + wikidata: Q3286938 08350795-n: definition: - a court having jurisdiction over dependent and delinquent children @@ -23863,6 +23957,7 @@ - 11187942-n - 11333721-n partOfSpeech: n + wikidata: Q1299 08387131-n: definition: - a British youth subculture that first appeared in the 1950s; mainly from unskilled @@ -26222,6 +26317,7 @@ members: - Lewis and Clark Expedition partOfSpeech: n + wikidata: Q505802 08426574-n: definition: - a public secondary school usually including grades 9 through 12 @@ -29285,6 +29381,7 @@ - Enlightenment - Age of Reason partOfSpeech: n + wikidata: Q12539 08489901-n: definition: - an organized attempt by workers to improve their status by united action (particularly @@ -30078,6 +30175,7 @@ - Catholic Monarchs - Ferdinand and Isabella partOfSpeech: n + wikidata: Q186851 08502291-n: definition: - aristocratic Italian family of powerful merchants and bankers who ruled Florence @@ -30139,6 +30237,7 @@ members: - William and Mary partOfSpeech: n + wikidata: Q1947603 08503199-n: definition: - a gathering of people to taste and compare different wines @@ -30180,6 +30279,7 @@ - 10906113-n - 11192171-n partOfSpeech: n + wikidata: Q51671 08503981-n: definition: - an international organization based in Geneva that monitors and enforces rules @@ -30248,6 +30348,7 @@ - Abkhaz - Abkhas partOfSpeech: n + wikidata: Q171795 08505091-n: definition: - a community of Native Americans who speak a Hokan language and live in northeastern @@ -30260,6 +30361,7 @@ members: - Achomawi partOfSpeech: n + wikidata: Q341185 08505260-n: definition: - a community of Native Americans who speak a Hokan language and live in Baja California @@ -30272,6 +30374,7 @@ - Paipai - Akwa'ala partOfSpeech: n + wikidata: Q2876746 08505421-n: definition: - a community of Native Americans who speak an Eskimo-Aleut language and inhabit @@ -30322,6 +30425,7 @@ - Quechua - Kechua partOfSpeech: n + wikidata: Q134936 08506295-n: definition: - a community of Negroid people in southern South Africa @@ -30331,6 +30435,7 @@ members: - Xhosa partOfSpeech: n + wikidata: Q207996 08506402-n: definition: - a community of Negroid people in eastern South Africa @@ -30340,6 +30445,7 @@ members: - Zulu partOfSpeech: n + wikidata: Q129962 84016264-n: definition: - a race with skin pigmentation different from the white race (especially Blacks) @@ -30386,6 +30492,7 @@ - Instagram partOfSpeech: n source: Colloquial WordNet + wikidata: Q209330 90015841-n: definition: - A date on a Sunday diff --git a/src/yaml/noun.location.yaml b/src/yaml/noun.location.yaml index 73c3cf14..a9a78443 100644 --- a/src/yaml/noun.location.yaml +++ b/src/yaml/noun.location.yaml @@ -11,6 +11,7 @@ - Palestinian National Authority - Palestine Authority partOfSpeech: n + wikidata: Q219060 08506507-n: definition: - 'the present location; this place; location, proximal pronoun; demonstrative pronoun, @@ -255,6 +256,7 @@ mero_part: - 09048233-n partOfSpeech: n + wikidata: Q5783 08510503-n: definition: - an impoverished coal mining area in the Appalachian Mountains (from Pennsylvania @@ -265,6 +267,7 @@ members: - Appalachia partOfSpeech: n + wikidata: Q7833491 08510715-n: definition: - the path of a rocket or projectile or aircraft through the air @@ -332,6 +335,7 @@ - 09220984-n - 09221452-n partOfSpeech: n + wikidata: Q1555938 08511686-n: definition: - a line of latitude north of the south pole @@ -341,6 +345,7 @@ members: - Antarctic Circle partOfSpeech: n + wikidata: Q182657 08511792-n: definition: - a costal region of Antarctica to the south of Australia; noted for its large colonies @@ -353,6 +358,7 @@ - Terre Adelie - Adelie Coast partOfSpeech: n + wikidata: Q184319 08511997-n: definition: - the point on the celestial sphere toward which the sun and solar system appear @@ -448,6 +454,7 @@ - Arctic Zone - North Frigid Zone partOfSpeech: n + wikidata: Q25322 08513665-n: definition: - a line of latitude at the north or south poles @@ -468,6 +475,7 @@ members: - Arctic Circle partOfSpeech: n + wikidata: Q176609 08514117-n: definition: - the central area of an ancient Roman amphitheater where contests and spectacles @@ -792,6 +800,7 @@ - Bad Lands - Badlands partOfSpeech: n + wikidata: Q4841007 08520025-n: definition: - a small country (especially in Central America) that is politically unstable and @@ -818,6 +827,7 @@ mero_part: - 08520498-n partOfSpeech: n + wikidata: Q501768 08520498-n: definition: - the Mediterranean coast of northern Africa that was famous for its Moorish pirates @@ -853,6 +863,7 @@ mero_part: - 08521172-n partOfSpeech: n + wikidata: Q373189 08521172-n: definition: - an ancient city in Bithynia; founded in the 4th century BC and flourished under @@ -863,6 +874,7 @@ members: - Nicaea partOfSpeech: n + wikidata: Q7024349 08521396-n: definition: - an ancient region of northeastern Africa (southern Egypt and northern Sudan) on @@ -875,6 +887,7 @@ mero_member: - 10384032-n partOfSpeech: n + wikidata: Q135028 08521615-n: definition: - an uninhabited wilderness that is worthless for cultivation @@ -929,6 +942,7 @@ - Never Never - Never-Never partOfSpeech: n + wikidata: Q7004170 08522423-n: definition: - a wilderness at the edge of a settled area of a country @@ -1001,6 +1015,7 @@ members: - Armageddon partOfSpeech: n + wikidata: Q193151 08524130-n: definition: - (Arthurian legend) the battlefield where King Arthur was mortally wounded @@ -1173,6 +1188,7 @@ members: - Bible Belt partOfSpeech: n + wikidata: Q210181 08527190-n: definition: - the country where you were born @@ -1453,6 +1469,7 @@ members: - Green Line partOfSpeech: n + wikidata: Q1132137 08532274-n: definition: - a 450-mile line that is supposed to indicate the boundary between the part of @@ -1463,6 +1480,7 @@ members: - Line of Control partOfSpeech: n + wikidata: Q1366583 08532497-n: definition: - the boundary line between two pieces of property @@ -1494,6 +1512,7 @@ - Mason and Dixon line - Mason and Dixon's line partOfSpeech: n + wikidata: Q530472 08532965-n: definition: - the boundary between two districts @@ -1792,6 +1811,7 @@ - 08537099-n - 09261580-n partOfSpeech: n + wikidata: Q18869 08537099-n: definition: - a geographical region to the south of the Caucasus Mountains and to the north @@ -1806,6 +1826,7 @@ - 09040532-n - 09041218-n partOfSpeech: n + wikidata: Q200173 08537373-n: definition: - the great circle on the celestial sphere midway between the celestial poles @@ -2306,6 +2327,7 @@ members: - Coats Land partOfSpeech: n + wikidata: Q728390 08559172-n: definition: - the smallest administrative district of several European countries @@ -2568,22 +2590,14 @@ 08564718-n: definition: - the town or city that is the seat of government for a county + domain_region: + - 08879115-n hypernym: - 08665520-n ili: i81892 members: - county seat - county courthouse - partOfSpeech: n -08564875-n: - definition: - - the town or city that is the seat of government for a county - domain_region: - - 08879115-n - hypernym: - - 08665520-n - ili: i81893 - members: - county town - shire town partOfSpeech: n @@ -3258,6 +3272,7 @@ members: - Camelot partOfSpeech: n + wikidata: Q220437 08576025-n: definition: - territory ruled by a prince @@ -3549,6 +3564,7 @@ - Eurafrasia - Afroeurasia partOfSpeech: n + wikidata: Q174807 08580157-n: attribute: - 00829153-a @@ -3563,6 +3579,7 @@ mero_part: - 08580294-n partOfSpeech: n + wikidata: Q1149081 08580294-n: definition: - a popular expression for the countries of eastern Asia (usually including China @@ -3573,6 +3590,7 @@ members: - Far East partOfSpeech: n + wikidata: Q42225 08580527-n: definition: - any region lying in or toward the north @@ -3609,6 +3627,7 @@ - 09070583-n - 09224179-n partOfSpeech: n + wikidata: Q1189650 08581015-n: definition: - the southeastern region of the United States @@ -3619,6 +3638,7 @@ - Southeast - southeastern United States partOfSpeech: n + wikidata: Q1139046 08581164-n: definition: - the southwestern region of the United States generally including New Mexico, Arizona, @@ -3636,6 +3656,7 @@ - 09137349-n - 09164256-n partOfSpeech: n + wikidata: Q858847 08581519-n: definition: - the northeastern region of the United States @@ -3646,6 +3667,7 @@ - Northeast - northeastern United States partOfSpeech: n + wikidata: Q24460 08581668-n: definition: - the northwestern region of the United States @@ -3658,6 +3680,7 @@ mero_part: - 09259982-n partOfSpeech: n + wikidata: Q944857 08581836-n: definition: - the north central region of the United States (sometimes called the heartland @@ -3682,6 +3705,7 @@ - 09152756-n - 09179934-n partOfSpeech: n + wikidata: Q186545 08582268-n: definition: - a region of the northwestern United States usually including Washington and Oregon @@ -3692,6 +3716,7 @@ members: - Pacific Northwest partOfSpeech: n + wikidata: Q12603 08582535-n: definition: - urban areas in New England and Midwest characterized by concentrations of declining @@ -3811,6 +3836,7 @@ members: - Enderby Land partOfSpeech: n + wikidata: Q1340442 08584764-n: definition: - the area in which something exists or lives @@ -3840,6 +3866,7 @@ - 09348152-n - 09453004-n partOfSpeech: n + wikidata: Q1416994 08585406-n: definition: - the place designated as the end (as of a race or journey) @@ -4113,6 +4140,7 @@ members: - Fleet Street partOfSpeech: n + wikidata: Q846686 08589709-n: definition: - (theater) the space over the stage (out of view of the audience) used to store @@ -4421,6 +4449,7 @@ - World Trade Center site - Ground Zero partOfSpeech: n + wikidata: Q1692282 08598111-n: definition: - the type of environment in which an organism or group normally lives or occurs @@ -4464,6 +4493,7 @@ members: - Harley Street partOfSpeech: n + wikidata: Q773458 08598827-n: definition: - a place where eggs are hatched under artificial conditions (especially fish eggs) @@ -4543,6 +4573,7 @@ - F layer - F region partOfSpeech: n + wikidata: Q2301494 08600141-n: definition: - a region of the ionosphere (from 50 to 90 miles up) that reflects radio waves @@ -4556,6 +4587,7 @@ - E layer - E region partOfSpeech: n + wikidata: Q1757813 08600365-n: definition: - any place of pain and turmoil @@ -4923,7 +4955,7 @@ members: - shire mero_part: - - 08564875-n + - 08564718-n partOfSpeech: n 08605540-n: definition: @@ -5431,6 +5463,7 @@ members: - Lombard Street partOfSpeech: n + wikidata: Q1432321 08614224-n: definition: - the angular distance between a point on any meridian and the prime meridian at @@ -5451,6 +5484,7 @@ members: - Whitehall partOfSpeech: n + wikidata: Q214820 08614579-n: definition: - a square in central London where there is a memorial to Admiral Nelson @@ -5460,6 +5494,7 @@ members: - Trafalgar Square partOfSpeech: n + wikidata: Q129143 08614732-n: definition: - an elevated post affording a wide view @@ -5603,6 +5638,7 @@ - Prime meridian - Greenwich Meridian partOfSpeech: n + wikidata: Q3401774 08617218-n: definition: - an imaginary line passing through both magnetic poles of the Earth @@ -5624,6 +5660,7 @@ - date line - International Date Line partOfSpeech: n + wikidata: Q131389 08617532-n: definition: - one of a network of observation posts where meteorological data is recorded @@ -5716,6 +5753,7 @@ members: - Arches National Park partOfSpeech: n + wikidata: Q223969 08620012-n: definition: - a national park in South Dakota having multicolored peaks and spires resulting @@ -5726,6 +5764,7 @@ members: - Badlands National Park partOfSpeech: n + wikidata: Q306216 08620206-n: definition: - a triangular area in southwestern Texas on the Mexican border; formed by a bend @@ -5736,6 +5775,7 @@ members: - Big Bend partOfSpeech: n + wikidata: Q3494060 08620378-n: definition: - a large national park in Texas featuring mountains and desert and canyons and @@ -5746,6 +5786,7 @@ members: - Big Bend National Park partOfSpeech: n + wikidata: Q1427197 08620553-n: definition: - a national park in Florida having underwater coral reefs and marine life @@ -5755,6 +5796,7 @@ members: - Biscayne National Park partOfSpeech: n + wikidata: Q866080 08620714-n: definition: - a national park in Utah having multicolored rock erosions @@ -5775,6 +5817,7 @@ members: - Canyonlands National Park partOfSpeech: n + wikidata: Q541856 08621081-n: definition: - a national park in Utah having colorful rock formations and desert plants and @@ -5785,6 +5828,7 @@ members: - Capitol Reef National Park partOfSpeech: n + wikidata: Q129902 08621260-n: definition: - a national park in New Mexico featuring what is probably the world's largest cavern @@ -5795,6 +5839,7 @@ members: - Carlsbad Caverns National Park partOfSpeech: n + wikidata: Q273195 08621480-n: definition: - a national park in California featuring sea birds and marine life @@ -5815,6 +5860,7 @@ members: - Crater Lake National Park partOfSpeech: n + wikidata: Q239304 08621839-n: definition: - a large national park in Alaska having peaks of the Alaska Range (including Mount @@ -5850,6 +5896,7 @@ - Gates of the Arctic National Park and Preserve - Gates of the Arctic National Park partOfSpeech: n + wikidata: Q605657 08622447-n: definition: - a national park in Arizona including the mile deep canyon of the Colorado River @@ -5860,6 +5907,7 @@ members: - Grand Canyon National Park partOfSpeech: n + wikidata: Q220289 08622679-n: definition: - a national park in Wyoming featuring mountains @@ -5891,6 +5939,7 @@ members: - Guadalupe Mountains National Park partOfSpeech: n + wikidata: Q370501 08623276-n: definition: - a national park in Hawaii including a dormant volcano @@ -5900,6 +5949,7 @@ members: - Haleakala National Park partOfSpeech: n + wikidata: Q1137640 08623419-n: definition: - a national park in Hawaii featuring active volcanoes @@ -5910,6 +5960,7 @@ - Hawai'i Volcanoes National Park - Hawaii Volcanoes National Park partOfSpeech: n + wikidata: Q205952 08623568-n: definition: - a national park in Arkansas featuring ancient hot springs; bathing is said to @@ -5942,6 +5993,7 @@ - Katmai National Park and Preserve - Katmai National Park partOfSpeech: n + wikidata: Q609902 08624058-n: definition: - a national park in Alaska having mountains and whale watching and ancient Indian @@ -5952,6 +6004,7 @@ members: - Kenai Fjords National Park partOfSpeech: n + wikidata: Q841503 08624244-n: definition: - a national park in California that has giant sequoia trees and alpine lakes and @@ -5962,6 +6015,7 @@ members: - Kings Canyon National Park partOfSpeech: n + wikidata: Q936623 08624425-n: definition: - a national park in Alaska having mountains and forests and tundra and sand dunes @@ -5972,6 +6026,7 @@ members: - Kobuk Valley National Park partOfSpeech: n + wikidata: Q836264 08624622-n: definition: - a national park in Alaska having Eskimo and Athapaskan archeological sites @@ -5982,6 +6037,7 @@ - Lake Clark National Park and Preserve - Lake Clark National Park partOfSpeech: n + wikidata: Q712296 08624787-n: definition: - a national park in California having mountains and volcanic lakes and hot springs @@ -6001,6 +6057,7 @@ members: - Mammoth Cave National Park partOfSpeech: n + wikidata: Q242681 08625131-n: definition: - a national park in Colorado containing prehistoric cliff dwellings; semiarid landscape @@ -6010,6 +6067,7 @@ members: - Mesa Verde National Park partOfSpeech: n + wikidata: Q237128 08625308-n: definition: - a national park in Washington having mountain terrain featuring glaciers and alpine @@ -6041,6 +6099,7 @@ members: - Olympic National Park partOfSpeech: n + wikidata: Q372093 08625871-n: definition: - a national park in Arizona having the world's largest collection of petrified @@ -6051,6 +6110,7 @@ members: - Petrified Forest National Park partOfSpeech: n + wikidata: Q305949 08626062-n: definition: - a national park in Oklahoma having mineral springs @@ -6061,6 +6121,7 @@ - Chickasaw National Recreation Area - Platt National Park partOfSpeech: n + wikidata: Q5096201 08626198-n: definition: - a national park in California featuring a redwood forest and Pacific Ocean coastline @@ -6070,6 +6131,7 @@ members: - Redwood National Park partOfSpeech: n + wikidata: Q191824 08626370-n: definition: - a national park in Colorado having mountains and lakes and streams and forests @@ -6079,6 +6141,7 @@ members: - Rocky Mountain National Park partOfSpeech: n + wikidata: Q777183 08626543-n: definition: - a national park in California that includes Mount Whitney @@ -6098,6 +6161,7 @@ members: - Shenandoah National Park partOfSpeech: n + wikidata: Q1137401 08626835-n: definition: - a national park in North Dakota that includes the site of former President Theodore @@ -6140,6 +6204,7 @@ members: - Wind Cave National Park partOfSpeech: n + wikidata: Q1334313 08627580-n: definition: - the side of something that is toward the wind @@ -6158,6 +6223,7 @@ members: - Wrangell-St. Elias National Park partOfSpeech: n + wikidata: Q748597 08627862-n: definition: - the first national park in the United States; located in the border area between @@ -6171,6 +6237,7 @@ mero_part: - 09401090-n partOfSpeech: n + wikidata: Q351 08628203-n: definition: - a national park in California famous for its waterfalls and rock formations @@ -6180,6 +6247,7 @@ members: - Yosemite National Park partOfSpeech: n + wikidata: Q180402 08628367-n: definition: - a national park in Utah having huge canyons and gorges carved by mountain rivers @@ -6269,6 +6337,7 @@ members: - North Pole partOfSpeech: n + wikidata: Q934 08629511-n: definition: - the country of origin of an immigrant @@ -7271,6 +7340,7 @@ members: - Queen Maud Land partOfSpeech: n + wikidata: Q189999 08646153-n: definition: - a circular region whose area is indicated by the length of its radius @@ -7844,6 +7914,7 @@ members: - Camp David partOfSpeech: n + wikidata: Q309202 08661223-n: definition: - a sheltered and secluded place @@ -7934,6 +8005,7 @@ members: - Rubicon partOfSpeech: n + wikidata: Q172572 08662297-n: definition: - an area outside of cities and towns @@ -8482,6 +8554,7 @@ members: - South Pole partOfSpeech: n + wikidata: Q933 08670429-n: definition: - the celestial pole above the Southern Hemisphere @@ -8491,6 +8564,7 @@ members: - South Celestial Pole partOfSpeech: n + wikidata: Q124813390 08670545-n: definition: - an area reserved for some particular purpose @@ -8626,6 +8700,7 @@ members: - Stonehenge partOfSpeech: n + wikidata: Q39671 08674524-n: definition: - a spot where something halts or pauses @@ -8670,6 +8745,7 @@ members: - Strand partOfSpeech: n + wikidata: Q756819 08675518-n: definition: - any stratum or layer lying underneath another @@ -9125,6 +9201,7 @@ - tropical zone - tropics partOfSpeech: n + wikidata: Q42530 08683242-n: definition: - an urban area with a fixed boundary that is smaller than a city @@ -9381,6 +9458,7 @@ members: - Tropic of Cancer partOfSpeech: n + wikidata: Q176635 08693403-n: definition: - a line of latitude about 23 degrees to the south of the equator @@ -9390,6 +9468,7 @@ members: - Tropic of Capricorn partOfSpeech: n + wikidata: Q177440 08693533-n: definition: - a dependent country; administered by another country under the supervision of @@ -9711,6 +9790,7 @@ mero_part: - 08743525-n partOfSpeech: n + wikidata: Q36288 08698309-n: definition: - a water route between the Atlantic Ocean and the Pacific Ocean along the northern @@ -9722,6 +9802,7 @@ members: - Northwest Passage partOfSpeech: n + wikidata: Q81136 08698626-n: definition: - the direction or path along which something moves or along which it lies @@ -9818,6 +9899,7 @@ members: - Wilkes Land partOfSpeech: n + wikidata: Q605779 08700127-n: definition: - the hemisphere that includes North America and South America @@ -9849,6 +9931,7 @@ - 09395415-n - 09463304-n partOfSpeech: n + wikidata: Q160381 08700557-n: attribute: - 00829509-a @@ -9877,6 +9960,7 @@ - American frontier - Wild West partOfSpeech: n + wikidata: Q190267 08701024-n: definition: - a field planted with wheat @@ -10051,6 +10135,7 @@ - Aries the Ram - Ram partOfSpeech: n + wikidata: Q32067 08704070-n: definition: - the second sign of the zodiac; the sun is in this sign from about April 20 to @@ -10063,6 +10148,7 @@ - Taurus the Bull - Bull partOfSpeech: n + wikidata: Q164016 08704233-n: definition: - the third sign of the zodiac; the sun is in this sign from about May 21 to June @@ -10075,6 +10161,7 @@ - Gemini the Twins - Twins partOfSpeech: n + wikidata: Q129214 08704396-n: definition: - the fourth sign of the zodiac; the sun is in this sign from about June 21 to July @@ -10087,6 +10174,7 @@ - Cancer the Crab - Crab partOfSpeech: n + wikidata: Q161701 08704559-n: definition: - the fifth sign of the zodiac; the sun is in this sign from about July 23 to August @@ -10099,6 +10187,7 @@ - Leo the Lion - Lion partOfSpeech: n + wikidata: Q159816 08704717-n: definition: - the sixth sign of the zodiac; the sun is in this sign from about August 23 to @@ -10111,6 +10200,7 @@ - Virgo the Virgin - Virgin partOfSpeech: n + wikidata: Q134061 08704888-n: definition: - the seventh sign of the zodiac; the sun is in this sign from about September 23 @@ -10124,6 +10214,7 @@ - Balance - Libra the Scales partOfSpeech: n + wikidata: Q134394 08705083-n: definition: - the eighth sign of the zodiac; the sun is in this sign from about October 23 to @@ -10136,6 +10227,7 @@ - Scorpio the Scorpion - Scorpion partOfSpeech: n + wikidata: Q134398 08705263-n: definition: - the ninth sign of the zodiac; the sun is in this sign from about November 22 to @@ -10148,6 +10240,7 @@ - Sagittarius the Archer - Archer partOfSpeech: n + wikidata: Q2194186 08705447-n: definition: - the tenth sign of the zodiac; the sun is in this sign from about December 22 to @@ -10160,6 +10253,7 @@ - Capricorn the Goat - Goat partOfSpeech: n + wikidata: Q164272 08705622-n: definition: - the eleventh sign of the zodiac; the sun is in this sign from about January 20 @@ -10172,6 +10266,7 @@ - Aquarius the Water Bearer - Water Bearer partOfSpeech: n + wikidata: Q162119 08705814-n: definition: - the twelfth sign of the zodiac; the sun is in this sign from about February 19 @@ -10184,6 +10279,7 @@ - Pisces the Fishes - Fish partOfSpeech: n + wikidata: Q1254190 08705985-n: definition: - a locally circumscribed place characterized by some distinctive features @@ -10442,6 +10538,7 @@ - Continental Europe - Continent partOfSpeech: n + wikidata: Q466039 08714745-n: definition: - any one of the countries occupying the European continent @@ -10507,6 +10604,7 @@ - 09057025-n - 09065527-n partOfSpeech: n + wikidata: Q27407 08717468-n: definition: - a republic in southwestern Africa on the south Atlantic coast (formerly called @@ -10529,6 +10627,7 @@ - 09193191-n - 09194101-n partOfSpeech: n + wikidata: Q1030 08717947-n: definition: - capital of Namibia in the center of the country @@ -10538,6 +10637,7 @@ members: - Windhoek partOfSpeech: n + wikidata: Q3935 08718069-n: definition: - any one of the nations occupying the Asian continent @@ -10557,6 +10657,7 @@ members: - Cappadocia partOfSpeech: n + wikidata: Q217265 08719110-n: definition: - an ancient country in central Asia Minor @@ -10566,6 +10667,7 @@ members: - Galatia partOfSpeech: n + wikidata: Q26847 08719224-n: definition: - an ancient country in western and central Asia Minor @@ -10577,6 +10679,7 @@ mero_part: - 08719369-n partOfSpeech: n + wikidata: Q32579 08719369-n: definition: - an ancient city in south western Phrygia in Asia Minor; site of an early Christian @@ -10587,6 +10690,7 @@ members: - Colossae partOfSpeech: n + wikidata: Q1001370 08719533-n: definition: - an ancient region of northern Asia Minor on the Black Sea; it reached its height @@ -10597,6 +10701,7 @@ members: - Pontus partOfSpeech: n + wikidata: Q621672 08719756-n: definition: - a peninsula in southwestern Asia that forms the Asian part of Turkey @@ -10620,6 +10725,7 @@ - 09061886-n - 09065399-n partOfSpeech: n + wikidata: Q51614 08720216-n: definition: - any one of the countries occupying the South American continent @@ -10686,6 +10792,7 @@ members: - Herat partOfSpeech: n + wikidata: Q45313 08721930-n: definition: - a town in eastern Afghanistan (east of Kabul) @@ -10695,6 +10802,7 @@ members: - Jalalabad partOfSpeech: n + wikidata: Q183303 08722051-n: definition: - the capital and largest city of Afghanistan; located in eastern Afghanistan @@ -10705,6 +10813,7 @@ - Kabul - capital of Afghanistan partOfSpeech: n + wikidata: Q5838 08722223-n: definition: - a city in southern Afghanistan; an important trading center @@ -10715,6 +10824,7 @@ - Kandahar - Qandahar partOfSpeech: n + wikidata: Q45604 08722368-n: definition: - a city in northern Afghanistan @@ -10724,6 +10834,7 @@ members: - Mazar-i-Sharif partOfSpeech: n + wikidata: Q130469 08722479-n: definition: - an uncertain region on the east shore of the Adriatic where an ancient Indo-European @@ -10734,6 +10845,7 @@ members: - Illyria partOfSpeech: n + wikidata: Q32047 08722636-n: definition: - a republic in southeastern Europe on the Adriatic coast of the Balkan Peninsula @@ -10750,6 +10862,7 @@ - 08723065-n - 08805318-n partOfSpeech: n + wikidata: Q222 08722905-n: definition: - the capital and largest city of Albania in the center of the country @@ -10760,6 +10873,7 @@ - Tirana - Albanian capital partOfSpeech: n + wikidata: Q19689 08723065-n: definition: - port city in western Albania on the Adriatic @@ -10771,6 +10885,7 @@ - Durres - Durazzo partOfSpeech: n + wikidata: Q83285 08723211-n: definition: - a republic in northwestern Africa on the Mediterranean Sea with a population that @@ -10799,6 +10914,7 @@ - 08725401-n - 09233253-n partOfSpeech: n + wikidata: Q262 08723872-n: definition: - an ancient port on the Mediterranean; the capital and largest city of Algeria @@ -10810,6 +10926,7 @@ - Algiers - Algerian capital partOfSpeech: n + wikidata: Q3561 08724061-n: definition: - a port city of northeastern Algeria near the Tunisian border @@ -10820,6 +10937,7 @@ members: - Annaba partOfSpeech: n + wikidata: Q3095638 08724213-n: definition: - a town in north central Algeria @@ -10829,6 +10947,7 @@ members: - Batna partOfSpeech: n + wikidata: Q338844 08724316-n: definition: - a city in northern Algeria at the foot of the Atlas Mountains to the southwest @@ -10839,6 +10958,7 @@ members: - Blida partOfSpeech: n + wikidata: Q216990 08724477-n: definition: - a port city in northwestern Algeria and the country's 2nd largest city @@ -10849,6 +10969,7 @@ members: - Oran partOfSpeech: n + wikidata: Q131818 08724637-n: definition: - a walled city in northeastern Algeria to the east of Algiers; was destroyed in @@ -10859,6 +10980,7 @@ members: - Constantine partOfSpeech: n + wikidata: Q187346 08724849-n: definition: - a desert town in southeastern Algeria @@ -10868,6 +10990,7 @@ members: - Djanet partOfSpeech: n + wikidata: Q1014380 08724959-n: definition: - an ancient Numidian town in northwestern Africa adjoining present-day Annaba in @@ -10879,6 +11002,7 @@ - Hippo - Hippo Regius partOfSpeech: n + wikidata: Q858024 08725146-n: definition: - a town in central Algeria @@ -10899,6 +11023,7 @@ members: - Timgad partOfSpeech: n + wikidata: Q459629 08725401-n: definition: - a town in central Algeria in the Atlas Mountains @@ -10908,6 +11033,7 @@ members: - Timimoun partOfSpeech: n + wikidata: Q1021173 08725524-n: definition: - an ancient kingdom (later a Roman province) in North Africa in an area corresponding @@ -10918,6 +11044,7 @@ members: - Numidia partOfSpeech: n + wikidata: Q12901244 08725731-n: definition: - a republic in southwestern Africa on the Atlantic Ocean; achieved independence @@ -10938,6 +11065,7 @@ - 09347380-n - 09506259-n partOfSpeech: n + wikidata: Q916 08726137-n: definition: - port city on Atlantic coast; the capital and largest city of Angola @@ -10949,6 +11077,7 @@ - Luanda - Angolan capital partOfSpeech: n + wikidata: Q3897 08726314-n: definition: - a city in the mountains in western Angola @@ -10959,6 +11088,7 @@ - Huambo - Nova Lisboa partOfSpeech: n + wikidata: Q207322 08726442-n: definition: - a seaport on the Atlantic coast of Angola @@ -10969,6 +11099,7 @@ members: - Lobito partOfSpeech: n + wikidata: Q223914 08726575-n: definition: - a British colony in the West Indies @@ -10987,6 +11118,7 @@ members: - Aran Islands partOfSpeech: n + wikidata: Q212893 08726871-n: definition: - region including the Caribbean Islands @@ -11011,6 +11143,7 @@ - 09010979-n - 09011401-n partOfSpeech: n + wikidata: Q664609 08727232-n: definition: - a British colony in the Caribbean to the northwest of Jamaica; an international @@ -11023,6 +11156,7 @@ mero_part: - 08727426-n partOfSpeech: n + wikidata: Q5785 08727426-n: definition: - the capital of the Cayman Islands @@ -11032,6 +11166,7 @@ members: - George Town partOfSpeech: n + wikidata: Q172996 08727537-n: definition: - a country in the northern Leeward Islands @@ -11046,6 +11181,7 @@ - 08728052-n - 08728158-n partOfSpeech: n + wikidata: Q781 08727778-n: definition: - the largest of the islands comprising Antigua and Barbuda @@ -11057,6 +11193,7 @@ mero_member: - 09710420-n partOfSpeech: n + wikidata: Q316390 08727946-n: definition: - an island in Antigua and Barbuda, with largest city Codrington @@ -11066,6 +11203,7 @@ members: - Barbuda partOfSpeech: n + wikidata: Q238752 08728052-n: definition: - an uninhabited island in Antigua and Barbuda @@ -11075,6 +11213,7 @@ members: - Redonda partOfSpeech: n + wikidata: Q457261 08728158-n: definition: - the capital and largest city of Antigua and Barbuda; located on the island of @@ -11087,6 +11226,7 @@ - Saint John's - capital of Antigua and Barbuda partOfSpeech: n + wikidata: Q36262 08728368-n: definition: - a region whose eastern part is now Bangladesh and whose western part is included @@ -11097,6 +11237,7 @@ members: - Bengal partOfSpeech: n + wikidata: Q80338 08728511-n: definition: - a group of islands in the Atlantic off the Carolina coast; British colony; a popular @@ -11119,6 +11260,7 @@ members: - Hamilton partOfSpeech: n + wikidata: Q30985 08728784-n: definition: - an area in the western Atlantic Ocean where many ships and planes are supposed @@ -11129,6 +11271,7 @@ members: - Bermuda Triangle partOfSpeech: n + wikidata: Q43708 08728976-n: definition: - an island belonging to Norway in the South Atlantic near the Antarctic Circle @@ -11161,6 +11304,7 @@ mero_part: - 09194881-n partOfSpeech: n + wikidata: Q1507 08729488-n: definition: - the border area where Argentina and Brazil and Paraguay meet; an active South @@ -11172,6 +11316,7 @@ members: - Triple Frontier partOfSpeech: n + wikidata: Q2166850 08729807-n: definition: - a republic in southern South America; second largest country in South America @@ -11210,6 +11355,7 @@ - 09433436-n - 09486851-n partOfSpeech: n + wikidata: Q414 08730531-n: definition: - a port city in eastern Argentina to the southwest of Buenos Aires on an inlet @@ -11221,6 +11367,7 @@ members: - Bahia Blanca partOfSpeech: n + wikidata: Q54108 08730709-n: definition: - capital and largest city of Argentina; located in eastern Argentina near Uruguay; @@ -11233,6 +11380,7 @@ - Buenos Aires - capital of Argentina partOfSpeech: n + wikidata: Q1486 08730969-n: definition: - a city in central Argentina; site of a university founded in 1613 @@ -11243,6 +11391,7 @@ - Cordoba - Cordova partOfSpeech: n + wikidata: Q44210 08731118-n: definition: - a city in Argentina, to the west of Buenos Aires @@ -11252,6 +11401,7 @@ members: - Moron partOfSpeech: n + wikidata: Q967746 08731238-n: definition: - a port city on the Parana River in eastern central Argentina @@ -11261,6 +11411,7 @@ members: - Rosario partOfSpeech: n + wikidata: Q52535 08731372-n: definition: - an industrial suburb of Buenos Aires @@ -11270,6 +11421,7 @@ members: - Vicente Lopez partOfSpeech: n + wikidata: Q2917260 08731488-n: definition: - the vast grassy plains of northern Argentina @@ -11279,6 +11431,7 @@ members: - Pampas partOfSpeech: n + wikidata: Q184382 08731605-n: definition: - a large peninsula in southeastern Europe containing the Balkan Mountain Range @@ -11300,7 +11453,9 @@ - 08981403-n - 09061886-n - 09235983-n + - 86097949-n partOfSpeech: n + wikidata: Q23522 08731965-n: definition: - a republic in the eastern part of the Balkan Peninsula in southeastern Europe @@ -11318,6 +11473,7 @@ - 08732799-n - 09285993-n partOfSpeech: n + wikidata: Q219 08732291-n: definition: - capital and largest city of Bulgaria located in western Bulgaria @@ -11329,6 +11485,7 @@ - Serdica - Bulgarian capital partOfSpeech: n + wikidata: Q472 08732457-n: definition: - a city in northeastern Bulgaria (north of Varna) that is the commercial center @@ -11340,6 +11497,7 @@ - Dobrich - Tolbukhin partOfSpeech: n + wikidata: Q168668 08732628-n: definition: - an ancient city in southern Bulgaria; commercial center of an agricultural region @@ -11350,6 +11508,7 @@ - Plovdiv - Philippopolis partOfSpeech: n + wikidata: Q459 08732799-n: definition: - a port city in northeastern Bulgaria on the Black Sea @@ -11360,6 +11519,7 @@ members: - Varna partOfSpeech: n + wikidata: Q6506 08732943-n: definition: - a geographical division of Asia that includes Indochina plus Indonesia and the @@ -11376,6 +11536,7 @@ - 09003614-n - 09019857-n partOfSpeech: n + wikidata: Q11708 08733223-n: definition: - a mountainous republic in southeastern Asia on the Bay of Bengal @@ -11395,6 +11556,7 @@ - 08733785-n - 09373421-n partOfSpeech: n + wikidata: Q836 08733610-n: definition: - the former capital and largest city of Myanmar; located in the south near the @@ -11416,6 +11578,7 @@ members: - Mandalay partOfSpeech: n + wikidata: Q185518 08733909-n: definition: - a port city of southern Myanmar on the Gulf of Martaban @@ -11427,6 +11590,7 @@ - Moulmein - Mawlamyine partOfSpeech: n + wikidata: Q685941 08734052-n: definition: - a landlocked republic in east central Africa on the northeastern shore of Lake @@ -11444,6 +11608,7 @@ mero_part: - 08734350-n partOfSpeech: n + wikidata: Q967 08734350-n: definition: - the capital and largest city of Burundi @@ -11457,6 +11622,7 @@ - Usumbura - capital of Burundi partOfSpeech: n + wikidata: Q3854 08734571-n: definition: - a nation in southeastern Asia; was part of Indochina under French rule until 1946 @@ -11485,6 +11651,7 @@ - Pnom Penh - Cambodian capital partOfSpeech: n + wikidata: Q1850 08735042-n: definition: - a republic on the western coast of central Africa; was under French and British @@ -11503,6 +11670,7 @@ - 08735462-n - 09196520-n partOfSpeech: n + wikidata: Q1009 08735343-n: definition: - the capital of Cameroon @@ -11513,6 +11681,7 @@ - Yaounde - capital of Cameroon partOfSpeech: n + wikidata: Q3808 08735462-n: definition: - the largest city of Cameroon @@ -11522,6 +11691,7 @@ members: - Douala partOfSpeech: n + wikidata: Q132830 08735563-n: definition: - a group of islands in the Atlantic off of the coast of Senegal @@ -11534,6 +11704,7 @@ - 08735748-n - 08736086-n partOfSpeech: n + wikidata: Q31878253 08735748-n: definition: - an island country in the Atlantic off the coast of Senegal @@ -11546,6 +11717,7 @@ mero_part: - 08735927-n partOfSpeech: n + wikidata: Q1011 08735927-n: definition: - the capital of Cape Verde on Sao Tiago Island @@ -11557,6 +11729,7 @@ - Cidade de Praia - capital of Cape Verde partOfSpeech: n + wikidata: Q3751 08736086-n: definition: - largest of the Cape Verde Islands in the Atlantic Ocean @@ -11567,6 +11740,7 @@ - Santiago - Sao Tiago Island partOfSpeech: n + wikidata: Q108448 08736224-n: definition: - a group of over 100 islands in the southern Atlantic off the coast of Argentina; @@ -11577,6 +11751,7 @@ members: - Falkland Islands partOfSpeech: n + wikidata: Q9648 08736410-n: definition: - a landlocked country in central Africa; formerly under French control; became @@ -11590,6 +11765,7 @@ mero_part: - 08736634-n partOfSpeech: n + wikidata: Q929 08736634-n: definition: - the capital and largest city of the Central African Republic @@ -11600,6 +11776,7 @@ - Bangui - capital of Central Africa partOfSpeech: n + wikidata: Q3832 08736795-n: definition: - an island in the Indian Ocean off the southeastern coast of India @@ -11610,6 +11787,7 @@ - Sri Lanka - Ceylon partOfSpeech: n + wikidata: Q4526612 08736933-n: definition: - a republic on the island of Ceylon; became independent of the United Kingdom in @@ -11630,6 +11808,7 @@ - 08737725-n - 09210491-n partOfSpeech: n + wikidata: Q854 08737298-n: definition: - the capital and largest city of Sri Lanka; has one of the largest harbors in the @@ -11641,6 +11820,7 @@ - Colombo - capital of Sri Lanka partOfSpeech: n + wikidata: Q35381 08737538-n: definition: - a city of central Sri Lanka that was the last capital of the ancient kings of @@ -11651,6 +11831,7 @@ members: - Kandy partOfSpeech: n + wikidata: Q203197 08737725-n: definition: - the independent state that the Tamil Tigers have fought for @@ -11677,6 +11858,7 @@ mero_part: - 08738113-n partOfSpeech: n + wikidata: Q657 08738113-n: definition: - the capital and largest city of Chad; located in the southwestern on the Shari @@ -11690,6 +11872,7 @@ - Fort-Lamy - capital of Chad partOfSpeech: n + wikidata: Q3659 08738314-n: definition: - a republic in southern South America on the western slopes of the Andes on the @@ -11724,6 +11907,7 @@ - 09400569-n - 09486851-n partOfSpeech: n + wikidata: Q298 08738978-n: definition: - a port city on the Pacific in northern Chile @@ -11734,6 +11918,7 @@ members: - Antofagasta partOfSpeech: n + wikidata: Q3612 08739119-n: definition: - the largest Chilean island and the only one to be settled; located off south-central @@ -11745,6 +11930,7 @@ - Chiloe Archipelago - Chiloe partOfSpeech: n + wikidata: Q177608 08739282-n: definition: - an industrial city in Chile to the south of Santiago @@ -11754,6 +11940,7 @@ members: - Concepcion partOfSpeech: n + wikidata: Q1880 08739392-n: definition: - the capital and largest city of Chile; located in central Chile; one of the largest @@ -11767,6 +11954,7 @@ - Santiago de Chile - capital of Chile partOfSpeech: n + wikidata: Q2887 08739629-n: definition: - a city in southern Chile on the Strait of Magellan; the southernmost city in the @@ -11777,6 +11965,7 @@ members: - Punta Arenas partOfSpeech: n + wikidata: Q51599 08739794-n: definition: - a city in central Chile to the south of Concepcion @@ -11786,6 +11975,7 @@ members: - Temuco partOfSpeech: n + wikidata: Q82128 08739917-n: definition: - the chief port and second largest city of Chile; located on a wide harbor in central @@ -11797,6 +11987,7 @@ members: - Valparaiso partOfSpeech: n + wikidata: Q33986 08740103-n: definition: - a resort city on the Pacific in central Chile @@ -11806,6 +11997,7 @@ members: - Vina del Mar partOfSpeech: n + wikidata: Q184345 08740227-n: definition: - an archipelago off southern South America; separated from the continent by the @@ -11816,6 +12008,7 @@ members: - Tierra del Fuego partOfSpeech: n + wikidata: Q82601 08740478-n: definition: - a rocky headland belonging to Chile at the southernmost tip of South America (south @@ -11827,6 +12020,7 @@ members: - Cape Horn partOfSpeech: n + wikidata: Q4078 08740677-n: definition: - a region in northeastern China @@ -11836,6 +12030,7 @@ members: - Manchuria partOfSpeech: n + wikidata: Q81126 08740839-n: definition: - a communist nation that covers a vast territory in eastern Asia; the most populous @@ -11912,6 +12107,7 @@ - Turkistan - Turkestan partOfSpeech: n + wikidata: Q1315785 08742559-n: definition: - capital of the People's Republic of China in the Hebei province in northeastern @@ -11927,6 +12123,7 @@ mero_part: - 08742805-n partOfSpeech: n + wikidata: Q956 08742805-n: definition: - a walled section of Beijing that encloses the palace that was formerly the residence @@ -11937,6 +12134,7 @@ members: - Forbidden City partOfSpeech: n + wikidata: Q80290 08742994-n: definition: - a city in south-central China on the Chang Jiang; a commercial center for western @@ -11948,6 +12146,7 @@ - Chongqing - Chungking partOfSpeech: n + wikidata: Q11725 08743169-n: definition: - a province in southern China @@ -11959,6 +12158,7 @@ - Kwangtung - Guangdong province partOfSpeech: n + wikidata: Q15175 08743287-n: definition: - a city on the Zhu Jiang delta in southern China; the capital of Guangdong province @@ -11973,6 +12173,7 @@ - Kwangchow - Canton partOfSpeech: n + wikidata: Q16572 08743525-n: definition: - a province in north-central China; formerly part of the Silk Road to Turkistan @@ -11987,6 +12188,7 @@ mero_part: - 08744415-n partOfSpeech: n + wikidata: Q42392 08743759-n: definition: - a populous province in northeastern China @@ -11999,6 +12201,7 @@ - Hopeh - Hebei province partOfSpeech: n + wikidata: Q21208 08743905-n: definition: - a province in southeastern central China between the Nan Ling mountains and the @@ -12010,6 +12213,7 @@ - Hunan - Hunan province partOfSpeech: n + wikidata: Q45761 08744138-n: definition: - a populous province of south central China @@ -12022,6 +12226,7 @@ - Szechuan - Szechwan province partOfSpeech: n + wikidata: Q19770 08744296-n: definition: - a province of southern China @@ -12032,6 +12237,7 @@ - Yunnan - Yunnan province partOfSpeech: n + wikidata: Q43194 08744415-n: definition: - the capital city of the Chinese province of Gansu on the Yellow River @@ -12043,6 +12249,7 @@ - Lanchou - Lanchow partOfSpeech: n + wikidata: Q183584 08744578-n: definition: - an industrial conurbation in northeastern China on the southern end of the Liaodong @@ -12057,6 +12264,7 @@ - 08744836-n - 08745229-n partOfSpeech: n + wikidata: Q1593673 08744836-n: definition: - a port and shipbuilding center in northeastern China on the Liaodong Peninsula; @@ -12081,6 +12289,7 @@ - Luoyang - Loyang partOfSpeech: n + wikidata: Q187136 08745229-n: definition: - a major port city in northeastern China on the Liaodong Peninsula; now a part @@ -12094,6 +12303,7 @@ - Lushun - Port Arthur partOfSpeech: n + wikidata: Q623329 08745439-n: definition: - a city of eastern China on Hangzhou Bay; regarded by Marco Polo as the finest @@ -12107,6 +12317,7 @@ - Hangzhou - Hangchow partOfSpeech: n + wikidata: Q68481 08745639-n: definition: - a walled city in southeastern China on the Gan Jiang @@ -12117,6 +12328,7 @@ - Nanchang - Nan-chang partOfSpeech: n + wikidata: Q171943 08745778-n: definition: - an industrial city in southern China @@ -12127,6 +12339,7 @@ - Nanning - Nan-ning partOfSpeech: n + wikidata: Q68534 08745899-n: definition: - a city in eastern China on the Yangtze River; a former capital of China; the scene @@ -12138,6 +12351,7 @@ - Nanjing - Nanking partOfSpeech: n + wikidata: Q16666 08746101-n: definition: - the largest city of China; located in the east on the Pacific; one of the largest @@ -12149,6 +12363,7 @@ members: - Shanghai partOfSpeech: n + wikidata: Q8686 08746295-n: definition: - a city in northeastern China @@ -12161,6 +12376,7 @@ - Moukden - Fengtien partOfSpeech: n + wikidata: Q11720 08746428-n: definition: - an ancient city in northeastern China noted for coal mining and steel production @@ -12170,6 +12386,7 @@ members: - Taiyuan partOfSpeech: n + wikidata: Q72778 08746582-n: definition: - an industrial city of northeastern China in Hebei province @@ -12179,6 +12396,7 @@ members: - Tangshan partOfSpeech: n + wikidata: Q58422 08746715-n: definition: - a major industrial center in northeastern China on the Grand Canal near the Yellow @@ -12191,6 +12409,7 @@ - Tientsin - T'ien-ching partOfSpeech: n + wikidata: Q11736 08746927-n: definition: - an inland waterway 1000 miles long in eastern China; extends from Tianjin in the @@ -12201,6 +12420,7 @@ members: - Grand Canal partOfSpeech: n + wikidata: Q31347 08747116-n: definition: - a city of central China on the Chang Jiang; the commercial and industrial center @@ -12211,6 +12431,7 @@ members: - Wuhan partOfSpeech: n + wikidata: Q11746 08747285-n: definition: - a city of central China; capital of ancient Chinese empire 221-206 BC @@ -12225,6 +12446,7 @@ - Changan - Hsian partOfSpeech: n + wikidata: Q5826 08747459-n: definition: - an autonomous province in far northwestern China on the border with Mongolia and @@ -12240,6 +12462,7 @@ mero_member: - 09756018-n partOfSpeech: n + wikidata: Q34800 08747804-n: definition: - an autonomous region of northeastern China that was annexed by the Manchu rulers @@ -12263,6 +12486,7 @@ members: - Hohhot partOfSpeech: n + wikidata: Q535534 08748187-n: definition: - an island in southeastern Asia 100 miles off the coast of mainland China in the @@ -12274,6 +12498,7 @@ - Taiwan - Formosa partOfSpeech: n + wikidata: Q22502 08748383-n: definition: - a government on the island of Taiwan established in 1949 by Chiang Kai-shek after @@ -12293,6 +12518,7 @@ - 08748728-n - 08748890-n partOfSpeech: n + wikidata: Q865 08748728-n: definition: - the capital of Nationalist China; located in northern Taiwan @@ -12304,6 +12530,7 @@ - Taipeh - capital of Taiwan partOfSpeech: n + wikidata: Q1867 08748890-n: definition: - a city in Taiwan @@ -12313,6 +12540,7 @@ members: - Taichung partOfSpeech: n + wikidata: Q245023 08748981-n: definition: - formerly a Crown Colony on the coast of southern China in Guangdong province; @@ -12325,6 +12553,7 @@ members: - Hong Kong partOfSpeech: n + wikidata: Q8646 08749256-n: definition: - a former Portuguese province on the south coast of China and two islands in the @@ -12336,6 +12565,7 @@ - Macao - Macau partOfSpeech: n + wikidata: Q3916279 08749439-n: definition: - a peninsula of southeastern Asia that includes Myanmar and Cambodia and Laos and @@ -12355,6 +12585,7 @@ - 09058927-n - 09185985-n partOfSpeech: n + wikidata: Q43467 08749786-n: definition: - the French colonies of the territory now occupied by Cambodia, Laos, and Vietnam @@ -12364,6 +12595,7 @@ members: - French Indochina partOfSpeech: n + wikidata: Q185682 08749949-n: definition: - a republic in northwestern South America with a coastline on the Pacific Ocean @@ -12391,6 +12623,7 @@ - 09368162-n - 09402850-n partOfSpeech: n + wikidata: Q739 08750640-n: definition: - a port city of northern Colombia near the Caribbean on the Magdalena River @@ -12401,6 +12634,7 @@ members: - Barranquilla partOfSpeech: n + wikidata: Q62823 08750812-n: definition: - capital and largest city of Colombia; located in central Colombia on a high fertile @@ -12412,6 +12646,7 @@ - Bogota - capital of Colombia partOfSpeech: n + wikidata: Q2841 08750996-n: definition: - city in southwestern Colombia in a rich agricultural area @@ -12421,6 +12656,7 @@ members: - Cali partOfSpeech: n + wikidata: Q51103 08751124-n: definition: - city in western Colombia; important coffee center @@ -12430,6 +12666,7 @@ members: - Medellin partOfSpeech: n + wikidata: Q48278 08751248-n: definition: - a port city in northwestern Colombia on the Caribbean @@ -12440,6 +12677,7 @@ members: - Cartagena partOfSpeech: n + wikidata: Q657461 08751396-n: definition: - a city in northern Colombia; a suburb of Barranquilla @@ -12449,6 +12687,7 @@ members: - Soledad partOfSpeech: n + wikidata: Q767071 08751523-n: definition: - three main islands and numerous islets in the Indian Ocean between Mozambique @@ -12462,6 +12701,7 @@ mero_part: - 08751730-n partOfSpeech: n + wikidata: Q634740 08751730-n: definition: - a country on the Comoro Islands @@ -12472,6 +12712,7 @@ - Comoros - Federal Islamic Republic of the Comoros partOfSpeech: n + wikidata: Q970 08751877-n: definition: - a republic in west-central Africa; achieved independence from France in 1960 @@ -12485,6 +12726,7 @@ mero_part: - 08752083-n partOfSpeech: n + wikidata: Q971 08752083-n: definition: - the capital and largest city of the Republic of the Congo @@ -12494,6 +12736,7 @@ members: - Brazzaville partOfSpeech: n + wikidata: Q3844 08752218-n: definition: - a republic in central Africa; achieved independence from Belgium in 1960 @@ -12521,6 +12764,7 @@ - 09349205-n - 09353819-n partOfSpeech: n + wikidata: Q974 08752686-n: definition: - a city in eastern Congo at the northern end of Lake Kivu near the border with @@ -12531,6 +12775,7 @@ members: - Goma partOfSpeech: n + wikidata: Q204381 08752841-n: definition: - a city in southwestern Congo; former name (until 1966) was Luluabourg @@ -12541,6 +12786,7 @@ - Kananga - Luluabourg partOfSpeech: n + wikidata: Q205327 08752997-n: definition: - the capital of the Democratic Republic of the Congo on the Congo river opposite @@ -12552,6 +12798,7 @@ - Kinshasa - Leopoldville partOfSpeech: n + wikidata: Q3838 08753178-n: definition: - a city in southeastern Congo near the border with Zambia; a copper mining center; @@ -12563,6 +12810,7 @@ - Lubumbashi - Elisabethville partOfSpeech: n + wikidata: Q187593 08753397-n: definition: - Mexico and Central America @@ -12574,6 +12822,7 @@ mero_part: - 08758708-n partOfSpeech: n + wikidata: Q13703 08753538-n: definition: - the isthmus joining North America and South America; extends from the southern @@ -12594,6 +12843,7 @@ - 08756105-n - 08756653-n partOfSpeech: n + wikidata: Q27611 08753940-n: definition: - a republic in Central America; one of the most politically stable countries in @@ -12609,6 +12859,7 @@ mero_part: - 08754209-n partOfSpeech: n + wikidata: Q800 08754209-n: definition: - the capital and largest city of Costa Rica @@ -12619,6 +12870,7 @@ - San Jose - capital of Costa Rica partOfSpeech: n + wikidata: Q3070 08754350-n: definition: - a republic in western Africa on the Gulf of Guinea; one of the most prosperous @@ -12633,6 +12885,7 @@ mero_part: - 08754612-n partOfSpeech: n + wikidata: Q1008 08754612-n: definition: - city recognized by the United States as the capital of the Ivory Coast; largest @@ -12643,6 +12896,7 @@ members: - Abidjan partOfSpeech: n + wikidata: Q1515 08754789-n: definition: - capital of the Ivory Coast @@ -12653,6 +12907,7 @@ - Yamoussoukro - Yamoussukro partOfSpeech: n + wikidata: Q3768 08754874-n: definition: - a republic in Central America; achieved independence from Spain in 1821; noted @@ -12669,6 +12924,7 @@ - 08755209-n - 09197805-n partOfSpeech: n + wikidata: Q774 08755209-n: definition: - the capital and largest city of Guatemala @@ -12691,6 +12947,7 @@ - Belize - British Honduras partOfSpeech: n + wikidata: Q242 08755549-n: definition: - a republic in Central America; achieved independence from Spain in 1821; an early @@ -12707,6 +12964,7 @@ - 08755847-n - 08755984-n partOfSpeech: n + wikidata: Q783 08755847-n: definition: - the capital and largest city of Honduras @@ -12717,6 +12975,7 @@ - Tegucigalpa - Honduran capital partOfSpeech: n + wikidata: Q3238 08755984-n: definition: - industrial city in northwestern Honduras @@ -12726,6 +12985,7 @@ members: - San Pedro Sula partOfSpeech: n + wikidata: Q274584 08756105-n: definition: - a republic on the Pacific coast of Central America @@ -12742,6 +13002,7 @@ - 08756364-n - 08756548-n partOfSpeech: n + wikidata: Q792 08756364-n: definition: - the capital and largest city of El Salvador; has suffered from recurrent earthquakes @@ -12752,6 +13013,7 @@ - San Salvador - Salvadoran capital partOfSpeech: n + wikidata: Q3110 08756548-n: definition: - a city in western El Salvador @@ -12761,6 +13023,7 @@ members: - Santa Ana partOfSpeech: n + wikidata: Q739664 08756653-n: definition: - a republic in Central America; achieved independence from Spain in 1821 @@ -12775,6 +13038,7 @@ mero_part: - 08756880-n partOfSpeech: n + wikidata: Q811 08756880-n: definition: - the capital and largest city of Nicaragua @@ -12786,6 +13050,7 @@ - capital of Nicaragua - Nicaraguan capital partOfSpeech: n + wikidata: Q3274 08757039-n: definition: - a republic on the Isthmus of Panama; achieved independence from Colombia in 1903 @@ -12803,6 +13068,7 @@ - 08757502-n - 08757662-n partOfSpeech: n + wikidata: Q804 08757345-n: definition: - the capital and largest city of Panama @@ -12814,6 +13080,7 @@ - capital of Panama - Panamanian capital partOfSpeech: n + wikidata: Q3306 08757502-n: definition: - a port city at the Caribbean entrance to the Panama Canal @@ -12825,6 +13092,7 @@ - Colon - Aspinwall partOfSpeech: n + wikidata: Q12825018 08757662-n: definition: - a zone consisting of a strip of land across the Isthmus of Panama that contains @@ -12836,6 +13104,7 @@ - Panama Canal Zone - Canal Zone partOfSpeech: n + wikidata: Q498979 08757855-n: definition: - a peninsula in Central America extending into the Gulf of Mexico between the Bay @@ -12847,6 +13116,7 @@ - Yucatan - Yucatan Peninsula partOfSpeech: n + wikidata: Q130978 08758063-n: definition: - a state of Mexico on the northern part of the Yucatan Peninsula @@ -12858,6 +13128,7 @@ mero_part: - 08758200-n partOfSpeech: n + wikidata: Q60176 08758200-n: definition: - the capital of the Mexican state of Yucatan @@ -12867,6 +13138,7 @@ members: - Merida partOfSpeech: n + wikidata: Q165204 08758316-n: definition: - a Mexican state on the eastern part of the Gulf of Campeche @@ -12878,6 +13150,7 @@ mero_part: - 08758450-n partOfSpeech: n + wikidata: Q80908 08758450-n: definition: - a Mexican city on the Bay of Campeche @@ -12888,6 +13161,7 @@ - Campeche City - Campeche partOfSpeech: n + wikidata: Q61301 08758562-n: definition: - a popular island resort off the northeastern tip of the Yucatan peninsula @@ -12897,6 +13171,7 @@ members: - Cancun partOfSpeech: n + wikidata: Q8969 08758708-n: definition: - a republic in southern North America; became independent from Spain in 1810 @@ -12951,6 +13226,7 @@ - 09457565-n - 11663073-n partOfSpeech: n + wikidata: Q96 08760038-n: definition: - a port and fashionable resort city on the Pacific coast of southern Mexico; known @@ -12963,6 +13239,7 @@ - Acapulco - Acapulco de Juarez partOfSpeech: n + wikidata: Q81398 08760288-n: definition: - the largest state in Mexico; mostly high plateau @@ -12974,6 +13251,7 @@ mero_part: - 08760411-n partOfSpeech: n + wikidata: Q655 08760411-n: definition: - a city in northern Mexico in the state of Chihuahua; commercial center of northern @@ -12985,6 +13263,7 @@ - Chihuahua City - Chihuahua partOfSpeech: n + wikidata: Q61302 08760576-n: definition: - a city in northern Mexico on the Rio Grande opposite El Paso @@ -12995,6 +13274,7 @@ - Ciudad Juarez - Juarez partOfSpeech: n + wikidata: Q26590 08760725-n: definition: - a city in east central Mexico @@ -13004,6 +13284,7 @@ members: - Ciudad Victoria partOfSpeech: n + wikidata: Q331661 08760836-n: definition: - the third-largest state in Mexico; mostly high plateau @@ -13013,6 +13294,7 @@ members: - Coahuila partOfSpeech: n + wikidata: Q53079 08760958-n: definition: - a city in northwestern Mexico @@ -13022,6 +13304,7 @@ members: - Culiacan partOfSpeech: n + wikidata: Q211760 08761062-n: definition: - a city in north central Mexico; mining center @@ -13033,6 +13316,7 @@ - Durango - Victoria de Durango partOfSpeech: n + wikidata: Q112813 08761203-n: definition: - a city in southwestern Mexico; a popular health resort and site of architecture @@ -13043,6 +13327,7 @@ members: - Guadalajara partOfSpeech: n + wikidata: Q9022 08761390-n: definition: - a city in northwestern Mexico near the Gulf of California @@ -13052,6 +13337,7 @@ members: - Hermosillo partOfSpeech: n + wikidata: Q189138 08761524-n: definition: - a city in central Mexico, in the state Guanajuato @@ -13061,6 +13347,7 @@ members: - Leon partOfSpeech: n + wikidata: Q189128 08761619-n: definition: - a city in northeastern Mexico opposite Brownsville near the mouth of the Rio Grande @@ -13070,6 +13357,7 @@ members: - Matamoros partOfSpeech: n + wikidata: Q984646 08761778-n: definition: - a port city in western Mexico on the Pacific Ocean; tourist center @@ -13080,6 +13368,7 @@ members: - Mazatlan partOfSpeech: n + wikidata: Q40194 08761938-n: definition: - a city in northwestern Mexico near the California border @@ -13089,6 +13378,7 @@ members: - Mexicali partOfSpeech: n + wikidata: Q199440 08762069-n: definition: - the capital and largest city of Mexico is a political and cultural and commercial @@ -13102,6 +13392,7 @@ - Mexican capital - capital of Mexico partOfSpeech: n + wikidata: Q1489 08762342-n: definition: - an industrial city in northeastern Mexico @@ -13111,6 +13402,7 @@ members: - Monterrey partOfSpeech: n + wikidata: Q81033 08762459-n: definition: - a town in northern Mexico on the border of Arizona @@ -13120,6 +13412,7 @@ members: - Nogales partOfSpeech: n + wikidata: Q990001 08762583-n: definition: - a city of southeastern Mexico @@ -13131,6 +13424,7 @@ - Oaxaca - Oaxaca de Juarez partOfSpeech: n + wikidata: Q131429 08762704-n: definition: - a city of east central Mexico (west of Veracruz); a popular resort @@ -13140,6 +13434,7 @@ members: - Orizaba partOfSpeech: n + wikidata: Q993904 08762844-n: definition: - a city in south central Mexico (southeast of Mexico City) on the edge of central @@ -13167,6 +13462,7 @@ mero_part: - 08758562-n partOfSpeech: n + wikidata: Q80245 08763240-n: definition: - a city in central Mexico, in the state San Luis Potosi @@ -13176,6 +13472,7 @@ members: - San Luis Potosi partOfSpeech: n + wikidata: Q78980 08763346-n: definition: - a town in southeastern Mexico near Oaxaca; site of Ahuehuete, a giant Montezuma @@ -13186,6 +13483,7 @@ members: - Santa Maria del Tule partOfSpeech: n + wikidata: Q599375 08763520-n: definition: - a Mexican state on the Gulf of Campeche @@ -13195,6 +13493,7 @@ members: - Tabasco partOfSpeech: n + wikidata: Q80914 08763633-n: definition: - a city in west central Mexico @@ -13204,6 +13503,7 @@ members: - Tepic partOfSpeech: n + wikidata: Q207972 08763734-n: definition: - a port city in eastern Mexico @@ -13214,6 +13514,7 @@ members: - Tampico partOfSpeech: n + wikidata: Q273014 08763856-n: definition: - a city in northern Mexico to the west of Monterrey @@ -13223,6 +13524,7 @@ members: - Torreon partOfSpeech: n + wikidata: Q386991 08763980-n: definition: - a Mexican city just to the south of San Diego on the Lower California peninsula; @@ -13233,6 +13535,7 @@ members: - Tijuana partOfSpeech: n + wikidata: Q124739 08764196-n: definition: - a city in southeastern Mexico @@ -13242,6 +13545,7 @@ members: - Tuxtla Gutierrez partOfSpeech: n + wikidata: Q207429 08764308-n: definition: - a major Mexican port on the Gulf of Mexico in the state of Veracruz @@ -13252,6 +13556,7 @@ members: - Veracruz partOfSpeech: n + wikidata: Q173270 08764469-n: definition: - a city in southeastern Mexico; the capital of the state of Tabasco @@ -13262,6 +13567,7 @@ - Villahermosa - Villa Hermosa partOfSpeech: n + wikidata: Q210886 08764630-n: definition: - a Mexican island in the Pacific to the west of Baja California @@ -13271,6 +13577,7 @@ members: - Guadalupe Island partOfSpeech: n + wikidata: Q853909 08764775-n: definition: - an island in the Caribbean Sea @@ -13305,6 +13612,7 @@ - 08773885-n - 08866260-n partOfSpeech: n + wikidata: Q669037 08765327-n: definition: - the islands in the West Indies that were formerly under British control, including @@ -13327,6 +13635,7 @@ - 08765909-n - 08766113-n partOfSpeech: n + wikidata: Q166131 08765720-n: definition: - the islands in the Lesser Antilles that are administered by France @@ -13339,6 +13648,7 @@ - 08768959-n - 08963015-n partOfSpeech: n + wikidata: Q21022 08765909-n: definition: - a group of islands in the western West Indies @@ -13353,6 +13663,7 @@ - 08770807-n - 08771562-n partOfSpeech: n + wikidata: Q128011 08766113-n: definition: - a group of islands in the southeastern West Indies @@ -13368,6 +13679,7 @@ - 08767697-n - 08773047-n partOfSpeech: n + wikidata: Q93259 08766332-n: definition: - a group of islands in the Lesser Antilles just to the north of Venezuela that @@ -13384,6 +13696,7 @@ - 08767000-n - 08767145-n partOfSpeech: n + wikidata: Q25227 08766627-n: definition: - a popular island resort in the Netherlands Antilles, with capital Oranjestad @@ -13393,6 +13706,7 @@ members: - Aruba partOfSpeech: n + wikidata: Q21203 08766750-n: definition: - a popular island resort in the Netherlands Antilles, with capital Kralendijk @@ -13402,6 +13716,7 @@ members: - Bonaire partOfSpeech: n + wikidata: Q25396 08766875-n: definition: - a popular island resort in the Netherlands Antilles, with capital Willemstad @@ -13411,6 +13726,7 @@ members: - Curacao partOfSpeech: n + wikidata: Q54622776 08767000-n: definition: - a island in the Netherlands Antilles that is the top of an extinct volcano @@ -13420,6 +13736,7 @@ members: - Saba partOfSpeech: n + wikidata: Q25528 08767145-n: definition: - an island in the Netherlands Antilles @@ -13431,6 +13748,7 @@ - Saint Eustatius - St. Eustatius partOfSpeech: n + wikidata: Q26180 08767280-n: definition: - a group of islands in the eastern West Indies @@ -13445,6 +13763,7 @@ - 08768959-n - 09009793-n partOfSpeech: n + wikidata: Q29971 08767483-n: definition: - an island in the western Leeward Islands; administered jointly by France and the @@ -13459,6 +13778,7 @@ - Saint Maarten - St. Maarten partOfSpeech: n + wikidata: Q25596 08767697-n: definition: - a group of islands in the southeastern West Indies; the southern part of the Lesser @@ -13476,6 +13796,7 @@ - 09010979-n - 09011401-n partOfSpeech: n + wikidata: Q183416 08767984-n: definition: - the largest island in the West Indies @@ -13488,6 +13809,7 @@ - 08768167-n - 09445990-n partOfSpeech: n + wikidata: Q586657 08768167-n: definition: - a communist state in the Caribbean on the island of Cuba @@ -13504,6 +13826,7 @@ - 08768655-n - 08768819-n partOfSpeech: n + wikidata: Q241 08768445-n: definition: - the capital and largest city of Cuba; located in western Cuba; one of the oldest @@ -13516,6 +13839,7 @@ - capital of Cuba - Cuban capital partOfSpeech: n + wikidata: Q1563 08768655-n: definition: - a port city in southeastern Cuba; industrial center @@ -13527,6 +13851,7 @@ - Santiago de Cuba - Santiago partOfSpeech: n + wikidata: Q117040 08768819-n: definition: - a city in southeastern Cuba; site of a United States naval base @@ -13536,6 +13861,7 @@ members: - Guantanamo partOfSpeech: n + wikidata: Q185156 08768959-n: definition: - an island territory of France located in the eastern West Indies; tourism is the @@ -13560,6 +13886,7 @@ - 08769327-n - 08769854-n partOfSpeech: n + wikidata: Q25277 08769327-n: definition: - a republic in the West Indies on the western part of the island of Hispaniola; @@ -13576,6 +13903,7 @@ mero_part: - 08769718-n partOfSpeech: n + wikidata: Q790 08769718-n: definition: - the capital and largest city of Haiti @@ -13586,6 +13914,7 @@ - Port-au-Prince - Haitian capital partOfSpeech: n + wikidata: Q34261 08769854-n: definition: - a republic in the West Indies; located on the eastern two-thirds of the island @@ -13601,6 +13930,7 @@ - 08770126-n - 08770504-n partOfSpeech: n + wikidata: Q786 08770126-n: definition: - the capital and largest city of the Dominican Republic @@ -13616,6 +13946,7 @@ - Ciudad Trujillo - capital of the Dominican Republic partOfSpeech: n + wikidata: Q34820 08770504-n: definition: - city in the northern Dominican Republic @@ -13626,6 +13957,7 @@ - Santiago de los Caballeros - Santiago partOfSpeech: n + wikidata: Q42763 08770647-n: definition: - the smallest and easternmost of the Greater Antilles in the Caribbean @@ -13636,6 +13968,7 @@ - Puerto Rico - Porto Rico partOfSpeech: n + wikidata: Q2076337 08770807-n: definition: - a self-governing commonwealth associated with the United States occupying the @@ -13654,6 +13987,7 @@ - 08771245-n - 08771394-n partOfSpeech: n + wikidata: Q1183 08771127-n: definition: - the capital and largest city of Puerto Rico @@ -13663,6 +13997,7 @@ members: - San Juan partOfSpeech: n + wikidata: Q41211 08771245-n: definition: - a small island off the coast of Puerto Rico with miles of beautiful beaches @@ -13672,6 +14007,7 @@ members: - Culebra partOfSpeech: n + wikidata: Q775056 08771394-n: definition: - a small island off the coast of Puerto Rico used for target practice by the United @@ -13682,6 +14018,7 @@ members: - Vieques partOfSpeech: n + wikidata: Q737624 08771562-n: definition: - an island in the West Indies to the south of Cuba and to the west of Haiti @@ -13695,6 +14032,7 @@ mero_part: - 08771766-n partOfSpeech: n + wikidata: Q27119301 08771766-n: definition: - a country on the island of Jamaica; became independent of England in 1962; much @@ -13708,6 +14046,7 @@ - 08772071-n - 08772221-n partOfSpeech: n + wikidata: Q766 08772071-n: definition: - capital and largest city of Jamaica @@ -13719,6 +14058,7 @@ - capital of Jamaica - Jamaican capital partOfSpeech: n + wikidata: Q34692 08772221-n: definition: - port and resort city in northwestern Jamaica @@ -13729,6 +14069,7 @@ members: - Montego Bay partOfSpeech: n + wikidata: Q637555 08772362-n: definition: - a group of islands in northeastern West Indies (east of Puerto Rico) discovered @@ -13743,6 +14084,7 @@ - 08772647-n - 08772836-n partOfSpeech: n + wikidata: Q26262 08772647-n: definition: - more than 40 northeastern Virgin Islands (15 inhabited); a dependent territory @@ -13780,6 +14122,7 @@ mero_part: - 08773269-n partOfSpeech: n + wikidata: Q30151210 08773269-n: definition: - a parliamentary democracy on the island of Barbados; former British colony; a @@ -13792,6 +14135,7 @@ mero_part: - 08773497-n partOfSpeech: n + wikidata: Q244 08773497-n: definition: - capital of Barbados; a port city on the southwestern coast of Barbados @@ -13803,6 +14147,7 @@ - Bridgetown - capital of Barbados partOfSpeech: n + wikidata: Q36168 08773685-n: definition: - an island in West Indies just off the northeastern coast of Venezuela @@ -13814,6 +14159,7 @@ mero_part: - 08774344-n partOfSpeech: n + wikidata: Q128323 08773885-n: definition: - island in West Indies @@ -13825,6 +14171,7 @@ mero_member: - 10733703-n partOfSpeech: n + wikidata: Q185111 08774035-n: definition: - an island republic in the West Indies off the northeastern coast of Venezuela; @@ -13852,6 +14199,7 @@ - Port-of-Spain - capital of Trinidad and Tobago partOfSpeech: n + wikidata: Q39178 08774568-n: definition: - an island in the eastern Mediterranean @@ -13865,6 +14213,7 @@ mero_part: - 08774717-n partOfSpeech: n + wikidata: Q644636 08774717-n: definition: - a country on the island of Cyprus; 80% of the people are of Greek origin and 20% @@ -13879,6 +14228,7 @@ mero_part: - 08774965-n partOfSpeech: n + wikidata: Q229 08774965-n: definition: - the capital and largest city of Cyprus @@ -13889,6 +14239,7 @@ - Nicosia - capital of Cyprus partOfSpeech: n + wikidata: Q3856 08775097-n: definition: - a landlocked republic in central Europe; separated from Slovakia in 1993 @@ -13908,6 +14259,7 @@ - 08776512-n - 09883026-n partOfSpeech: n + wikidata: Q213 08775402-n: definition: - a former republic in central Europe; divided into Czech Republic and Slovakia @@ -13922,6 +14274,7 @@ mero_part: - 09285993-n partOfSpeech: n + wikidata: Q33946 08775624-n: definition: - a town in Czech Republic where Pilsner beer originated @@ -13932,6 +14285,7 @@ - Pilsen - Plzen partOfSpeech: n + wikidata: Q43453 08775759-n: definition: - the capital and largest city of the Czech Republic in the western part of the @@ -13945,6 +14299,7 @@ - Prag - Czech capital partOfSpeech: n + wikidata: Q1085 08776005-n: definition: - a town in Czech Republic; site of the battle of Austerlitz in 1805 @@ -13966,6 +14321,7 @@ - Brno - Brunn partOfSpeech: n + wikidata: Q14960 08776320-n: definition: - an industrial city in northwestern Czech Republic in the Moravian lowlands; located @@ -13976,6 +14332,7 @@ members: - Ostrava partOfSpeech: n + wikidata: Q8385 08776512-n: definition: - a region in the central and eastern part of the Czech Republic; it lies to the @@ -13986,6 +14343,7 @@ members: - Moravia partOfSpeech: n + wikidata: Q43266 08776715-n: definition: - a historical area and former kingdom in the Czech Republic @@ -13995,6 +14353,7 @@ members: - Bohemia partOfSpeech: n + wikidata: Q39193 08776846-n: definition: - a landlocked republic in central Europe; separated from the Czech Republic in @@ -14011,6 +14370,7 @@ - 08777096-n - 09259329-n partOfSpeech: n + wikidata: Q214 08777096-n: definition: - capital and largest city of Slovakia @@ -14023,6 +14383,7 @@ - Pressburg - Pozsony partOfSpeech: n + wikidata: Q1780 08777253-n: definition: - a country on western coast of Africa; formerly under French control @@ -14053,6 +14414,7 @@ - Porto Novo - capital of Benin partOfSpeech: n + wikidata: Q3799 08777685-n: definition: - chief port of Benin on the Bight of Benin @@ -14063,6 +14425,7 @@ members: - Cotonou partOfSpeech: n + wikidata: Q43595 08777819-n: definition: - a republic on the western coast of Africa on the Gulf of Guinea; formerly under @@ -14079,6 +14442,7 @@ mero_part: - 08778061-n partOfSpeech: n + wikidata: Q945 08778061-n: definition: - capital and largest city of Togo; located in the south on the Gulf of Guinea @@ -14089,6 +14453,7 @@ - Lome - capital of Togo partOfSpeech: n + wikidata: Q3792 08778226-n: definition: - the northernmost countries of Europe @@ -14114,6 +14479,7 @@ - 08783723-n - 09749546-n partOfSpeech: n + wikidata: Q21195 08778689-n: definition: - the peninsula in northern Europe occupied by Norway and Sweden @@ -14139,6 +14505,7 @@ - 08779077-n - 09459036-n partOfSpeech: n + wikidata: Q25389 08779077-n: definition: - a constitutional monarchy in northern Europe; consists of the mainland of Jutland @@ -14160,6 +14527,7 @@ - 08780213-n - 08971730-n partOfSpeech: n + wikidata: Q35 08779530-n: definition: - the largest island of Denmark and the site of Copenhagen @@ -14173,6 +14541,7 @@ mero_member: - 09719413-n partOfSpeech: n + wikidata: Q25535 08779701-n: definition: - the capital and largest city of Denmark; located on the island of Zealand @@ -14186,6 +14555,7 @@ - Kobenhavn - Danish capital partOfSpeech: n + wikidata: Q1748 08779937-n: definition: - port city of Denmark in eastern Jutland @@ -14197,6 +14567,7 @@ - Arhus - Aarhus partOfSpeech: n + wikidata: Q25319 08780076-n: definition: - a city and port in northern Jutland @@ -14208,6 +14579,7 @@ - Aalborg - Alborg partOfSpeech: n + wikidata: Q25410 08780213-n: definition: - a town of Denmark in north central Jutland @@ -14217,6 +14589,7 @@ members: - Viborg partOfSpeech: n + wikidata: Q21176 08780328-n: definition: - a country in northeastern Africa on the Somali peninsula; formerly under French @@ -14233,6 +14606,7 @@ mero_part: - 08780656-n partOfSpeech: n + wikidata: Q977 08780656-n: definition: - port city on the Gulf of Aden; the capital and largest city of Djibouti @@ -14244,6 +14618,7 @@ - Djibouti - capital of Djibouti partOfSpeech: n + wikidata: Q3604 08780843-n: definition: - a volcanic island in the Windward Islands that was once a stronghold of the Carib @@ -14256,6 +14631,7 @@ mero_part: - 08781026-n partOfSpeech: n + wikidata: Q4165857 08781026-n: definition: - a country on the island of Dominica @@ -14268,6 +14644,7 @@ mero_part: - 08781220-n partOfSpeech: n + wikidata: Q784 08781220-n: definition: - the capital and largest city of Dominica @@ -14277,6 +14654,7 @@ members: - Roseau partOfSpeech: n + wikidata: Q36281 08781333-n: definition: - a country of west central Africa (including islands in the Gulf of Guinea); became @@ -14291,6 +14669,7 @@ mero_part: - 08781765-n partOfSpeech: n + wikidata: Q983 08781598-n: definition: - the capital and largest city of Equatorial Guinea on the island of Bioko in the @@ -14301,6 +14680,7 @@ members: - Malabo partOfSpeech: n + wikidata: Q3818 08781765-n: definition: - an island in the Gulf of Guinea that is part of Equatorial Guinea @@ -14312,6 +14692,7 @@ mero_part: - 08781598-n partOfSpeech: n + wikidata: Q205022 08781940-n: definition: - a constitutional monarchy in northern Europe on the western side of the Scandinavian @@ -14336,6 +14717,7 @@ - 08783604-n - 09485442-n partOfSpeech: n + wikidata: Q20 08782394-n: definition: - a Norwegian archipelago in the Arctic Ocean @@ -14347,6 +14729,7 @@ mero_part: - 08782550-n partOfSpeech: n + wikidata: Q25231 08782550-n: definition: - islands in the Svalbard archipelago to the east of northern Greenland; belonging @@ -14358,6 +14741,7 @@ - Spitsbergen - Spitzbergen partOfSpeech: n + wikidata: Q21162 08782732-n: definition: - a string of islands off the northwestern coast of Norway in the Norwegian Sea @@ -14367,6 +14751,7 @@ members: - Lofoten partOfSpeech: n + wikidata: Q186822 08782902-n: definition: - the capital and largest city of Norway; the country's main port; located at the @@ -14380,6 +14765,7 @@ - Christiania - capital of Norway partOfSpeech: n + wikidata: Q585 08783148-n: definition: - a port city in southwestern Norway @@ -14390,6 +14776,7 @@ members: - Bergen partOfSpeech: n + wikidata: Q373191 08783293-n: definition: - a port city in southwestern Norway; center for shipbuilding industry @@ -14400,6 +14787,7 @@ members: - Stavanger partOfSpeech: n + wikidata: Q25416 08783456-n: definition: - a port in central Norway on Trondheim Fjord @@ -14411,6 +14799,7 @@ - Trondheim - Nidaros partOfSpeech: n + wikidata: Q25804 08783604-n: definition: - a cape at the southern tip of Norway @@ -14421,6 +14810,7 @@ - Lindesnes - Naze partOfSpeech: n + wikidata: Q3357751 08783723-n: definition: - a Scandinavian kingdom in the eastern part of the Scandinavian Peninsula @@ -14442,6 +14832,7 @@ - 08784679-n - 09356811-n partOfSpeech: n + wikidata: Q34 08784069-n: definition: - the capital and largest city of Sweden; located in southern Sweden on the Baltic @@ -14454,6 +14845,7 @@ - Stockholm - capital of Sweden partOfSpeech: n + wikidata: Q1754 08784288-n: definition: - a port in southern Sweden @@ -14464,6 +14856,7 @@ members: - Malmo partOfSpeech: n + wikidata: Q2211 08784404-n: definition: - a city in southern Sweden @@ -14473,6 +14866,7 @@ members: - Lund partOfSpeech: n + wikidata: Q2167 08784500-n: definition: - a port in southwestern Sweden; second largest city in Sweden @@ -14485,6 +14879,7 @@ - Goeteborg - Gothenburg partOfSpeech: n + wikidata: Q25287 08784679-n: definition: - a city in east central Sweden to the northwest of Stockholm @@ -14495,6 +14890,7 @@ - Uppsala - Upsala partOfSpeech: n + wikidata: Q25286 08784821-n: definition: - a republic in central Europe; split into East Germany and West Germany after World @@ -14558,6 +14954,7 @@ - 09441047-n - 09500848-n partOfSpeech: n + wikidata: Q183 08786480-n: definition: - a republic in north central Europe on the Baltic; established by the Soviet Union @@ -14571,6 +14968,7 @@ mero_member: - 09767432-n partOfSpeech: n + wikidata: Q16957 08786714-n: definition: - a republic in north central Europe on the North Sea; established in 1949 from @@ -14595,6 +14993,7 @@ - Sachsen - Saxe partOfSpeech: n + wikidata: Q3057629 08787162-n: definition: - a state in northwestern Germany @@ -14604,6 +15003,7 @@ members: - Lower Saxony partOfSpeech: n + wikidata: Q1197 08787272-n: definition: - a city in western Germany near the Dutch and Belgian borders; formerly it was @@ -14616,6 +15016,7 @@ - Aken - Aix-la-Chapelle partOfSpeech: n + wikidata: Q1017 08787478-n: definition: - capital of Germany located in eastern Germany @@ -14630,6 +15031,7 @@ mero_part: - 08787669-n partOfSpeech: n + wikidata: Q64 08787669-n: definition: - the part of Berlin under United States and British and French control until 1989 @@ -14641,6 +15043,7 @@ mero_member: - 09767872-n partOfSpeech: n + wikidata: Q56036 08787846-n: definition: - a city of northwestern Germany linked by the Weser River to the port of Bremerhaven @@ -14652,6 +15055,7 @@ members: - Bremen partOfSpeech: n + wikidata: Q1209 08788107-n: definition: - a port city in northwestern Germany at the mouth of the Weser River on the North @@ -14663,6 +15067,7 @@ members: - Bremerhaven partOfSpeech: n + wikidata: Q2706 08788351-n: definition: - a city in east central Germany; formerly called Karl-Marx-Stadt until 1990; noted @@ -14674,6 +15079,7 @@ - Chemnitz - Karl-Marx-Stadt partOfSpeech: n + wikidata: Q2795 08788551-n: definition: - an industrial city in northwestern Germany; flourished from the 13th to 17th century @@ -14684,6 +15090,7 @@ members: - Dortmund partOfSpeech: n + wikidata: Q1295 08788765-n: definition: - a city in southeastern Germany on the Elbe River; it was almost totally destroyed @@ -14694,6 +15101,7 @@ members: - Dresden partOfSpeech: n + wikidata: Q1731 08788949-n: definition: - a city in southeastern Germany famous for fairs; formerly a music and publishing @@ -14704,6 +15112,7 @@ members: - Leipzig partOfSpeech: n + wikidata: Q2079 08789110-n: definition: - a city in west central Germany noted for cutlery @@ -14713,6 +15122,7 @@ members: - Solingen partOfSpeech: n + wikidata: Q2942 08789233-n: definition: - a German city near Leipzig; scene of the adoption in 1919 of the constitution @@ -14723,6 +15133,7 @@ members: - Weimar partOfSpeech: n + wikidata: Q3955 08789429-n: definition: - a state in southern Germany famous for its beer; site of an automobile factory @@ -14735,6 +15146,7 @@ - 08789861-n - 08792060-n partOfSpeech: n + wikidata: Q980 08789674-n: definition: - a town in northern Germany (near Hanover) that is famous as the setting for the @@ -14746,6 +15158,7 @@ - Hameln - Hamelin partOfSpeech: n + wikidata: Q4062 08789861-n: definition: - a town in Bavaria (near Munich) @@ -14755,6 +15168,7 @@ members: - Hohenlinden partOfSpeech: n + wikidata: Q524334 08789970-n: definition: - a city in western Germany on the Rhine River; was the capital of West Germany @@ -14765,6 +15179,7 @@ members: - Bonn partOfSpeech: n + wikidata: Q586 08790140-n: definition: - a commercial center and river port in western Germany on the Rhine River; flourished @@ -14776,6 +15191,7 @@ - Cologne - Koln partOfSpeech: n + wikidata: Q365 08790384-n: definition: - a city in central Germany @@ -14786,6 +15202,7 @@ - Braunschweig - Brunswick partOfSpeech: n + wikidata: Q2773 08790500-n: definition: - an industrial city in western Germany on the Rhine @@ -14795,6 +15212,7 @@ members: - Dusseldorf partOfSpeech: n + wikidata: Q1718 08790627-n: definition: - a city in western Germany; industrial center of the Ruhr @@ -14804,6 +15222,7 @@ members: - Essen partOfSpeech: n + wikidata: Q2066 08790755-n: definition: - a German city; an industrial and commercial and financial center @@ -14815,6 +15234,7 @@ - Frankfurt - Frankfort partOfSpeech: n + wikidata: Q1794 08790931-n: definition: - a city in the Saxony region of Germany on the Saale River; a member of the Hanseatic @@ -14826,6 +15246,7 @@ - Halle - Halle-an-der-Saale partOfSpeech: n + wikidata: Q2814 08791169-n: definition: - a port city in northern Germany on the Elbe River that was founded by Charlemagne @@ -14838,6 +15259,7 @@ members: - Hamburg partOfSpeech: n + wikidata: Q1055 08791512-n: definition: - a port city in northwestern Germany; formerly a member of the Hanseatic League @@ -14849,6 +15271,7 @@ - Hannover - Hanover partOfSpeech: n + wikidata: Q1715 08791713-n: definition: - a city in northwestern Germany and an important Baltic port; a leading member @@ -14859,6 +15282,7 @@ members: - Lubeck partOfSpeech: n + wikidata: Q2843 08791906-n: definition: - a city in southwestern Germany at the confluence of the Rhine and Neckar rivers @@ -14868,6 +15292,7 @@ members: - Mannheim partOfSpeech: n + wikidata: Q2119 08792060-n: definition: - the capital and largest city of Bavaria in southwestern Germany @@ -14878,6 +15303,7 @@ - Munich - Muenchen partOfSpeech: n + wikidata: Q1726 08792207-n: definition: - a city in southeastern Germany; site of Allied trials of Nazi war criminals (1945-46) @@ -14888,6 +15314,7 @@ - Nuremberg - Nurnberg partOfSpeech: n + wikidata: Q80130 08792379-n: definition: - a city in northeastern Germany; site of the Potsdam Conference in the summer of @@ -14898,6 +15325,7 @@ members: - Potsdam partOfSpeech: n + wikidata: Q1711 08792537-n: definition: - a city in northeastern Germany near the Baltic sea; an important member of the @@ -14908,6 +15336,7 @@ members: - Rostock partOfSpeech: n + wikidata: Q2861 08792745-n: definition: - a city in southwestern Germany famous for innovative architecture @@ -14917,6 +15346,7 @@ members: - Stuttgart partOfSpeech: n + wikidata: Q1022 08792886-n: definition: - a city in western Germany; a spa since Roman times @@ -14927,6 +15357,7 @@ members: - Wiesbaden partOfSpeech: n + wikidata: Q1721 08793012-n: definition: - a city of south central Germany @@ -14937,6 +15368,7 @@ - Wurzburg - Wuerzburg partOfSpeech: n + wikidata: Q2999 08793130-n: definition: - a picturesque region of Germany around the Rhine river @@ -14947,6 +15379,7 @@ - Rhineland - Rheinland partOfSpeech: n + wikidata: Q152243 08793272-n: definition: - a territory in southwestern Germany formerly ruled by the counts palatine @@ -14957,6 +15390,7 @@ - Palatinate - Pfalz partOfSpeech: n + wikidata: Q326359 08793430-n: definition: - the territory of an Elector (of the Holy Roman Empire) that expanded to become @@ -14967,6 +15401,7 @@ members: - Brandenburg partOfSpeech: n + wikidata: Q157367 08793617-n: definition: - a former kingdom in north-central Europe including present-day northern Germany @@ -14985,6 +15420,7 @@ mero_part: - 08793430-n partOfSpeech: n + wikidata: Q38872 08793971-n: definition: - a major industrial and coal mining region in the valley of the Ruhr river in northwestern @@ -14996,6 +15432,7 @@ - Ruhr - Ruhr Valley partOfSpeech: n + wikidata: Q2175121 08794153-n: definition: - a historical region of southern Germany @@ -15005,6 +15442,7 @@ members: - Thuringia partOfSpeech: n + wikidata: Q1205 08794268-n: definition: - a former Portuguese colony that was annexed by Indonesia in 1976; voted for independence @@ -15015,6 +15453,7 @@ members: - East Timor partOfSpeech: n + wikidata: Q574 08794520-n: definition: - a republic in northwestern South America; became independent from Spain in 1822; @@ -15037,6 +15476,7 @@ - 09219489-n - 09266521-n partOfSpeech: n + wikidata: Q736 08794982-n: definition: - the largest city of Ecuador @@ -15046,6 +15486,7 @@ members: - Guayaquil partOfSpeech: n + wikidata: Q43509 08795085-n: definition: - the capital of Ecuador @@ -15056,6 +15497,7 @@ - Quito - capital of Ecuador partOfSpeech: n + wikidata: Q2900 08795200-n: definition: - a group of islands in the Pacific off South America; owned by Ecuador; known for @@ -15067,6 +15509,7 @@ - Galapagos Islands - Galapagos partOfSpeech: n + wikidata: Q38095 08795396-n: definition: - an African country to the north of Ethiopia on the Red Sea; achieved independence @@ -15083,6 +15526,7 @@ - 08795667-n - 08795771-n partOfSpeech: n + wikidata: Q986 08795667-n: definition: - the capital of Eritrea @@ -15093,6 +15537,7 @@ - Asmara - Asmera partOfSpeech: n + wikidata: Q3642 08795771-n: definition: - a port town in Eritrea on an inlet of the Red Sea @@ -15103,6 +15548,7 @@ members: - Massawa partOfSpeech: n + wikidata: Q275635 08795913-n: definition: - Ethiopia is a republic in northeastern Africa on the Red Sea; formerly called @@ -15121,6 +15567,7 @@ - 08796253-n - 09356240-n partOfSpeech: n + wikidata: Q115 08796253-n: definition: - the capital of Ethiopia and the country's largest city; located in central Ethiopia @@ -15132,6 +15579,7 @@ - New Flower - capital of Ethiopia partOfSpeech: n + wikidata: Q3624 08796449-n: definition: - a group of more than 800 islands (100 inhabited) in the southwestern Pacific; @@ -15148,6 +15596,7 @@ - 08796894-n - 08797001-n partOfSpeech: n + wikidata: Q2389513 08796788-n: definition: - a volcanic island in the Fijis, the largest island in Fiji @@ -15167,6 +15616,7 @@ members: - Vanua Levu partOfSpeech: n + wikidata: Q327733 08797001-n: definition: - an independent state within the British Commonwealth located on the Fiji Islands @@ -15181,6 +15631,7 @@ mero_part: - 08797227-n partOfSpeech: n + wikidata: Q712 08797227-n: definition: - the capital and largest city of Fiji (on Viti Levu island) @@ -15190,6 +15641,7 @@ members: - Suva partOfSpeech: n + wikidata: Q38807 08797356-n: definition: - republic in northern Europe; achieved independence from Russia in 1917 @@ -15210,6 +15662,7 @@ - 08798362-n - 08798572-n partOfSpeech: n + wikidata: Q33 08797682-n: definition: - a region in Finland and Russia between the Gulf of Finland and the White Sea @@ -15221,6 +15674,7 @@ mero_member: - 09726142-n partOfSpeech: n + wikidata: Q192273 08797870-n: definition: - the capital and largest city of Finland; located in southern Finland; a major @@ -15235,6 +15689,7 @@ - capital of Finland - Finnish capital partOfSpeech: n + wikidata: Q1757 08798134-n: definition: - a city in southern Finland @@ -15255,6 +15710,7 @@ - Tampere - Tammerfors partOfSpeech: n + wikidata: Q40840 08798362-n: definition: - an archipelago of some 6,000 islands in the Gulf of Bothnia under Finnish control @@ -15266,6 +15722,7 @@ - Aaland islands - Ahvenanmaa partOfSpeech: n + wikidata: Q5689 08798572-n: definition: - a town that is the chief port of the Aland islands @@ -15277,6 +15734,7 @@ - Mariehamn - Maarianhamina partOfSpeech: n + wikidata: Q48329 08798733-n: definition: - a republic in southeastern Europe on the southern part of the Balkan peninsula; @@ -15324,6 +15782,7 @@ - 09408479-n - 09446996-n partOfSpeech: n + wikidata: Q41 08800171-n: definition: - ancient Greece; a country of city-states (especially Athens and Sparta) that reached @@ -15344,6 +15803,7 @@ - Principality of Achaea - Achaea partOfSpeech: n + wikidata: Q2790451 08800479-n: definition: - an island in the Aegean Sea @@ -15363,6 +15823,7 @@ - Aegina - Aigina partOfSpeech: n + wikidata: Q191082 08800828-n: definition: - an island in the Aegean Sea off the west coast of Turkey; belongs to Greece @@ -15373,6 +15834,7 @@ - Chios - Khios partOfSpeech: n + wikidata: Q160483 08801001-n: definition: - a group of over 200 islands in the southern Aegean @@ -15383,6 +15845,7 @@ - Cyclades - Kikladhes partOfSpeech: n + wikidata: Q171132 08801138-n: definition: - a group of islands in the southeast Aegean Sea @@ -15395,6 +15858,7 @@ mero_part: - 08801664-n partOfSpeech: n + wikidata: Q131555 08801296-n: definition: - a small region of ancient Greece where the Doric dialect was spoken @@ -15404,6 +15868,7 @@ members: - Doris partOfSpeech: n + wikidata: Q130987 08801435-n: definition: - an island of eastern Greece in the eastern Aegean Sea; in antiquity it was famous @@ -15418,6 +15883,7 @@ mero_member: - 09730926-n partOfSpeech: n + wikidata: Q128087 08801664-n: definition: - a Greek island in the southeast Aegean Sea 10 miles off the Turkish coast; the @@ -15430,6 +15896,7 @@ - Rhodes - Rodhos partOfSpeech: n + wikidata: Q43048 08801956-n: definition: - an ancient coastal region of northwestern Asia Minor (including Lesbos) where @@ -15443,6 +15910,7 @@ mero_part: - 08801435-n partOfSpeech: n + wikidata: Q255325 08802185-n: definition: - the largest Greek island in the Mediterranean; site of the Minoan civilization @@ -15458,6 +15926,7 @@ mero_part: - 03636283-n partOfSpeech: n + wikidata: Q34374 08802433-n: definition: - an ancient town on Crete where Bronze Age culture flourished from about 2000 BC @@ -15470,6 +15939,7 @@ - Cnossos - Cnossus partOfSpeech: n + wikidata: Q173527 08802598-n: definition: - a Greek island to the west of Greece; in Homeric legend Odysseus was its king @@ -15480,6 +15950,7 @@ - Ithaca - Ithaki partOfSpeech: n + wikidata: Q187471 08802757-n: definition: - a group of islands off the west coast of Sicily in the Mediterranean @@ -15494,6 +15965,7 @@ - Isole Egadi - Aegates partOfSpeech: n + wikidata: Q109576 08802984-n: definition: - an autonomous area in northeastern Greece that is the site of several Greek Orthodox @@ -15505,6 +15977,7 @@ - Athos - Mount Athos partOfSpeech: n + wikidata: Q130321 08803195-n: definition: - the capital and largest city of Greece; named after Athena (its patron goddess) @@ -15527,6 +16000,7 @@ - 08803595-n - 08803810-n partOfSpeech: n + wikidata: Q1524 08803595-n: definition: - a hill to the to the west of the Athenian acropolis where met the highest governmental @@ -15537,6 +16011,7 @@ members: - Areopagus partOfSpeech: n + wikidata: Q202487 08803810-n: definition: - a gateway to the west of ancient Athens near which a distinctive style of pottery @@ -15548,6 +16023,7 @@ - Dipylon gate - Dipylon partOfSpeech: n + wikidata: Q3708916 08804013-n: definition: - an ancient town on a promontory in western Greece @@ -15557,6 +16033,7 @@ members: - Actium partOfSpeech: n + wikidata: Q216551 08804135-n: definition: - the territory of Athens in ancient Greece where the Ionic dialect was spoken @@ -15566,6 +16043,7 @@ members: - Attica partOfSpeech: n + wikidata: Q122443 08804284-n: definition: - the modern Greek port near the site of the ancient city that was second only to @@ -15580,6 +16058,7 @@ mero_member: - 09730716-n partOfSpeech: n + wikidata: Q103011 08804512-n: definition: - an ancient city in southeastern Greece; dominated the Peloponnese in the 7th century @@ -15590,6 +16069,7 @@ members: - Argos partOfSpeech: n + wikidata: Q189901 08804707-n: definition: - an ancient Greek city on the slopes of Mount Parnassus; site of the oracle of @@ -15602,6 +16082,7 @@ mero_part: - 04414979-n partOfSpeech: n + wikidata: Q75459 08804901-n: definition: - an ancient city is southern Greece; center of the Mycenaean civilization during @@ -15612,6 +16093,7 @@ members: - Mycenae partOfSpeech: n + wikidata: Q132564 08805092-n: definition: - an ancient Greek city famous for military prowess; the dominant city of the Peloponnesus @@ -15624,6 +16106,7 @@ mero_member: - 09731057-n partOfSpeech: n + wikidata: Q5690 08805318-n: definition: - an ancient area on the Ionian Sea that flourished as a kingdom in the 3rd century @@ -15634,6 +16117,7 @@ members: - Epirus partOfSpeech: n + wikidata: Q565751 08805547-n: definition: - an ancient region of southern Greece in the southeastern Peloponnesus; dominated @@ -15646,6 +16130,7 @@ mero_member: - 09730831-n partOfSpeech: n + wikidata: Q11931074 08805730-n: definition: - an ancient region on the coast of southwest Asia Minor @@ -15655,6 +16140,7 @@ members: - Lycia partOfSpeech: n + wikidata: Q18927 08805856-n: definition: - an ancient region on the coast of western Asia Minor; a powerful kingdom until @@ -15665,6 +16151,7 @@ members: - Lydia partOfSpeech: n + wikidata: Q620765 08806042-n: definition: - a valley in southeastern Greece where the Nemean Games were held @@ -15674,6 +16161,7 @@ members: - Nemea partOfSpeech: n + wikidata: Q748108 08806178-n: definition: - an ancient Greek city on the western shore of Asia Minor in what is now Turkey; @@ -15685,6 +16173,7 @@ members: - Ephesus partOfSpeech: n + wikidata: Q47611 08806440-n: definition: - a port city in western Greece in the northwestern Peloponnese on an inlet of the @@ -15698,6 +16187,7 @@ - Patras - Patrai partOfSpeech: n + wikidata: Q133123 08806739-n: definition: - an ancient city in Asia Minor that was the site of the Trojan War @@ -15711,6 +16201,7 @@ mero_member: - 09769855-n partOfSpeech: n + wikidata: Q22647 08806928-n: definition: - an ancient Greek city in Boeotia destroyed by Alexander the Great in 336 BC @@ -15722,6 +16213,7 @@ mero_member: - 09731266-n partOfSpeech: n + wikidata: Q11225429 08807095-n: definition: - a district of ancient Greece to the northwest of Athens @@ -15734,6 +16226,7 @@ - 08806928-n - 08807299-n partOfSpeech: n + wikidata: Q187570 08807299-n: definition: - a former town in Boeotia; site of a battle between the Greeks and Persians in @@ -15744,6 +16237,7 @@ members: - Plataea partOfSpeech: n + wikidata: Q742538 08807457-n: definition: - a port city in northeastern Greece on an inlet of the Aegean Sea; second largest @@ -15758,6 +16252,7 @@ - Salonica - Thessalonica partOfSpeech: n + wikidata: Q17151 08807687-n: definition: - an ancient town of Greece where Aristotle was born @@ -15768,6 +16263,7 @@ - Stagira - Stagirus partOfSpeech: n + wikidata: Q846127 08807822-n: definition: - a fertile plain on the Aegean Sea in east central Greece; Thessaly was a former @@ -15781,6 +16277,7 @@ mero_part: - 08808051-n partOfSpeech: n + wikidata: Q166919 08808051-n: definition: - the fields in Thessaly where in 197 BC the Romans defeated the Macedonians @@ -15790,6 +16287,7 @@ members: - Cynoscephalae partOfSpeech: n + wikidata: n.a 08808205-n: definition: - a department of Greece in the central Peloponnese @@ -15797,11 +16295,11 @@ instance_hypernym: - 08591861-n members: - - Arcadia Aegypti - Arcadia mero_member: - 09731150-n partOfSpeech: n + wikidata: Q170054 08808347-n: definition: - the southern peninsula of Greece; dominated by Sparta until the 4th century BC @@ -15816,6 +16314,7 @@ - 08805092-n - 08808805-n partOfSpeech: n + wikidata: Q78967 08808600-n: definition: - a Greek island in the northern Aegean Sea; famous for a reddish-brown clay that @@ -15827,6 +16326,7 @@ - Lemnos - Limnos partOfSpeech: n + wikidata: Q192483 08808805-n: definition: - a plain in Greece in the northwestern Peloponnese; the chief sanctuary of Zeus @@ -15837,6 +16337,7 @@ members: - Olympia partOfSpeech: n + wikidata: Q38888 08809019-n: definition: - the area around the eastern Mediterranean; from Turkey to northern Africa and @@ -15867,17 +16368,19 @@ - 09055808-n - 09061886-n partOfSpeech: n + wikidata: Q7204 08809830-n: definition: - - Arabic name for the Middle East + - Arab part of the Middle East domain_topic: - 07000717-n ili: i83066 instance_hypernym: - - 08809019-n + - 08591861-n members: - Mashriq partOfSpeech: n + wikidata: Q503282 08809935-n: definition: - a geographical area of fertile land in the Middle East stretching in a broad semicircle @@ -15888,6 +16391,7 @@ members: - Fertile Crescent partOfSpeech: n + wikidata: Q170526 08810147-n: definition: - an ancient kingdom of the Hebrew tribes at the southeastern end of the Mediterranean @@ -15900,6 +16404,7 @@ mero_member: - 09735081-n partOfSpeech: n + wikidata: Q155321 08810400-n: definition: - Jewish republic in southwestern Asia at eastern end of Mediterranean; formerly @@ -15932,6 +16437,7 @@ - 09286525-n - 09384713-n partOfSpeech: n + wikidata: Q801 08811162-n: definition: - a town and port in northwestern Israel in the eastern Mediterranean @@ -15945,6 +16451,7 @@ - Akka - Accho partOfSpeech: n + wikidata: Q126084 08811341-n: definition: - an area between Israel and Jordan on the west bank of the Jordan river; populated @@ -15959,6 +16466,7 @@ - 08813084-n - 08947609-n partOfSpeech: n + wikidata: Q36678 08811598-n: definition: - an ancient city in the West Bank to the north of Jerusalem; the home of Jacob @@ -15969,6 +16477,7 @@ members: - Nablus partOfSpeech: n + wikidata: Q214178 08811766-n: definition: - an area of northern Israel; formerly the northern part of Palestine and the ancient @@ -15981,6 +16490,7 @@ mero_part: - 08812045-n partOfSpeech: n + wikidata: Q83241 08812045-n: definition: - a historic town in northern Israel that is mentioned in the Gospels as the home @@ -15991,6 +16501,7 @@ members: - Nazareth partOfSpeech: n + wikidata: Q430776 08812218-n: definition: - a coastal region at the southeastern corner of the Mediterranean bordering Israel @@ -16004,6 +16515,7 @@ - Gaza Strip - Gaza partOfSpeech: n + wikidata: Q39760 08812426-n: definition: - a fortified hilly area between southern Lebanon and southern Syria @@ -16016,6 +16528,7 @@ - Golan Heights - Golan partOfSpeech: n + wikidata: Q83210 08812650-n: definition: - capital and largest city of the modern state of Israel (although its status as @@ -16035,6 +16548,7 @@ - 08814203-n - 08815471-n partOfSpeech: n + wikidata: Q1218 08813084-n: definition: - a small town near Jerusalem on the West Bank of the Jordan River; early home of @@ -16048,6 +16562,7 @@ - Bethlehem Ephrathah - Bethlehem-Judah partOfSpeech: n + wikidata: Q5776 08813344-n: definition: - an ancient seaport in northwestern Israel; an important Roman city in ancient @@ -16058,6 +16573,7 @@ members: - Caesarea partOfSpeech: n + wikidata: Q319242 08813506-n: definition: - (Old Testament) an ancient city near the Dead Sea that (along with Gomorrah) was @@ -16070,6 +16586,7 @@ members: - Sodom partOfSpeech: n + wikidata: Q180141 08813732-n: definition: - any location known for vice and corruption @@ -16092,6 +16609,7 @@ - Gomorrah - Gomorrha partOfSpeech: n + wikidata: Q1069011 08814071-n: definition: - a hill near Jerusalem where Jesus was crucified @@ -16102,6 +16620,7 @@ - Calvary - Golgotha partOfSpeech: n + wikidata: Q170516 08814203-n: definition: - originally a stronghold captured by David (the 2nd king of the Israelites); above @@ -16117,6 +16636,7 @@ - Zion - Sion partOfSpeech: n + wikidata: Q332444 08814559-n: definition: - a range of low hills in southwestern England @@ -16127,6 +16647,7 @@ - Cotswolds - Cotswold Hills partOfSpeech: n + wikidata: Q301833 08814696-n: definition: - a range of hills on the border between England and Scotland @@ -16137,6 +16658,7 @@ - Cheviots - Cheviot Hills partOfSpeech: n + wikidata: Q383335 08814865-n: definition: - a system of hills in Britain that extend from the Scottish border in the north @@ -16148,6 +16670,7 @@ - Pennines - Pennine Chain partOfSpeech: n + wikidata: Q35647 08815106-n: definition: - the hills on which the ancient city of Rome was built @@ -16159,6 +16682,7 @@ mero_part: - 08815264-n partOfSpeech: n + wikidata: Q185158 08815264-n: definition: - the most important of the Seven Hills of Rome; supposedly the location of the @@ -16170,6 +16694,7 @@ - Palatine Hill - Palatine partOfSpeech: n + wikidata: Q200642 08815471-n: definition: - a wall in Jerusalem; sacred to Jews as a place of prayer and lamentation; its @@ -16181,6 +16706,7 @@ - Western Wall - Wailing Wall partOfSpeech: n + wikidata: Q134821 08815692-n: definition: - the largest city and financial center of Israel; located in western Israel on @@ -16195,6 +16721,7 @@ mero_part: - 08816047-n partOfSpeech: n + wikidata: Q33935 08815914-n: definition: - a major port in northwestern Israel @@ -16206,6 +16733,7 @@ - Hefa - Haifa partOfSpeech: n + wikidata: Q41621 08816047-n: definition: - a port in western Israel on the Mediterranean; incorporated into Tel Aviv in 1950 @@ -16218,6 +16746,7 @@ - Joppa - Yafo partOfSpeech: n + wikidata: Q180294 08816234-n: definition: - an ancient country in southwestern Asia on the east coast of the Mediterranean @@ -16237,6 +16766,7 @@ - 08817558-n - 09344807-n partOfSpeech: n + wikidata: Q23792 08816623-n: definition: - a former British mandate on the east coast of the Mediterranean; divided between @@ -16247,6 +16777,7 @@ members: - Palestine partOfSpeech: n + wikidata: Q193714 08816975-n: definition: - an ancient kingdom of southern Palestine with Jerusalem as its center @@ -16257,6 +16788,7 @@ - Judah - Juda partOfSpeech: n + wikidata: Q48685 08817123-n: definition: - the southern part of ancient Palestine succeeding the kingdom of Judah; a Roman @@ -16268,6 +16800,7 @@ - Judea - Judaea partOfSpeech: n + wikidata: Q104028 08817314-n: definition: - an ancient city in central Palestine founded in the 9th century BC as the capital @@ -16279,6 +16812,7 @@ members: - Samaria partOfSpeech: n + wikidata: Q1294629 08817558-n: definition: - an ancient region on the coast of southwestern Palestine that was strategically @@ -16289,6 +16823,7 @@ members: - Philistia partOfSpeech: n + wikidata: Q7185566 08817810-n: definition: - the ancient Roman state from 509 BC until Augustus assumed power in 27 BC; was @@ -16300,6 +16835,7 @@ members: - Roman Republic partOfSpeech: n + wikidata: Q17167 08818110-n: definition: - an empire established by Augustus in 27 BC and divided in AD 395 into the Western @@ -16316,6 +16852,7 @@ - 08818528-n - 08818763-n partOfSpeech: n + wikidata: Q2277 08818528-n: definition: - a continuation of the Roman Empire in the Middle East after its division in 395 @@ -16343,6 +16880,7 @@ - Western Roman Empire - Western Empire partOfSpeech: n + wikidata: Q42834 08818951-n: definition: - an ancient city on the Bosporus founded by the Greeks; site of modern Istanbul; @@ -16356,6 +16894,7 @@ mero_member: - 09715520-n partOfSpeech: n + wikidata: Q23725 08819216-n: definition: - a boot-shaped peninsula in southern Europe extending into the Mediterranean Sea @@ -16367,6 +16906,7 @@ mero_part: - 09014551-n partOfSpeech: n + wikidata: Q145694 08819398-n: definition: - an Italian-speaking region of southern Switzerland @@ -16377,6 +16917,7 @@ - Ticino - Tessin partOfSpeech: n + wikidata: Q31008 08819530-n: definition: - a republic in southern Europe on the Italian Peninsula; was the core of the Roman @@ -16442,6 +16983,7 @@ - 09419025-n - 09487782-n partOfSpeech: n + wikidata: Q38 08821234-n: definition: - Italy is divided into 20 regions for administrative purposes @@ -16461,6 +17003,7 @@ members: - Pompeii partOfSpeech: n + wikidata: Q43332 08821901-n: definition: - ancient city; now destroyed @@ -16470,6 +17013,7 @@ members: - Herculaneum partOfSpeech: n + wikidata: Q178813 08822006-n: definition: - a mountainous region of central Italy on the Adriatic @@ -16483,6 +17027,7 @@ mero_part: - 08822171-n partOfSpeech: n + wikidata: Q1284 08822171-n: definition: - the provincial capital of the Abruzzi region in central Italy @@ -16507,6 +17052,7 @@ - Basilicata - Lucania partOfSpeech: n + wikidata: Q1452 08822514-n: definition: - an Italian city in Trentino-Alto Adige near the Austrian border; noted as a resort @@ -16517,6 +17063,7 @@ members: - Bolzano partOfSpeech: n + wikidata: Q6526 08822697-n: definition: - an ancient Italian city in central Lombardy @@ -16526,6 +17073,7 @@ members: - Brescia partOfSpeech: n + wikidata: Q6221 08822814-n: definition: - a region of southern Italy (forming the toe of the Italian ‘boot’) @@ -16537,6 +17085,7 @@ members: - Calabria partOfSpeech: n + wikidata: Q1458 08822974-n: definition: - a region of southwestern Italy on the Tyrrhenian Sea including the islands of @@ -16554,6 +17103,7 @@ - 08823805-n - 08823994-n partOfSpeech: n + wikidata: Q1438 08823238-n: definition: - a city in northern Italy @@ -16565,6 +17115,7 @@ members: - Ferrara partOfSpeech: n + wikidata: Q13362 08823417-n: definition: - a port and tourist center in southwestern Italy; capital of the Campania region @@ -16579,6 +17130,7 @@ - 09736233-n - 10370397-n partOfSpeech: n + wikidata: Q2634 08823653-n: definition: - a port city in northeastern Sicily on the Strait of Messina @@ -16589,6 +17141,7 @@ members: - Messina partOfSpeech: n + wikidata: Q13666 08823805-n: definition: - an island (part of Campania) in the Bay of Naples in southern Italy; a tourist @@ -16599,6 +17152,7 @@ members: - Capri partOfSpeech: n + wikidata: Q173292 08823994-n: definition: - a volcanic island (part of Campania) in the Tyrrhenian Sea at the north end of @@ -16609,6 +17163,7 @@ members: - Ischia partOfSpeech: n + wikidata: Q189387 08824163-n: definition: - a region of north central Italy on the Adriatic @@ -16630,6 +17185,7 @@ members: - Bologna partOfSpeech: n + wikidata: Q1891 08824469-n: definition: - a region in northeastern Italy @@ -16639,6 +17195,7 @@ members: - Friuli-Venezia Giulia partOfSpeech: n + wikidata: Q1250 08824587-n: definition: - an ancient region of west central Italy (southeast of Rome) on the Tyrrhenian @@ -16650,6 +17207,7 @@ - Latium - Lazio partOfSpeech: n + wikidata: Q1282 08824749-n: definition: - capital and largest city of Italy; on the Tiber; seat of the Roman Catholic Church; @@ -16672,6 +17230,7 @@ - 08825406-n - 09183883-n partOfSpeech: n + wikidata: Q220 08825406-n: definition: - the site in Rome containing the church of Rome and the Lateran Palace @@ -16694,6 +17253,7 @@ members: - Anzio partOfSpeech: n + wikidata: Q241717 08825746-n: definition: - a port city in southeastern Apulia in Italy; a center for the Crusades in the @@ -16705,6 +17265,7 @@ members: - Brindisi partOfSpeech: n + wikidata: Q13496 08825929-n: definition: - a town twenty miles to the east of Rome (Tibur is the ancient name); a summer @@ -16716,6 +17277,7 @@ - Tivoli - Tibur partOfSpeech: n + wikidata: Q159605 08826144-n: definition: - region of northwestern Italy on the Ligurian Sea @@ -16728,6 +17290,7 @@ - 08826304-n - 08826831-n partOfSpeech: n + wikidata: Q1256 08826304-n: definition: - a seaport in northwestern Italy; provincial capital of Liguria @@ -16740,6 +17303,7 @@ mero_member: - 10142952-n partOfSpeech: n + wikidata: Q1449 08826466-n: definition: - a region of north central Italy bordering Switzerland @@ -16753,6 +17317,7 @@ - 08826644-n - 08827017-n partOfSpeech: n + wikidata: Q1210 08826644-n: definition: - a city in Lombardy on the Po River; noted for the manufacture of fine violins @@ -16763,6 +17328,7 @@ members: - Cremona partOfSpeech: n + wikidata: Q6231 08826831-n: definition: - a port city in Liguria on an arm of the Ligurian Sea; a major seaport and year-round @@ -16774,6 +17340,7 @@ members: - La Spezia partOfSpeech: n + wikidata: Q8611 08827017-n: definition: - the capital of Lombardy in northern Italy; has been an international center of @@ -16787,6 +17354,7 @@ mero_member: - 10335114-n partOfSpeech: n + wikidata: Q490 08827236-n: definition: - a region in central Italy, with capital Ancona @@ -16797,6 +17365,7 @@ - Marche - Marches partOfSpeech: n + wikidata: Q1279 08827344-n: definition: - a region of south central Italy @@ -16806,6 +17375,7 @@ members: - Molise partOfSpeech: n + wikidata: Q1443 08827448-n: definition: - the temporal dominions belonging to the pope (especially in central Italy) @@ -16828,6 +17398,7 @@ mero_part: - 08828072-n partOfSpeech: n + wikidata: Q1216 08827762-n: definition: - a city in Tuscany; site of the famous Leaning Tower @@ -16839,6 +17410,7 @@ mero_part: - 03657856-n partOfSpeech: n + wikidata: Q13375 08827903-n: definition: - a city in southeastern Sicily that was founded by Corinthians in the 8th century @@ -16850,6 +17422,7 @@ - Syracuse - Siracusa partOfSpeech: n + wikidata: Q13670 08828072-n: definition: - capital city of the Piemonte region of northwestern Italy @@ -16860,6 +17433,7 @@ - Turin - Torino partOfSpeech: n + wikidata: Q495 08828210-n: definition: - a region in southeastern Italy on the Adriatic @@ -16872,6 +17446,7 @@ mero_part: - 08828357-n partOfSpeech: n + wikidata: Q1447 08828357-n: definition: - capital city of the Apulia region on the Adriatic coast @@ -16881,6 +17456,7 @@ members: - Bari partOfSpeech: n + wikidata: Q3519 08828483-n: definition: - an island in the Mediterranean to the west of Italy @@ -16891,6 +17467,7 @@ - Sardinia - Sardegna partOfSpeech: n + wikidata: Q1462 08828638-n: definition: - the Italian region on the island of Sardinia; the kingdom of Sardinia was the @@ -16902,6 +17479,7 @@ - Sardinia - Sardegna partOfSpeech: n + wikidata: Q3760293 08828851-n: definition: - the largest island in the Mediterranean @@ -16914,6 +17492,7 @@ mero_part: - 08829505-n partOfSpeech: n + wikidata: Q4951156 08829067-n: definition: - the Italian region on the island of Sicily @@ -16933,6 +17512,7 @@ - 08829664-n - 09197615-n partOfSpeech: n + wikidata: Q1460 08829325-n: definition: - the capital of Sicily; located in northwestern Sicily; an important port for 3000 @@ -16944,6 +17524,7 @@ members: - Palermo partOfSpeech: n + wikidata: Q2656 08829505-n: definition: - a cape that forms the southeastern corner of the island of Sicily @@ -16955,6 +17536,7 @@ - Cape Passero - Passero Cape partOfSpeech: n + wikidata: Q1034750 08829664-n: definition: - a town in Italy in southwestern Sicily near the coast; the site of six Greek temples @@ -16965,6 +17547,7 @@ - Agrigento - Acragas partOfSpeech: n + wikidata: Q13678 08829834-n: definition: - a region in central Italy with capital Florence @@ -16980,6 +17563,7 @@ - 08827762-n - 08830018-n partOfSpeech: n + wikidata: Q1273 08830018-n: definition: - a city in central Italy on the Arno; provincial capital of Tuscany; center of @@ -16993,6 +17577,7 @@ mero_member: - 10117359-n partOfSpeech: n + wikidata: Q2044 08830251-n: definition: - a region of northeastern Italy bordering Austria @@ -17004,6 +17589,7 @@ mero_part: - 08830404-n partOfSpeech: n + wikidata: Q1237 08830404-n: definition: - a city in northern Italy (northwest of Venice) on the River Adige; the site of @@ -17015,6 +17601,7 @@ - Trento - Trent partOfSpeech: n + wikidata: Q3376 08830584-n: definition: - a mountainous region in central Italy @@ -17024,6 +17611,7 @@ members: - Umbria partOfSpeech: n + wikidata: Q1280 08830694-n: definition: - a region in northwestern Italy @@ -17034,6 +17622,7 @@ - Aosta Valley - Valle D'Aosta partOfSpeech: n + wikidata: Q1222 08830804-n: definition: - a region of northeastern Italy on the Adriatic @@ -17049,6 +17638,7 @@ - 08831116-n - 08831551-n partOfSpeech: n + wikidata: Q1243 08831008-n: definition: - a city in Veneto @@ -17060,6 +17650,7 @@ - Padova - Patavium partOfSpeech: n + wikidata: Q617 08831116-n: definition: - the provincial capital of Veneto; built on 118 islands within a lagoon in the @@ -17076,6 +17667,7 @@ mero_part: - 08831438-n partOfSpeech: n + wikidata: Q641 08831438-n: definition: - the major waterway in Venice, Italy @@ -17085,6 +17677,7 @@ members: - Grand Canal partOfSpeech: n + wikidata: Q309243 08831551-n: definition: - a city in Veneto on the River Adige @@ -17094,6 +17687,7 @@ members: - Verona partOfSpeech: n + wikidata: Q2028 08831659-n: definition: - an ancient country in central Italy; assimilated by the Romans by about 200 BC @@ -17105,6 +17699,7 @@ mero_member: - 09736039-n partOfSpeech: n + wikidata: Q206730 08831830-n: definition: - a republic in southeastern Europe with a short coastline on the Black Sea @@ -17125,6 +17720,7 @@ - 09285993-n - 09484018-n partOfSpeech: n + wikidata: Q218 08832185-n: definition: - a city in central Romania in the foothills of the Transylvanian Alps @@ -17134,6 +17730,7 @@ members: - Brasov partOfSpeech: n + wikidata: Q82174 08832326-n: definition: - national capital and largest city of Romania in southeastern Romania @@ -17146,6 +17743,7 @@ - Bucuresti - capital of Romania partOfSpeech: n + wikidata: Q19660 08832516-n: definition: - a Romanian resort city on the Black Sea @@ -17156,6 +17754,7 @@ - Constanta - Constantina partOfSpeech: n + wikidata: Q79808 08832633-n: definition: - a historical plateau region in northwestern Romania that is separated from the @@ -17167,6 +17766,7 @@ members: - Transylvania partOfSpeech: n + wikidata: Q39473 08832898-n: definition: - a landlocked republic in central Africa; formerly a German colony @@ -17185,6 +17785,7 @@ - 08833198-n - 09349205-n partOfSpeech: n + wikidata: Q1037 08833198-n: definition: - the national capital and largest city of Rwanda; located in central Rwanda @@ -17195,6 +17796,7 @@ - Kigali - capital of Rwanda partOfSpeech: n + wikidata: Q3859 08833365-n: definition: - a former country of southeastern Europe bordering the Adriatic Sea; formed in @@ -17209,6 +17811,7 @@ members: - Yugoslavia partOfSpeech: n + wikidata: Q36704 08833710-n: definition: - a republic in the western Balkans in south-central Europe in the eastern Adriatic @@ -17228,6 +17831,7 @@ - 08836868-n - 08836980-n partOfSpeech: n + wikidata: Q224 08834088-n: definition: - a mountainous republic in southeastern Europe bordering on the Adriatic Sea; formed @@ -17262,6 +17866,7 @@ - Kosovo - Republic of Kosovo partOfSpeech: n + wikidata: Q1246 08834821-n: definition: - a historical region in central and northern Yugoslavia; Serbs settled the region @@ -17279,8 +17884,8 @@ partOfSpeech: n 08835087-n: definition: - - a former country bordering on the Adriatic Sea; now part of the Union of Serbia - and Montenegro + - a former country bordering on the Adriatic Sea within the Socialist Federal Republic + of Yugoslavia (1944-1992) ili: i83178 instance_hypernym: - 08591861-n @@ -17288,6 +17893,7 @@ - Montenegro - Crna Gora partOfSpeech: n + wikidata: Q838291 08835270-n: definition: - capital and largest city of Serbia and Montenegro; situated on the Danube @@ -17299,6 +17905,7 @@ - Beograd - capital of Serbia and Montenegro partOfSpeech: n + wikidata: Q3711 08835482-n: definition: - a mountainous republic of south-central Europe; formerly part of the Ottoman Empire @@ -17328,6 +17935,7 @@ members: - Bosnia partOfSpeech: n + wikidata: Q188736 08836099-n: definition: - capital and largest city of Bosnia; scene of the assassination of Francis Ferdinand @@ -17338,6 +17946,7 @@ members: - Sarajevo partOfSpeech: n + wikidata: Q11194 08836296-n: definition: - a mountainous republic in central Europe; formerly part of the Habsburg monarchy @@ -17355,6 +17964,7 @@ mero_part: - 08836588-n partOfSpeech: n + wikidata: Q215 08836588-n: definition: - the capital of Slovenia @@ -17364,6 +17974,7 @@ members: - Ljubljana partOfSpeech: n + wikidata: Q437 08836687-n: definition: - a port city in southwestern Croatia on the Adriatic; a popular tourist center @@ -17375,6 +17986,7 @@ - Dubrovnik - Ragusa partOfSpeech: n + wikidata: Q1722 08836868-n: definition: - an old Croatian city on the Adriatic Sea @@ -17384,6 +17996,7 @@ members: - Split partOfSpeech: n + wikidata: Q1663 08836980-n: definition: - the capital of Croatia @@ -17393,6 +18006,7 @@ members: - Zagreb partOfSpeech: n + wikidata: Q27038 08837075-n: definition: - a historical region of Croatia on the Adriatic Sea; mountainous with many islands @@ -17404,6 +18018,7 @@ mero_member: - 10008456-n partOfSpeech: n + wikidata: Q528042 08837249-n: definition: - the largest island in the world; lies between the North Atlantic and the Arctic @@ -17418,6 +18033,7 @@ mero_part: - 08974216-n partOfSpeech: n + wikidata: Q223 08837535-n: definition: - the 5th largest island and the largest island of Arctic Canada; lies between Greenland @@ -17428,6 +18044,7 @@ members: - Baffin Island partOfSpeech: n + wikidata: Q81178 08837735-n: definition: - the mainland part of the province of Newfoundland and Labrador in the eastern @@ -17438,6 +18055,7 @@ members: - Labrador partOfSpeech: n + wikidata: Q380307 08837973-n: definition: - a nation in northern North America; the French were the first Europeans to settle @@ -17477,6 +18095,7 @@ - 09442908-n - 09506046-n partOfSpeech: n + wikidata: Q16 08840179-n: definition: - the French-speaking part of the Canadian Maritime Provinces @@ -17486,6 +18105,7 @@ members: - Acadia partOfSpeech: n + wikidata: Q207353 08840311-n: definition: - a large plateau that occupies more than 40% of the land area of Canada; it extends @@ -17498,6 +18118,7 @@ - Laurentian Highlands - Canadian Shield partOfSpeech: n + wikidata: Q75596 08840570-n: definition: - the collective name for the Canadian provinces of New Brunswick and Nova Scotia @@ -17540,6 +18161,7 @@ - 08841538-n - 08841734-n partOfSpeech: n + wikidata: Q1951 08841419-n: definition: - a popular vacation spot in the Canadian Rockies @@ -17550,6 +18172,7 @@ - Banff National Park - Banff partOfSpeech: n + wikidata: Q41858 08841538-n: definition: - the largest city in southern Alberta; an oil and gas center and a technology center @@ -17560,6 +18183,7 @@ members: - Calgary partOfSpeech: n + wikidata: Q36312 08841734-n: definition: - the capital of the province of Alberta @@ -17569,6 +18193,7 @@ members: - Edmonton partOfSpeech: n + wikidata: Q2096 08841847-n: definition: - a province in western Canada @@ -17588,6 +18213,7 @@ - 09452838-n - 09476848-n partOfSpeech: n + wikidata: Q1973 08842148-n: definition: - a town in southwestern British Columbia on Vancouver Island to the west of Vancouver @@ -17597,6 +18223,7 @@ members: - Nanaimo partOfSpeech: n + wikidata: Q16461 08842306-n: definition: - capital of the Canadian province of British Columbia on Vancouver Island @@ -17607,6 +18234,7 @@ members: - Victoria partOfSpeech: n + wikidata: Q2132 08842472-n: definition: - a port city in southwestern British Columbia on an arm of the Pacific Ocean opposite @@ -17618,6 +18246,7 @@ members: - Vancouver partOfSpeech: n + wikidata: Q24639 08842720-n: definition: - an island off southwestern Canada (off the southwestern coast of British Columbia); @@ -17630,6 +18259,7 @@ members: - Vancouver Island partOfSpeech: n + wikidata: Q170479 08842960-n: definition: - one of the three prairie provinces in central Canada @@ -17643,6 +18273,7 @@ - 08843315-n - 09503558-n partOfSpeech: n + wikidata: Q1948 08843144-n: definition: - the capital and largest city of Manitoba; located in southern Manitoba; known @@ -17653,6 +18284,7 @@ members: - Winnipeg partOfSpeech: n + wikidata: Q2135 08843315-n: definition: - a Canadian town in northern Manitoba on Hudson Bay; important port for shipping @@ -17663,6 +18295,7 @@ members: - Churchill partOfSpeech: n + wikidata: Q744553 08843476-n: definition: - a province in southeastern Canada @@ -17676,6 +18309,7 @@ - 08843763-n - 09442414-n partOfSpeech: n + wikidata: Q1965 08843646-n: definition: - the provincial capital of New Brunswick @@ -17685,6 +18319,7 @@ members: - Fredericton partOfSpeech: n + wikidata: Q2138 08843763-n: definition: - a port in eastern Canada; the largest city in New Brunswick @@ -17696,6 +18331,7 @@ - Saint John - St. John partOfSpeech: n + wikidata: Q203403 08843929-n: definition: - a Canadian province on the island of Newfoundland and on the mainland along the @@ -17719,6 +18355,7 @@ members: - Newfoundland partOfSpeech: n + wikidata: Q48335 08844313-n: definition: - a port and provincial capital of Newfoundland @@ -17730,6 +18367,7 @@ - Saint John's - St. John's partOfSpeech: n + wikidata: Q2082 08844469-n: definition: - a large territory in northwestern Canada; part is now Nunavut @@ -17742,6 +18380,7 @@ - 08845142-n - 09316650-n partOfSpeech: n + wikidata: Q2007 08844656-n: definition: - an Arctic territory in northern Canada created in 1999 and governed solely by @@ -17755,6 +18394,7 @@ members: - Nunavut partOfSpeech: n + wikidata: Q2023 08844979-n: definition: - all the islands that lie to the north of mainland Canada and the Arctic Circle @@ -17775,6 +18415,7 @@ members: - Yellowknife partOfSpeech: n + wikidata: Q2061 08845298-n: definition: - the Canadian province in the Maritimes consisting of the Nova Scotia peninsula @@ -17791,6 +18432,7 @@ - 08845994-n - 09257663-n partOfSpeech: n + wikidata: Q1952 08845691-n: definition: - an island that forms the northeastern part of Nova Scotia @@ -17800,6 +18442,7 @@ members: - Cape Breton Island partOfSpeech: n + wikidata: Q188489 08845833-n: definition: - a peninsula in eastern Canada between the Bay of Fundy and the Saint Lawrence @@ -17810,6 +18453,7 @@ members: - Nova Scotia partOfSpeech: n + wikidata: Q2657206 08845994-n: definition: - provincial capital and largest city of Nova Scotia @@ -17819,6 +18463,7 @@ members: - Halifax partOfSpeech: n + wikidata: Q2141 08846118-n: definition: - a prosperous and industrialized province in central Canada @@ -17841,6 +18486,7 @@ - 09393684-n - 09453894-n partOfSpeech: n + wikidata: Q1904 08846478-n: definition: - the capital of Canada (located in southeastern Ontario across the Ottawa river @@ -17853,6 +18499,7 @@ - Canadian capital - capital of Canada partOfSpeech: n + wikidata: Q1930 08846681-n: definition: - a port city in southeastern Ontario at the western end of Lake Ontario @@ -17863,6 +18510,7 @@ members: - Hamilton partOfSpeech: n + wikidata: Q133116 08846845-n: definition: - a town in southeast Ontario on Lake Ontario near the head of the Saint Lawrence @@ -17873,6 +18521,7 @@ members: - Kingston partOfSpeech: n + wikidata: Q202973 08847005-n: definition: - a town of southern Ontario opposite northern Michigan @@ -17883,6 +18532,7 @@ - Sault Ste. Marie - Sault Sainte Marie partOfSpeech: n + wikidata: Q463165 08847143-n: definition: - a city in south central Canada in Ontario; a major nickel mining center @@ -17904,6 +18554,7 @@ members: - Thunder Bay partOfSpeech: n + wikidata: Q34116 08847424-n: definition: - the provincial capital and largest city in Ontario (and the largest city in Canada) @@ -17917,6 +18568,7 @@ mero_part: - 03059522-n partOfSpeech: n + wikidata: Q172 08847619-n: definition: - a city in southwestern Ontario on the Detroit River opposite Detroit @@ -17926,6 +18578,7 @@ members: - Windsor partOfSpeech: n + wikidata: Q182625 08847742-n: definition: - an island in the Gulf of Saint Lawrence; the smallest province of Canada @@ -17937,6 +18590,7 @@ mero_part: - 08847920-n partOfSpeech: n + wikidata: Q1978 08847920-n: definition: - the provincial capital and largest city of Prince Edward Island @@ -17946,6 +18600,7 @@ members: - Charlottetown partOfSpeech: n + wikidata: Q2127 08848063-n: definition: - the largest province of Canada; a French colony from 1663 to 1759 when it was @@ -17961,6 +18616,7 @@ - 09344244-n - 09353510-n partOfSpeech: n + wikidata: Q251668 08848309-n: definition: - the French-speaking capital of the province of Quebec; situated on the Saint Lawrence @@ -17975,6 +18631,7 @@ - 03940692-n - 04039654-n partOfSpeech: n + wikidata: Q2145 08848525-n: definition: - a city in southern Quebec province on the Saint Lawrence River; the largest city @@ -17986,6 +18643,7 @@ members: - Montreal partOfSpeech: n + wikidata: Q340 08848767-n: definition: - one of the three prairie provinces in west central Canada @@ -18000,6 +18658,7 @@ - 08848997-n - 08849108-n partOfSpeech: n + wikidata: Q1989 08848997-n: definition: - the provincial capital of Saskatchewan @@ -18009,6 +18668,7 @@ members: - Regina partOfSpeech: n + wikidata: Q2123 08849108-n: definition: - a city in central Saskatchewan; the largest city in the province @@ -18018,6 +18678,7 @@ members: - Saskatoon partOfSpeech: n + wikidata: Q10566 08849248-n: definition: - a town in northwestern Canada in the Yukon on the Yukon River; a boom town around @@ -18029,6 +18690,7 @@ - Dawson City - Dawson partOfSpeech: n + wikidata: Q372324 08849448-n: definition: - a territory in northwestern Canada; site of the Klondike gold rush in the 1890s @@ -18045,6 +18707,7 @@ - 09365635-n - 09467992-n partOfSpeech: n + wikidata: Q2009 08849712-n: definition: - a region in northwestern Canada where gold was discovered in 1896 but exhausted @@ -18055,6 +18718,7 @@ members: - Klondike partOfSpeech: n + wikidata: Q602965 08849874-n: definition: - the provincial capital of the Yukon Territory @@ -18064,6 +18728,7 @@ members: - Whitehorse partOfSpeech: n + wikidata: Q2055 08849996-n: definition: - a nation occupying the whole of the Australian continent; Aboriginal tribes are @@ -18106,6 +18771,7 @@ - 09386517-n - 09387675-n partOfSpeech: n + wikidata: Q408 08851261-n: definition: - the capital of Australia; located in southeastern Australia @@ -18117,6 +18783,7 @@ - Australian capital - capital of Australia partOfSpeech: n + wikidata: Q3114 08851439-n: definition: - one of the several states constituting Australia @@ -18140,6 +18807,7 @@ - 09382209-n - 09384578-n partOfSpeech: n + wikidata: Q36074 08851869-n: definition: - capital and largest city of Queensland state; located in the southeastern corner @@ -18151,6 +18819,7 @@ members: - Brisbane partOfSpeech: n + wikidata: Q34932 08852122-n: definition: - an Australian state in southeastern Australia @@ -18163,6 +18832,7 @@ - 08852287-n - 08852516-n partOfSpeech: n + wikidata: Q3224 08852287-n: definition: - the largest Australian city located in southeastern Australia on the Tasman Sea; @@ -18175,6 +18845,7 @@ mero_part: - 04381695-n partOfSpeech: n + wikidata: Q3130 08852516-n: definition: - a town on the Murrumbidgee River in New South Wales; agricultural trading center @@ -18184,6 +18855,7 @@ members: - Wagga Wagga partOfSpeech: n + wikidata: Q820153 08852674-n: definition: - a state in southeastern Australia @@ -18195,6 +18867,7 @@ mero_part: - 08852801-n partOfSpeech: n + wikidata: Q36687 08852801-n: definition: - the capital of Victoria state and 2nd largest Australian city; a financial and @@ -18205,6 +18878,7 @@ members: - Melbourne partOfSpeech: n + wikidata: Q3141 08852973-n: definition: - an island off the southeastern coast of Australia @@ -18214,6 +18888,7 @@ members: - Tasmania partOfSpeech: n + wikidata: Q3593416 08853115-n: definition: - an Australian state on the island of Tasmania @@ -18225,6 +18900,7 @@ mero_part: - 08853272-n partOfSpeech: n + wikidata: Q34366 08853272-n: definition: - a port and state capital of Tasmania @@ -18235,6 +18911,7 @@ members: - Hobart partOfSpeech: n + wikidata: Q40191 08853400-n: definition: - a state in south central Australia @@ -18246,6 +18923,7 @@ mero_part: - 08853535-n partOfSpeech: n + wikidata: Q35715 08853535-n: definition: - the state capital of South Australia @@ -18255,6 +18933,7 @@ members: - Adelaide partOfSpeech: n + wikidata: Q5112 08853646-n: definition: - a state containing the western third of Australia @@ -18266,6 +18945,7 @@ mero_part: - 08853798-n partOfSpeech: n + wikidata: Q3206 08853798-n: definition: - the state capital of Western Australia @@ -18288,6 +18968,7 @@ mero_part: - 08854050-n partOfSpeech: n + wikidata: Q3235 08854050-n: definition: - provincial capital of the Northern Territory of Australia @@ -18297,6 +18978,7 @@ members: - Darwin partOfSpeech: n + wikidata: Q11568 08854180-n: definition: - an island territory of Australia in the Pacific Ocean off the eastern coast of @@ -18307,6 +18989,7 @@ members: - Norfolk Island partOfSpeech: n + wikidata: Q31057 08854382-n: definition: - a vast arid plain of southern Australia stretching inland from the Great Australian @@ -18318,6 +19001,7 @@ members: - Nullarbor Plain partOfSpeech: n + wikidata: Q381050 08854667-n: definition: - an archipelago in the North Pacific extending southwest from Alaska @@ -18328,6 +19012,7 @@ - Aleutian Islands - Aleutians partOfSpeech: n + wikidata: Q119285 08854867-n: definition: - a large group of islands in the south Pacific including Melanesia and Micronesia @@ -18343,6 +19028,7 @@ - 08855878-n - 08860659-n partOfSpeech: n + wikidata: Q538 08855157-n: definition: - Australia, New Zealand, and neighboring islands in the South Pacific @@ -18352,6 +19038,7 @@ members: - Australasia partOfSpeech: n + wikidata: Q45256 08855321-n: definition: - islands of central and South Pacific (Indonesia and Melanesia and Micronesia and @@ -18371,6 +19058,7 @@ - 08860659-n - 08927379-n partOfSpeech: n + wikidata: Q855272 08855622-n: definition: - the islands in the southwestern part of Oceania @@ -18386,6 +19074,7 @@ - 09020346-n - 09183568-n partOfSpeech: n + wikidata: Q37394 08855878-n: definition: - the islands in the northwestern part of Oceania @@ -18397,6 +19086,7 @@ mero_part: - 08856040-n partOfSpeech: n + wikidata: Q3359409 08856040-n: definition: - a country scattered over Micronesia with a constitutional government in free association @@ -18418,6 +19108,7 @@ - 08860067-n - 08860201-n partOfSpeech: n + wikidata: Q702 08856449-n: definition: - capital of Micronesia @@ -18427,6 +19118,7 @@ members: - Kolonia partOfSpeech: n + wikidata: Q514165 08856544-n: definition: - a chain of coral and volcanic islands in Micronesia (including Guam and the Northern @@ -18442,6 +19134,7 @@ - 08856856-n - 08857311-n partOfSpeech: n + wikidata: Q153732 08856856-n: definition: - a self-governing territory comprising all of the Mariana Islands except Guam @@ -18465,6 +19158,7 @@ members: - Saipan partOfSpeech: n + wikidata: Q51679 08857311-n: definition: - the largest and southernmost island in the Marianas which is administered as a @@ -18477,6 +19171,7 @@ - Guam - GU partOfSpeech: n + wikidata: Q16635 08857548-n: definition: - an island in the western Pacific between Guam and Hawaii @@ -18487,6 +19182,7 @@ - Wake Island - Wake partOfSpeech: n + wikidata: Q43296 08857708-n: definition: - a long archipelago of more than 500 islands in Micronesia to the east of the Philippines @@ -18496,6 +19192,7 @@ members: - Caroline Islands partOfSpeech: n + wikidata: Q118350 08857879-n: definition: - a group of coral islands in eastern Micronesia @@ -18510,6 +19207,7 @@ - 08858467-n - 08858706-n partOfSpeech: n + wikidata: Q27577733 08858084-n: definition: - a republic (under United States protection) on the Marshall Islands @@ -18522,6 +19220,7 @@ - Marshall Islands - Republic of the Marshall Islands partOfSpeech: n + wikidata: Q709 08858288-n: definition: - an atoll in the Marshall Islands; formerly used by the United States as a site @@ -18533,6 +19232,7 @@ - Bikini Atoll - Bikini partOfSpeech: n + wikidata: Q152225 08858467-n: definition: - an atoll in the Marshall Islands; site of an amphibious assault in World War II; @@ -18544,6 +19244,7 @@ - Enewetak Atoll - Eniwetok partOfSpeech: n + wikidata: Q649190 08858706-n: definition: - an atoll in the western Marshall Islands that was used as a Japanese air and naval @@ -18555,6 +19256,7 @@ - Kwajalein Atoll - Kwajalein partOfSpeech: n + wikidata: Q309172 08858908-n: definition: - a group of islands in Micronesia to the southwest of Hawaii; formerly part of @@ -18566,6 +19268,7 @@ members: - Gilbert Islands partOfSpeech: n + wikidata: Q271876 08859192-n: definition: - a group of coral islands in Micronesia to the southwest of Hawaii @@ -18591,6 +19294,7 @@ mero_part: - 08859649-n partOfSpeech: n + wikidata: Q672 08859649-n: definition: - capital of Tuvalu @@ -18600,6 +19304,7 @@ members: - Funafuti partOfSpeech: n + wikidata: Q34126 08859741-n: definition: - an island republic in the west central Pacific just to the south of the equator @@ -18613,6 +19318,7 @@ - 08858908-n - 08859956-n partOfSpeech: n + wikidata: Q710 08859956-n: definition: - national capital of Kiribati @@ -18623,6 +19329,7 @@ - Tarawa - Bairiki partOfSpeech: n + wikidata: Q2486 08860067-n: definition: - a former British possession in Micronesia @@ -18632,6 +19339,7 @@ members: - Gilbert and Ellice Islands partOfSpeech: n + wikidata: Q1050859 08860201-n: definition: - a small island in the central Pacific Ocean 2,800 miles to the southwest of Hawaii; @@ -18646,6 +19354,7 @@ mero_part: - 08860475-n partOfSpeech: n + wikidata: Q30151675 08860475-n: definition: - an island republic on Nauru Island; phosphate exports support the economy @@ -18658,6 +19367,7 @@ mero_member: - 09743358-n partOfSpeech: n + wikidata: Q697 08860659-n: definition: - the islands in the eastern part of Oceania @@ -18674,6 +19384,7 @@ - 09059608-n - 09101671-n partOfSpeech: n + wikidata: Q35942 08860948-n: definition: - a group of islands in the Indian and Pacific Oceans between Asia and Australia @@ -18692,6 +19403,7 @@ - 08861250-n - 08862207-n partOfSpeech: n + wikidata: Q208643 08861250-n: definition: - a chain of islands in the western Malay Archipelago @@ -18704,6 +19416,7 @@ - 08861419-n - 08861575-n partOfSpeech: n + wikidata: Q154190 08861419-n: definition: - a chain of islands including Borneo and Celebes and Java and Sumatra @@ -18713,6 +19426,7 @@ members: - Greater Sunda Islands partOfSpeech: n + wikidata: Q165481 08861575-n: definition: - a chain of islands forming a province of Indonesia to the east of Java; includes @@ -18742,6 +19456,7 @@ - 08862950-n - 08864217-n partOfSpeech: n + wikidata: Q154628 08862077-n: definition: - a group of islands in the Bismarck Archipelago @@ -18751,6 +19466,7 @@ members: - Admiralty Islands partOfSpeech: n + wikidata: Q119230 08862207-n: definition: - 3rd largest island in the world; in the western Pacific to the north of Java; @@ -18770,6 +19486,7 @@ - 08986934-n - 08987197-n partOfSpeech: n + wikidata: Q36117 08862563-n: definition: - the largest of the Solomon Islands; a province of Papua New Guinea @@ -18791,6 +19508,7 @@ members: - Guadalcanal partOfSpeech: n + wikidata: Q192767 08862950-n: definition: - the largest island in the Bismarck Archipelago; part of Papua New Guinea @@ -18800,6 +19518,7 @@ members: - New Britain partOfSpeech: n + wikidata: Q59771 08863100-n: definition: - an island to the to the east of Australia and to the north of New Zealand @@ -18809,6 +19528,7 @@ members: - New Caledonia partOfSpeech: n + wikidata: Q256293 08863271-n: definition: - a Pacific island to the north of Australia; the 2nd largest island in the world; @@ -18823,6 +19543,7 @@ mero_part: - 08863549-n partOfSpeech: n + wikidata: Q40285 08863549-n: definition: - a parliamentary democracy on the eastern half of the island of New Guinea; in @@ -18839,6 +19560,7 @@ - 08863915-n - 08864045-n partOfSpeech: n + wikidata: Q691 08863915-n: definition: - the southeastern part of Papua New Guinea @@ -18858,6 +19580,7 @@ - Port Moresby - capital of Papua New Guinea partOfSpeech: n + wikidata: Q36526 08864217-n: definition: - an island in the Bismarck Archipelago; part of Papua New Guinea @@ -18867,6 +19590,7 @@ members: - New Ireland partOfSpeech: n + wikidata: Q215089 08864358-n: definition: - a geographical area in central and eastern Europe; broken into separate countries @@ -18877,6 +19601,7 @@ members: - Austria-Hungary partOfSpeech: n + wikidata: Q28513 08864547-n: definition: - a mountainous republic in central Europe; under the Habsburgs (1278-1918) Austria @@ -18904,6 +19629,7 @@ - 09285993-n - 09487782-n partOfSpeech: n + wikidata: Q40 08865127-n: definition: - a picturesque mountainous province of western Austria and northern Italy @@ -18914,6 +19640,7 @@ - Tyrol - Tirol partOfSpeech: n + wikidata: Q153809 08865316-n: definition: - the capital and largest city of Austria; located on the Danube in northeastern @@ -18927,6 +19654,7 @@ - Austrian capital - capital of Austria partOfSpeech: n + wikidata: Q1741 08865618-n: definition: - an industrial city in southeastern Austria @@ -18936,6 +19664,7 @@ members: - Graz partOfSpeech: n + wikidata: Q13298 08865731-n: definition: - city in northern Austria on the Danube; noted as a cultural center @@ -18946,6 +19675,7 @@ - Linz - Lentia partOfSpeech: n + wikidata: Q41329 08865877-n: definition: - city in western Austria; a music center and birthplace of Mozart @@ -18955,6 +19685,7 @@ members: - Salzburg partOfSpeech: n + wikidata: Q34713 08866016-n: definition: - city in southwestern Austria; known as a summer and winter resort @@ -18964,6 +19695,7 @@ members: - Innsbruck partOfSpeech: n + wikidata: Q1735 08866157-n: definition: - a town in northeastern Austria @@ -18974,6 +19706,7 @@ - Deutsch-Wagram - Wagram partOfSpeech: n + wikidata: Q660921 08866260-n: definition: - island country in the Atlantic to the east of Florida and Cuba; a popular winter @@ -18990,6 +19723,7 @@ mero_part: - 08866562-n partOfSpeech: n + wikidata: Q778 08866562-n: definition: - the capital of the Bahamas @@ -19000,6 +19734,7 @@ - Nassau - capital of the Bahamas partOfSpeech: n + wikidata: Q2467 08866686-n: definition: - a peninsula between the Red Sea and the Persian Gulf; strategically important @@ -19022,6 +19757,7 @@ - 09187354-n - 09190560-n partOfSpeech: n + wikidata: Q31945 08867086-n: definition: - an island country in the Persian Gulf off the coast of Saudi Arabia; oil revenues @@ -19038,6 +19774,7 @@ mero_part: - 08867560-n partOfSpeech: n + wikidata: Q398 08867413-n: definition: - an island in the Persian Gulf @@ -19050,6 +19787,7 @@ - Bahrein - Bahrein Island partOfSpeech: n + wikidata: Q2740693 08867560-n: definition: - the capital of Bahrain; located at the northern end of Bahrain Island @@ -19060,6 +19798,7 @@ - Manama - capital of Bahrain partOfSpeech: n + wikidata: Q3882 08867723-n: definition: - a Muslim republic in southern Asia bordered by India to the north and west and @@ -19082,6 +19821,7 @@ - 09251051-n - 09309536-n partOfSpeech: n + wikidata: Q902 08868218-n: definition: - the capital and largest city of Bangladesh @@ -19093,6 +19833,7 @@ - Dacca - capital of Bangladesh partOfSpeech: n + wikidata: Q1354 08868364-n: definition: - a port city and industrial center in southeastern Bangladesh on the Bay of Bengal @@ -19103,6 +19844,7 @@ members: - Chittagong partOfSpeech: n + wikidata: Q376749 08868541-n: definition: - a medieval country in northern Europe that included regions now parts of northern @@ -19113,6 +19855,7 @@ members: - Flanders partOfSpeech: n + wikidata: Q234 08868745-n: definition: - a monarchy in northwestern Europe; headquarters for the European Union and for @@ -19141,6 +19884,7 @@ - 09444069-n - 09448713-n partOfSpeech: n + wikidata: Q31 08869442-n: definition: - the capital and largest city of Belgium; seat of the North Atlantic Treaty Organization @@ -19153,6 +19897,7 @@ - Belgian capital - capital of Belgium partOfSpeech: n + wikidata: Q239 08869655-n: definition: - a town in central Belgium @@ -19162,6 +19907,7 @@ members: - Aalst partOfSpeech: n + wikidata: Q13121 08869733-n: definition: - a busy port and financial center in northern Belgium on the Scheldt river; it @@ -19176,6 +19922,7 @@ - Antwerp - Anvers partOfSpeech: n + wikidata: Q1116 08870026-n: definition: - a city in northwestern Belgium that is connected by canal to the North Sea; in @@ -19188,6 +19935,7 @@ - Bruges - City of Bridges partOfSpeech: n + wikidata: Q12994 08870356-n: definition: - city in southwestern Belgium; center of an industrial region @@ -19197,6 +19945,7 @@ members: - Charleroi partOfSpeech: n + wikidata: Q81046 08870492-n: definition: - port city in northwestern Belgium and industrial center; famous for cloth industry @@ -19209,6 +19958,7 @@ - Gand - Ghent partOfSpeech: n + wikidata: Q1296 08870679-n: definition: - city in eastern Belgium; largest French-speaking city in Belgium @@ -19219,6 +19969,7 @@ - Liege - Luik partOfSpeech: n + wikidata: Q3992 08870822-n: definition: - a city in south central Belgium situated on a promontory between the Meuse River @@ -19230,6 +19981,7 @@ members: - Namur partOfSpeech: n + wikidata: Q1125 08871057-n: definition: - a town in central Belgium where in 1815 Napoleon met his final defeat @@ -19239,6 +19991,7 @@ members: - Waterloo partOfSpeech: n + wikidata: Q179034 08871201-n: definition: - a landlocked principality in the Himalayas to the northeast of India @@ -19251,6 +20004,7 @@ mero_member: - 09713925-n partOfSpeech: n + wikidata: Q917 08871381-n: definition: - a landlocked republic in south-central Africa that became independent from British @@ -19269,6 +20023,7 @@ - 08871677-n - 09193191-n partOfSpeech: n + wikidata: Q963 08871677-n: definition: - capital and largest city of Botswana in the extreme southeast @@ -19279,6 +20034,7 @@ - Gaborone - capital of Botswana partOfSpeech: n + wikidata: Q3919 08871835-n: definition: - a landlocked republic in central South America; Simon Bolivar founded Bolivia @@ -19301,6 +20057,7 @@ - 09333068-n - 09443151-n partOfSpeech: n + wikidata: Q750 08872300-n: definition: - capital city in western Bolivia and the administrative seat of Bolivia's government; @@ -19312,6 +20069,7 @@ - La Paz - capital of Bolivia partOfSpeech: n + wikidata: Q1491 08872502-n: definition: - a city in central Bolivia @@ -19322,6 +20080,7 @@ - Santa Cruz de la Sierra - Santa Cruz partOfSpeech: n + wikidata: Q1107974 08872604-n: definition: - the judicial capital and seat of the judiciary in Bolivia @@ -19331,6 +20090,7 @@ members: - Sucre partOfSpeech: n + wikidata: Q2907 08872733-n: definition: - the largest Latin American country and the largest Portuguese speaking country @@ -19379,6 +20139,7 @@ - 09482523-n - 09490895-n partOfSpeech: n + wikidata: Q155 08873717-n: definition: - a state in western Brazil bordering on Bolivia and Peru @@ -19388,6 +20149,7 @@ members: - Acre partOfSpeech: n + wikidata: Q40780 08873847-n: definition: - port city in northern Brazil in the Amazon delta; main port and commercial center @@ -19403,6 +20165,7 @@ - Santa Maria de Belem - St. Mary of Bethlehem partOfSpeech: n + wikidata: Q792606 08874118-n: definition: - city in southeastern Brazil to the north of Rio de Janeiro; the first of Brazil's @@ -19413,6 +20176,7 @@ members: - Belo Horizonte partOfSpeech: n + wikidata: Q42800 08874300-n: definition: - the capital of Brazil; a city built on the central plateau and inaugurated in @@ -19425,6 +20189,7 @@ - Brazilian capital - capital of Brazil partOfSpeech: n + wikidata: Q2844 08874497-n: definition: - a city in southeastern Brazil @@ -19434,6 +20199,7 @@ members: - Curitiba partOfSpeech: n + wikidata: Q4361 08874601-n: definition: - a city in northeastern Brazil near the Atlantic Ocean to the north of Recife @@ -19443,6 +20209,7 @@ members: - Joao Pessoa partOfSpeech: n + wikidata: Q167436 08874755-n: definition: - a city in eastern Brazil to the northeast of Belo Horizonte @@ -19452,6 +20219,7 @@ members: - Governador Valadares partOfSpeech: n + wikidata: Q462218 08874901-n: definition: - a city of southeastern Brazil (northwest of Sao Paulo) @@ -19461,6 +20229,7 @@ members: - Limeira partOfSpeech: n + wikidata: Q841241 08875029-n: definition: - a port city in northeastern Brazil @@ -19471,6 +20240,7 @@ members: - Natal partOfSpeech: n + wikidata: Q131620 08875154-n: definition: - a city in southeastern Brazil; suburb of Sao Paulo @@ -19480,6 +20250,7 @@ members: - Osasco partOfSpeech: n + wikidata: Q4035 08875258-n: definition: - the former capital and 2nd largest city of Brazil; chief Brazilian port; famous @@ -19493,6 +20264,7 @@ mero_member: - 09714415-n partOfSpeech: n + wikidata: Q8678 08875467-n: definition: - a port city of northeastern Brazil on the Atlantic @@ -19504,6 +20276,7 @@ - Recife - Pernambuco partOfSpeech: n + wikidata: Q48344 08875622-n: definition: - a port city in southwestern Brazil on an offshore island near Sao Paulo @@ -19514,6 +20287,7 @@ members: - Santos partOfSpeech: n + wikidata: Q81882 08875785-n: definition: - a city in southeastern Brazil; an industrial suburb of Sao Paulo @@ -19523,6 +20297,7 @@ members: - Sao Bernardo do Campo partOfSpeech: n + wikidata: Q184403 08875937-n: definition: - an industrial city in southeastern Brazil across the bay from Rio de Janeiro @@ -19532,6 +20307,7 @@ members: - Sao Goncalo partOfSpeech: n + wikidata: Q83114 08876091-n: definition: - a city in southeastern Brazil that is a residential suburb of Rio de Janeiro @@ -19541,6 +20317,7 @@ members: - Sao Joao de Meriti partOfSpeech: n + wikidata: Q459690 08876252-n: definition: - a city in southeastern Brazil to the northeast of Sao Paulo @@ -19550,6 +20327,7 @@ members: - Sao Jose dos Campos partOfSpeech: n + wikidata: Q191642 08876397-n: definition: - a city on an offshore island in northeast Brazil @@ -19559,6 +20337,7 @@ members: - Sao Louis partOfSpeech: n + wikidata: Q28441 08876521-n: definition: - an ultramodern city in southeastern Brazil; the largest city in South America @@ -19568,6 +20347,7 @@ members: - Sao Paulo partOfSpeech: n + wikidata: Q174 08876674-n: definition: - a former empire consisting of Great Britain and all the territories under its @@ -19609,6 +20389,7 @@ - 08907943-n - 09502368-n partOfSpeech: n + wikidata: Q38272 08877521-n: definition: - the former British territories of eastern Africa, including Kenya, Tanganyika, @@ -19646,6 +20427,7 @@ - 08910324-n - 09462940-n partOfSpeech: n + wikidata: Q23666 08878165-n: definition: - an island comprising the republic of Ireland and Northern Ireland @@ -19665,6 +20447,7 @@ - 08908068-n - 08908903-n partOfSpeech: n + wikidata: Q22890 08878993-n: definition: - an early name of Ireland that is now used in poetry @@ -19692,12 +20475,14 @@ - United Kingdom of Great Britain and Northern Ireland - Great Britain - Blighty + - Albion mero_part: - 08891234-n - 08908068-n - 08910324-n - 08914683-n partOfSpeech: n + wikidata: Q145 08891234-n: definition: - a division of the United Kingdom @@ -19706,6 +20491,7 @@ - 08714745-n members: - England + - Anglia mero_member: - 09720544-n - 09720999-n @@ -19779,25 +20565,7 @@ - 09484645-n - 09487935-n partOfSpeech: n -08893163-n: - definition: - - archaic name for England or Great Britain; used poetically - ili: i83375 - instance_hypernym: - - 08891234-n - - 08877934-n - members: - - Albion - partOfSpeech: n -08893294-n: - definition: - - the Latin name for England - ili: i83376 - instance_hypernym: - - 08891234-n - members: - - Anglia - partOfSpeech: n + wikidata: Q21 08893496-n: definition: - a city in northwestern England @@ -19809,6 +20577,7 @@ mero_member: - 09723453-n partOfSpeech: n + wikidata: Q168052 08893639-n: definition: - a popular tourist area in northwestern England including England's largest lake @@ -19820,6 +20589,7 @@ - Lake District - Lakeland partOfSpeech: n + wikidata: Q211778 08893849-n: definition: - the capital and largest city of England; located on the Thames in southeastern @@ -19854,6 +20624,7 @@ - 08896366-n - 08897000-n partOfSpeech: n + wikidata: Q84 08894500-n: definition: - the part of London situated within the ancient boundaries; the commercial and @@ -19865,6 +20636,7 @@ - City of London - the City partOfSpeech: n + wikidata: Q23311 08894696-n: definition: - the English counties surrounding London into which Greater London has expanded @@ -19881,6 +20653,7 @@ - 08903161-n - 08905188-n partOfSpeech: n + wikidata: Q795172 08894930-n: definition: - a borough of Greater London on the Thames; zero degrees of longitude runs through @@ -19891,6 +20664,7 @@ members: - Greenwich partOfSpeech: n + wikidata: Q693450 08895147-n: definition: - a city district of central London laid out in garden squares @@ -19900,6 +20674,7 @@ members: - Bloomsbury partOfSpeech: n + wikidata: Q150120 08895284-n: definition: - a city district of central London now noted for restaurants and nightclubs @@ -19909,6 +20684,7 @@ members: - Soho partOfSpeech: n + wikidata: Q124010 08895429-n: definition: - a southeastern part of Greater London that is the site of the English national @@ -19919,6 +20695,7 @@ members: - Wembley partOfSpeech: n + wikidata: Q146858 08895596-n: definition: - the part of west central London containing the main entertainment and shopping @@ -19932,6 +20709,7 @@ mero_part: - 08675379-n partOfSpeech: n + wikidata: Q460735 08895774-n: definition: - a borough of Greater London on the Thames; contains Buckingham Palace and the @@ -19948,6 +20726,7 @@ - 08896505-n - 08896662-n partOfSpeech: n + wikidata: Q1669574 08896070-n: definition: - the London residence of the British sovereign @@ -19957,6 +20736,7 @@ members: - Buckingham Palace partOfSpeech: n + wikidata: Q42182 08896199-n: definition: - a street of Westminster in London @@ -19968,6 +20748,7 @@ members: - Downing Street partOfSpeech: n + wikidata: Q192687 08896366-n: definition: - a fashionable street in London noted for its many private clubs @@ -19977,6 +20758,7 @@ members: - Pall Mall partOfSpeech: n + wikidata: Q925349 08896505-n: definition: - the building in which the House of Commons and the House of Lords meet @@ -20001,6 +20783,7 @@ members: - Westminster Abbey partOfSpeech: n + wikidata: Q5933 08897000-n: definition: - a suburb of London and the headquarters of the club where annual international @@ -20011,6 +20794,7 @@ members: - Wimbledon partOfSpeech: n + wikidata: Q41520 08897202-n: definition: - a city in northwestern England (30 miles to the east of Liverpool); heart of the @@ -20023,6 +20807,7 @@ mero_member: - 09724272-n partOfSpeech: n + wikidata: Q18125 08897435-n: definition: - a large fishing port in northeastern England @@ -20037,6 +20822,7 @@ mero_part: - 03553977-n partOfSpeech: n + wikidata: Q128147 08897609-n: definition: - a large city in northwestern England; its port is the country's major outlet for @@ -20050,6 +20836,7 @@ mero_member: - 09723905-n partOfSpeech: n + wikidata: Q24826 08897840-n: definition: - a city in central England; 2nd largest English city and an important industrial @@ -20061,6 +20848,7 @@ - Birmingham - Brummagem partOfSpeech: n + wikidata: Q2256 08898034-n: definition: - a city in southern England to the northwest of London; site of Oxford University @@ -20074,6 +20862,7 @@ mero_part: - 03874187-n partOfSpeech: n + wikidata: Q34217 08898243-n: definition: - a city in eastern England on the River Cam; site of Cambridge University @@ -20087,6 +20876,7 @@ mero_part: - 02945682-n partOfSpeech: n + wikidata: Q350 08898429-n: definition: - a town in southwestern England on the River Avon; famous for its hot springs and @@ -20097,6 +20887,7 @@ members: - Bath partOfSpeech: n + wikidata: Q22889 08898594-n: definition: - a resort town in Lancashire in northwestern England on the Irish Sea; famous for @@ -20107,6 +20898,7 @@ members: - Blackpool partOfSpeech: n + wikidata: Q170377 08898760-n: definition: - a city in East Sussex in southern England that is a popular resort; site of the @@ -20117,6 +20909,7 @@ members: - Brighton partOfSpeech: n + wikidata: Q131491 08898935-n: definition: - an industrial city and port in southwestern England near the mouth of the River @@ -20128,6 +20921,7 @@ members: - Bristol partOfSpeech: n + wikidata: Q23154 08899112-n: definition: - a village in southwestern England where cheddar cheese was first made @@ -20137,6 +20931,7 @@ members: - Cheddar partOfSpeech: n + wikidata: Q1019479 08899255-n: definition: - a city on the River Aire in West Yorkshire in northern England; a center of the @@ -20147,6 +20942,7 @@ members: - Leeds partOfSpeech: n + wikidata: Q39121 08899424-n: definition: - an industrial city in Leicestershire in central England; built on the site of @@ -20157,6 +20953,7 @@ members: - Leicester partOfSpeech: n + wikidata: Q83065 08899615-n: definition: - a port city in northeastern England on the River Tyne; a center for coal exports @@ -20171,6 +20968,7 @@ - Newcastle - Newcastle-upon-Tyne partOfSpeech: n + wikidata: Q1425428 08899907-n: definition: - a port city in southern England on the English Channel; Britain's major naval @@ -20183,6 +20981,7 @@ - Portsmouth - Pompey partOfSpeech: n + wikidata: Q72259 08900094-n: definition: - an industrial city in central England; devastated by air raids during World War @@ -20193,6 +20992,7 @@ members: - Coventry partOfSpeech: n + wikidata: Q6225 08900310-n: definition: - a city in southwestern England in Gloucestershire on the Severn @@ -20202,6 +21002,7 @@ members: - Gloucester partOfSpeech: n + wikidata: Q170497 08900450-n: definition: - a city on the River Thames in Berkshire in southern England @@ -20211,6 +21012,7 @@ members: - Reading partOfSpeech: n + wikidata: Q161491 08900602-n: definition: - a steel manufacturing city in northern England famous for its cutlery industry @@ -20220,6 +21022,7 @@ members: - Sheffield partOfSpeech: n + wikidata: Q42448 08900756-n: definition: - a town in central England on the River Avon; birthplace (and burial place) of @@ -20231,6 +21034,7 @@ - Stratford-on-Avon - Stratford-upon-Avon partOfSpeech: n + wikidata: Q189288 08900940-n: definition: - a port and industrial city in northeastern England @@ -20241,6 +21045,7 @@ members: - Sunderland partOfSpeech: n + wikidata: Q188304 08901086-n: definition: - a city in southern England; administrative center of Hampshire @@ -20252,6 +21057,7 @@ mero_part: - 08427988-n partOfSpeech: n + wikidata: Q1094226 08901244-n: definition: - a cathedral city in west central England on the River Severn @@ -20261,6 +21067,7 @@ members: - Worcester partOfSpeech: n + wikidata: Q1646181 08901380-n: definition: - a county in southwestern England, named after the river Avon @@ -20270,6 +21077,7 @@ members: - Avon partOfSpeech: n + wikidata: Q929902 08901483-n: definition: - a county in southern England, located to the west of London @@ -20282,6 +21090,7 @@ - 08427848-n - 08900450-n partOfSpeech: n + wikidata: Q23220 08901625-n: definition: - a hilly county in southwestern England @@ -20294,6 +21103,7 @@ - 09723205-n - 09723328-n partOfSpeech: n + wikidata: Q23148 08901776-n: definition: - a county of northwestern England @@ -20305,6 +21115,7 @@ mero_part: - 08893639-n partOfSpeech: n + wikidata: Q23066 08901901-n: definition: - a former Celtic kingdom in northwestern England; the name continued to be used @@ -20326,6 +21137,7 @@ - Devon - Devonshire partOfSpeech: n + wikidata: Q23156 08902288-n: definition: - a county in southeastern England on the North Sea and the Thames estuary @@ -20335,6 +21147,7 @@ members: - Essex partOfSpeech: n + wikidata: Q23240 08902451-n: definition: - a county in southwestern England in the lower Severn valley @@ -20344,6 +21157,7 @@ members: - Gloucestershire partOfSpeech: n + wikidata: Q23165 08902592-n: definition: - a county of southern England on the English Channel @@ -20356,6 +21170,7 @@ - 08901086-n - 08902757-n partOfSpeech: n + wikidata: Q23204 08902757-n: definition: - an area of woods and heathland in southern Hampshire that was set aside by William @@ -20367,6 +21182,7 @@ members: - New Forest partOfSpeech: n + wikidata: Q277755 08903034-n: definition: - a county in southern England, bordered by Bedfordshire to the north, Cambridgeshire @@ -20378,6 +21194,7 @@ members: - Hertfordshire partOfSpeech: n + wikidata: Q3410 08903161-n: definition: - a county in southeastern England on the English Channel; formerly an Anglo-Saxon @@ -20390,6 +21207,7 @@ mero_part: - 08903999-n partOfSpeech: n + wikidata: Q23298 08903406-n: definition: - a county in southwestern England on the Bristol Channel @@ -20399,6 +21217,7 @@ members: - Somerset partOfSpeech: n + wikidata: Q23157 08903536-n: definition: - a county in southern England on the English Channel, bordered by the counties @@ -20413,6 +21232,7 @@ - 04520078-n - 08903703-n partOfSpeech: n + wikidata: Q23293 08903703-n: definition: - a town in East Sussex just to the south of the place where the battle of Hastings @@ -20423,6 +21243,7 @@ members: - Hastings partOfSpeech: n + wikidata: Q29245 08903870-n: definition: - a county in southern England on the English Channel, bordering East Sussex to @@ -20434,6 +21255,7 @@ members: - West Sussex partOfSpeech: n + wikidata: Q23287 08903999-n: definition: - a town in Kent in southeastern England; site of the cathedral where Thomas a Becket @@ -20444,6 +21266,7 @@ members: - Canterbury partOfSpeech: n + wikidata: Q29303 08904239-n: definition: - a largely agricultural county in central England @@ -20456,6 +21279,7 @@ mero_part: - 08899424-n partOfSpeech: n + wikidata: Q23106 08904418-n: definition: - an agricultural county of eastern England on the North Sea @@ -20465,6 +21289,7 @@ members: - Lincolnshire partOfSpeech: n + wikidata: Q23090 08904555-n: definition: - the northernmost county of England; has many Roman remains (including Hadrian's @@ -20477,6 +21302,7 @@ mero_part: - 08904740-n partOfSpeech: n + wikidata: Q23079 08904740-n: definition: - a hill in Northumberland where the invading Scots were defeated by the English @@ -20506,6 +21332,7 @@ members: - Lancashire partOfSpeech: n + wikidata: Q23077 08905188-n: definition: - a county in southeastern England on the Thames @@ -20515,6 +21342,7 @@ members: - Surrey partOfSpeech: n + wikidata: Q23276 08905326-n: definition: - a former moor in northern England @@ -20534,6 +21362,7 @@ members: - Yorkshire partOfSpeech: n + wikidata: Q163 08905607-n: definition: - a county in northern England @@ -20543,6 +21372,7 @@ members: - North Yorkshire partOfSpeech: n + wikidata: Q23086 08905717-n: definition: - a metropolitan county in northern England, with the districts Leeds, Wakefield, @@ -20568,9 +21398,10 @@ mero_part: - 08900602-n partOfSpeech: n + wikidata: Q23095 08906000-n: definition: - - a county is central England + - a county in central England ili: i83447 instance_hypernym: - 08563758-n @@ -20580,6 +21411,7 @@ - 08906148-n - 08906264-n partOfSpeech: n + wikidata: Q23115 08906148-n: definition: - the principal city of Northamptonshire @@ -20589,6 +21421,7 @@ members: - Northampton partOfSpeech: n + wikidata: Q192240 08906264-n: definition: - a village in western Northamptonshire @@ -20598,6 +21431,7 @@ members: - Naseby partOfSpeech: n + wikidata: Q2259753 08906374-n: definition: - an Anglo-Saxon kingdom in northern England until 876 @@ -20608,6 +21442,7 @@ - Kingdom of Northumbria - Northumbria partOfSpeech: n + wikidata: Q107299 08906504-n: definition: - the southwestern part of England (including Cornwall and Devon and Somerset) @@ -20628,6 +21463,7 @@ members: - Sussex partOfSpeech: n + wikidata: Q23346 08906863-n: definition: - a Saxon kingdom in southwestern England that became the most powerful English @@ -20638,6 +21474,7 @@ members: - Wessex partOfSpeech: n + wikidata: Q105313 08907041-n: definition: - an ancient Roman wall built by Hadrian in the 2nd century; marked the northern @@ -20648,6 +21485,7 @@ members: - Hadrian's Wall partOfSpeech: n + wikidata: Q57357 08907240-n: definition: - any of a group of British islands in the English Channel off the northern coast @@ -20661,6 +21499,7 @@ - 08907465-n - 08907571-n partOfSpeech: n + wikidata: Q42314 08907465-n: definition: - the largest of the Channel Islands @@ -20692,6 +21531,7 @@ - Scilly Islands - Isles of Scilly partOfSpeech: n + wikidata: Q180209 08907943-n: definition: - one of the British Isles in the Irish Sea @@ -20702,6 +21542,7 @@ - Man - Isle of Man partOfSpeech: n + wikidata: Q27508141 08908068-n: definition: - a division of the United Kingdom located on the northern part of the island of @@ -20715,6 +21556,7 @@ - 08908594-n - 08908706-n partOfSpeech: n + wikidata: Q26 08908408-n: definition: - a historic division of Ireland located in the northeastern part of the island; @@ -20725,6 +21567,7 @@ members: - Ulster partOfSpeech: n + wikidata: Q93195 08908594-n: definition: - a town in southeastern Northern Ireland @@ -20734,6 +21577,7 @@ members: - Bangor partOfSpeech: n + wikidata: Q806551 08908706-n: definition: - capital and largest city of Northern Ireland; the center of Protestantism in Northern @@ -20745,6 +21589,7 @@ - Belfast - capital of Northern Ireland partOfSpeech: n + wikidata: Q10686 08908903-n: definition: - a republic consisting of 26 of 32 counties comprising the island of Ireland; achieved @@ -20765,6 +21610,7 @@ - 08910011-n - 08910171-n partOfSpeech: n + wikidata: Q27 08909418-n: definition: - capital and largest city and major port of the Irish Republic @@ -20779,6 +21625,7 @@ mero_member: - 09734823-n partOfSpeech: n + wikidata: Q1761 08909627-n: definition: - a port city in southern Ireland @@ -20799,6 +21646,7 @@ members: - Galway partOfSpeech: n + wikidata: Q129610 08909884-n: definition: - port city in southwestern Ireland @@ -20809,6 +21657,7 @@ members: - Limerick partOfSpeech: n + wikidata: Q133315 08910011-n: definition: - a village in eastern Ireland (northwest of Dublin); seat of Irish kings until @@ -20819,6 +21668,7 @@ members: - Tara partOfSpeech: n + wikidata: Q543155 08910171-n: definition: - a port city in southern Ireland; famous for glass industry @@ -20829,6 +21679,7 @@ members: - Waterford partOfSpeech: n + wikidata: Q183551 08910324-n: definition: - one of the four countries that make up the United Kingdom of Great Britain and @@ -20865,6 +21716,7 @@ - 09365151-n - 09365292-n partOfSpeech: n + wikidata: Q22 08911642-n: definition: - the geographical area (in Roman times) to the north of the Antonine Wall; now @@ -20875,6 +21727,7 @@ members: - Caledonia partOfSpeech: n + wikidata: Q1048625 08911822-n: definition: - a mountainous region of northern Scotland famous for its rugged beauty; known @@ -20887,6 +21740,7 @@ - Highlands - Highlands of Scotland partOfSpeech: n + wikidata: Q106652 08912116-n: definition: - the southern part of Scotland that is not mountainous @@ -20898,6 +21752,7 @@ - Lowlands - Lowlands of Scotland partOfSpeech: n + wikidata: Q654252 08912285-n: definition: - a district in southwestern Scotland @@ -20907,6 +21762,7 @@ members: - Galloway partOfSpeech: n + wikidata: Q2342092 08912413-n: definition: - a city in northeastern Scotland on the North Sea @@ -20916,6 +21772,7 @@ members: - Aberdeen partOfSpeech: n + wikidata: Q36405 08912554-n: definition: - a port in southwestern Scotland @@ -20926,6 +21783,7 @@ members: - Ayr partOfSpeech: n + wikidata: Q654216 08912655-n: definition: - a castle in northeastern Scotland that is a private residence of the British sovereign @@ -20935,6 +21793,7 @@ members: - Balmoral Castle partOfSpeech: n + wikidata: Q42049 08912823-n: definition: - the capital of Scotland; located in the Lothian Region on the south side of the @@ -20945,6 +21804,7 @@ members: - Edinburgh partOfSpeech: n + wikidata: Q23436 08912993-n: definition: - a district in southeast central Scotland (south side of the Firth of Forth) and @@ -20957,6 +21817,7 @@ mero_part: - 08912823-n partOfSpeech: n + wikidata: Q642024 08913198-n: definition: - largest city in Scotland; a port on the Clyde in west central Scotland; one of @@ -20970,6 +21831,7 @@ mero_member: - 09768473-n partOfSpeech: n + wikidata: Q4093 08913450-n: definition: - a group of more than 500 islands off the western coast of Scotland @@ -20986,6 +21848,7 @@ - 08913719-n - 08914546-n partOfSpeech: n + wikidata: Q123377 08913719-n: definition: - islands between the Outer Hebrides and the western coast of Scotland @@ -21000,6 +21863,7 @@ - 08914238-n - 08914360-n partOfSpeech: n + wikidata: Q81052 08913944-n: definition: - an island of northwestern Scotland noted for its rugged mountain scenery @@ -21009,6 +21873,7 @@ members: - Isle of Skye partOfSpeech: n + wikidata: Q107393 08914095-n: definition: - an island of western Scotland at the southern end of the Inner Hebrides @@ -21018,6 +21883,7 @@ members: - Islay partOfSpeech: n + wikidata: Q273 08914238-n: definition: - an island in western Scotland in the Inner Hebrides @@ -21027,6 +21893,7 @@ members: - Mull partOfSpeech: n + wikidata: Q111444 08914360-n: definition: - an island in western Scotland in the Inner Hebrides to the west of Mull; site @@ -21039,6 +21906,7 @@ mero_part: - 09302633-n partOfSpeech: n + wikidata: Q250117 08914546-n: definition: - a 130-mile long archipelago to the northwest of Scotland @@ -21048,6 +21916,7 @@ members: - Outer Hebrides partOfSpeech: n + wikidata: Q80967 08914683-n: definition: - one of the four countries that make up the United Kingdom of Great Britain and @@ -21072,6 +21941,7 @@ - 09373673-n - 09453675-n partOfSpeech: n + wikidata: Q25 08915375-n: definition: - a mining town in southern Wales @@ -21081,6 +21951,7 @@ members: - Aberdare partOfSpeech: n + wikidata: Q319369 08915481-n: definition: - a university town in northwestern Wales on the Menai Strait @@ -21090,6 +21961,7 @@ members: - Bangor partOfSpeech: n + wikidata: Q234178 08915613-n: definition: - the capital and largest city of Wales @@ -21099,6 +21971,7 @@ members: - Cardiff partOfSpeech: n + wikidata: Q10690 08915724-n: definition: - a port city in southeastern Wales @@ -21109,6 +21982,7 @@ members: - Newport partOfSpeech: n + wikidata: Q101254 08915850-n: definition: - a village in southwestern Wales where the Sealyham terrier was first bred @@ -21128,6 +22002,7 @@ members: - Swansea partOfSpeech: n + wikidata: Q23051 08916155-n: definition: - an island to the northwest of Wales @@ -21141,6 +22016,7 @@ - Anglesea Island - Mona partOfSpeech: n + wikidata: Q168159 08916319-n: definition: - a sultanate in northwestern Borneo; became independent of Great Britain in 1984 @@ -21165,8 +22041,8 @@ partOfSpeech: n 08916686-n: definition: - - a desperately poor landlocked country in western Africa; was formerly Upper Volta - under French rule but gained independence in 1960 + - a landlocked country in western Africa; was formerly Upper Volta under French + rule but gained independence in 1960 ili: i83499 instance_hypernym: - 08562388-n @@ -21174,6 +22050,7 @@ - Burkina Faso - Upper Volta partOfSpeech: n + wikidata: Q965 08916891-n: definition: - a peninsula in northeastern Egypt; at north end of Red Sea @@ -21187,6 +22064,7 @@ - 09195648-n - 09458416-n partOfSpeech: n + wikidata: Q36755 08917077-n: definition: - an ancient empire to the west of Israel; centered on the Nile River and ruled @@ -21198,6 +22076,7 @@ - Egyptian Empire - Egypt partOfSpeech: n + wikidata: Q11768 08917311-n: definition: - a republic in northeastern Africa known as the United Arab Republic until 1971; @@ -21232,6 +22111,7 @@ - 09355152-n - 09394271-n partOfSpeech: n + wikidata: Q79 08918070-n: definition: - one of the two main administrative districts of Egypt; consists of the Nile delta @@ -21241,6 +22121,7 @@ members: - Lower Egypt partOfSpeech: n + wikidata: Q463871 08918229-n: definition: - one of the two main administrative districts of Egypt; extends south from Cairo @@ -21253,6 +22134,7 @@ mero_part: - 08919705-n partOfSpeech: n + wikidata: Q203751 08918414-n: definition: - the chief port of Egypt; located on the western edge of the Nile delta on the @@ -21265,6 +22147,7 @@ - Alexandria - El Iskandriyah partOfSpeech: n + wikidata: Q87 08918684-n: definition: - an ancient city on the Nile in Egypt; two dams across the Nile have been built @@ -21277,6 +22160,7 @@ - Assuan - Assouan partOfSpeech: n + wikidata: Q29888 08918860-n: definition: - the capital of Egypt and the largest city in Africa; a major port just to the @@ -21294,6 +22178,7 @@ mero_member: - 09906259-n partOfSpeech: n + wikidata: Q85 08919168-n: definition: - a village to the west of Alexandria on the northern coast of Egypt; the scene @@ -21304,6 +22189,7 @@ members: - El Alamein partOfSpeech: n + wikidata: Q204439 08919376-n: definition: - an ancient Egyptian city on the west bank of the Nile opposite Cairo; site of @@ -21316,6 +22202,7 @@ - El Giza - Gizeh partOfSpeech: n + wikidata: Q81788 08919578-n: definition: - an ancient city of Egypt on the Nile (south of Cairo) @@ -21325,6 +22212,7 @@ members: - Memphis partOfSpeech: n + wikidata: Q5715 08919705-n: definition: - a town in Upper Egypt @@ -21334,6 +22222,7 @@ members: - Nag Hammadi partOfSpeech: n + wikidata: Q270754 08919804-n: definition: - a city in central Egypt on the east bank of the Nile that is a center for visitors @@ -21345,6 +22234,7 @@ - Luxor - El-Aksur partOfSpeech: n + wikidata: Q130514 08920003-n: definition: - an ancient Egyptian city on the Nile River that flourished from the 22nd century @@ -21358,6 +22248,7 @@ mero_member: - 09731374-n partOfSpeech: n + wikidata: Q101583 08920274-n: definition: - a town in northern Egypt; site of the oldest Egyptian pyramids @@ -21380,6 +22271,7 @@ members: - Suez partOfSpeech: n + wikidata: Q134514 08920604-n: definition: - a ship canal in northeastern Egypt linking the Red Sea with the Mediterranean @@ -21390,6 +22282,7 @@ members: - Suez Canal partOfSpeech: n + wikidata: Q899 08920762-n: definition: - a republic in the Asian subcontinent in southern Asia; second most populous country @@ -21442,6 +22335,7 @@ - 09419150-n - 09481717-n partOfSpeech: n + wikidata: Q668 08922286-n: definition: - state in northeastern India, with capital Dispur @@ -21461,6 +22355,7 @@ - Karnataka - Mysore partOfSpeech: n + wikidata: Q1185 08922510-n: definition: - state in northeastern India, with capital Imphal @@ -21470,6 +22365,7 @@ members: - Manipur partOfSpeech: n + wikidata: Q1193 08922611-n: definition: - northern region of India where Hinduism predominates @@ -21481,6 +22377,7 @@ mero_member: - 09732897-n partOfSpeech: n + wikidata: Q853968 08922758-n: definition: - a state in northeastern India in the Himalaya Mountains between Nepal and Bhutan @@ -21490,6 +22387,7 @@ members: - Sikkim partOfSpeech: n + wikidata: Q1505 08922911-n: definition: - a historical region of southwestern India on the west coast @@ -21500,6 +22398,7 @@ - Kanara - Canara partOfSpeech: n + wikidata: Q3010684 08923052-n: definition: - a historical region on northwestern India and northern Pakistan @@ -21509,6 +22408,7 @@ members: - Punjab partOfSpeech: n + wikidata: Q169132 08923207-n: definition: - a city in north central India @@ -21519,6 +22419,7 @@ - Delhi - New Delhi partOfSpeech: n + wikidata: Q987 08923320-n: definition: - an industrial city in south central India (west of Chennai) @@ -21528,6 +22429,7 @@ members: - Bangalore partOfSpeech: n + wikidata: Q1355 08923455-n: definition: - an industrial city of central India to the southeast of Delhi @@ -21538,6 +22440,7 @@ - Jabalpur - Jubbulpore partOfSpeech: n + wikidata: Q200878 08923604-n: definition: - the largest city in India and one of the largest cities in the world; located @@ -21549,6 +22452,7 @@ - Kolkata - Calcutta partOfSpeech: n + wikidata: Q1348 08923840-n: definition: - a city in western India just off the coast of the Arabian Sea; India's 2nd largest @@ -21560,6 +22464,7 @@ - Mumbai - Bombay partOfSpeech: n + wikidata: Q1156 08924083-n: definition: - a city in northern India; former capital of the Mogul empire; site of the Taj @@ -21570,6 +22475,7 @@ members: - Agra partOfSpeech: n + wikidata: Q42941 08924237-n: definition: - a city in south central India in Andhra Pradesh @@ -21579,6 +22485,7 @@ members: - Hyderabad partOfSpeech: n + wikidata: Q15340 08924360-n: definition: - a city in Tamil Nadu on the Bay of Bengal; formerly Madras @@ -21589,6 +22496,7 @@ - Chennai - Madras partOfSpeech: n + wikidata: Q1352 08924501-n: definition: - a city in northern India in Uttar Pradesh; during the Indian Mutiny its British @@ -21599,6 +22507,7 @@ members: - Lucknow partOfSpeech: n + wikidata: Q47916 08924699-n: definition: - a city in southern India to the southwest of Bangalore @@ -21608,6 +22517,7 @@ members: - Mysore partOfSpeech: n + wikidata: Q10086 08924826-n: definition: - a city in southern India @@ -21617,6 +22527,7 @@ members: - Salem partOfSpeech: n + wikidata: Q9863 08924922-n: definition: - a state of southeastern India on the Bay of Bengal @@ -21626,6 +22537,7 @@ members: - Andhra Pradesh partOfSpeech: n + wikidata: Q1159 08925053-n: definition: - a state of northeastern India @@ -21635,6 +22547,7 @@ members: - Bihar partOfSpeech: n + wikidata: Q1165 08925154-n: definition: - a state of southwestern India; a former Portuguese colony @@ -21644,6 +22557,7 @@ members: - Goa partOfSpeech: n + wikidata: Q1171 08925281-n: definition: - an industrialized state in western India that includes parts of Mumbai @@ -21654,6 +22568,7 @@ - Gujarat - Gujerat partOfSpeech: n + wikidata: Q1061 08925435-n: definition: - a state in southeastern India on the Bay of Bengal (south of Andhra Pradesh); @@ -21665,6 +22580,7 @@ - Tamil Nadu - Madras partOfSpeech: n + wikidata: Q1445 08925614-n: definition: - a state in northern India @@ -21674,6 +22590,7 @@ members: - Uttar Pradesh partOfSpeech: n + wikidata: Q1498 08925719-n: definition: - a state in west-central India @@ -21683,6 +22600,7 @@ members: - Maharashtra partOfSpeech: n + wikidata: Q1191 08925826-n: definition: - state in eastern India on the Bay of Bengal @@ -21693,6 +22611,7 @@ - Odisha - Orissa partOfSpeech: n + wikidata: Q22048 08925942-n: definition: - hills in southern India @@ -21703,6 +22622,7 @@ - Nilgiri mountains - Nilgiri Hills partOfSpeech: n + wikidata: Q10094 08926045-n: definition: - a state in eastern India @@ -21712,6 +22632,7 @@ members: - West Bengal partOfSpeech: n + wikidata: Q1356 08926147-n: definition: - a small landlocked Asian country high in the Himalayas between India and China @@ -21736,6 +22657,7 @@ - 09369181-n - 09398605-n partOfSpeech: n + wikidata: Q837 08926582-n: definition: - the capital and largest city of Nepal @@ -21747,6 +22669,7 @@ - Katmandu - capital of Nepal partOfSpeech: n + wikidata: Q3037 08926725-n: definition: - an autonomous region of the Peoples Republic of China; located in the Himalayas @@ -21786,6 +22709,7 @@ - capital of Tibet - Forbidden City partOfSpeech: n + wikidata: Q5869 08927379-n: definition: - a republic in southeastern Asia on an archipelago including more than 13,000 islands; @@ -21827,6 +22751,7 @@ - 08929706-n - 08930003-n partOfSpeech: n + wikidata: Q3757 08928282-n: definition: - an island in Indonesia to the east of Java; striking volcanic scenery; culture @@ -21837,6 +22762,7 @@ members: - Bali partOfSpeech: n + wikidata: Q4648 08928512-n: definition: - an island in Indonesia in the Malay Archipelago; the largest and most eastern @@ -21849,6 +22775,7 @@ mero_part: - 08794268-n partOfSpeech: n + wikidata: Q83067 08928727-n: definition: - a mountainous island in western Indonesia @@ -21862,6 +22789,7 @@ mero_part: - 08929879-n partOfSpeech: n + wikidata: Q3492 08928880-n: definition: - a mountainous island in eastern Indonesia @@ -21872,6 +22800,7 @@ - Celebes - Sulawesi partOfSpeech: n + wikidata: Q3812 08929006-n: definition: - a group of island in eastern Indonesia between Celebes and New Guinea; settled @@ -21896,6 +22825,7 @@ - Indonesian Borneo - Kalimantan partOfSpeech: n + wikidata: Q3795 08929492-n: definition: - capital and largest city of Indonesia; located on the island of Java; founded @@ -21908,6 +22838,7 @@ - Djakarta - capital of Indonesia partOfSpeech: n + wikidata: Q3630 08929706-n: definition: - a city in Indonesia; located on western Java (southeast of Jakarta); a resort @@ -21918,6 +22849,7 @@ members: - Bandung partOfSpeech: n + wikidata: Q10389 08929879-n: definition: - a city in Indonesia; located in northeastern Sumatra @@ -21927,6 +22859,7 @@ members: - Medan partOfSpeech: n + wikidata: Q5972 08930003-n: definition: - a port city is southern Indonesia; located in northern Java @@ -21938,6 +22871,7 @@ - Semarang - Samarang partOfSpeech: n + wikidata: Q11025 08930167-n: definition: - the countries in southwestern Asia that border the Persian Gulf @@ -21957,6 +22891,7 @@ - 09015658-n - 09066665-n partOfSpeech: n + wikidata: Q2218629 08930441-n: definition: - a theocratic Islamic republic in the Middle East in western Asia; Iran was the @@ -21989,6 +22924,7 @@ - 09260310-n - 09356612-n partOfSpeech: n + wikidata: Q794 08931194-n: definition: - the capital and largest city of Iran; located in northern Iran @@ -22001,6 +22937,7 @@ - capital of Iran - Iranian capital partOfSpeech: n + wikidata: Q3616 08931375-n: definition: - a port city in southwestern Iran @@ -22011,6 +22948,7 @@ members: - Abadan partOfSpeech: n + wikidata: Q63049 08931499-n: definition: - an ancient city in southeastern Iran; destroyed by an earthquake in 2003 @@ -22020,6 +22958,7 @@ members: - Bam partOfSpeech: n + wikidata: Q106636 08931641-n: definition: - the holy city of Shiite Muslims; located in northeastern Iran @@ -22030,6 +22969,7 @@ - Mashhad - Meshed partOfSpeech: n + wikidata: Q121157 08931785-n: definition: - city in central Iran; former capital of Persia @@ -22041,6 +22981,7 @@ - Esfahan - Aspadana partOfSpeech: n + wikidata: Q42053 08931926-n: definition: - city in northwestern Iran near the Caspian Sea @@ -22051,6 +22992,7 @@ - Rasht - Resht partOfSpeech: n + wikidata: Q178373 08932052-n: definition: - a city in central southwestern Iran; ruins of ancient Persepolis are nearby @@ -22060,6 +23002,7 @@ members: - Shiraz partOfSpeech: n + wikidata: Q6397066 08932200-n: definition: - an ancient city in northwestern Iran @@ -22069,6 +23012,7 @@ members: - Tabriz partOfSpeech: n + wikidata: Q80053 08932332-n: definition: - a city on the western side of Lake Urmia in northwestern Iran @@ -22079,6 +23023,7 @@ - Urmia - Orumiyeh partOfSpeech: n + wikidata: Q179665 08932476-n: definition: - a city in northwestern Iran; a place of pilgrimage for Shiite Muslims @@ -22089,6 +23034,7 @@ - Qom - Qum partOfSpeech: n + wikidata: Q170573 08932615-n: definition: - an empire in southern Asia created by Cyrus the Great in the 6th century BC and @@ -22110,6 +23056,7 @@ members: - Persepolis partOfSpeech: n + wikidata: Q129072 08933015-n: definition: - an ancient country in southwestern Asia to the east of the Tigris River (in what @@ -22122,6 +23069,7 @@ - Elam - Susiana partOfSpeech: n + wikidata: Q128904 08933207-n: definition: - a republic in the Middle East in western Asia; the ancient civilization of Mesopotamia @@ -22155,6 +23103,7 @@ - 09297645-n - 09481921-n partOfSpeech: n + wikidata: Q796 08933966-n: definition: - capital and largest city of Iraq; located on the Tigris River @@ -22168,6 +23117,7 @@ - Bagdad - capital of Iraq partOfSpeech: n + wikidata: Q1530 08934186-n: definition: - the second largest city in Iraq; an oil port in southern Iraq @@ -22179,6 +23129,7 @@ - Basra - Basia partOfSpeech: n + wikidata: Q48195 08934346-n: definition: - a city of central Iraq to the south of Baghdad; a holy city for Shiite Muslims @@ -22192,6 +23143,7 @@ - Karbala - Kerbela partOfSpeech: n + wikidata: Q199909 08934623-n: definition: - a city in northeastern Iraq; the center of a rich oilfield with pipelines to the @@ -22202,6 +23154,7 @@ members: - Kirkuk partOfSpeech: n + wikidata: Q173310 08934790-n: definition: - a city in northern Iraq on the Tigris across from the ruins of Nineveh @@ -22211,6 +23164,7 @@ members: - Mosul partOfSpeech: n + wikidata: Q83317 08934932-n: definition: - the former name for the geographical area of the eastern Mediterranean that is @@ -22223,6 +23177,7 @@ mero_member: - 09740098-n partOfSpeech: n + wikidata: Q81483 08935145-n: definition: - the ancient kingdom of Philip II and Alexander the Great in the southeastern Balkans @@ -22237,6 +23192,7 @@ mero_member: - 09740840-n partOfSpeech: n + wikidata: Q83958 08935433-n: definition: - a city in ancient Macedonia that was important in early Christianity @@ -22246,6 +23202,7 @@ members: - Philippi partOfSpeech: n + wikidata: Q379652 08935557-n: definition: - an ancient country and wine producing region in the east of the Balkan Peninsula @@ -22259,6 +23216,7 @@ mero_member: - 09731486-n partOfSpeech: n + wikidata: Q41741 08935884-n: definition: - a city in northwestern Turkey; a Thracian town that was rebuilt and renamed by @@ -22271,6 +23229,7 @@ - Adrianople - Adrianopolis partOfSpeech: n + wikidata: Q43387 08936089-n: definition: - the land between the Tigris and Euphrates; site of several ancient civilizations; @@ -22286,6 +23245,7 @@ - 08937654-n - 08938717-n partOfSpeech: n + wikidata: Q11767 08936605-n: definition: - the chief city of ancient Mesopotamia and capital of the ancient kingdom of Babylonia @@ -22300,6 +23260,7 @@ - 03496592-n - 04467869-n partOfSpeech: n + wikidata: Q5684 08937276-n: definition: - an ancient kingdom in southern Mesopotamia; Babylonia conquered Israel in the @@ -22317,6 +23278,7 @@ mero_part: - 08938021-n partOfSpeech: n + wikidata: Q47690 08937654-n: definition: - an ancient region of Mesopotamia lying between the Euphrates delta and the Persian @@ -22329,6 +23291,7 @@ - Chaldea - Chaldaea partOfSpeech: n + wikidata: Q200969 08938021-n: definition: - an area in the southern region of Babylonia in present-day Iraq; site of the Sumerian @@ -22341,6 +23304,7 @@ mero_part: - 08938573-n partOfSpeech: n + wikidata: Q35355 08938573-n: definition: - an ancient city of Sumer located on a former channel of the Euphrates River @@ -22350,6 +23314,7 @@ members: - Ur partOfSpeech: n + wikidata: Q5699 08938717-n: definition: - an ancient kingdom in northern Mesopotamia which is in present-day Iraq @@ -22362,6 +23327,7 @@ - 08939014-n - 08939248-n partOfSpeech: n + wikidata: Q41137 08939014-n: definition: - an ancient Assyrian city on the Tigris and traditional capital of Assyria; just @@ -22374,6 +23340,7 @@ - Asur - Ashur partOfSpeech: n + wikidata: Q200200 08939248-n: definition: - an ancient Assyrian city on the Tigris across from the modern city of Mosul in @@ -22384,6 +23351,7 @@ members: - Nineveh partOfSpeech: n + wikidata: Q5680 08939466-n: definition: - an ancient maritime country (a collection of city states) at eastern end of the @@ -22398,6 +23366,7 @@ - 08939722-n - 08939980-n partOfSpeech: n + wikidata: Q41642 08939722-n: definition: - an ancient city state on the north African coast near modern Tunis; founded by @@ -22410,6 +23379,7 @@ mero_member: - 09716466-n partOfSpeech: n + wikidata: Q6343 08939980-n: definition: - an ancient city on the north coast of Africa (northwest of Carthage); destroyed @@ -22420,6 +23390,7 @@ members: - Utica partOfSpeech: n + wikidata: Q166523 08940154-n: definition: - a string of more than 3,000 islands to the east of Asia extending 1,300 miles @@ -22453,6 +23424,7 @@ - 08942950-n - 08945325-n partOfSpeech: n + wikidata: Q35581 08940697-n: definition: - the central and largest of the four main islands of Japan; between the Sea of @@ -22478,6 +23450,7 @@ - 08946316-n - 08946454-n partOfSpeech: n + wikidata: Q13989 08941165-n: definition: - the southernmost of the four main islands of Japan; contains coal fields @@ -22492,6 +23465,7 @@ - 08945730-n - 09378294-n partOfSpeech: n + wikidata: Q13987 08941386-n: definition: - the smallest of the four main islands of Japan; to the south of Honshu and to @@ -22502,6 +23476,7 @@ members: - Shikoku partOfSpeech: n + wikidata: Q13991 08941623-n: definition: - a constitutional monarchy occupying the Japanese Archipelago; a world leader in @@ -22539,6 +23514,7 @@ - 08946841-n - 09197913-n partOfSpeech: n + wikidata: Q17 08942950-n: definition: - a city on western Hokkaido that is the center of a fertile agricultural area @@ -22548,6 +23524,7 @@ members: - Asahikawa partOfSpeech: n + wikidata: Q200740 08943121-n: definition: - the capital and largest city of Japan; the economic and cultural center of Japan @@ -22563,6 +23540,7 @@ - Japanese capital - capital of Japan partOfSpeech: n + wikidata: Q1490 08943359-n: definition: - a city in central Honshu to the northwest of Tokyo; site of a Buddhist shrine @@ -22572,6 +23550,7 @@ members: - Nagano partOfSpeech: n + wikidata: Q128849 08943528-n: definition: - an industrial city in southern Honshu @@ -22581,6 +23560,7 @@ members: - Nagoya partOfSpeech: n + wikidata: Q11751 08943657-n: definition: - a city of east central Honshu; a suburb of Tokyo @@ -22590,6 +23570,7 @@ members: - Omiya partOfSpeech: n + wikidata: Q1042254 08943796-n: definition: - port city on southern Honshu on Osaka Bay; a commercial and industrial center @@ -22603,6 +23584,7 @@ mero_part: - 03773381-n partOfSpeech: n + wikidata: Q35765 08944011-n: definition: - port city on southeastern Honshu in central Japan @@ -22613,6 +23595,7 @@ members: - Yokohama partOfSpeech: n + wikidata: Q1190021 08944173-n: definition: - the largest island of the central Ryukyu Islands @@ -22625,6 +23608,7 @@ mero_part: - 08944333-n partOfSpeech: n + wikidata: Q697589 08944333-n: definition: - the chief city in the Ryukyu Islands @@ -22634,6 +23618,7 @@ members: - Naha City partOfSpeech: n + wikidata: Q181966 08944464-n: definition: - a chain of 55 islands in the western Pacific to the to the southwest of Japan @@ -22646,6 +23631,7 @@ mero_part: - 08944173-n partOfSpeech: n + wikidata: Q10905515 08944686-n: definition: - a port city in Japan on Osaka Bay in southern Honshu; was damaged by an earthquake @@ -22657,6 +23643,7 @@ members: - Kobe partOfSpeech: n + wikidata: Q48320 08944866-n: definition: - a city in central Japan on southern Honshu; a famous cultural center that was @@ -22667,6 +23654,7 @@ members: - Kyoto partOfSpeech: n + wikidata: Q34600 08945060-n: definition: - a port city on the southwestern coast of Honshu in Japan; on August 6, 1945 Hiroshima @@ -22679,6 +23667,7 @@ members: - Hiroshima partOfSpeech: n + wikidata: Q34664 08945325-n: definition: - a commercial city in northern Japan on western Hokkaido @@ -22688,6 +23677,7 @@ members: - Sapporo partOfSpeech: n + wikidata: Q37951 08945473-n: definition: - a Japanese city on northern Kyushu @@ -22697,6 +23687,7 @@ members: - Kitakyushu partOfSpeech: n + wikidata: Q188806 08945603-n: definition: - a city in southern Japan on Kyushu @@ -22706,6 +23697,7 @@ members: - Fukuoka partOfSpeech: n + wikidata: Q26600 08945730-n: definition: - a city in southern Japan on Kyushu; a leading port and shipbuilding center; on @@ -22718,6 +23710,7 @@ members: - Nagasaki partOfSpeech: n + wikidata: Q38234 08946004-n: definition: - a Japanese city in southern Honshu on the Pacific shore @@ -22727,6 +23720,7 @@ members: - Toyohashi partOfSpeech: n + wikidata: Q336431 08946154-n: definition: - a Japanese city in southern Honshu; main residential suburb of Osaka @@ -22736,6 +23730,7 @@ members: - Toyonaka partOfSpeech: n + wikidata: Q467479 08946316-n: definition: - an industrial city of Japan in southern Honshu @@ -22745,6 +23740,7 @@ members: - Toyota partOfSpeech: n + wikidata: Q201117 08946454-n: definition: - a volcano in central Honshu near Nagano; one of the largest volcanoes in Japan @@ -22756,6 +23752,7 @@ - Asama - Mount Asama partOfSpeech: n + wikidata: Q242730 08946650-n: definition: - a group of Japanese Islands in the northwestern Pacific Ocean to the north of @@ -22766,6 +23763,7 @@ members: - Volcano Islands partOfSpeech: n + wikidata: Q1141683 08946841-n: definition: - the largest of the Volcano Islands of Japan @@ -22775,6 +23773,7 @@ members: - Iwo Jima partOfSpeech: n + wikidata: Q201633 08946959-n: definition: - an Arab kingdom in southwestern Asia on the Red Sea @@ -22793,6 +23792,7 @@ - 09195920-n - 09286525-n partOfSpeech: n + wikidata: Q810 08947321-n: definition: - the capital and largest city of Jordan @@ -22803,6 +23803,7 @@ - Amman - capital of Jordan partOfSpeech: n + wikidata: Q3805 08947451-n: definition: - Jordan's port; located in southwestern Jordan on the Gulf of Aqaba @@ -22814,6 +23815,7 @@ - Aqaba - Akaba partOfSpeech: n + wikidata: Q180522 08947609-n: definition: - a village in Palestine near the north end of the Dead Sea; in the Old Testament @@ -22825,6 +23827,7 @@ members: - Jericho partOfSpeech: n + wikidata: Q5687 08947856-n: definition: - city in northwestern Jordan @@ -22835,6 +23838,7 @@ - Az Zarqa - Zarqa partOfSpeech: n + wikidata: Q148062 08947966-n: definition: - a republic in eastern Africa; achieved independence from the United Kingdom in @@ -22854,6 +23858,7 @@ - 08948706-n - 08948875-n partOfSpeech: n + wikidata: Q114 08948355-n: definition: - the capital and largest city of Kenya; a center for tourist safaris @@ -22864,6 +23869,7 @@ - Nairobi - capital of Kenya partOfSpeech: n + wikidata: Q3870 08948515-n: definition: - a port city in western Kenya on the northeastern shore of Lake Victoria; fishing @@ -22875,6 +23881,7 @@ members: - Kisumu partOfSpeech: n + wikidata: Q214485 08948706-n: definition: - a port city in southern Kenya on a coral island in a bay of the Indian Ocean @@ -22885,6 +23892,7 @@ members: - Mombasa partOfSpeech: n + wikidata: Q225641 08948875-n: definition: - a city in western Kenya; commercial center of an agricultural region @@ -22894,6 +23902,7 @@ members: - Nakuru partOfSpeech: n + wikidata: Q239421 08949016-n: definition: - an Arab kingdom in Asia on the northwestern coast of the Persian Gulf; a major @@ -22910,6 +23919,7 @@ mero_part: - 08949328-n partOfSpeech: n + wikidata: Q817 08949328-n: definition: - a seaport on the Persian Gulf and capital of Kuwait @@ -22922,6 +23932,7 @@ - Koweit - capital of Kuwait partOfSpeech: n + wikidata: Q35178 08949495-n: definition: - an ancient region of western Europe that included what is now northern Italy and @@ -22933,6 +23944,7 @@ - Gaul - Gallia partOfSpeech: n + wikidata: Q38060 08949695-n: definition: - a republic in western Europe; the largest country wholly in Europe @@ -23022,6 +24034,7 @@ - 09448713-n - 09452656-n partOfSpeech: n + wikidata: Q142 08952341-n: definition: - the capital and largest city of France; and international center of culture and @@ -23052,6 +24065,7 @@ - 08953840-n - 08953947-n partOfSpeech: n + wikidata: Q90 08952857-n: definition: - the region of Paris on the southern bank of the Seine; a center of artistic and @@ -23066,6 +24080,7 @@ mero_part: - 08953543-n partOfSpeech: n + wikidata: Q937773 08953060-n: definition: - the highest point in Paris; famous for its associations with many artists @@ -23075,6 +24090,7 @@ members: - Montmartre partOfSpeech: n + wikidata: Q186115 08953210-n: definition: - a northwestern suburb of Paris; the residence of the Merovingian royalty in the @@ -23086,6 +24102,7 @@ - Clichy - Clichy-la-Garenne partOfSpeech: n + wikidata: Q201982 08953394-n: definition: - a southeastern suburb of Paris; site of an international airport serving Paris @@ -23095,6 +24112,7 @@ members: - Orly partOfSpeech: n + wikidata: Q236058 08953543-n: definition: - the street in Paris along the south bank of the Seine known for its governmental @@ -23105,6 +24123,7 @@ members: - Quai d'Orsay partOfSpeech: n + wikidata: Q1146988 08953713-n: definition: - the region of Paris on the north bank of the Seine @@ -23115,6 +24134,7 @@ - Rive Droite - Right Bank partOfSpeech: n + wikidata: Q603022 08953840-n: definition: - island in Paris on the Seine @@ -23124,6 +24144,7 @@ members: - Ile-St-Louis partOfSpeech: n + wikidata: Q211034 08953947-n: definition: - a major avenue in Paris famous for elegant shops and cafes @@ -23133,6 +24154,7 @@ members: - Champs Elysees partOfSpeech: n + wikidata: Q550 08954086-n: definition: - a town in southeastern France on the Rhone River; the seat of the papacy from @@ -23143,6 +24165,7 @@ members: - Avignon partOfSpeech: n + wikidata: Q6397 08954305-n: definition: - a port city in southwestern France; a major center of the wine trade @@ -23153,6 +24176,7 @@ members: - Bordeaux partOfSpeech: n + wikidata: Q1479 08954467-n: definition: - a port city in northwestern France (in Brittany); the chief naval station of France @@ -23163,6 +24187,7 @@ members: - Brest partOfSpeech: n + wikidata: Q12193 08954641-n: definition: - a town in northern France on the Strait of Dover that serves as a ferry port to @@ -23176,6 +24201,7 @@ members: - Calais partOfSpeech: n + wikidata: Q6454 08954985-n: definition: - a port and resort city on the French Riviera; site of an annual film festival @@ -23186,6 +24212,7 @@ members: - Cannes partOfSpeech: n + wikidata: Q39984 08955154-n: definition: - a town in north central France noted for white Burgundy wines @@ -23195,6 +24222,7 @@ members: - Chablis partOfSpeech: n + wikidata: Q331232 08955289-n: definition: - a town in northern France that is noted for its Gothic Cathedral @@ -23206,6 +24234,7 @@ mero_part: - 03013792-n partOfSpeech: n + wikidata: Q130272 08955447-n: definition: - a port town in northwestern France on the English Channel; site of a naval base @@ -23227,6 +24256,7 @@ members: - Dijon partOfSpeech: n + wikidata: Q7003 08955751-n: definition: - a seaport in northern France on the North Sea; scene of the evacuation of British @@ -23239,6 +24269,7 @@ - Dunkirk - Dunkerque partOfSpeech: n + wikidata: Q45797 08955953-n: definition: - a city in southeastern France on the Isere River @@ -23248,6 +24279,7 @@ members: - Grenoble partOfSpeech: n + wikidata: Q1289 08956076-n: definition: - a port city in northern France on the English Channel at the mouth of the Seine @@ -23258,6 +24290,7 @@ members: - Le Havre partOfSpeech: n + wikidata: Q1129891 08956249-n: definition: - an industrial city in northern France near the Belgian border; was the medieval @@ -23268,6 +24301,7 @@ members: - Lille partOfSpeech: n + wikidata: Q648 08956420-n: definition: - a city in east-central France on the Rhone River; a principal producer of silk @@ -23279,6 +24313,7 @@ - Lyon - Lyons partOfSpeech: n + wikidata: Q456 08956606-n: definition: - a port city in southeastern France on the Mediterranean @@ -23290,6 +24325,7 @@ - Marseille - Marseilles partOfSpeech: n + wikidata: Q23482 08956769-n: definition: - a city in northeastern France in Lorraine @@ -23299,6 +24335,7 @@ members: - Nancy partOfSpeech: n + wikidata: Q40898 08956882-n: definition: - a port city in western France on the Loire estuary @@ -23309,6 +24346,7 @@ members: - Nantes partOfSpeech: n + wikidata: Q12191 08957024-n: definition: - a city in southeastern France on the Mediterranean; the leading resort on the @@ -23319,6 +24357,7 @@ members: - Nice partOfSpeech: n + wikidata: Q33959 08957187-n: definition: - a city on the Loire river in north central France; site of the siege of Orleans @@ -23329,6 +24368,7 @@ members: - Orleans partOfSpeech: n + wikidata: Q6548 08957367-n: definition: - a city in northeastern France to the east of Paris; scene of the coronation of @@ -23341,6 +24381,7 @@ - Rheims - Reims partOfSpeech: n + wikidata: Q41876 08957623-n: definition: - city on the Rhine in eastern France near the German border; an inland port @@ -23351,6 +24392,7 @@ - Strasbourg - Strassburg partOfSpeech: n + wikidata: Q6602 08957768-n: definition: - a port city and naval base in southeastern France on the Mediterranean coast @@ -23361,6 +24403,7 @@ members: - Toulon partOfSpeech: n + wikidata: Q44160 08957936-n: definition: - a city on the Garonne River in southern France to the southeast of Bordeaux; a @@ -23371,6 +24414,7 @@ members: - Toulouse partOfSpeech: n + wikidata: Q7880 08958124-n: definition: - an industrial city in western France on the Loire River @@ -23380,6 +24424,7 @@ members: - Tours partOfSpeech: n + wikidata: Q288 08958251-n: definition: - a town in northeastern France long noted for its lace industry @@ -23389,6 +24434,7 @@ members: - Valenciennes partOfSpeech: n + wikidata: Q163795 08958392-n: definition: - a city in north central France near Paris; site of the Palace of Versailles that @@ -23399,6 +24445,7 @@ members: - Versailles partOfSpeech: n + wikidata: Q621 08958592-n: definition: - a town in central France (south of Paris) noted for hot mineral springs; was capital @@ -23409,6 +24456,7 @@ members: - Vichy partOfSpeech: n + wikidata: Q93351 08958801-n: definition: - a town in south central France where is 1311-1313 the Roman Catholic Church held @@ -23419,6 +24467,7 @@ members: - Vienne partOfSpeech: n + wikidata: Q12804 08958974-n: definition: - a coastal area between La Spezia in Italy and Cannes in France @@ -23432,6 +24481,7 @@ mero_part: - 08959210-n partOfSpeech: n + wikidata: Q917448 08959210-n: definition: - the French part of the Riviera @@ -23442,6 +24492,7 @@ - French Riviera - Cote d'Azur partOfSpeech: n + wikidata: Q182822 08959335-n: definition: - a geographical subdivision of France @@ -23462,6 +24513,7 @@ - Alsatia - Elsass partOfSpeech: n + wikidata: Q1142 08960144-n: definition: - a former province of western France in the Loire valley @@ -23473,6 +24525,7 @@ mero_member: - 09728625-n partOfSpeech: n + wikidata: Q107426 08960290-n: definition: - a region of southwestern France between Bordeaux and the Pyrenees @@ -23506,9 +24559,10 @@ members: - Auvergne partOfSpeech: n + wikidata: Q1152 08960709-n: definition: - - a division of Normandy + - a historical division of Normandy including Caen ili: i83690 instance_hypernym: - 08959335-n @@ -23528,6 +24582,7 @@ - Bourgogne - Burgundy partOfSpeech: n + wikidata: Q1173 08960981-n: definition: - a former province of northwestern France on a peninsula between the English Channel @@ -23542,6 +24597,7 @@ mero_member: - 09728397-n partOfSpeech: n + wikidata: Q12130 08961199-n: definition: - a low-lying region in central France @@ -23552,6 +24608,7 @@ - Centre-Val de Loire - Centre partOfSpeech: n + wikidata: Q3123388 08961308-n: definition: - a region of northeastern France @@ -23564,6 +24621,7 @@ mero_part: - 08961454-n partOfSpeech: n + wikidata: Q14103 08961454-n: definition: - a wooded plateau in the Champagne-Ardenne region of France; the site of intense @@ -23574,6 +24632,7 @@ members: - Ardennes partOfSpeech: n + wikidata: Q151985 08961668-n: definition: - a region of France on the island of Corsica; birthplace of Napoleon Bonaparte @@ -23584,6 +24643,7 @@ - Corse - Corsica partOfSpeech: n + wikidata: Q3336 08961864-n: definition: - an island in the Mediterranean; with adjacent islets it constitutes a region of @@ -23595,6 +24655,7 @@ - Corse - Corsica partOfSpeech: n + wikidata: Q14112 08962050-n: definition: - a former province of eastern France @@ -23604,6 +24665,7 @@ members: - Franche-Comte partOfSpeech: n + wikidata: Q16394 08962165-n: definition: - a region of southwestern France @@ -23617,7 +24679,7 @@ wikidata: Q191085 08962281-n: definition: - - a division of Normandy + - a historical division of Normandy including Rouen ili: i83700 instance_hypernym: - 08959335-n @@ -23636,6 +24698,7 @@ members: - Ile-de-France partOfSpeech: n + wikidata: Q13917 08962553-n: definition: - a region in south central France; named after the medieval dialect of French that @@ -23646,6 +24709,7 @@ members: - Languedoc-Roussillon partOfSpeech: n + wikidata: Q17005 08962738-n: definition: - a region of central France to the west of the Auvergne mountains @@ -23655,6 +24719,7 @@ members: - Limousin partOfSpeech: n + wikidata: Q1190 08962877-n: definition: - an eastern French region rich in iron-ore deposits @@ -23665,6 +24730,7 @@ - Lorraine - Lothringen partOfSpeech: n + wikidata: Q1137 08963015-n: definition: - an island in the eastern Caribbean in the Windward Islands; administered as an @@ -23676,6 +24742,7 @@ members: - Martinique partOfSpeech: n + wikidata: Q17054 08963234-n: definition: - a department of northwestern France in the Pays de la Loire region @@ -23685,6 +24752,7 @@ members: - Mayenne partOfSpeech: n + wikidata: Q12620 08963374-n: definition: - the southern part of France @@ -23695,6 +24763,7 @@ - Southern France - Midi partOfSpeech: n + wikidata: Q1237299 08963472-n: definition: - a region in southwestern France @@ -23704,6 +24773,7 @@ members: - Midi-Pyrenees partOfSpeech: n + wikidata: Q16393 08963583-n: definition: - a region in northeastern France @@ -23713,6 +24783,7 @@ members: - Nord-Pas-de-Calais partOfSpeech: n + wikidata: Q16987 08963699-n: definition: - an agricultural region of western France on the Bay of Biscay @@ -23724,6 +24795,7 @@ mero_part: - 08963234-n partOfSpeech: n + wikidata: Q16994 08963862-n: definition: - a region of northern France on the English Channel @@ -23734,6 +24806,7 @@ - Picardie - Picardy partOfSpeech: n + wikidata: Q13950 08963997-n: definition: - a low-lying region of west central France on the Bay of Biscay @@ -23744,6 +24817,7 @@ - Poitou-Charentes - Poitou partOfSpeech: n + wikidata: Q17009 08964151-n: definition: - a mountainous region of eastern France drained by the Rhone and Saone and Isere @@ -23756,6 +24830,7 @@ mero_part: - 08964883-n partOfSpeech: n + wikidata: Q463 08964334-n: definition: - a former province of northwestern France on the English channel; divided into @@ -23772,6 +24847,7 @@ - 08960709-n - 08962281-n partOfSpeech: n + wikidata: Q15878 08964591-n: definition: - a former province of north central France; centered around Orleans @@ -23781,6 +24857,7 @@ members: - Orleanais partOfSpeech: n + wikidata: Q1425908 08964733-n: definition: - a former province of southeastern France; now administered with Cote d'Azur @@ -23790,6 +24867,7 @@ members: - Provence partOfSpeech: n + wikidata: Q101081 08964883-n: definition: - a former province of east central France; now administered by Rhone-Alpes @@ -23801,6 +24879,7 @@ mero_part: - 08956420-n partOfSpeech: n + wikidata: Q1142571 08965050-n: definition: - a geographical region of historical importance; a former duchy in what is now @@ -23811,6 +24890,7 @@ members: - Savoy partOfSpeech: n + wikidata: Q14118 08965302-n: definition: - a republic on the west coast of Africa @@ -23826,6 +24906,7 @@ mero_part: - 08965478-n partOfSpeech: n + wikidata: Q1000 08965478-n: definition: - the capital of Gabon @@ -23836,6 +24917,7 @@ - Libreville - capital of Gabon partOfSpeech: n + wikidata: Q3825 08965594-n: definition: - a narrow republic surrounded by Senegal in West Africa @@ -23851,6 +24933,7 @@ mero_part: - 08965815-n partOfSpeech: n + wikidata: Q1005 08965815-n: definition: - a port city and capital of Gambia @@ -23885,6 +24968,7 @@ - 08966585-n - 09496688-n partOfSpeech: n + wikidata: Q117 08966337-n: definition: - the capital and largest city of Ghana with a deep-water port @@ -23895,6 +24979,7 @@ - Accra - capital of Ghana partOfSpeech: n + wikidata: Q3761 08966488-n: definition: - a city in southern Ghana @@ -23914,6 +24999,7 @@ members: - Tamale partOfSpeech: n + wikidata: Q217040 08966682-n: definition: - an island state in the West Indies in the southeastern Caribbean Sea; an independent @@ -23928,6 +25014,7 @@ mero_part: - 08966953-n partOfSpeech: n + wikidata: Q769 08966953-n: definition: - the capital and largest city of Grenada @@ -23938,6 +25025,7 @@ - St. George's - capital of Grenada partOfSpeech: n + wikidata: Q41547 08967092-n: definition: - a republic in western Africa on the Atlantic; formerly a French colony; achieved @@ -23955,6 +25043,7 @@ - 08967390-n - 09394062-n partOfSpeech: n + wikidata: Q1006 08967390-n: definition: - a port and the capital of Guinea @@ -23967,6 +25056,7 @@ - Konakri - capital of Guinea partOfSpeech: n + wikidata: Q3733 08967545-n: definition: - a republic on the northwestern coast of Africa; recognized as independent by Portugal @@ -23982,6 +25072,7 @@ mero_part: - 08967800-n partOfSpeech: n + wikidata: Q1007 08967800-n: definition: - the capital of Guinea-Bissau @@ -23992,6 +25083,7 @@ - Bissau - capital of Guinea-Bissau partOfSpeech: n + wikidata: Q3739 08967928-n: definition: - a geographical region of northeastern South America including Guyana and Surinam @@ -24004,6 +25096,7 @@ - 08968119-n - 09053122-n partOfSpeech: n + wikidata: Q650667 08968119-n: definition: - a republic in northeastern South America; formerly part of the British Empire, @@ -24022,6 +25115,7 @@ - 08968731-n - 09288040-n partOfSpeech: n + wikidata: Q734 08968477-n: definition: - port city and the capital and largest city of Guyana @@ -24036,6 +25130,7 @@ - Georgetown - Stabroek partOfSpeech: n + wikidata: Q10717 08968731-n: definition: - a former Dutch colony in South America; now a part of Guyana @@ -24045,6 +25140,7 @@ members: - Demerara partOfSpeech: n + wikidata: Q1185346 08968866-n: definition: - a constitutional monarchy in western Europe on the North Sea; half the country @@ -24077,6 +25173,7 @@ - 09376334-n - 09431418-n partOfSpeech: n + wikidata: Q55 08969510-n: definition: - an industrial center and the nominal capital of the Netherlands; center of the @@ -24090,6 +25187,7 @@ - Dutch capital - capital of The Netherlands partOfSpeech: n + wikidata: Q727 08969808-n: definition: - a city of east central Netherlands; a popular tourist center and site of the summer @@ -24100,6 +25198,7 @@ members: - Apeldoorn partOfSpeech: n + wikidata: Q3018561 08970003-n: definition: - a city in the central Netherlands on the lower Rhine River; site of a battle in @@ -24110,6 +25209,7 @@ members: - Arnhem partOfSpeech: n + wikidata: Q1310 08970180-n: definition: - the site of the royal residence and the de facto capital in the western part of @@ -24122,6 +25222,7 @@ - '''s Gravenhage' - Den Haag partOfSpeech: n + wikidata: Q36600 08970422-n: definition: - city in southeastern Netherlands noted for electrical industry @@ -24131,6 +25232,7 @@ members: - Eindhoven partOfSpeech: n + wikidata: Q9832 08970560-n: definition: - an industrial city in the eastern Netherlands @@ -24140,6 +25242,7 @@ members: - Nijmegen partOfSpeech: n + wikidata: Q47887 08970680-n: definition: - the 2nd largest city in the Netherlands; located in the western Netherlands near @@ -24150,6 +25253,7 @@ members: - Rotterdam partOfSpeech: n + wikidata: Q34370 08970850-n: definition: - a city in the western Netherlands; residence of the Pilgrim Fathers for 11 years @@ -24161,6 +25265,7 @@ - Leiden - Leyden partOfSpeech: n + wikidata: Q43631 08971051-n: definition: - a city in the central Netherlands @@ -24170,6 +25275,7 @@ members: - Utrecht partOfSpeech: n + wikidata: Q776 08971158-n: definition: - one of the northernmost provinces of the Netherlands @@ -24179,6 +25285,7 @@ members: - Friesland partOfSpeech: n + wikidata: Q770 08971286-n: definition: - the western part of the ancient region of Frisia in northern Europe on the North @@ -24201,6 +25308,7 @@ mero_part: - 08971286-n partOfSpeech: n + wikidata: Q4492881 08971730-n: definition: - a chain of islands in the North Sea off the coast of northwestern Europe extending @@ -24211,6 +25319,7 @@ members: - Frisian Islands partOfSpeech: n + wikidata: Q76936 08971963-n: definition: - a republic in central Europe @@ -24228,6 +25337,7 @@ - 09235842-n - 09285993-n partOfSpeech: n + wikidata: Q28 08972196-n: definition: - capital and largest city of Hungary; located on the Danube River in north-central @@ -24240,6 +25350,7 @@ - Hungarian capital - capital of Hungary partOfSpeech: n + wikidata: Q1781 08972401-n: definition: - a group of 21 volcanic islands in the North Atlantic between Iceland and the Shetland @@ -24267,6 +25378,7 @@ - Faroes - Faeroes partOfSpeech: n + wikidata: Q4628 08972802-n: definition: - the administrative center of the Faroe Islands @@ -24276,6 +25388,7 @@ members: - Thorshavn partOfSpeech: n + wikidata: Q10704 08972924-n: definition: - a volcanic island in the North Atlantic near the Arctic Circle @@ -24287,6 +25400,7 @@ mero_part: - 08973097-n partOfSpeech: n + wikidata: Q3740828 08973097-n: definition: - an island republic on the island of Iceland; became independent of Denmark in @@ -24302,6 +25416,7 @@ mero_part: - 08973369-n partOfSpeech: n + wikidata: Q189 08973369-n: definition: - the capital and chief port of Iceland on the southwestern coast of Iceland; buildings @@ -24314,6 +25429,7 @@ - Reykjavik - capital of Iceland partOfSpeech: n + wikidata: Q1764 08973602-n: definition: - an archipelago of about 70 islands in the North Atlantic and North Sea off the @@ -24324,6 +25440,7 @@ members: - Orkney Islands partOfSpeech: n + wikidata: Q100166 08973830-n: definition: - an archipelago of about 100 islands in the North Atlantic off the north coast @@ -24336,6 +25453,7 @@ - Shetland Islands - Zetland partOfSpeech: n + wikidata: Q47134 08974042-n: definition: - the geographical region believed by ancient geographers to be the northernmost @@ -24347,6 +25465,7 @@ - Thule - ultima Thule partOfSpeech: n + wikidata: Q671008 08974216-n: definition: - a town in northwestern Greenland; during World War II a United States naval base @@ -24358,6 +25477,7 @@ - Qaanaaq - Thule partOfSpeech: n + wikidata: Q223314 08974384-n: definition: - an Asian peninsula (off Manchuria) separating the Yellow Sea and the Sea of Japan; @@ -24374,16 +25494,18 @@ - 08974855-n - 08975399-n partOfSpeech: n + wikidata: Q483134 08974748-n: definition: - the name for Korea as a Japanese province (1910-1945) ili: i83764 instance_hypernym: - - 08974384-n + - 08516868-n members: - Joseon - Chosen partOfSpeech: n + wikidata: Q503585 08974855-n: definition: - a communist country in the northern half of the Korean Peninsula; established @@ -24401,6 +25523,7 @@ - 08975170-n - 09504415-n partOfSpeech: n + wikidata: Q423 08975170-n: definition: - capital of North Korea and an industrial center @@ -24413,6 +25536,7 @@ - Pyongyang - capital of North Korea partOfSpeech: n + wikidata: Q18808 08975399-n: definition: - a republic in the southern half of the Korean Peninsula; established in 1948 @@ -24430,6 +25554,7 @@ - 08976234-n - 08976347-n partOfSpeech: n + wikidata: Q884 08975724-n: definition: - the capital of South Korea and the largest city of Asia; located in northwestern @@ -24441,6 +25566,7 @@ - Seoul - capital of South Korea partOfSpeech: n + wikidata: Q8684 08975913-n: definition: - a port city in western South Korea on the Yellow Sea @@ -24453,6 +25579,7 @@ - Incheon - Chemulpo partOfSpeech: n + wikidata: Q20934 08976078-n: definition: - city in southwestern South Korea; an important military base during the Korean @@ -24464,6 +25591,7 @@ - Gwangju - Kwangju partOfSpeech: n + wikidata: Q42069 08976234-n: definition: - a city in southeastern South Korea @@ -24475,6 +25603,7 @@ - Taegu - Tegu partOfSpeech: n + wikidata: Q20927 08976347-n: definition: - a city in southeastern South Korea on the Korean Strait; the chief port and second @@ -24487,6 +25616,7 @@ - Busan - Pusan partOfSpeech: n + wikidata: Q16520 08976533-n: definition: - a mountainous landlocked communist state in southeastern Asia; achieved independence @@ -24503,6 +25633,7 @@ - 08976837-n - 09373421-n partOfSpeech: n + wikidata: Q819 08976837-n: definition: - the capital and largest city of Laos @@ -24527,6 +25658,7 @@ mero_member: - 09739429-n partOfSpeech: n + wikidata: Q5700 08977154-n: definition: - an Asian republic at east end of Mediterranean @@ -24545,6 +25677,7 @@ - 08978107-n - 08978308-n partOfSpeech: n + wikidata: Q822 08977579-n: definition: - capital and largest city of Lebanon; located in western Lebanon on the Mediterranean @@ -24556,6 +25689,7 @@ - Beirut - capital of Lebanon partOfSpeech: n + wikidata: Q3820 08977766-n: definition: - a port city and commercial center in northwestern Lebanon on the Mediterranean @@ -24570,6 +25704,7 @@ - Tarabulus Ash-Sham - Trablous partOfSpeech: n + wikidata: Q168954 08977985-n: definition: - the main city of ancient Phoenicia @@ -24581,6 +25716,7 @@ - Saida - Sidon partOfSpeech: n + wikidata: Q163490 08978107-n: definition: - a port in southern Lebanon on the Mediterranean Sea; formerly a major Phoenician @@ -24593,6 +25729,7 @@ - Sur - Tyre partOfSpeech: n + wikidata: Q82070 08978308-n: definition: - an ancient Mediterranean seaport that was a thriving city state in Phoenicia during @@ -24604,6 +25741,7 @@ members: - Byblos partOfSpeech: n + wikidata: Q173532 08978603-n: definition: - a landlocked constitutional monarchy in southern Africa; achieved independence @@ -24621,6 +25759,7 @@ mero_part: - 08978878-n partOfSpeech: n + wikidata: Q1013 08978878-n: definition: - the capital of Lesotho; located in northwestern Lesotho @@ -24647,6 +25786,7 @@ mero_part: - 08979268-n partOfSpeech: n + wikidata: Q1014 08979268-n: definition: - the capital and chief port and largest city of Liberia @@ -24659,16 +25799,18 @@ - Liberian capital - capital of Liberia partOfSpeech: n + wikidata: Q3748 08979456-n: definition: - - a military dictatorship in northern Africa on the Mediterranean; consists almost - entirely of desert; a major exporter of petroleum + - a country in northern Africa on the Mediterranean; consists almost entirely of + desert; a major exporter of petroleum ili: i83786 instance_hypernym: - 08716193-n members: - Libya - Socialist People's Libyan Arab Jamahiriya + - State of Libya mero_member: - 09740363-n mero_part: @@ -24676,6 +25818,7 @@ - 08980136-n - 09193685-n partOfSpeech: n + wikidata: Q1016 08979872-n: definition: - the capital and chief port and largest city of Libya; in northwestern Libya on @@ -24688,6 +25831,7 @@ - Tarabulus Al-Gharb - capital of Libya partOfSpeech: n + wikidata: Q3579 08980136-n: definition: - port in northern Libya on the Gulf of Sidra; formerly a joint capital of Libya @@ -24699,6 +25843,7 @@ members: - Benghazi partOfSpeech: n + wikidata: Q40816 08980321-n: definition: - a small landlocked principality (constitutional monarchy) in central Europe located @@ -24714,6 +25859,7 @@ mero_part: - 08980616-n partOfSpeech: n + wikidata: Q347 08980616-n: definition: - the capital and largest city of Liechtenstein @@ -24724,6 +25870,7 @@ - Vaduz - capital of Liechtenstein partOfSpeech: n + wikidata: Q1844 08980760-n: definition: - a grand duchy (a constitutional monarchy) landlocked in northwestern Europe between @@ -24740,6 +25887,7 @@ mero_part: - 08981175-n partOfSpeech: n + wikidata: Q32 08981175-n: definition: - the capital and largest city of Luxembourg @@ -24753,6 +25901,7 @@ - Luxembourg City - capital of Luxembourg partOfSpeech: n + wikidata: Q1842 08981403-n: definition: - landlocked republic on the Balkan Peninsula; achieved independence from Yugoslavia @@ -24767,6 +25916,7 @@ mero_part: - 08981625-n partOfSpeech: n + wikidata: Q221 08981625-n: definition: - capital of modern Macedonia @@ -24778,6 +25928,7 @@ - Skoplje - Uskub partOfSpeech: n + wikidata: Q384 08981743-n: definition: - an island in the Indian Ocean off the southeastern coast of Africa; the 4th largest @@ -24790,6 +25941,7 @@ mero_part: - 08981960-n partOfSpeech: n + wikidata: Q7463928 08981960-n: definition: - a republic on the island of Madagascar; achieved independence from France in 1960 @@ -24805,6 +25957,7 @@ mero_part: - 08982238-n partOfSpeech: n + wikidata: Q1019 08982238-n: definition: - the capital and largest city of Madagascar @@ -24815,6 +25968,7 @@ - Antananarivo - capital of Madagascar partOfSpeech: n + wikidata: Q3915 08982383-n: definition: - a landlocked republic in southern central Africa; achieved independence from the @@ -24845,6 +25999,7 @@ members: - Blantyre partOfSpeech: n + wikidata: Q188693 08982868-n: definition: - the capital of Malawi; located in south central Malawi @@ -24855,6 +26010,7 @@ - Lilongwe - capital of Malawi partOfSpeech: n + wikidata: Q3876 08983017-n: definition: - a city in southern Malawi; was the capital until 1971 @@ -24864,6 +26020,7 @@ members: - Zomba partOfSpeech: n + wikidata: Q219117 08983142-n: definition: - a constitutional monarchy in southeastern Asia on Borneo and the Malay Peninsula; @@ -24883,6 +26040,7 @@ - 08984077-n - 08984793-n partOfSpeech: n + wikidata: Q833 08983602-n: definition: - the largest city and former capital of Malaysia until 2005 @@ -24894,6 +26052,7 @@ mero_part: - 03926619-n partOfSpeech: n + wikidata: Q1865 08983758-n: definition: - Malaysia's sparkling new capital @@ -24904,6 +26063,7 @@ - Putrajaya - capital of Malaysia partOfSpeech: n + wikidata: Q182378 08983888-n: definition: - the part of Malaysia that is on the island of Borneo @@ -24941,12 +26101,6 @@ - 08986475-n - 08986627-n - 08986776-n - - 92333128-n - - 92333130-n - - 92333133-n - - 92333134-n - - 92333132-n - - 92333131-n partOfSpeech: n wikidata: Q1973345 08984548-n: @@ -24983,6 +26137,7 @@ members: - Malacca partOfSpeech: n + wikidata: Q185221 08985331-n: definition: - the second smallest Malaysian state; located on the northwest coast of Peninsular @@ -24992,6 +26147,7 @@ members: - Penang partOfSpeech: n + wikidata: Q188096 08985494-n: definition: - the smallest Malaysian state; located at the northern part of the west coast of @@ -25001,6 +26157,7 @@ members: - Perlis partOfSpeech: n + wikidata: Q213467 08985666-n: definition: - one of the 13 states that constitute the Federation of Malaysia; located on the @@ -25013,13 +26170,15 @@ wikidata: Q213893 08985864-n: definition: - - sultanate and one of the 13 states of the Federation of Malaysia + - sultanate and one of the 13 states of the Federation of Malaysia; situated in + eastern Peninsular Malaysia instance_hypernym: - 08984793-n - 08916554-n members: - Terengganu partOfSpeech: n + wikidata: Q189701 08986024-n: definition: - sultanate and one of the 13 states that constitute the Federation of Malaysia @@ -25028,47 +26187,58 @@ members: - Selangor partOfSpeech: n + wikidata: Q189710 08986176-n: definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia + - sultanate and one of the 13 states that constitute the Federation of Malaysia; + is the fourth largest state in the country instance_hypernym: - 08984793-n members: - Perak partOfSpeech: n + wikidata: Q188953 08986325-n: definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia + - the third largest state in Malaysia, sultanate and one of the 13 states that constitute + the Federation of Malaysia instance_hypernym: - 08984793-n members: - Pahang partOfSpeech: n + wikidata: Q191346 08986475-n: definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia + - sultanate and one of the 13 states that constitute the Federation of Malaysia; + positioned in the north-east of Peninsular Malaysia instance_hypernym: - 08984793-n members: - Kelantan partOfSpeech: n + wikidata: Q185944 08986627-n: definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia + - sultanate and one of the 13 states that constitute the Federation of Malaysia; + located in the northwestern part of Peninsular Malaysia instance_hypernym: - 08984793-n members: - Kedah partOfSpeech: n + wikidata: Q188947 08986776-n: definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia + - sultanate and one of the 13 states that constitute the Federation of Malaysia; + located in the southern portion of Peninsular Malaysia instance_hypernym: - 08984793-n members: - Johor - Johore partOfSpeech: n + wikidata: Q183032 08986934-n: definition: - one of the 13 states that constitute the Federation of Malaysia; located on the @@ -25082,6 +26252,7 @@ mero_member: - 09741460-n partOfSpeech: n + wikidata: Q179029 08987197-n: definition: - the largest state in Malaysia; located on the northwest of the island of Borneo @@ -25093,6 +26264,7 @@ mero_member: - 09749419-n partOfSpeech: n + wikidata: Q170462 08987406-n: definition: - a group of about 1,200 small coral islands (about 220 inhabited) in the Indian @@ -25106,6 +26278,7 @@ mero_part: - 08987602-n partOfSpeech: n + wikidata: Q12552654 08987602-n: definition: - a republic on the Maldive Islands; achieved independence from the United Kingdom @@ -25121,6 +26294,7 @@ mero_part: - 08987826-n partOfSpeech: n + wikidata: Q826 08987826-n: definition: - the capital of Maldives in the center of the islands @@ -25130,6 +26304,7 @@ members: - Male partOfSpeech: n + wikidata: Q9347 08987949-n: definition: - a landlocked republic in northwestern Africa; achieved independence from France @@ -25158,6 +26333,7 @@ members: - Bamako partOfSpeech: n + wikidata: Q3703 08988436-n: definition: - a city in central Mali near the Niger river; formerly famous for its gold trade @@ -25167,6 +26343,7 @@ members: - Timbuktu partOfSpeech: n + wikidata: Q9427 08988590-n: definition: - a strategically located island to the south of Sicily in the Mediterranean Sea @@ -25178,6 +26355,7 @@ mero_part: - 08988759-n partOfSpeech: n + wikidata: Q193896 08988759-n: definition: - a republic on the island of Malta in the Mediterranean; achieved independence @@ -25193,6 +26371,7 @@ mero_part: - 08988998-n partOfSpeech: n + wikidata: Q233 08988998-n: definition: - the capital of Malta; located on the northeastern coast of the island @@ -25204,6 +26383,7 @@ - Valetta - capital of Malta partOfSpeech: n + wikidata: Q23800 08989171-n: definition: - a country in northwestern Africa with a provisional military government; achieved @@ -25221,6 +26401,7 @@ mero_part: - 08989527-n partOfSpeech: n + wikidata: Q1025 08989527-n: definition: - capital of Mauritania; located in western Mauritania near the Atlantic coast @@ -25230,6 +26411,7 @@ members: - Nouakchott partOfSpeech: n + wikidata: Q3688 08989680-n: definition: - an island in the southwestern Indian Ocean @@ -25241,6 +26423,7 @@ mero_part: - 08989835-n partOfSpeech: n + wikidata: Q2656389 08989835-n: definition: - a parliamentary state on the island of Mauritius @@ -25255,6 +26438,7 @@ mero_part: - 08990039-n partOfSpeech: n + wikidata: Q1027 08990039-n: definition: - capital and chief port of Mauritius; located on the northwestern coast of the @@ -25266,6 +26450,7 @@ members: - Port Louis partOfSpeech: n + wikidata: Q3929 08990219-n: definition: - a constitutional monarchy in a tiny enclave on the French Riviera @@ -25282,6 +26467,7 @@ - 08990476-n - 08990576-n partOfSpeech: n + wikidata: Q235 08990476-n: definition: - the capital of Monaco @@ -25292,6 +26478,7 @@ - Monaco-City - Monaco-Ville partOfSpeech: n + wikidata: Q55115 08990576-n: definition: - a town and popular resort in the principality of Monaco; famous for its gambling @@ -25302,6 +26489,7 @@ members: - Monte Carlo partOfSpeech: n + wikidata: Q45240 08990741-n: definition: - the vast geographical region of Europe and Asia that was controlled by the Mongols @@ -25315,6 +26503,7 @@ - Tartary - Tatary partOfSpeech: n + wikidata: Q83971 08991028-n: definition: - a vast region in Asia including the Mongolian People's Republic and China's Inner @@ -25327,6 +26516,7 @@ mero_part: - 08991230-n partOfSpeech: n + wikidata: Q3875368 08991230-n: definition: - a landlocked socialist republic in central Asia @@ -25355,6 +26545,7 @@ - Kulun - capital of Mongolia partOfSpeech: n + wikidata: Q23430 08991642-n: definition: - a kingdom (constitutional monarchy) in northwestern Africa with a largely Muslim @@ -25382,6 +26573,7 @@ - 09233253-n - 09344600-n partOfSpeech: n + wikidata: Q1028 08992149-n: definition: - a port on the Atlantic and the largest city of Morocco @@ -25392,6 +26584,7 @@ members: - Casablanca partOfSpeech: n + wikidata: Q7903 08992299-n: definition: - a town in Morocco near the Atlantic coast @@ -25402,6 +26595,7 @@ - Laayoune - El Aaium partOfSpeech: n + wikidata: Q47837 08992415-n: definition: - a city in north central Morocco; religious center @@ -25412,6 +26606,7 @@ - Fez - Fes partOfSpeech: n + wikidata: Q80985 08992540-n: definition: - a city in western Morocco; tourist center @@ -25422,6 +26617,7 @@ - Marrakesh - Marrakech partOfSpeech: n + wikidata: Q101625 08992669-n: definition: - a city in northeastern Morocco near the Algerian border @@ -25431,6 +26627,7 @@ members: - Oujda partOfSpeech: n + wikidata: Q193802 08992796-n: definition: - the capital of Morocco; located in the northwestern on the Atlantic coast @@ -25441,6 +26638,7 @@ - Rabat - capital of Morocco partOfSpeech: n + wikidata: Q3551 08992962-n: definition: - a city of northern Morocco at the west end of the Strait of Gibraltar @@ -25453,6 +26651,7 @@ - Tangier - Tangiers partOfSpeech: n + wikidata: Q126148 08993184-n: definition: - an area in northwestern Africa with rich phosphate deposits; under Moroccan control @@ -25464,6 +26663,7 @@ - Western Sahara - Spanish Sahara partOfSpeech: n + wikidata: Q6250 08993376-n: definition: - a republic on the southeastern coast of Africa on the Mozambique Channel; became @@ -25484,6 +26684,7 @@ - 09362418-n - 09506259-n partOfSpeech: n + wikidata: Q1029 08993755-n: definition: - a port city in eastern Mozambique on the Mozambique Channel @@ -25494,6 +26695,7 @@ members: - Beira partOfSpeech: n + wikidata: Q211563 08993905-n: definition: - the capital and largest city of Mozambique @@ -25504,6 +26706,7 @@ - Maputo - capital of Mozambique partOfSpeech: n + wikidata: Q3889 08994044-n: definition: - a region of eastern South Africa on the Indian Ocean @@ -25520,6 +26723,7 @@ mero_part: - 09486208-n partOfSpeech: n + wikidata: Q81725 08994265-n: definition: - North Island and South Island and adjacent small islands in the South Pacific @@ -25544,6 +26748,7 @@ members: - North Island partOfSpeech: n + wikidata: Q118863 08994686-n: definition: - the larger but less populous of two main islands of New Zealand; separated from @@ -25554,6 +26759,7 @@ members: - South Island partOfSpeech: n + wikidata: Q120755 08994872-n: definition: - an independent country within the British Commonwealth; achieved independence @@ -25571,6 +26777,7 @@ - 08995553-n - 09278674-n partOfSpeech: n + wikidata: Q664 08995271-n: definition: - the largest city and principal port of New Zealand @@ -25581,6 +26788,7 @@ members: - Auckland partOfSpeech: n + wikidata: Q37100 08995415-n: definition: - industrial city at the center of a rich agricultural region @@ -25590,6 +26798,7 @@ members: - Christchurch partOfSpeech: n + wikidata: Q79990 08995553-n: definition: - the capital of New Zealand @@ -25600,6 +26809,7 @@ - Wellington - capital of New Zealand partOfSpeech: n + wikidata: Q23661 08995681-n: definition: - a landlocked republic in West Africa; gained independence from France in 1960; @@ -25616,6 +26826,7 @@ - 08995998-n - 09394062-n partOfSpeech: n + wikidata: Q1032 08995998-n: definition: - the capital and largest city of Niger @@ -25626,6 +26837,7 @@ - Niamey - capital of Niger partOfSpeech: n + wikidata: Q3674 08996127-n: definition: - a republic in West Africa on the Gulf of Guinea; gained independence from Britain @@ -25647,6 +26859,7 @@ - 08997344-n - 09394062-n partOfSpeech: n + wikidata: Q1033 08996541-n: definition: - capital of Nigeria in the center of the country @@ -25668,6 +26881,7 @@ members: - Ibadan partOfSpeech: n + wikidata: Q183298 08996838-n: definition: - a city in northern Nigeria; a major center of the Hausa people @@ -25677,6 +26891,7 @@ members: - Katsina partOfSpeech: n + wikidata: Q937487 08996974-n: definition: - chief port and economic center of Nigeria; located in southwestern Nigeria on @@ -25688,6 +26903,7 @@ members: - Lagos partOfSpeech: n + wikidata: Q8673 08997188-n: definition: - a city in northeastern Nigeria; an agricultural trading center @@ -25698,6 +26914,7 @@ - Maiduguri - Yerwa-Maiduguri partOfSpeech: n + wikidata: Q221436 08997344-n: definition: - a city in north central Nigeria; agricultural trading center @@ -25707,6 +26924,7 @@ members: - Zaria partOfSpeech: n + wikidata: Q147975 08997476-n: definition: - a strategically located monarchy on the southern and eastern coasts of the Arabian @@ -25723,6 +26941,7 @@ mero_part: - 08997805-n partOfSpeech: n + wikidata: Q157734 08997805-n: definition: - a port on the Gulf of Oman and capital of the sultanate of Oman @@ -25735,6 +26954,7 @@ - Masqat - capital of Oman partOfSpeech: n + wikidata: Q3826 08997987-n: definition: - an area in southwestern Asia whose sovereignty is disputed between Pakistan and @@ -25751,6 +26971,7 @@ - 09346730-n - 09388185-n partOfSpeech: n + wikidata: Q43100 08998272-n: definition: - a Muslim republic that occupies the heartland of ancient south Asian civilization @@ -25794,6 +27015,7 @@ - Faisalabad - Lyallpur partOfSpeech: n + wikidata: Q173985 08999283-n: definition: - a city in southern Pakistan on the Indus River @@ -25803,6 +27025,7 @@ members: - Hyderabad partOfSpeech: n + wikidata: Q1361 08999405-n: definition: - the capital of Pakistan in the north on a plateau; the site was chosen in 1959 @@ -25813,6 +27036,7 @@ - Islamabad - capital of Pakistan partOfSpeech: n + wikidata: Q1362 08999581-n: definition: - the largest city in Pakistan; located in southeastern Pakistan; an industrial @@ -25823,6 +27047,7 @@ members: - Karachi partOfSpeech: n + wikidata: Q8660 08999798-n: definition: - city in northeast Pakistan, the second largest metropolitan area in Pakistan @@ -25832,6 +27057,7 @@ members: - Lahore partOfSpeech: n + wikidata: Q11739 08999897-n: definition: - city in northern Pakistan at the eastern end of the Khyber Pass @@ -25841,6 +27067,7 @@ members: - Peshawar partOfSpeech: n + wikidata: Q1113311 09000035-n: definition: - an ancient city in northeastern Pakistan; served as capital of Pakistan while @@ -25851,6 +27078,7 @@ members: - Rawalpindi partOfSpeech: n + wikidata: Q24440 09000215-n: definition: - a region of southeastern Pakistan @@ -25875,6 +27103,7 @@ mero_part: - 09000531-n partOfSpeech: n + wikidata: Q1588974 09000531-n: definition: - a republic in the western central Pacific Ocean in association with the United @@ -25885,8 +27114,8 @@ members: - Palau - Republic of Palau - - TT partOfSpeech: n + wikidata: Q695 09000713-n: definition: - a landlocked republic in south central South America; achieved independence from @@ -25905,6 +27134,7 @@ - 09407814-n - 09453320-n partOfSpeech: n + wikidata: Q733 09001037-n: definition: - the capital and chief port of Paraguay @@ -25916,6 +27146,7 @@ - Asuncion - capital of Paraguay partOfSpeech: n + wikidata: Q2933 09001191-n: definition: - an ancient kingdom in Asia to the southeast of the Caspian Sea; it dominated southwestern @@ -25928,6 +27159,7 @@ mero_member: - 09745788-n partOfSpeech: n + wikidata: Q1645483 09001424-n: definition: - a republic in western South America; achieved independence from Spain in 1821; @@ -25952,6 +27184,7 @@ - 09329403-n - 09505696-n partOfSpeech: n + wikidata: Q419 09001960-n: definition: - a city in southern Peru founded in 1540 on the site of an ancient Inca city @@ -25961,6 +27194,7 @@ members: - Arequipa partOfSpeech: n + wikidata: Q159273 09002110-n: definition: - a town in the Andes in southern Peru; formerly the capital of the Inca empire @@ -25971,6 +27205,7 @@ - Cuzco - Cusco partOfSpeech: n + wikidata: Q5582862 09002248-n: definition: - capital and largest city and economic center of Peru; located in western Peru; @@ -25982,6 +27217,7 @@ - Lima - capital of Peru partOfSpeech: n + wikidata: Q2868 09002489-n: definition: - Inca fortress city in the Andes in Peru discovered in 1911; it may have been built @@ -25992,6 +27228,7 @@ members: - Machu Picchu partOfSpeech: n + wikidata: Q676203 09002670-n: definition: - an archipelago in the southwestern Pacific including some 7000 islands @@ -26023,6 +27260,7 @@ mero_member: - 09716642-n partOfSpeech: n + wikidata: Q6447129 09003184-n: definition: - the main island of the Philippines @@ -26032,6 +27270,7 @@ members: - Luzon partOfSpeech: n + wikidata: Q125384 09003290-n: definition: - the second largest island of the Philippines at the southern end of the archipelago; @@ -26044,6 +27283,7 @@ mero_member: - 09732363-n partOfSpeech: n + wikidata: Q124873 09003493-n: definition: - a mountainous island in the central Philippines @@ -26072,6 +27312,7 @@ - 09004407-n - 09004551-n partOfSpeech: n + wikidata: Q928 09004116-n: definition: - the capital and largest city of the Philippines; located on southern Luzon @@ -26082,6 +27323,7 @@ - Manila - capital of the Philippines partOfSpeech: n + wikidata: Q1461 09004292-n: definition: - a suburb of Manila in southwestern Luzon @@ -26091,6 +27333,7 @@ members: - Caloocan partOfSpeech: n + wikidata: Q1478 09004407-n: definition: - an important seaport on the island of Cebu in the Philippines @@ -26111,6 +27354,7 @@ members: - Quezon City partOfSpeech: n + wikidata: Q1475 09004659-n: definition: - a volcano on Luzon to the northwest of Manila; erupted in 1991 after 600 years @@ -26122,6 +27366,7 @@ - Pinatubo - Mount Pinatubo partOfSpeech: n + wikidata: Q1451 09004822-n: definition: - group of islands in the central Philippines @@ -26133,6 +27378,7 @@ - Visayan Islands - Bisayas partOfSpeech: n + wikidata: Q211436 09004957-n: definition: - a republic in central Europe; the invasion of Poland by Germany in 1939 started @@ -26163,6 +27409,7 @@ - 09399891-n - 09495265-n partOfSpeech: n + wikidata: Q36 09005475-n: definition: - the capital and largest city of Poland; located in central Poland @@ -26174,6 +27421,7 @@ - Warsaw - capital of Poland partOfSpeech: n + wikidata: Q270 09005644-n: definition: - an industrial city and river port in northern Poland @@ -26184,6 +27432,7 @@ - Bydgoszcz - Bromberg partOfSpeech: n + wikidata: Q41252 09005783-n: definition: - an industrial city in southern Poland on the Vistula @@ -26195,6 +27444,7 @@ - Krakow - Krakau partOfSpeech: n + wikidata: Q31487 09005926-n: definition: - a city of southern Poland whose church contains the statue of the black Madonna @@ -26205,6 +27455,7 @@ members: - Czestochowa partOfSpeech: n + wikidata: Q103217 09006112-n: definition: - a port city of northern Poland near the mouth of the Vistula River on a gulf of @@ -26217,6 +27468,7 @@ - Gdansk - Danzig partOfSpeech: n + wikidata: Q1792 09006380-n: definition: - an industrial city of southern Poland @@ -26226,6 +27478,7 @@ members: - Katowice partOfSpeech: n + wikidata: Q588 09006492-n: definition: - a large city of central Poland @@ -26235,6 +27488,7 @@ members: - Lodz partOfSpeech: n + wikidata: Q580 09006593-n: definition: - an industrial city of eastern Poland @@ -26244,6 +27498,7 @@ members: - Lublin partOfSpeech: n + wikidata: Q37333 09006702-n: definition: - a city in southwestern Poland on the Oder @@ -26254,6 +27509,7 @@ - Wroclaw - Breslau partOfSpeech: n + wikidata: Q1799 09006827-n: definition: - an industrial city in southern Poland @@ -26263,6 +27519,7 @@ members: - Zabrze partOfSpeech: n + wikidata: Q103892 09006937-n: definition: - a peninsula in southwestern Europe @@ -26279,6 +27536,7 @@ - 09045488-n - 09045691-n partOfSpeech: n + wikidata: Q12837 09007158-n: definition: - a republic in southwestern Europe on the Iberian Peninsula; Portuguese explorers @@ -26302,6 +27560,7 @@ - 09189097-n - 09476696-n partOfSpeech: n + wikidata: Q45 09007715-n: definition: - islands in the Atlantic Ocean belonging to Portugal @@ -26314,6 +27573,7 @@ - Azores - Acores partOfSpeech: n + wikidata: Q25263 09007929-n: definition: - an island in the Atlantic Ocean off the coast of Africa; the largest of the Madeira @@ -26324,6 +27584,7 @@ members: - Madeira partOfSpeech: n + wikidata: Q30188 09008094-n: definition: - a group of volcanic islands in the Atlantic Ocean to the west of Morocco; the @@ -26337,6 +27598,7 @@ mero_part: - 09007929-n partOfSpeech: n + wikidata: Q3628422 09008328-n: definition: - an ancient city in northern Portugal @@ -26346,6 +27608,7 @@ members: - Braga partOfSpeech: n + wikidata: Q3344946 09008436-n: definition: - capital and largest city and economic and cultural center of Portugal; a major @@ -26362,6 +27625,7 @@ mero_part: - 03987562-n partOfSpeech: n + wikidata: Q597 09008744-n: definition: - port city in northwest Portugal; noted for port wine @@ -26373,6 +27637,7 @@ - Porto - Oporto partOfSpeech: n + wikidata: Q36433 09008896-n: definition: - a port city on the Atlantic coast of Portugal to the southeast of Lisbon @@ -26383,6 +27648,7 @@ members: - Setubal partOfSpeech: n + wikidata: Q173699 09009061-n: definition: - a peninsula extending northward from the Arabian mainland into the Persian Gulf @@ -26397,6 +27663,7 @@ mero_part: - 09009275-n partOfSpeech: n + wikidata: Q65159628 09009275-n: definition: - an Arab country on the peninsula of Qatar; achieved independence from the United @@ -26414,6 +27681,7 @@ mero_part: - 09009632-n partOfSpeech: n + wikidata: Q846 09009632-n: definition: - the capital and chief port of Qatar @@ -26427,6 +27695,7 @@ - El Beda - capital of Qatar partOfSpeech: n + wikidata: Q3861 09009793-n: definition: - a country on several of the Leeward Islands; located to the east southeast of @@ -26446,6 +27715,7 @@ - 09010586-n - 09010703-n partOfSpeech: n + wikidata: Q763 09010249-n: definition: - the largest of the islands comprising Saint Christopher-Nevis @@ -26458,6 +27728,7 @@ - Saint Kitts - St. Kitts partOfSpeech: n + wikidata: Q204989 09010438-n: definition: - the capital of Saint Kitts and Nevis on the island of Saint Christopher @@ -26467,6 +27738,7 @@ members: - Basseterre partOfSpeech: n + wikidata: Q41295 09010586-n: definition: - one of the islands of Saint Christopher-Nevis, with capital Charlestown @@ -26476,6 +27748,7 @@ members: - Nevis partOfSpeech: n + wikidata: Q207794 09010703-n: definition: - one of the islands of Saint Christopher-Nevis, with a land area of 94 acres @@ -26485,6 +27758,7 @@ members: - Sombrero partOfSpeech: n + wikidata: Q730092 09010823-n: definition: - a volcanic island in the Windward Isles to the south of Martinique @@ -26495,6 +27769,7 @@ - Saint Lucia - St. Lucia partOfSpeech: n + wikidata: Q27508090 09010979-n: definition: - a country on the island of Saint Lucia; gained independence from Great Britain @@ -26509,6 +27784,7 @@ - 09010823-n - 09011231-n partOfSpeech: n + wikidata: Q760 09011231-n: definition: - a port on the island of Saint Lucia; capital and largest city of Saint Lucia @@ -26519,6 +27795,7 @@ members: - Castries partOfSpeech: n + wikidata: Q41699 09011401-n: definition: - an island country in the central Windward Islands; achieved independence from @@ -26546,6 +27823,7 @@ mero_part: - 09011926-n partOfSpeech: n + wikidata: Q379656 09011926-n: definition: - the capital of Saint Vincent and the Grenadines; on Saint Vincent @@ -26555,6 +27833,7 @@ members: - Kingstown partOfSpeech: n + wikidata: Q41474 09012067-n: definition: - a French overseas possession in the South Pacific @@ -26571,6 +27850,7 @@ - 09013214-n - 09013369-n partOfSpeech: n + wikidata: Q30971 09012311-n: definition: - an island in the south Pacific; the most important island in French Polynesia; @@ -26585,6 +27865,7 @@ mero_part: - 09012573-n partOfSpeech: n + wikidata: Q42000 09012573-n: definition: - the capital of French Polynesia on the northwestern coast of Tahiti @@ -26594,6 +27875,7 @@ members: - Papeete partOfSpeech: n + wikidata: Q130800 09012714-n: definition: - an island group of French Polynesia in the South Pacific to the east of Samoa @@ -26605,6 +27887,7 @@ mero_part: - 09012311-n partOfSpeech: n + wikidata: Q118920 09012892-n: definition: - a group of about 80 coral islands in French Polynesia @@ -26628,6 +27911,7 @@ - Tubuai Islands - Austral Islands partOfSpeech: n + wikidata: Q514626 09013214-n: definition: - a group of islands in the south central Pacific; part of French Polynesia @@ -26637,6 +27921,7 @@ members: - Gambier Islands partOfSpeech: n + wikidata: Q504043 09013369-n: definition: - a group of volcanic islands in the south central Pacific; part of French Polynesia @@ -26664,6 +27949,7 @@ - 09013861-n - 09014248-n partOfSpeech: n + wikidata: Q162126 09013861-n: definition: - a constitutional monarchy on the western part of the islands of Samoa in the South @@ -26679,6 +27965,7 @@ mero_part: - 09014122-n partOfSpeech: n + wikidata: Q683 09014122-n: definition: - the capital of Western Samoa @@ -26689,6 +27976,7 @@ - Apia - capital of Western Samoa partOfSpeech: n + wikidata: Q36260 09014248-n: definition: - a United States territory on the eastern part of the island of Samoa @@ -26713,6 +28001,7 @@ - Pago Pago - Pango Pango partOfSpeech: n + wikidata: Q51678 09014551-n: definition: - the smallest republic in the world; the oldest independent country in Europe (achieved @@ -26728,6 +28017,7 @@ mero_part: - 09014878-n partOfSpeech: n + wikidata: Q238 09014878-n: definition: - the capital and only city of San Marino @@ -26739,6 +28029,7 @@ - San Marino - capital of San Marino partOfSpeech: n + wikidata: Q1848 09015018-n: definition: - island nation in the South Atlantic off the west coast of Africa; achieved independence @@ -26756,6 +28047,7 @@ - 09015407-n - 09015514-n partOfSpeech: n + wikidata: Q1039 09015407-n: definition: - capital of Sao Tome and Principe @@ -26765,6 +28057,7 @@ members: - Sao Tome partOfSpeech: n + wikidata: Q3932 09015514-n: definition: - an island in the Gulf of Guinea that is part of Sao Tome and Principe @@ -26774,6 +28067,7 @@ members: - Principe partOfSpeech: n + wikidata: Q210636 09015658-n: definition: - an absolute monarchy occupying most of the Arabian Peninsula in southwest Asia; @@ -26800,6 +28094,7 @@ - 09195008-n - 09195920-n partOfSpeech: n + wikidata: Q851 09016241-n: definition: - joint capital (with Mecca) of Saudi Arabia located in the central oasis; largest @@ -26811,6 +28106,7 @@ - Riyadh - capital of Saudi Arabia partOfSpeech: n + wikidata: Q3692 09016460-n: definition: - joint capital (with Riyadh) of Saudi Arabia; located in western Saudi Arabia; @@ -26823,6 +28119,7 @@ mero_part: - 03611932-n partOfSpeech: n + wikidata: Q5806 09016709-n: definition: - a city in western Saudi Arabia; site of the tomb of Muhammad; the second most @@ -26834,6 +28131,7 @@ - Medina - Al Madinah partOfSpeech: n + wikidata: Q35484 09016910-n: definition: - an oil town in eastern Saudi Arabia on an inlet from the Persian Gulf @@ -26859,6 +28157,7 @@ - Jiddah - Jidda partOfSpeech: n + wikidata: Q374365 09017383-n: definition: - a city in northwestern Saudi Arabia @@ -26868,6 +28167,7 @@ members: - Tabuk partOfSpeech: n + wikidata: Q244232 09017490-n: definition: - a city in western Saudi Arabia to the east of Mecca @@ -26878,6 +28178,7 @@ - Ta'if - Taif partOfSpeech: n + wikidata: Q182640 09017612-n: definition: - a central plateau region of the Arabian Peninsula; formerly an independent sultanate @@ -26890,6 +28191,7 @@ - Nejd - Najd partOfSpeech: n + wikidata: Q208154 09017885-n: definition: - a coastal region of the western Arabian Peninsula bordering on the Red Sea; includes @@ -26906,6 +28208,7 @@ - 09016460-n - 09016709-n partOfSpeech: n + wikidata: Q169977 09018232-n: definition: - a republic in northwestern Africa on the coast of the Atlantic; formerly a French @@ -26921,6 +28224,7 @@ mero_part: - 09018488-n partOfSpeech: n + wikidata: Q1041 09018488-n: definition: - the capital and chief port and largest city of Senegal @@ -26932,6 +28236,7 @@ - Dakar - capital of Senegal partOfSpeech: n + wikidata: Q3718 09018654-n: definition: - a group of about 90 islands in the western Indian Ocean to the north of Madagascar @@ -26959,6 +28264,7 @@ mero_part: - 09019084-n partOfSpeech: n + wikidata: Q1042 09019084-n: definition: - port city and the capital of Seychelles @@ -26970,6 +28276,7 @@ - Victoria - capital of Seychelles partOfSpeech: n + wikidata: Q3940 09019241-n: definition: - a republic in West Africa; achieved independence from the United Kingdom in 1961 @@ -26984,6 +28291,7 @@ mero_part: - 09019502-n partOfSpeech: n + wikidata: Q1044 09019502-n: definition: - port city and the capital and largest city of Sierra Leone @@ -26995,6 +28303,7 @@ - Freetown - capital of Sierra Leone partOfSpeech: n + wikidata: Q3780 09019680-n: definition: - an island to the south of the Malay Peninsula @@ -27007,30 +28316,20 @@ mero_part: - 09019857-n partOfSpeech: n + wikidata: Q1054746 09019857-n: definition: - - a country in southeastern Asia on the island of Singapore; achieved independence + - a country and city in southeastern Asia on the island of Singapore; achieved independence from Malaysia in 1965 ili: i83964 instance_hypernym: - 08718069-n + - 08709407-n members: - Singapore - Republic of Singapore mero_member: - 09768945-n - mero_part: - - 09020171-n - partOfSpeech: n -09020171-n: - definition: - - the capital of Singapore; one of the world's biggest ports - ili: i83965 - instance_hypernym: - - 08709407-n - members: - - Singapore - - capital of Singapore partOfSpeech: n 09020346-n: definition: @@ -27046,6 +28345,7 @@ - 08862727-n - 09020603-n partOfSpeech: n + wikidata: Q148966 09020603-n: definition: - the southern Solomon Islands that since 1978 form an independent state in the @@ -27059,6 +28359,7 @@ - 08862563-n - 09020821-n partOfSpeech: n + wikidata: Q685 09020821-n: definition: - national capital of Solomon Islands @@ -27084,6 +28385,7 @@ - 09021223-n - 09021419-n partOfSpeech: n + wikidata: Q1045 09021223-n: definition: - the capital and largest city of Somalia; a port on the Indian Ocean @@ -27096,6 +28398,7 @@ - Mogadiscio - capital of Somalia partOfSpeech: n + wikidata: Q2449 09021419-n: definition: - a city in northwestern Somalia @@ -27105,6 +28408,7 @@ members: - Hargeisa partOfSpeech: n + wikidata: Q168652 09021524-n: definition: - a peninsula of northeastern Africa (the easternmost part of Africa) comprising @@ -27123,6 +28427,7 @@ - 08795913-n - 09020930-n partOfSpeech: n + wikidata: Q40556 09021852-n: definition: - a republic at the southernmost part of Africa; achieved independence from the @@ -27154,6 +28459,7 @@ - 09362418-n - 09402617-n partOfSpeech: n + wikidata: Q258 09022642-n: definition: - city in the Transvaal; the seat of the executive branch of the government of South @@ -27165,6 +28471,7 @@ - Pretoria - capital of South Africa partOfSpeech: n + wikidata: Q3926 09022832-n: definition: - port city in southwestern South Africa; the seat of the legislative branch of @@ -27176,6 +28483,7 @@ members: - Cape Town partOfSpeech: n + wikidata: Q5465 09023035-n: definition: - city in the northeastern part of South Africa near Pretoria; commercial center @@ -27186,6 +28494,7 @@ members: - Johannesburg partOfSpeech: n + wikidata: Q34647 09023224-n: definition: - city in central South Africa; center for diamond mining and diamond marketing @@ -27195,6 +28504,7 @@ members: - Kimberley partOfSpeech: n + wikidata: Q125905 09023377-n: definition: - a port city in eastern South Africa on the Indian Ocean; resort and industrial @@ -27206,6 +28516,7 @@ members: - Durban partOfSpeech: n + wikidata: Q5468 09023554-n: definition: - a province in central South Africa that was colonized by the Boers; named Free @@ -27231,6 +28542,7 @@ mero_part: - 09024251-n partOfSpeech: n + wikidata: Q190959 09023950-n: definition: - a former province of southern South Africa that was settled by the Dutch in 1652 @@ -27257,6 +28569,7 @@ - Rand - Reef partOfSpeech: n + wikidata: Q587808 09024466-n: definition: - a province of western South Africa @@ -27266,6 +28579,7 @@ members: - Cape of Good Hope partOfSpeech: n + wikidata: Q127167 09024565-n: definition: - a point of land in southwestern South Africa (south of Cape Town) @@ -27275,6 +28589,7 @@ members: - Cape of Good Hope partOfSpeech: n + wikidata: Q4092 09024695-n: definition: - the seat of the supreme court @@ -27284,6 +28599,7 @@ members: - Bloemfontein partOfSpeech: n + wikidata: Q37701 09024803-n: definition: - a large collection of African townships to the southwest of Johannesburg in South @@ -27294,6 +28610,7 @@ members: - Soweto partOfSpeech: n + wikidata: Q217426 09025000-n: definition: - the medieval Russian state established by Scandinavian traders in the 9th century; @@ -27305,6 +28622,7 @@ - Kievan Rus' - Rus partOfSpeech: n + wikidata: Q1108445 09025184-n: definition: - a former empire in eastern Europe and northern Asia created in the 14th century @@ -27319,6 +28637,7 @@ mero_part: - 09026288-n partOfSpeech: n + wikidata: Q34266 09025654-n: definition: - a former communist country in eastern Europe and northern Asia; established in @@ -27337,6 +28656,7 @@ - 09030093-n - 09260310-n partOfSpeech: n + wikidata: Q15180 09026288-n: definition: - a Russian principality in the 13th to 16th centuries; Moscow was the capital @@ -27347,6 +28667,7 @@ - Grand Duchy of Moscow - Muscovy partOfSpeech: n + wikidata: Q170770 09026438-n: definition: - a city of central European Russia; formerly capital of both the Soviet Union and @@ -27361,6 +28682,7 @@ mero_part: - 03633881-n partOfSpeech: n + wikidata: Q649 09026728-n: definition: - a city in southwestern Russia on the delta of the Volga River @@ -27370,6 +28692,7 @@ members: - Astrakhan partOfSpeech: n + wikidata: Q3927 09026865-n: definition: - a city of east central Russia to the north of Moscow @@ -27394,6 +28717,7 @@ - Chechenia - Chechen Republic partOfSpeech: n + wikidata: Q5187 09027362-n: definition: - the capital of Chechnya in southwestern Russia; center of extensive oil fields @@ -27404,6 +28728,7 @@ - Grozny - Groznyy partOfSpeech: n + wikidata: Q5196 09027523-n: definition: - a city of central Russia to the south of Moscow @@ -27413,6 +28738,7 @@ members: - Kaluga partOfSpeech: n + wikidata: Q2837 09027643-n: definition: - an administrative territory in Russia on the eastern coast of Siberia @@ -27425,6 +28751,7 @@ mero_part: - 09027827-n partOfSpeech: n + wikidata: Q7788 09027827-n: definition: - a city on the Amur River on the border of China and the capital of Khabarovsk @@ -27434,6 +28761,7 @@ members: - Khabarovsk partOfSpeech: n + wikidata: Q4454 09027981-n: definition: - a city of southwestern Russia @@ -27443,6 +28771,7 @@ members: - Kursk partOfSpeech: n + wikidata: Q3159 09028082-n: definition: - a vast Asian region of Russia; famous for long cold winters @@ -27472,6 +28801,7 @@ - 09486677-n - 09505460-n partOfSpeech: n + wikidata: Q5428 09028575-n: definition: - one of the states that formerly made up the former Union of Soviet Socialist Republics @@ -27535,6 +28865,7 @@ - 09496369-n - 09496527-n partOfSpeech: n + wikidata: Q159 09029841-n: definition: - the part of Russia that is part of Europe @@ -27544,6 +28875,7 @@ members: - European Russia partOfSpeech: n + wikidata: Q875134 09029983-n: definition: - the Russia that is part of Asia @@ -27554,6 +28886,7 @@ - North Asia - Asian Russia partOfSpeech: n + wikidata: Q27329 09030093-n: definition: - formerly the largest Soviet Socialist Republic in the USSR occupying eastern Europe @@ -27575,6 +28908,7 @@ - 09727514-n - 09747745-n partOfSpeech: n + wikidata: Q2184 09030500-n: definition: - an industrial city in the European part of Russia; birthplace of Maksim Gorky @@ -27589,6 +28923,7 @@ - Gorky - Gorkiy partOfSpeech: n + wikidata: Q891 09030703-n: definition: - an industrial city in the European part of Russia, it is the capital and largest @@ -27599,6 +28934,7 @@ members: - Kazan partOfSpeech: n + wikidata: Q900 09030824-n: definition: - a city in the European part of Russia; 2nd largest Russian city; located at the @@ -27613,6 +28949,7 @@ - Petrograd - Saint Petersburg partOfSpeech: n + wikidata: Q656 09031093-n: definition: - a port city in northwestern Russia on the Kola Peninsula; the largest city to @@ -27625,6 +28962,7 @@ members: - Murmansk partOfSpeech: n + wikidata: Q1763 09031363-n: definition: - a city in southwestern Russia in a valley of the Caucasus Mountains; an industrial @@ -27635,6 +28973,7 @@ members: - Nalchik partOfSpeech: n + wikidata: Q5265 09031544-n: definition: - a city in northwestern Russia on the Volkhov River; Russia's oldest city and an @@ -27658,6 +28997,7 @@ - Perm - Molotov partOfSpeech: n + wikidata: Q915 09031860-n: definition: - a seaport on the Don River near the Sea of Azov in the European part of Russia @@ -27682,6 +29022,7 @@ members: - Saratov partOfSpeech: n + wikidata: Q5332 09032186-n: definition: - a city in western Russia on the Dnieper River; scene of severe fighting in World @@ -27692,6 +29033,7 @@ members: - Smolensk partOfSpeech: n + wikidata: Q2337 09032348-n: definition: - the capital city of the Republic of Bashkortostan, Russia @@ -27701,6 +29043,7 @@ members: - Ufa partOfSpeech: n + wikidata: Q911 09032455-n: definition: - a city in the European part of Russia on the Volga; site of German defeat in World @@ -27713,6 +29056,7 @@ - Stalingrad - Tsaritsyn partOfSpeech: n + wikidata: Q914 09032670-n: definition: - a city in the Asian part of Russia on the Ob river; largest city in Siberia @@ -27722,6 +29066,7 @@ members: - Novosibirsk partOfSpeech: n + wikidata: Q883 09032823-n: definition: - a city in the Asian part of Russia, named after the fortress of Chelyaba @@ -27741,6 +29086,7 @@ members: - Omsk partOfSpeech: n + wikidata: Q898 09033040-n: definition: - a seaport in the Asian part of Russia @@ -27750,6 +29096,7 @@ members: - Vladivostok partOfSpeech: n + wikidata: Q959 09033155-n: definition: - two islands in the Arctic Ocean belonging to Russia; site of a test center for @@ -27761,6 +29108,7 @@ - Novaya Zemlya - Nova Zembla partOfSpeech: n + wikidata: Q80413 09033344-n: definition: - a peninsula in northwestern Russia projecting eastward between the Barents Sea @@ -27771,6 +29119,7 @@ members: - Kola Peninsula partOfSpeech: n + wikidata: Q165608 09033521-n: definition: - a landlocked republic in eastern Europe; formerly a European soviet @@ -27793,6 +29142,7 @@ - 09034292-n - 09291142-n partOfSpeech: n + wikidata: Q184 09033888-n: definition: - the capital of Belarus and of the Commonwealth of Independent States @@ -27803,6 +29153,7 @@ - Minsk - capital of Belarus partOfSpeech: n + wikidata: Q2280 09034049-n: definition: - industrial city of Belarus to the southeast of Minsk @@ -27814,6 +29165,7 @@ - Homel - Gomel partOfSpeech: n + wikidata: Q2678 09034190-n: definition: - a city of southwestern Belarus @@ -27823,6 +29175,7 @@ members: - Pinsk partOfSpeech: n + wikidata: Q204150 09034292-n: definition: - a town in Belarus that was the center of the Chabad movement for a brief period @@ -27834,6 +29187,7 @@ - Lyubavichi - Lubavitch partOfSpeech: n + wikidata: Q898212 09034471-n: definition: - European countries bordering the Baltic Sea @@ -27859,6 +29213,7 @@ - 09035105-n - 09035268-n partOfSpeech: n + wikidata: Q191 09034900-n: definition: - a port city on the Gulf of Finland that is the capital and largest city of Estonia @@ -27871,6 +29226,7 @@ - Tallin - capital of Estonia partOfSpeech: n + wikidata: Q1770 09035105-n: definition: - a city of southeastern Estonia that was a member of the Hanseatic League @@ -27880,6 +29236,7 @@ members: - Tartu partOfSpeech: n + wikidata: Q13972 09035268-n: definition: - a region on the Baltic that is divided between northern Estonia and southern Latvia @@ -27889,6 +29246,7 @@ members: - Livonia partOfSpeech: n + wikidata: Q183464 09035444-n: definition: - a republic in northeastern Europe on the eastern coast of the Baltic Sea @@ -27906,6 +29264,7 @@ - 09035973-n - 09036094-n partOfSpeech: n + wikidata: Q211 09035723-n: definition: - a port city on the Gulf of Riga that is the capital and largest city of Latvia; @@ -27918,6 +29277,7 @@ - Riga - capital of Latvia partOfSpeech: n + wikidata: Q1773 09035973-n: definition: - a city of southwestern Latvia on the Baltic Sea @@ -27927,6 +29287,7 @@ members: - Liepaja partOfSpeech: n + wikidata: Q167668 09036094-n: definition: - a city of southeastern Latvia @@ -27936,6 +29297,7 @@ members: - Daugavpils partOfSpeech: n + wikidata: Q80021 09036200-n: definition: - a republic in northeastern Europe on the Baltic Sea, with capital Vilnius @@ -27953,6 +29315,7 @@ - 09036643-n - 09036840-n partOfSpeech: n + wikidata: Q37 09036436-n: definition: - a city in western Lithuania on the Baltic Sea; formerly an important trading town @@ -27964,6 +29327,7 @@ - Klaipeda - Memel partOfSpeech: n + wikidata: Q776965 09036643-n: definition: - the capital and largest city of Lithuania; located in southeastern Lithuania @@ -27977,6 +29341,7 @@ - Wilno - capital of Lithuania partOfSpeech: n + wikidata: Q216 09036840-n: definition: - a city in central Lithuania @@ -27988,6 +29353,7 @@ - Kovna - Kovno partOfSpeech: n + wikidata: Q4115712 09036956-n: definition: - a landlocked republic in eastern Europe; formerly a European soviet but achieved @@ -28002,6 +29368,7 @@ mero_part: - 09037220-n partOfSpeech: n + wikidata: Q217 09037220-n: definition: - the capital of Moldova @@ -28013,6 +29380,7 @@ - Chisinau - capital of Moldova partOfSpeech: n + wikidata: Q21197 09037349-n: definition: - a republic in southeastern Europe; formerly a European soviet; the center of the @@ -28037,6 +29405,7 @@ - 09285993-n - 09291142-n partOfSpeech: n + wikidata: Q212 09037830-n: definition: - a Ukrainian peninsula between the Black Sea and the Sea of Azov @@ -28049,6 +29418,7 @@ - 09039538-n - 09039671-n partOfSpeech: n + wikidata: Q7835 09038023-n: definition: - (Greek mythology) a region on the Black Sea to the south of the Caucasus that @@ -28062,6 +29432,7 @@ members: - Colchis partOfSpeech: n + wikidata: Q183150 09038277-n: definition: - capital and largest city of the Ukraine; a major manufacturing and transportation @@ -28074,6 +29445,7 @@ - Kiev - capital of the Ukraine partOfSpeech: n + wikidata: Q1899 09038469-n: definition: - an industrial city in the Donets Basin @@ -28085,6 +29457,7 @@ - Donetske - Stalino partOfSpeech: n + wikidata: Q43070 09038602-n: definition: - an industrial region in the Ukraine @@ -28096,6 +29469,7 @@ - Donbass - Donbas partOfSpeech: n + wikidata: Q605714 09038735-n: definition: - a city in north central Ukraine; site of a major disaster at a nuclear power plant @@ -28106,6 +29480,7 @@ members: - Chernobyl partOfSpeech: n + wikidata: Q129677 09038909-n: definition: - port city and industrial center in east central Ukraine on the Dnieper River @@ -28117,6 +29492,7 @@ - Dniprodzerzhynsk - Dneprodzerzhinsk partOfSpeech: n + wikidata: Q156719 09039068-n: definition: - city in east central Ukraine on the Dnieper River; center of metallurgical industry @@ -28127,6 +29503,7 @@ - Dnipropetrovsk - Yekaterinoslav partOfSpeech: n + wikidata: Q48256 09039230-n: definition: - a city in northeastern Ukraine; former capital of the Ukraine @@ -28137,6 +29514,7 @@ - Kharkov - Kharkiv partOfSpeech: n + wikidata: Q42308 09039375-n: definition: - a port city of south central Ukraine on an arm of the Black Sea @@ -28148,6 +29526,7 @@ - Odessa - Odesa partOfSpeech: n + wikidata: Q1874 09039538-n: definition: - a city in southern Ukraine on the Black Sea @@ -28158,6 +29537,7 @@ - Sebastopol - Sevastopol partOfSpeech: n + wikidata: Q7525 09039671-n: definition: - a resort city in Crimea in the southern Ukraine on the Black Sea; site of the @@ -28168,6 +29548,7 @@ members: - Yalta partOfSpeech: n + wikidata: Q128499 09039896-n: definition: - a landlocked republic in southwestern Asia; formerly an Asian soviet; modern Armenia @@ -28189,6 +29570,7 @@ - 09040400-n - 09226095-n partOfSpeech: n + wikidata: Q399 09040400-n: definition: - capital of Armenia @@ -28201,6 +29583,7 @@ - Erivan - capital of Armenia partOfSpeech: n + wikidata: Q1953 09040532-n: definition: - a landlocked republic in southwestern Asia; formerly an Asian soviet @@ -28215,6 +29598,7 @@ mero_part: - 09040796-n partOfSpeech: n + wikidata: Q227 09040796-n: definition: - a port city on the Caspian Sea that is the capital of Azerbaijan and an important @@ -28227,6 +29611,7 @@ - Baku - capital of Azerbaijan partOfSpeech: n + wikidata: Q9248 09041017-n: definition: - an ancient geographical region to the south of the Caucasus Mountains that corresponded @@ -28240,6 +29625,7 @@ mero_member: - 10215902-n partOfSpeech: n + wikidata: Q19083 09041218-n: definition: - a republic in Asia Minor on the Black Sea separated from Russia by the Caucasus @@ -28257,6 +29643,7 @@ - 09041725-n - 09041962-n partOfSpeech: n + wikidata: Q230 09041564-n: definition: - the capital and largest city of Georgia on the Kura river @@ -28268,6 +29655,7 @@ - Tiflis - capital of Georgia partOfSpeech: n + wikidata: Q994 09041725-n: definition: - republic with limited recognition in the Caucasus @@ -28281,6 +29669,7 @@ mero_member: - 09660722-n partOfSpeech: n + wikidata: Q31354462 09041962-n: definition: - an autonomous province of Georgia on the Black Sea @@ -28312,6 +29701,7 @@ mero_part: - 09042669-n partOfSpeech: n + wikidata: Q232 09042489-n: definition: - remote city of Kazakhstan that (ostensibly for security reasons) was made the @@ -28324,6 +29714,7 @@ - Akmola - capital of Kazakhstan partOfSpeech: n + wikidata: Q1520 09042669-n: definition: - the largest city in Kazakhstan and the capital until 1998 @@ -28334,6 +29725,7 @@ - Almaty - Alma-Ata partOfSpeech: n + wikidata: Q35493 09042810-n: definition: - a landlocked republic in west central Asia bordering on northwestern China; formerly @@ -28354,6 +29746,7 @@ - 09043162-n - 09407116-n partOfSpeech: n + wikidata: Q813 09043162-n: definition: - the capital of Kyrgyzstan (known as Frunze 1926-1991) @@ -28366,6 +29759,7 @@ - Frunze - capital of Kyrgyzstan partOfSpeech: n + wikidata: Q9361 09043331-n: definition: - a landlocked mountainous republic in southeast central Asia to the north of Afghanistan; @@ -28387,6 +29781,7 @@ - 09274738-n - 09407116-n partOfSpeech: n + wikidata: Q863 09043683-n: definition: - the capital of Tajikistan; formerly Stalinabad 1926-1991 @@ -28400,6 +29795,7 @@ - Stalinabad - capital of Tajikistan partOfSpeech: n + wikidata: Q9365 09043873-n: definition: - a republic in Asia to the east of the Caspian Sea and to the south of Kazakhstan @@ -28416,6 +29812,7 @@ - 09044182-n - 09193372-n partOfSpeech: n + wikidata: Q874 09044182-n: definition: - the capital and largest city of Turkmenistan @@ -28427,6 +29824,7 @@ - Ashkhabad - capital of Turkmenistan partOfSpeech: n + wikidata: Q23438 09044328-n: definition: - a peninsula in eastern Siberia; between Bering Sea and Sea of Okhotsk @@ -28438,6 +29836,7 @@ mero_part: - 09198664-n partOfSpeech: n + wikidata: Q993 09044502-n: definition: - a peninsula in northern Siberia @@ -28464,6 +29863,7 @@ - 09045037-n - 09193530-n partOfSpeech: n + wikidata: Q265 09044908-n: definition: - the capital of Uzbekistan @@ -28475,6 +29875,7 @@ - Taskent - capital of Uzbek partOfSpeech: n + wikidata: Q269 09045037-n: definition: - city in southern Uzbekistan; Tamerlane's opulent capital in the 14th century @@ -28485,6 +29886,7 @@ - Samarkand - Samarcand partOfSpeech: n + wikidata: Q5753 09045201-n: definition: - the parts of North America and South America to the south of the United States @@ -28502,6 +29904,7 @@ mero_part: - 08753538-n partOfSpeech: n + wikidata: Q12585 09045488-n: definition: - a small republic in the eastern Pyrenees between Spain and France @@ -28514,6 +29917,7 @@ mero_member: - 09709892-n partOfSpeech: n + wikidata: Q228 09045691-n: definition: - a parliamentary monarchy in southwestern Europe on the Iberian Peninsula; a former @@ -28559,6 +29963,7 @@ - 09457969-n - 09476696-n partOfSpeech: n + wikidata: Q29 09046837-n: definition: - the capital and largest city situated centrally in Spain; home of an outstanding @@ -28571,6 +29976,7 @@ - capital of Spain - Spanish capital partOfSpeech: n + wikidata: Q2807 09047038-n: definition: - an archipelago in the western Mediterranean off the eastern coast of Spain @@ -28582,6 +29988,7 @@ mero_part: - 09047214-n partOfSpeech: n + wikidata: Q5765 09047214-n: definition: - the largest of the Balearic Islands @@ -28591,6 +29998,7 @@ members: - Majorca partOfSpeech: n + wikidata: Q8828 09047342-n: definition: - a group of mountainous islands in the Atlantic off the northwest coast of Africa @@ -28604,6 +30012,7 @@ mero_part: - 09051013-n partOfSpeech: n + wikidata: Q23988230 09047559-n: definition: - a city in northeastern Spain on the Mediterranean; 2nd largest Spanish city and @@ -28616,6 +30025,7 @@ members: - Barcelona partOfSpeech: n + wikidata: Q1492 09047821-n: definition: - an ancient port city in southwestern Spain @@ -28626,6 +30036,7 @@ members: - Cadiz partOfSpeech: n + wikidata: Q15682 09047954-n: definition: - a port in southeastern Spain on the Mediterranean @@ -28636,6 +30047,7 @@ members: - Cartagena partOfSpeech: n + wikidata: Q162615 09048098-n: definition: - a city in southern Spain; center of Moorish culture @@ -28646,6 +30058,7 @@ - Cordoba - Cordova partOfSpeech: n + wikidata: Q5818 09048233-n: definition: - a city in southeastern Spain that was the capital of the Moorish kingdom until @@ -28659,6 +30072,7 @@ mero_part: - 02699528-n partOfSpeech: n + wikidata: Q8810 09048574-n: definition: - a city in southwestern Spain that is famous for making sherry @@ -28669,6 +30083,7 @@ - Jerez - Jerez de la Frontera partOfSpeech: n + wikidata: Q12303 09048730-n: definition: - a city in northwestern Spain at the foot of the Cantabrian Mountains @@ -28678,6 +30093,7 @@ members: - Leon partOfSpeech: n + wikidata: Q15699 09048869-n: definition: - a city in northern Spain on the Ebro River @@ -28688,6 +30104,7 @@ members: - Logrono partOfSpeech: n + wikidata: Q14325 09048984-n: definition: - a port city and resort in Andalusia in southern Spain on the Mediterranean @@ -28698,6 +30115,7 @@ members: - Malaga partOfSpeech: n + wikidata: Q8851 09049150-n: definition: - a city in northwestern Spain near the Cantabrian Mountains @@ -28707,6 +30125,7 @@ members: - Oviedo partOfSpeech: n + wikidata: Q14317 09049281-n: definition: - a city in northern Spain on the Bay of Biscay near the French border; a fashionable @@ -28717,6 +30136,7 @@ members: - San Sebastian partOfSpeech: n + wikidata: Q10313 09049459-n: definition: - a city in southwestern Spain; a major port and cultural center; the capital of @@ -28729,6 +30149,7 @@ - Sevilla - Seville partOfSpeech: n + wikidata: Q8717 09049662-n: definition: - a city in central Spain on the Tagus river; famous for steel and swords since @@ -28739,6 +30160,7 @@ members: - Toledo partOfSpeech: n + wikidata: Q5836 09049830-n: definition: - a region of northeastern Spain; a former kingdom that united with Castile in 1479 @@ -28749,6 +30171,7 @@ members: - Aragon partOfSpeech: n + wikidata: Q4040 09050049-n: definition: - an ancient city on the Ebro River in northeastern Spain; formerly the capital @@ -28760,6 +30183,7 @@ - Zaragoza - Saragossa partOfSpeech: n + wikidata: Q10305 09050223-n: definition: - a region of central Spain; a former kingdom that comprised most of modern Spain @@ -28771,6 +30195,7 @@ - Castile - Castilla partOfSpeech: n + wikidata: Q173063 09050432-n: definition: - a region of northeastern Spain @@ -28780,6 +30205,7 @@ members: - Catalonia partOfSpeech: n + wikidata: Q5705 09050574-n: definition: - a region (and former kingdom) in northwestern Spain on the Atlantic and the Bay @@ -28790,6 +30216,7 @@ members: - Galicia partOfSpeech: n + wikidata: Q3908 09050737-n: definition: - a historical area and former kingdom in northwestern Spain @@ -28799,6 +30226,7 @@ members: - Leon partOfSpeech: n + wikidata: Q71140 09050847-n: definition: - a city in eastern Spain on the Mediterranean @@ -28810,6 +30238,7 @@ members: - Valencia partOfSpeech: n + wikidata: Q8818 09051013-n: definition: - a Spanish island in the Atlantic off the northwestern coast of Africa; the largest @@ -28820,6 +30249,7 @@ members: - Tenerife partOfSpeech: n + wikidata: Q40846 09051211-n: definition: - location of a colony of the United Kingdom on a limestone promontory at the southern @@ -28836,6 +30266,7 @@ mero_member: - 09768342-n partOfSpeech: n + wikidata: Q690347 09051612-n: definition: - a region of northern Africa to the south of the Sahara and Libyan deserts; extends @@ -28847,6 +30278,7 @@ - Sudan - Soudan partOfSpeech: n + wikidata: Q209703 09051827-n: definition: - a republic in northeastern Africa on the Red Sea; achieved independence from Egypt @@ -28871,6 +30303,7 @@ - 09194571-n - 09394271-n partOfSpeech: n + wikidata: Q1049 09052254-n: definition: - an impoverished region of western Sudan @@ -28883,6 +30316,7 @@ members: - Darfur partOfSpeech: n + wikidata: Q46733 09052466-n: definition: - a mountainous province of central Sudan @@ -28893,6 +30327,7 @@ - Kurdufan - Kordofan partOfSpeech: n + wikidata: Q867052 09052580-n: definition: - the capital of Sudan located at the confluence of the Blue Nile and White Nile @@ -28903,6 +30338,7 @@ - Khartoum - capital of Sudan partOfSpeech: n + wikidata: Q1963 09052752-n: definition: - city in Sudan @@ -28912,6 +30348,7 @@ members: - Nyala partOfSpeech: n + wikidata: Q851576 09052837-n: definition: - port city in Sudan on the Red Sea @@ -28922,6 +30359,7 @@ members: - Port Sudan partOfSpeech: n + wikidata: Q208718 09052966-n: definition: - a city of Sudan; located in the central Sudan on the White Nile opposite Khartoum @@ -28931,6 +30369,7 @@ members: - Omdurman partOfSpeech: n + wikidata: Q180921 09053122-n: definition: - a republic in northeastern South America on the Atlantic; achieved independence @@ -28948,6 +30387,7 @@ - 09053431-n - 09474994-n partOfSpeech: n + wikidata: Q730 09053431-n: definition: - the capital and largest city and major port of Surinam @@ -28959,6 +30399,7 @@ - Paramaribo - capital of Suriname partOfSpeech: n + wikidata: Q3001 09053603-n: definition: - a landlocked monarchy in southeastern Africa; member of the commonwealth that @@ -28974,6 +30415,7 @@ mero_part: - 09053871-n partOfSpeech: n + wikidata: Q1050 09053871-n: definition: - capital of Swaziland; located in northwestern Swaziland @@ -28984,6 +30426,7 @@ - Mbabane - capital of Swaziland partOfSpeech: n + wikidata: Q3904 09054023-n: definition: - a landlocked federal republic in central Europe @@ -28996,6 +30439,7 @@ - Suisse - Schweiz - Svizzera + - Helvetia mero_part: - 08819398-n - 08965050-n @@ -29014,14 +30458,7 @@ - 09431855-n - 09500697-n partOfSpeech: n -09054580-n: - definition: - - the Latin name for Switzerland - instance_hypernym: - - 09054023-n - members: - - Helvetia - partOfSpeech: n + wikidata: Q39 09054666-n: definition: - one of the cantons of Switzerland @@ -29042,6 +30479,7 @@ - Berne - capital of Switzerland partOfSpeech: n + wikidata: Q70 09054958-n: definition: - a city in northwestern Switzerland @@ -29053,6 +30491,7 @@ - Basle - Bale partOfSpeech: n + wikidata: Q78 09055079-n: definition: - a city in southwestern Switzerland at the western end of Lake Geneva; it is the @@ -29067,6 +30506,7 @@ mero_member: - 10142849-n partOfSpeech: n + wikidata: Q71 09055318-n: definition: - a popular resort town in the Alps in west central Switzerland @@ -29076,6 +30516,7 @@ members: - Interlaken partOfSpeech: n + wikidata: Q68103 09055456-n: definition: - a city in western Switzerland; cultural and commercial center @@ -29085,6 +30526,7 @@ members: - Lausanne partOfSpeech: n + wikidata: Q807 09055592-n: definition: - the largest city in Switzerland; located in the northern part of the country @@ -29096,6 +30538,7 @@ members: - Zurich partOfSpeech: n + wikidata: Q72 09055808-n: definition: - an Asian republic in the Middle East at the east end of the Mediterranean; site @@ -29117,6 +30560,7 @@ - 09297645-n - 09481921-n partOfSpeech: n + wikidata: Q858 09056288-n: definition: - the biblical name for ancient Syria @@ -29126,6 +30570,7 @@ members: - Aram partOfSpeech: n + wikidata: Q1157079 09056411-n: definition: - an ancient city (widely regarded as the world's oldest) and present capital and @@ -29141,6 +30586,7 @@ mero_member: - 09753012-n partOfSpeech: n + wikidata: Q3766 09056761-n: definition: - a city in northwestern Syria @@ -29152,6 +30598,7 @@ - Aleppo - Alep partOfSpeech: n + wikidata: Q41183 09056877-n: definition: - a seaport on the western coast of Syria @@ -29163,6 +30610,7 @@ - Al Ladhiqiyah - Latakia partOfSpeech: n + wikidata: Q200030 09057025-n: definition: - a republic in eastern Africa @@ -29188,6 +30636,7 @@ - 09355300-n - 09401261-n partOfSpeech: n + wikidata: Q924 09057442-n: definition: - the capital and largest port city of Tanzania on the Indian Ocean @@ -29199,6 +30648,7 @@ - Dar es Salaam - capital of Tanzania partOfSpeech: n + wikidata: Q1960 09057628-n: definition: - a city in the center of Tanzania that has been designated as the future capital @@ -29208,6 +30658,7 @@ members: - Dodoma partOfSpeech: n + wikidata: Q3866 09057780-n: definition: - a former state in East Africa; united with Zanzibar in 1964 to form Tanzania @@ -29217,6 +30668,7 @@ members: - Tanganyika partOfSpeech: n + wikidata: Q431731 09057933-n: definition: - an island in the Indian Ocean off the east coast of Africa; part of the United @@ -29227,6 +30679,7 @@ members: - Zanzibar partOfSpeech: n + wikidata: Q7332301 09058107-n: definition: - a city in southwestern Tanzania @@ -29236,6 +30689,7 @@ members: - Mbeya partOfSpeech: n + wikidata: Q335548 09058210-n: definition: - a city in northern Tanzania on Lake Victoria @@ -29245,6 +30699,7 @@ members: - Mwanza partOfSpeech: n + wikidata: Q110218 09058327-n: definition: - a city in western Tanzania @@ -29254,6 +30709,7 @@ members: - Tabora partOfSpeech: n + wikidata: Q643112 09058426-n: definition: - a port city in northeastern Tanzania on the Indian Ocean @@ -29264,6 +30720,7 @@ members: - Tanga partOfSpeech: n + wikidata: Q152902 09058573-n: definition: - a vast plain in Tanzania to the west of the Great Rift Valley known for its wildlife @@ -29276,6 +30733,7 @@ mero_part: - 09058770-n partOfSpeech: n + wikidata: Q4991540 09058770-n: definition: - a national park in Tanzania created in 1951 to protect the wildlife @@ -29285,6 +30743,7 @@ members: - Serengeti National Park partOfSpeech: n + wikidata: Q11812902 09058927-n: definition: - a country of southeastern Asia that extends southward along the Isthmus of Kra @@ -29307,6 +30766,7 @@ - 09387851-n - 09415400-n partOfSpeech: n + wikidata: Q869 09059355-n: definition: - the capital and largest city and chief port of Thailand; a leading city in southeastern @@ -29320,6 +30780,7 @@ - capital of Thailand - Krung Thep partOfSpeech: n + wikidata: Q1861 09059608-n: definition: - a monarchy on a Polynesian archipelago in the South Pacific; achieved independence @@ -29334,6 +30795,7 @@ mero_member: - 09769741-n partOfSpeech: n + wikidata: Q678 09059869-n: definition: - a republic in northwestern Africa on the Mediterranean coast; achieved independence @@ -29357,6 +30819,7 @@ - 09060914-n - 09233253-n partOfSpeech: n + wikidata: Q948 09060313-n: definition: - the capital and principal port of Tunisia @@ -29368,6 +30831,7 @@ - Tunis - capital of Tunisia partOfSpeech: n + wikidata: Q3572 09060466-n: definition: - coastal city in northeastern Tunisia @@ -29377,6 +30841,7 @@ members: - Ariana partOfSpeech: n + wikidata: Q627487 09060554-n: definition: - city in Tunisia @@ -29386,6 +30851,7 @@ members: - Ehadhamen partOfSpeech: n + wikidata: Q1015463 09060645-n: definition: - a city in west central Tunisia @@ -29395,6 +30861,7 @@ members: - Gafsa partOfSpeech: n + wikidata: Q466006 09060747-n: definition: - the second largest city in Tunisia; located in eastern Tunisia near a phosphate @@ -29406,6 +30873,7 @@ - Sfax - Safaqis partOfSpeech: n + wikidata: Q46325 09060914-n: definition: - a port city in eastern Tunisia on the Mediterranean @@ -29418,6 +30886,7 @@ - Susa - Susah partOfSpeech: n + wikidata: Q180717 09061072-n: definition: - a Turkish sultanate of southwestern Asia and northeastern Africa and southeastern @@ -29431,6 +30900,7 @@ - Ottoman Empire - Turkish Empire partOfSpeech: n + wikidata: Q12560 09061465-n: definition: - an extensive geographical region in the Middle East to the south of the Caucasus @@ -29443,6 +30913,7 @@ - 09061735-n - 09738826-n partOfSpeech: n + wikidata: Q41470 09061735-n: definition: - the part of Kurdistan that is in northwestern Iraq @@ -29452,6 +30923,7 @@ members: - Iraqi Kurdistan partOfSpeech: n + wikidata: Q205047 09061886-n: definition: - a Eurasian republic in Asia Minor and the Balkans; on the collapse of the Ottoman @@ -29488,6 +30960,7 @@ - 09454037-n - 09481921-n partOfSpeech: n + wikidata: Q43 09062774-n: definition: - an ancient Greek colony on the Asiatic side of the Dardanelles; scene of the legend @@ -29498,6 +30971,7 @@ members: - Abydos partOfSpeech: n + wikidata: Q336446 09062950-n: definition: - a city in southern Turkey on the Seyhan River @@ -29508,6 +30982,7 @@ - Adana - Seyhan partOfSpeech: n + wikidata: Q524349 09063076-n: definition: - the capital of Turkey; located in west-central Turkey; it was formerly known as @@ -29521,6 +30996,7 @@ - capital of Turkey - Angora partOfSpeech: n + wikidata: Q3640 09063314-n: definition: - a port city in southwestern Turkey on the Gulf of Antalya @@ -29532,6 +31008,7 @@ - Antalya - Adalia partOfSpeech: n + wikidata: Q6487 09063473-n: definition: - a town in southern Turkey; ancient commercial center and capital of Syria; an @@ -29544,6 +31021,7 @@ - Antakya - Antakiya partOfSpeech: n + wikidata: Q80561 09063674-n: definition: - a former town on the Bosporus (now part of Istanbul); site of the Council of Chalcedon @@ -29554,6 +31032,7 @@ - Chalcedon - Kadikoy partOfSpeech: n + wikidata: Q337381 09063846-n: definition: - the strait between the Aegean and the Sea of Marmara that separates European Turkey @@ -29566,6 +31045,7 @@ - Canakkale Bogazi - Hellespont partOfSpeech: n + wikidata: Q6514 09064057-n: definition: - an ancient Greek city on the southwestern coast of Asia Minor in what is now Turkey; @@ -29576,6 +31056,7 @@ members: - Halicarnassus partOfSpeech: n + wikidata: Q5843680 09064260-n: definition: - the largest city and former capital of Turkey; rebuilt on the site of ancient @@ -29595,6 +31076,7 @@ - 03480241-n - 09063674-n partOfSpeech: n + wikidata: Q406 09064688-n: definition: - a city in northwestern Turkey @@ -29605,6 +31087,7 @@ - Bursa - Brusa partOfSpeech: n + wikidata: Q40738 09064797-n: definition: - a port city in western Turkey @@ -29616,6 +31099,7 @@ - Izmir - Smyrna partOfSpeech: n + wikidata: Q35997 09064926-n: definition: - an ancient Greek city located in the western part of what is now modern Turkey; @@ -29627,6 +31111,7 @@ - Pergamon - Pergamum partOfSpeech: n + wikidata: Q18986 09065150-n: definition: - an ancient Greek city located in the western part of what is now modern Turkey; @@ -29638,6 +31123,7 @@ members: - Sardis partOfSpeech: n + wikidata: Q232615 09065399-n: definition: - region of western Asia Minor colonized by ancient Greeks @@ -29647,6 +31133,7 @@ members: - Ionia partOfSpeech: n + wikidata: Q620874 09065527-n: definition: - a landlocked republic in eastern Africa; achieved independence from the United @@ -29667,6 +31154,7 @@ - 09353819-n - 09394271-n partOfSpeech: n + wikidata: Q1036 09065886-n: definition: - a state of Uganda and site of a former Bantu kingdom @@ -29678,6 +31166,7 @@ mero_part: - 09066401-n partOfSpeech: n + wikidata: Q473748 09066031-n: definition: - a town in southern Uganda on Lake Victoria; site of an international airport (where @@ -29689,6 +31178,7 @@ members: - Entebbe partOfSpeech: n + wikidata: Q211970 09066277-n: definition: - a city in Uganda on the north shore of Lake Victoria @@ -29698,6 +31188,7 @@ members: - Jinja partOfSpeech: n + wikidata: Q501709 09066401-n: definition: - the capital and largest city of Uganda on the north shore of Lake Victoria @@ -29708,6 +31199,7 @@ - Kampala - capital of Uganda partOfSpeech: n + wikidata: Q3894 09066569-n: definition: - a city in northern Uganda @@ -29717,6 +31209,7 @@ members: - Gulu partOfSpeech: n + wikidata: Q581379 09066665-n: definition: - a federation of seven Arab emirates on the eastern Arabian peninsula; achieved @@ -29730,6 +31223,7 @@ - 09067011-n - 09067189-n partOfSpeech: n + wikidata: Q878 09067011-n: definition: - a sheikhdom of eastern Arabia and capital of the United Arab Emirates @@ -29740,6 +31234,7 @@ - Abu Dhabi - United Arab Emirates's capital partOfSpeech: n + wikidata: Q1519 09067189-n: definition: - port city in the United Arab Emirates on the Persian Gulf @@ -29750,6 +31245,7 @@ members: - Dubai partOfSpeech: n + wikidata: Q612 09067337-n: definition: - North American republic containing 50 states - 48 conterminous states in North @@ -29849,6 +31345,7 @@ - 09505845-n - 09506046-n partOfSpeech: n + wikidata: Q30 09070583-n: definition: - the eastern seaboard of the United States (especially the strip between Boston @@ -29860,6 +31357,7 @@ - East Coast of the United States - East Coast partOfSpeech: n + wikidata: Q4268 09070759-n: definition: - the western seaboard of the United States from Washington to southern California @@ -29870,6 +31368,7 @@ - West Coast of the United States - West Coast partOfSpeech: n + wikidata: Q12606 09070916-n: definition: - one of the 13 British colonies that formed the original states of the United States @@ -29899,6 +31398,7 @@ - 09159733-n - 09170707-n partOfSpeech: n + wikidata: Q18389 09071759-n: definition: - a region of the eastern United States comprising New York and New Jersey and Pennsylvania @@ -29915,6 +31415,7 @@ - 09140011-n - 09157081-n partOfSpeech: n + wikidata: Q632014 09072055-n: definition: - a region of the United States comprising states bordering the Gulf of Mexico; @@ -30032,6 +31533,7 @@ - 09126551-n - 09160577-n partOfSpeech: n + wikidata: Q864007 09074065-n: definition: - the South of the United States before the American Civil War @@ -30041,6 +31543,7 @@ members: - Old South partOfSpeech: n + wikidata: Q729469 09074182-n: definition: - states in the south and southwest that have a warm climate and tend to be politically @@ -30052,6 +31555,7 @@ - Sun Belt - Sunbelt partOfSpeech: n + wikidata: Q1058501 09074354-n: definition: - 'the coastal plain of the South: eastern parts of Virginia and North Carolina @@ -30063,6 +31567,7 @@ - Tidewater - Tidewater region partOfSpeech: n + wikidata: Q7800894 09074556-n: definition: - 'the plateau between the coastal plain and the Appalachian Mountains: parts of @@ -30073,6 +31578,7 @@ members: - Piedmont partOfSpeech: n + wikidata: Q426977 09074770-n: attribute: - 01610335-a @@ -30093,6 +31599,7 @@ mero_part: - 09072545-n partOfSpeech: n + wikidata: Q214102 09075108-n: attribute: - 01610335-a @@ -30107,6 +31614,7 @@ mero_member: - 10821887-n partOfSpeech: n + wikidata: Q1357541 09075291-n: definition: - the area of the states of North Carolina and South Carolina @@ -30120,6 +31628,7 @@ - 09148971-n - 09160577-n partOfSpeech: n + wikidata: Q2747220 09075475-n: definition: - the area of the states of North Dakota and South Dakota @@ -30132,6 +31641,7 @@ - 09152115-n - 09161650-n partOfSpeech: n + wikidata: Q3304424 09075641-n: definition: - a state in the southeastern United States on the Gulf of Mexico; one of the Confederate @@ -30162,6 +31672,7 @@ - 09477017-n - 09482687-n partOfSpeech: n + wikidata: Q173 09076264-n: definition: - the state capital of Alabama on the Mobile River @@ -30172,6 +31683,7 @@ - Montgomery - capital of Alabama partOfSpeech: n + wikidata: Q29364 09076410-n: definition: - the largest city in Alabama; located in northeastern Alabama @@ -30182,6 +31694,7 @@ - Birmingham - Pittsburgh of the South partOfSpeech: n + wikidata: Q79867 09076573-n: definition: - a town in northern Alabama on the Tennessee River @@ -30191,6 +31704,7 @@ members: - Decatur partOfSpeech: n + wikidata: Q79750 09076696-n: definition: - an industrial town in north central Alabama @@ -30200,6 +31714,7 @@ members: - Gadsden partOfSpeech: n + wikidata: Q79389 09076813-n: definition: - a city in northern Alabama; center for space research @@ -30209,6 +31724,7 @@ members: - Huntsville partOfSpeech: n + wikidata: Q79860 09076943-n: definition: - a port in southwestern Alabama on Mobile Bay @@ -30219,6 +31735,7 @@ members: - Mobile partOfSpeech: n + wikidata: Q79875 09077079-n: definition: - a town in central Alabama on the Alabama river; in 1965 it was the center of a @@ -30229,6 +31746,7 @@ members: - Selma partOfSpeech: n + wikidata: Q79941 09077260-n: definition: - a university town in west central Alabama @@ -30238,6 +31756,7 @@ members: - Tuscaloosa partOfSpeech: n + wikidata: Q79580 09077378-n: definition: - a town in eastern Alabama @@ -30247,6 +31766,7 @@ members: - Tuskegee partOfSpeech: n + wikidata: Q79718 09077478-n: definition: - a state in northwestern North America; the 49th state admitted to the union @@ -30289,6 +31809,7 @@ - 09423212-n - 09467992-n partOfSpeech: n + wikidata: Q797 09078249-n: definition: - the state capital of Alaska @@ -30299,6 +31820,7 @@ - Juneau - capital of Alaska partOfSpeech: n + wikidata: Q29445 09078369-n: definition: - a city in south central Alaska @@ -30310,6 +31832,7 @@ members: - Anchorage partOfSpeech: n + wikidata: Q39450 09078518-n: definition: - a town in western Alaska on the southern coast of the Seward Peninsula; an important @@ -30320,6 +31843,7 @@ members: - Nome partOfSpeech: n + wikidata: Q79996 09078741-n: definition: - a town in southeastern Alaska that was the capital of Russian America and served @@ -30330,6 +31854,7 @@ members: - Sitka partOfSpeech: n + wikidata: Q79804 09078939-n: definition: - a town in southeastern Alaska at the northern end of the Inside Passage; a gateway @@ -30340,6 +31865,7 @@ members: - Skagway partOfSpeech: n + wikidata: Q615975 09079140-n: definition: - a port on Alaska's southern coast from which oil is shipped to markets around @@ -30350,6 +31876,7 @@ members: - Valdez partOfSpeech: n + wikidata: Q80037 09079300-n: definition: - a peninsula in western Alaska that projects westward into the Bering Sea just @@ -30360,6 +31887,7 @@ members: - Seward Peninsula partOfSpeech: n + wikidata: Q971586 09079484-n: definition: - a group of islands off southeastern Alaska @@ -30371,6 +31899,7 @@ mero_part: - 09079633-n partOfSpeech: n + wikidata: Q140510 09079633-n: definition: - an Alaskan island in the Alexander Archipelago near Juneau @@ -30380,6 +31909,7 @@ members: - Admiralty Island partOfSpeech: n + wikidata: Q359266 09079774-n: definition: - a state in southwestern United States; site of the Grand Canyon @@ -30415,6 +31945,7 @@ - 09311852-n - 09313933-n partOfSpeech: n + wikidata: Q816 09080393-n: definition: - a town in north central Arizona; site of an important observatory @@ -30424,6 +31955,7 @@ members: - Flagstaff partOfSpeech: n + wikidata: Q79842 09080534-n: definition: - a city in Arizona just to the east of Phoenix; originally a suburb of Phoenix @@ -30433,6 +31965,7 @@ members: - Mesa partOfSpeech: n + wikidata: Q49261 09080682-n: definition: - a town in Arizona on the Mexican border opposite Nogales, Mexico @@ -30443,6 +31976,7 @@ members: - Nogales partOfSpeech: n + wikidata: Q79783 09080839-n: definition: - the state capital and largest city located in south central Arizona; situated @@ -30454,6 +31988,7 @@ - Phoenix - capital of Arizona partOfSpeech: n + wikidata: Q16556 09081098-n: definition: - a town in central Arizona @@ -30463,6 +31998,7 @@ members: - Prescott partOfSpeech: n + wikidata: Q79931 09081198-n: definition: - a residential suburb of Phoenix @@ -30472,6 +32008,7 @@ members: - Sun City partOfSpeech: n + wikidata: Q1006586 09081304-n: definition: - a city in southeastern Arizona ringed by mountain ranges; long known as a winter @@ -30483,6 +32020,7 @@ members: - Tucson partOfSpeech: n + wikidata: Q18575 09081588-n: definition: - a town in southwestern Arizona on the Colorado River and the California border @@ -30492,6 +32030,7 @@ members: - Yuma partOfSpeech: n + wikidata: Q79820 09081737-n: definition: - a state in south central United States; one of the Confederate states during the @@ -30519,6 +32058,7 @@ - 09442159-n - 09501485-n partOfSpeech: n + wikidata: Q1612 09082211-n: definition: - a university town in northwestern Arkansas in the Ozarks @@ -30528,6 +32068,7 @@ members: - Fayetteville partOfSpeech: n + wikidata: Q219526 09082346-n: definition: - a town in western Arkansas on the Arkansas River at the Oklahoma border @@ -30537,6 +32078,7 @@ members: - Fort Smith partOfSpeech: n + wikidata: Q79535 09082494-n: definition: - a town in west central Arkansas; a health resort noted for thermal springs @@ -30546,6 +32088,7 @@ members: - Hot Springs partOfSpeech: n + wikidata: Q79924 09082646-n: definition: - a town in northeast Arkansas @@ -30555,6 +32098,7 @@ members: - Jonesboro partOfSpeech: n + wikidata: Q61455 09082750-n: definition: - the state capital and largest city of Arkansas in the central part of Arkansas @@ -30566,6 +32110,7 @@ - Little Rock - capital of Arkansas partOfSpeech: n + wikidata: Q33405 09082950-n: definition: - a town in southeast central Arkansas on the Arkansas River @@ -30575,6 +32120,7 @@ members: - Pine Bluff partOfSpeech: n + wikidata: Q80012 09083085-n: definition: - a town in southwest Arkansas on the Texas border adjacent to Texarkana, Texas @@ -30584,6 +32130,7 @@ members: - Texarkana partOfSpeech: n + wikidata: Q79438 09083238-n: definition: - a state in the western United States on the Pacific; the 3rd largest state; known @@ -30650,6 +32197,7 @@ - 09454473-n - 09457749-n partOfSpeech: n + wikidata: Q99 09084485-n: definition: - a city in southern California (southeast of Los Angeles); site of Disneyland @@ -30661,6 +32209,7 @@ mero_part: - 09084654-n partOfSpeech: n + wikidata: Q49247 09084654-n: definition: - an amusement park in Anaheim created in 1955 by Walt Disney @@ -30670,6 +32219,7 @@ members: - Disneyland partOfSpeech: n + wikidata: Q181185 09084790-n: definition: - a city in south central California at the southern end of the San Joaquin Valley @@ -30679,6 +32229,7 @@ members: - Bakersfield partOfSpeech: n + wikidata: Q49256 09084948-n: definition: - a town in southeastern California @@ -30688,6 +32239,7 @@ members: - Barstow partOfSpeech: n + wikidata: Q499174 09085055-n: definition: - a city in California on the eastern shore of San Francisco Bay; site of the University @@ -30700,6 +32252,7 @@ mero_part: - 04519127-n partOfSpeech: n + wikidata: Q484678 09085261-n: definition: - a city in southwestern California surrounded by Los Angeles; home of many Hollywood @@ -30710,6 +32263,7 @@ members: - Beverly Hills partOfSpeech: n + wikidata: Q127856 09085431-n: definition: - an industrial city in southern California (south of San Diego) near the Mexican @@ -30720,6 +32274,7 @@ members: - Chula Vista partOfSpeech: n + wikidata: Q49270 09085595-n: definition: - a town in northwest California on an arm of the Pacific Ocean @@ -30729,6 +32284,7 @@ members: - Eureka partOfSpeech: n + wikidata: Q488702 09085729-n: definition: - a city in south central California in the San Joaquin Valley; center of an important @@ -30739,6 +32295,7 @@ members: - Fresno partOfSpeech: n + wikidata: Q43301 09085947-n: definition: - a city in southern California located on 8.5 miles of Pacific beachfront; was @@ -30749,6 +32306,7 @@ members: - Long Beach partOfSpeech: n + wikidata: Q16739 09086143-n: definition: - a city in southern California; motion picture capital of the world; most populous @@ -30764,6 +32322,7 @@ mero_part: - 09089425-n partOfSpeech: n + wikidata: Q65 09086427-n: definition: - a district of Los Angeles long associated with the American film industry @@ -30773,6 +32332,7 @@ members: - Hollywood partOfSpeech: n + wikidata: Q34006 09086557-n: definition: - a town in western California to the south of San Francisco on a peninsula at the @@ -30783,6 +32343,7 @@ members: - Monterey partOfSpeech: n + wikidata: Q487315 09086741-n: definition: - a city in western California on San Francisco Bay opposite San Francisco; primarily @@ -30794,6 +32355,7 @@ members: - Oakland partOfSpeech: n + wikidata: Q17042 09086945-n: definition: - a university town in California @@ -30805,6 +32367,7 @@ mero_part: - 04309878-n partOfSpeech: n + wikidata: Q47265 09087071-n: definition: - a city in southwestern California to the east of Los Angeles @@ -30814,6 +32377,7 @@ members: - Pasadena partOfSpeech: n + wikidata: Q485176 09087206-n: definition: - a town in north central California on the Sacramento River @@ -30823,6 +32387,7 @@ members: - Redding partOfSpeech: n + wikidata: Q495361 09087338-n: definition: - a city in southern California @@ -30832,6 +32397,7 @@ members: - Riverside partOfSpeech: n + wikidata: Q49243 09087443-n: definition: - a city in north central California 75 miles to the northeast of San Francisco @@ -30843,6 +32409,7 @@ - Sacramento - capital of California partOfSpeech: n + wikidata: Q18013 09087668-n: definition: - a city in southern California to the east of Los Angeles @@ -30852,6 +32419,7 @@ members: - San Bernardino partOfSpeech: n + wikidata: Q486168 09087805-n: definition: - a picturesque city of southern California on San Diego Bay near the Mexican border; @@ -30865,6 +32433,7 @@ mero_part: - 09444926-n partOfSpeech: n + wikidata: Q16552 09088034-n: definition: - a port in western California near the Golden Gate that is one of the major industrial @@ -30881,6 +32450,7 @@ - 09088376-n - 09445364-n partOfSpeech: n + wikidata: Q62 09088376-n: definition: - a fashionable neighborhood in San Francisco @@ -30890,6 +32460,7 @@ members: - Nob Hill partOfSpeech: n + wikidata: Q7466 09088494-n: definition: - a city in western California located at the southern end of San Francisco Bay @@ -30900,6 +32471,7 @@ members: - San Jose partOfSpeech: n + wikidata: Q16553 09088726-n: definition: - a town in California to the south of San Francisco @@ -30909,6 +32481,7 @@ members: - San Mateo partOfSpeech: n + wikidata: Q169943 09088852-n: definition: - a town in western California to the north of Oakland on an arm of San Francisco @@ -30919,6 +32492,7 @@ members: - San Pablo partOfSpeech: n + wikidata: Q983863 09089011-n: definition: - a city in southern California to the east of Long Beach @@ -30928,6 +32502,7 @@ members: - Santa Ana partOfSpeech: n + wikidata: Q49244 09089142-n: definition: - a town in southwestern California on the Pacific Ocean @@ -30937,6 +32512,7 @@ members: - Santa Barbara partOfSpeech: n + wikidata: Q159288 09089276-n: definition: - a city of west central California; residential area with light industry @@ -30946,6 +32522,7 @@ members: - Santa Clara partOfSpeech: n + wikidata: Q159260 09089425-n: definition: - an island resort in the Pacific off the southwestern coast of California @@ -30957,6 +32534,7 @@ - Santa Catalina - Catalina Island partOfSpeech: n + wikidata: Q1477398 09089615-n: definition: - a town in western California on Monterey Bay; a tourist center @@ -30966,6 +32544,7 @@ members: - Santa Cruz partOfSpeech: n + wikidata: Q159232 09089754-n: definition: - a state in west central United States in the Rocky Mountains @@ -30994,6 +32573,7 @@ - 09454806-n - 09464629-n partOfSpeech: n + wikidata: Q1261 09090206-n: definition: - a town in north central Colorado; Rocky Mountains resort center and university @@ -31004,6 +32584,7 @@ members: - Boulder partOfSpeech: n + wikidata: Q192517 09090363-n: definition: - a city in east central Colorado on the eastern edge of the Rocky Mountains; popular @@ -31027,6 +32608,7 @@ - Mile-High City - capital of Colorado partOfSpeech: n + wikidata: Q16554 09090805-n: definition: - a city in Colorado to the south of Colorado Springs @@ -31037,6 +32619,7 @@ - Puebloan peoples - Pueblo partOfSpeech: n + wikidata: Q675576 09090929-n: definition: - a New England state; one of the original 13 colonies @@ -31060,6 +32643,7 @@ - 09366328-n - 09476418-n partOfSpeech: n + wikidata: Q779 09091296-n: definition: - one of the British colonies that formed the United States, with capital Hartford @@ -31070,6 +32654,7 @@ members: - Connecticut partOfSpeech: n + wikidata: Q951500 09091412-n: definition: - a port in southwestern Connecticut on Long Island Sound @@ -31080,6 +32665,7 @@ members: - Bridgeport partOfSpeech: n + wikidata: Q49174 09091563-n: definition: - a residential town in central Connecticut @@ -31089,6 +32675,7 @@ members: - Farmington partOfSpeech: n + wikidata: Q743287 09091681-n: definition: - the state capital of Connecticut; located in central Connecticut on the Connecticut @@ -31100,6 +32687,7 @@ - Hartford - capital of Connecticut partOfSpeech: n + wikidata: Q33486 09091906-n: definition: - a city in southwestern Connecticut; site of Yale University @@ -31111,6 +32699,7 @@ mero_part: - 04617725-n partOfSpeech: n + wikidata: Q49145 09092060-n: definition: - a town in southeastern Connecticut near Long Island Sound; an important whaling @@ -31121,6 +32710,7 @@ members: - New London partOfSpeech: n + wikidata: Q49146 09092243-n: definition: - a city in west central Connecticut @@ -31130,6 +32720,7 @@ members: - Waterbury partOfSpeech: n + wikidata: Q49178 09092353-n: definition: - a Mid-Atlantic state; one of the original 13 colonies, with capital Dover @@ -31148,6 +32739,7 @@ - 09287022-n - 09287331-n partOfSpeech: n + wikidata: Q1393 09092618-n: definition: - one of the British colonies that formed the United States, with capital New Castle @@ -31157,6 +32749,7 @@ members: - Delaware partOfSpeech: n + wikidata: Q2571194 09092731-n: definition: - the capital of the state of Delaware @@ -31167,6 +32760,7 @@ - Dover - capital of Delaware partOfSpeech: n + wikidata: Q33518 09092861-n: definition: - the largest city in Delaware @@ -31178,6 +32772,7 @@ mero_part: - 03177268-n partOfSpeech: n + wikidata: Q174224 09092985-n: definition: - the district occupied entirely by the city of Washington; chosen by George Washington @@ -31193,6 +32788,7 @@ mero_part: - 09093291-n partOfSpeech: n + wikidata: Q3551781 09093291-n: definition: - the capital of the United States in the District of Columbia and a tourist mecca; @@ -31213,6 +32809,7 @@ - 09093847-n - 09094069-n partOfSpeech: n + wikidata: Q61 09093744-n: definition: - term sometimes used to refer to Washington, D.C. @@ -31234,6 +32831,7 @@ - Capitol Hill - the Hill partOfSpeech: n + wikidata: Q2305815 09094069-n: definition: - a section of northwestern Washington, D.C. @@ -31243,6 +32841,7 @@ members: - Georgetown partOfSpeech: n + wikidata: Q1468648 09094188-n: definition: - a state in southeastern United States between the Atlantic and the Gulf of Mexico; @@ -31291,6 +32890,7 @@ - 09442661-n - 09477395-n partOfSpeech: n + wikidata: Q812 09095116-n: definition: - a resort town in northeast Florida on the Atlantic coast; hard white beaches have @@ -31301,6 +32901,7 @@ members: - Daytona Beach partOfSpeech: n + wikidata: Q490595 09095315-n: definition: - a city in southeast Florida on the Atlantic coast to the north of Miami; a favorite @@ -31311,6 +32912,7 @@ members: - Fort Lauderdale partOfSpeech: n + wikidata: Q165972 09095539-n: definition: - a town in southwest Florida @@ -31320,6 +32922,7 @@ members: - Fort Myers partOfSpeech: n + wikidata: Q506451 09095643-n: definition: - a university town in north central Florida @@ -31329,6 +32932,7 @@ members: - Gainesville partOfSpeech: n + wikidata: Q487999 09095763-n: definition: - Florida's largest city; a port and important commercial center in northeastern @@ -31340,6 +32944,7 @@ members: - Jacksonville partOfSpeech: n + wikidata: Q16568 09095947-n: definition: - a town on the westernmost of the Florida keys in the Gulf of Mexico @@ -31349,6 +32954,7 @@ members: - Key West partOfSpeech: n + wikidata: Q485186 09096089-n: definition: - a resort town in east central Florida @@ -31358,6 +32964,7 @@ members: - Melbourne partOfSpeech: n + wikidata: Q949779 09096202-n: definition: - a city and resort in southeastern Florida on Biscayne Bay; the best known city @@ -31369,6 +32976,7 @@ members: - Miami partOfSpeech: n + wikidata: Q8652 09096443-n: definition: - a city in southeastern Florida on an island between Biscayne Bay and the Atlantic @@ -31379,6 +32987,7 @@ members: - Miami Beach partOfSpeech: n + wikidata: Q201516 09096645-n: definition: - a city in central Florida; site of Walt Disney World @@ -31390,6 +32999,7 @@ mero_part: - 09098193-n partOfSpeech: n + wikidata: Q49233 09096790-n: definition: - a resort town in southeast Florida on an island on the Atlantic coast @@ -31399,6 +33009,7 @@ members: - Palm Beach partOfSpeech: n + wikidata: Q695411 09096936-n: definition: - a resort and fishing town on the Gulf of Mexico in northwest Florida @@ -31409,6 +33020,7 @@ members: - Panama City partOfSpeech: n + wikidata: Q852591 09097101-n: definition: - a town in extreme northwest Florida @@ -31418,6 +33030,7 @@ members: - Pensacola partOfSpeech: n + wikidata: Q7164674 09097212-n: definition: - a town in west central Florida on the Gulf of Mexico @@ -31427,6 +33040,7 @@ members: - Sarasota partOfSpeech: n + wikidata: Q491540 09097339-n: definition: - a resort city in northeastern Florida; the oldest city in the United States @@ -31437,6 +33051,7 @@ - St. Augustine - Saint Augustine partOfSpeech: n + wikidata: Q487988 09097512-n: definition: - a city in western Florida on Tampa Bay; a popular winter resort @@ -31447,6 +33062,7 @@ - St. Petersburg - Saint Petersburg partOfSpeech: n + wikidata: Q49236 09097675-n: definition: - capital of the state of Florida; located in northern Florida @@ -31457,6 +33073,7 @@ - Tallahassee - capital of Florida partOfSpeech: n + wikidata: Q37043 09097834-n: definition: - a resort city in western Florida; located on Tampa Bay on the Gulf of Mexico @@ -31467,6 +33084,7 @@ members: - Tampa partOfSpeech: n + wikidata: Q49255 09098001-n: definition: - a town in southeast Florida on the mainland opposite Palm Beach; founded as a @@ -31477,6 +33095,7 @@ members: - West Palm Beach partOfSpeech: n + wikidata: Q163749 09098193-n: definition: - a large amusement park established in 1971 to the southwest of Orlando @@ -31486,6 +33105,7 @@ members: - Walt Disney World partOfSpeech: n + wikidata: Q206859 09098347-n: definition: - a state in southeastern United States; one of the Confederate states during the @@ -31515,6 +33135,7 @@ - 09400926-n - 09477017-n partOfSpeech: n + wikidata: Q1428 09098932-n: definition: - one of the British colonies that formed the United States, with capital Savannah @@ -31524,6 +33145,7 @@ members: - Georgia partOfSpeech: n + wikidata: Q785035 09099044-n: definition: - a town in southwest Georgia; processing center for peanuts and pecans @@ -31533,6 +33155,7 @@ members: - Albany partOfSpeech: n + wikidata: Q285599 09099186-n: definition: - state capital and largest city of Georgia; chief commercial center of the southeastern @@ -31547,6 +33170,7 @@ mero_part: - 08141631-n partOfSpeech: n + wikidata: Q23556 09099493-n: definition: - a university town in northeast Georgia @@ -31556,6 +33180,7 @@ members: - Athens partOfSpeech: n + wikidata: Q203263 09099622-n: definition: - a city in eastern Georgia north-northwest of Savannah; noted for golf tournaments @@ -31565,6 +33190,7 @@ members: - Augusta partOfSpeech: n + wikidata: Q181962 09099777-n: definition: - a town in southeast Georgia near the Atlantic coast; a port of entry @@ -31575,6 +33201,7 @@ members: - Brunswick partOfSpeech: n + wikidata: Q994144 09099921-n: definition: - a city in western Georgia on the Chattahoochee River; industrial center @@ -31585,6 +33212,7 @@ members: - Columbus partOfSpeech: n + wikidata: Q239870 09100067-n: definition: - a city in central Georgia to the southeast of Atlanta @@ -31594,6 +33222,7 @@ members: - Macon partOfSpeech: n + wikidata: Q219656 09100192-n: definition: - a university town in northern Mississippi; home of William Faulkner @@ -31603,6 +33232,7 @@ members: - Oxford partOfSpeech: n + wikidata: Q983822 09100332-n: definition: - a port in eastern Georgia near the mouth of the Savannah river @@ -31613,6 +33243,7 @@ members: - Savannah partOfSpeech: n + wikidata: Q83813 09100488-n: definition: - a town in southern Georgia near the Florida border @@ -31622,6 +33253,7 @@ members: - Valdosta partOfSpeech: n + wikidata: Q1010240 09100613-n: definition: - a town in central Georgia; the origin of Vidalia onions @@ -31631,6 +33263,7 @@ members: - Vidalia partOfSpeech: n + wikidata: Q2695904 09100742-n: definition: - a state in the United States in the central Pacific on the Hawaiian Islands @@ -31648,6 +33281,7 @@ - 08623419-n - 09101172-n partOfSpeech: n + wikidata: Q782 09101172-n: definition: - a town in Hawaii on the island of Hawaii @@ -31657,6 +33291,7 @@ members: - Hilo partOfSpeech: n + wikidata: Q216258 09101302-n: definition: - the capital and largest city of Hawaii; located on a large bay on the island of @@ -31670,6 +33305,7 @@ - capital of Hawaii - Hawaiian capital partOfSpeech: n + wikidata: Q18094 09101519-n: definition: - a well-known beach and resort area on Oahu Island to the southeast of Honolulu @@ -31679,6 +33315,7 @@ members: - Waikiki partOfSpeech: n + wikidata: Q254861 09101671-n: definition: - a group of volcanic and coral islands in the central Pacific @@ -31716,6 +33353,7 @@ - 09199343-n - 09199505-n partOfSpeech: n + wikidata: Q68740 09102272-n: definition: - an island of south-central Hawaii @@ -31726,6 +33364,7 @@ - Kahoolawe - Kahoolawe Island partOfSpeech: n + wikidata: Q224086 09102400-n: definition: - an island of Hawaii to the northwest of Oahu @@ -31747,6 +33386,7 @@ - Lanai - Lanai Island partOfSpeech: n + wikidata: Q187063 09102671-n: definition: - the second largest of the Hawaiian Islands @@ -31757,6 +33397,7 @@ - Maui - Maui Island partOfSpeech: n + wikidata: Q188705 09102798-n: definition: - an island of central Hawaii (between Maui and Oahu) @@ -31767,6 +33408,7 @@ - Molokai - Molokai Island partOfSpeech: n + wikidata: Q193253 09102940-n: definition: - the most northwestern Hawaiian island (beyond Kauai) @@ -31777,6 +33419,7 @@ - Niihau - Niihau Island partOfSpeech: n + wikidata: Q239743 09103079-n: definition: - an island of central Hawaii (between Molokai and Kauai); the chief island of the @@ -31792,6 +33435,7 @@ - 09101519-n - 09103307-n partOfSpeech: n + wikidata: Q131347 09103307-n: definition: - a harbor on Oahu to the west of Honolulu; location of a United States naval base @@ -31802,6 +33446,7 @@ members: - Pearl Harbor partOfSpeech: n + wikidata: Q127091 09103514-n: definition: - an atoll in the Hawaiian Islands some 1300 miles to the northwest of Honolulu; @@ -31813,6 +33458,7 @@ - Midway Atoll - Midway Islands partOfSpeech: n + wikidata: Q47863 09103738-n: definition: - a state in the Rocky Mountains @@ -31838,6 +33484,7 @@ - 09443301-n - 09461458-n partOfSpeech: n + wikidata: Q1221 09104091-n: definition: - the capital and largest city of Idaho @@ -31848,6 +33495,7 @@ - Boise - capital of Idaho partOfSpeech: n + wikidata: Q35775 09104219-n: definition: - a town in the northern panhandle of Idaho; popular resort area @@ -31857,6 +33505,7 @@ members: - Coeur d'Alene partOfSpeech: n + wikidata: Q499681 09104361-n: definition: - a town in southeastern Idaho on the Snake River @@ -31876,6 +33525,7 @@ members: - Lewiston partOfSpeech: n + wikidata: Q505539 09104589-n: definition: - a town in southwestern Idaho @@ -31885,6 +33535,7 @@ members: - Nampa partOfSpeech: n + wikidata: Q622633 09104689-n: definition: - a university town in southeastern Idaho @@ -31894,6 +33545,7 @@ members: - Pocatello partOfSpeech: n + wikidata: Q320729 09104804-n: definition: - a winter sports resort in south central Idaho @@ -31903,6 +33555,7 @@ members: - Sun Valley partOfSpeech: n + wikidata: Q955969 09104926-n: definition: - a town on the Snake River in south central Idaho near the Twin Falls @@ -31912,6 +33565,7 @@ members: - Twin Falls partOfSpeech: n + wikidata: Q548384 09105071-n: definition: - a midwestern state in north-central United States @@ -31940,6 +33594,7 @@ - 09333220-n - 09364051-n partOfSpeech: n + wikidata: Q1204 09105526-n: definition: - a town at the southern tip of Illinois at the confluence of the Ohio and Mississippi @@ -31950,6 +33605,7 @@ members: - Cairo partOfSpeech: n + wikidata: Q575306 09105689-n: definition: - a town in southern Illinois @@ -31959,6 +33615,7 @@ members: - Carbondale partOfSpeech: n + wikidata: Q577511 09105793-n: definition: - a university town in east central Illinois adjoining Urbana @@ -31968,6 +33625,7 @@ members: - Champaign partOfSpeech: n + wikidata: Q577964 09105928-n: definition: - largest city in Illinois; a bustling Great Lakes port that extends 26 miles along @@ -31983,6 +33641,7 @@ - 04168163-n - 04519266-n partOfSpeech: n + wikidata: Q1297 09106197-n: definition: - a city in central Illinois; Abraham Lincoln practiced law here @@ -31992,6 +33651,7 @@ members: - Decatur partOfSpeech: n + wikidata: Q506325 09106333-n: definition: - a town in southwest Illinois on the Mississippi across from Saint Louis @@ -32002,6 +33662,7 @@ - East St. Louis - East Saint Louis partOfSpeech: n + wikidata: Q577891 09106487-n: definition: - a town in northwest Illinois on the Mississippi River @@ -32011,6 +33672,7 @@ members: - Moline partOfSpeech: n + wikidata: Q579736 09106613-n: definition: - a city in central Illinois on the Illinois River @@ -32020,6 +33682,7 @@ members: - Peoria partOfSpeech: n + wikidata: Q233129 09106734-n: definition: - a city in northern Illinois @@ -32029,6 +33692,7 @@ members: - Rockford partOfSpeech: n + wikidata: Q233892 09106836-n: definition: - a town in northwest Illinois on the Mississippi River; site of a Union prison @@ -32039,6 +33703,7 @@ members: - Rock Island partOfSpeech: n + wikidata: Q577878 09107021-n: definition: - capital of the state of Illinois @@ -32049,6 +33714,7 @@ - Springfield - capital of Illinois partOfSpeech: n + wikidata: Q28515 09107153-n: definition: - a university town in east central Illinois adjoining Champaign @@ -32058,6 +33724,7 @@ members: - Urbana partOfSpeech: n + wikidata: Q462184 09107288-n: definition: - a state in midwestern United States, with capital Indianapolis @@ -32080,6 +33747,7 @@ - 09108615-n - 09496938-n partOfSpeech: n + wikidata: Q1415 09107634-n: definition: - a university town in south central Indiana @@ -32089,6 +33757,7 @@ members: - Bloomington partOfSpeech: n + wikidata: Q490385 09107754-n: definition: - a city in southwestern Indiana on the Ohio River @@ -32098,6 +33767,7 @@ members: - Evansville partOfSpeech: n + wikidata: Q486459 09107879-n: definition: - a city in northeastern Indiana @@ -32107,6 +33777,7 @@ members: - Fort Wayne partOfSpeech: n + wikidata: Q49268 09107986-n: definition: - a city in northwest Indiana on Lake Michigan; steel production @@ -32117,6 +33788,7 @@ members: - Gary partOfSpeech: n + wikidata: Q184116 09108138-n: definition: - the capital and largest city of Indiana; a major commercial center in the country's @@ -32128,6 +33800,7 @@ - Indianapolis - capital of Indiana partOfSpeech: n + wikidata: Q6346 09108375-n: definition: - a university town in west central Indiana on the Wabash River @@ -32137,6 +33810,7 @@ members: - Lafayette partOfSpeech: n + wikidata: Q638187 09108512-n: definition: - a town in east central Indiana @@ -32146,6 +33820,7 @@ members: - Muncie partOfSpeech: n + wikidata: Q932981 09108615-n: definition: - a city in northern Indiana @@ -32155,6 +33830,7 @@ members: - South Bend partOfSpeech: n + wikidata: Q486877 09108718-n: definition: - a state in midwestern United States, with capital Des Moines @@ -32177,6 +33853,7 @@ - 09110001-n - 09363841-n partOfSpeech: n + wikidata: Q1546 09109060-n: definition: - a town in southwest Iowa on the Missouri River across from Omaha @@ -32186,6 +33863,7 @@ members: - Council Bluffs partOfSpeech: n + wikidata: Q695565 09109186-n: definition: - a city in eastern Iowa on the Mississippi River across from Moline and Rock Island @@ -32195,6 +33873,7 @@ members: - Davenport partOfSpeech: n + wikidata: Q26887 09109344-n: definition: - a city in eastern Iowa @@ -32204,6 +33883,7 @@ members: - Cedar Rapids partOfSpeech: n + wikidata: Q486439 09109445-n: definition: - a town in east central Iowa @@ -32213,6 +33893,7 @@ members: - Clinton partOfSpeech: n + wikidata: Q676421 09109546-n: definition: - the capital and largest city in Iowa @@ -32223,6 +33904,7 @@ - Des Moines - capital of Iowa partOfSpeech: n + wikidata: Q39709 09109677-n: definition: - a town in eastern Iowa on the Mississippi River @@ -32232,6 +33914,7 @@ members: - Dubuque partOfSpeech: n + wikidata: Q493794 09109798-n: definition: - a town in north central Iowa @@ -32241,6 +33924,7 @@ members: - Mason City partOfSpeech: n + wikidata: Q1444028 09109903-n: definition: - a town in southeast Iowa @@ -32250,6 +33934,7 @@ members: - Ottumwa partOfSpeech: n + wikidata: Q853566 09110001-n: definition: - a city in northeastern Iowa where the Big Sioux River joins the Missouri @@ -32259,6 +33944,7 @@ members: - Sioux City partOfSpeech: n + wikidata: Q489255 09110150-n: definition: - a state in midwestern United States, with capital Topeka @@ -32285,6 +33971,7 @@ - 09391376-n - 09430510-n partOfSpeech: n + wikidata: Q1558 09110554-n: definition: - a town of southwestern Kansas on the Arkansas River; formerly a rowdy cow town @@ -32294,6 +33981,7 @@ members: - Dodge City partOfSpeech: n + wikidata: Q647127 09110709-n: definition: - a town in central Kansas to the west of Topeka; home of Dwight D. Eisenhower @@ -32303,6 +33991,7 @@ members: - Abilene partOfSpeech: n + wikidata: Q321292 09110859-n: definition: - the largest city in northwestern Kansas @@ -32312,6 +34001,7 @@ members: - Hays partOfSpeech: n + wikidata: Q1057071 09110954-n: definition: - a city of northeast Kansas on the Missouri River adjacent to Kansas City, Missouri @@ -32321,6 +34011,7 @@ members: - Kansas City partOfSpeech: n + wikidata: Q486472 09111114-n: definition: - a town in northeastern Kansas on the Kansas River; scene of raids by John Brown @@ -32331,6 +34022,7 @@ members: - Lawrence partOfSpeech: n + wikidata: Q493840 09111276-n: definition: - a town in central Kansas, the county seat of Saline county, Kansas @@ -32340,6 +34032,7 @@ members: - Salina partOfSpeech: n + wikidata: Q1650620 09111373-n: definition: - the capital of the state of Kansas; located in eastern Kansas on the Kansas river @@ -32350,6 +34043,7 @@ - Topeka - capital of Kansas partOfSpeech: n + wikidata: Q41057 09111547-n: definition: - the largest city in Kansas; located in southern Kansas on the Arkansas River @@ -32359,6 +34053,7 @@ members: - Wichita partOfSpeech: n + wikidata: Q49266 09111697-n: definition: - a state in east central United States; a border state during the American Civil @@ -32382,6 +34077,7 @@ - 09284044-n - 09478770-n partOfSpeech: n + wikidata: Q1603 09112089-n: definition: - a town in southern Kentucky @@ -32391,6 +34087,7 @@ members: - Bowling Green partOfSpeech: n + wikidata: Q694545 09112196-n: definition: - the capital of Kentucky; located in northern Kentucky @@ -32401,6 +34098,7 @@ - Frankfort - capital of Kentucky partOfSpeech: n + wikidata: Q28603 09112347-n: definition: - a city in eastern Kentucky; noted for raising thoroughbred horses @@ -32410,6 +34108,7 @@ members: - Lexington partOfSpeech: n + wikidata: Q49241 09112488-n: definition: - the largest city in Kentucky; located in north central Kentucky on the Ohio river; @@ -32422,6 +34121,7 @@ mero_part: - 03032590-n partOfSpeech: n + wikidata: Q43668 09112693-n: definition: - a town in northwestern Kentucky on the Ohio River; a tobacco market @@ -32431,6 +34131,7 @@ members: - Owensboro partOfSpeech: n + wikidata: Q494295 09112836-n: definition: - a town in western Kentucky on the Ohio River @@ -32440,6 +34141,7 @@ members: - Paducah partOfSpeech: n + wikidata: Q984377 09112954-n: definition: - an area in central Kentucky noted for its bluegrass and thoroughbred horses @@ -32451,6 +34153,7 @@ - Bluegrass Country - Bluegrass Region partOfSpeech: n + wikidata: Q2748425 09113125-n: definition: - territory in the western United States purchased from France in 1803 for $15 million; @@ -32462,6 +34165,7 @@ members: - Louisiana Purchase partOfSpeech: n + wikidata: Q193155 09113391-n: definition: - a state in southern United States on the Gulf of Mexico; one of the Confederate @@ -32485,6 +34189,7 @@ - 09403729-n - 09428827-n partOfSpeech: n + wikidata: Q1588 09113857-n: definition: - a town in Louisiana on the Red River @@ -32494,6 +34199,7 @@ members: - Alexandria partOfSpeech: n + wikidata: Q985351 09113970-n: definition: - capital of Louisiana @@ -32506,6 +34212,7 @@ mero_part: - 02813001-n partOfSpeech: n + wikidata: Q28218 09114110-n: definition: - a town in south central Louisiana; settled by Acadians @@ -32515,6 +34222,7 @@ members: - Lafayette partOfSpeech: n + wikidata: Q128891 09114240-n: definition: - a town in north central Louisiana @@ -32524,6 +34232,7 @@ members: - Monroe partOfSpeech: n + wikidata: Q947115 09114346-n: definition: - a town in southeast Louisiana to the south of Baton Rouge @@ -32533,6 +34242,7 @@ members: - Morgan City partOfSpeech: n + wikidata: Q1021427 09114481-n: definition: - a port and largest city in Louisiana; located in southeastern Louisiana near the @@ -32550,6 +34260,7 @@ - 03461796-n - 08572639-n partOfSpeech: n + wikidata: Q34404 09114924-n: definition: - a city in northwest Louisiana on the Red River near the Texas border @@ -32582,6 +34293,7 @@ - 09412494-n - 09442414-n partOfSpeech: n + wikidata: Q724 09115400-n: definition: - the capital of the state of Maine @@ -32592,6 +34304,7 @@ - Augusta - capital of Maine partOfSpeech: n + wikidata: Q28206 09115526-n: definition: - a town in east central Maine on the Penobscot River @@ -32601,6 +34314,7 @@ members: - Bangor partOfSpeech: n + wikidata: Q327012 09115650-n: definition: - a university town in southwestern Maine @@ -32610,6 +34324,7 @@ members: - Brunswick partOfSpeech: n + wikidata: Q518466 09115765-n: definition: - a town in southwestern Maine to the north of Portland @@ -32619,6 +34334,7 @@ members: - Lewiston partOfSpeech: n + wikidata: Q501170 09115893-n: definition: - a university town in east central Maine on the Penobscot River to the north of @@ -32629,6 +34345,7 @@ members: - Orono partOfSpeech: n + wikidata: Q2736049 09116050-n: definition: - largest city in Maine in the southwestern corner of the state @@ -32638,6 +34355,7 @@ members: - Portland partOfSpeech: n + wikidata: Q49201 09116186-n: definition: - a Mid-Atlantic state; one of the original 13 colonies, with capital Annapolis @@ -32661,6 +34379,7 @@ - 09421092-n - 09475147-n partOfSpeech: n + wikidata: Q1391 09116564-n: definition: - one of the British colonies that formed the United States, with capital Annapolis @@ -32670,6 +34389,7 @@ members: - Maryland partOfSpeech: n + wikidata: Q2452027 09116677-n: definition: - a town in northeastern Maryland @@ -32679,6 +34399,7 @@ members: - Aberdeen partOfSpeech: n + wikidata: Q319395 09116801-n: definition: - state capital of Maryland; site of the United States Naval Academy @@ -32689,6 +34410,7 @@ - Annapolis - capital of Maryland partOfSpeech: n + wikidata: Q28271 09116965-n: definition: - the largest city in Maryland; a major seaport and industrial center @@ -32702,6 +34424,7 @@ - 03605830-n - 03946298-n partOfSpeech: n + wikidata: Q5092 09117165-n: definition: - a United States Army base in Maryland; headquarters of the National Security Agency @@ -32723,6 +34446,7 @@ members: - Frederick partOfSpeech: n + wikidata: Q472675 09117503-n: definition: - a town in northern Maryland @@ -32732,6 +34456,7 @@ members: - Hagerstown partOfSpeech: n + wikidata: Q755559 09117607-n: definition: - a state in New England, with capital Boston; one of the original 13 colonies @@ -32766,6 +34491,7 @@ - 09374544-n - 09476418-n partOfSpeech: n + wikidata: Q771 09118198-n: definition: - one of the British colonies that formed the United States, with capital Salem, @@ -32777,6 +34503,7 @@ - Massachusetts - Massachusetts Bay Colony partOfSpeech: n + wikidata: Q2079909 09118343-n: definition: - state capital and largest city of Massachusetts; a major center for banking and @@ -32796,6 +34523,7 @@ - 09118782-n - 09119090-n partOfSpeech: n + wikidata: Q100 09118681-n: definition: - the seaport at Boston @@ -32805,6 +34533,7 @@ members: - Boston Harbor partOfSpeech: n + wikidata: Q894564 09118782-n: definition: - a fashionable section of Boston; site of the Massachusetts capital building @@ -32814,6 +34543,7 @@ members: - Beacon Hill partOfSpeech: n + wikidata: Q812889 09118935-n: definition: - a hill in Charlestown that was the site of the battle of Bunker Hill in 1775 @@ -32835,6 +34565,7 @@ mero_part: - 09118935-n partOfSpeech: n + wikidata: Q1756813 09119256-n: definition: - a city in Massachusetts just to the north of Boston; site of Harvard University @@ -32848,6 +34579,7 @@ - 03501874-n - 03731459-n partOfSpeech: n + wikidata: Q49111 09119495-n: definition: - town in eastern Massachusetts near Boston where the first battle of the American @@ -32858,6 +34590,7 @@ members: - Concord partOfSpeech: n + wikidata: Q523240 09119671-n: definition: - a town in northeastern Massachusetts on Cape Ann to the northeast of Boston; the @@ -32868,6 +34601,7 @@ members: - Gloucester partOfSpeech: n + wikidata: Q49156 09119875-n: definition: - town in eastern Massachusetts near Boston where the first battle of the American @@ -32878,6 +34612,7 @@ members: - Lexington partOfSpeech: n + wikidata: Q929667 09120053-n: definition: - town in northeastern Massachusetts; residential suburb of Boston @@ -32887,6 +34622,7 @@ members: - Medford partOfSpeech: n + wikidata: Q54145 09120191-n: definition: - a town in western Massachusetts @@ -32896,6 +34632,7 @@ members: - Pittsfield partOfSpeech: n + wikidata: Q49184 09120299-n: definition: - a city and manufacturing center in southwestern Massachusetts on the Connecticut @@ -32906,6 +34643,7 @@ members: - Springfield partOfSpeech: n + wikidata: Q49158 09120463-n: definition: - an industrial and university city in central Massachusetts to the west of Boston @@ -32915,6 +34653,7 @@ members: - Worcester partOfSpeech: n + wikidata: Q54093 09120619-n: definition: - a Massachusetts peninsula to the north of Boston extending into the Atlantic Ocean @@ -32924,6 +34663,7 @@ members: - Cape Ann partOfSpeech: n + wikidata: Q1034267 09120776-n: definition: - a Massachusetts peninsula to the south of Boston extending into the Atlantic; @@ -32934,6 +34674,7 @@ members: - Cape Cod partOfSpeech: n + wikidata: Q49152 09120950-n: definition: - a canal connecting Cape Cod Bay with Buzzards Bay @@ -32953,6 +34694,7 @@ members: - Martha's Vineyard partOfSpeech: n + wikidata: Q49148 09121184-n: definition: - an island resort off Cape Cod; formerly a center of the whaling industry @@ -32962,6 +34704,7 @@ members: - Nantucket partOfSpeech: n + wikidata: Q49149 09121313-n: definition: - a town in Massachusetts founded by Pilgrims in 1620 @@ -32974,6 +34717,7 @@ - 09121477-n - 09121690-n partOfSpeech: n + wikidata: Q326295 09121477-n: definition: - colony formed by the Pilgrims when they arrived at Plymouth Rock in 1620; it was @@ -32984,6 +34728,7 @@ members: - Plymouth Colony partOfSpeech: n + wikidata: Q126195 09121690-n: definition: - a boulder in Plymouth supposed to be where the Pilgrims disembarked from the Mayflower @@ -32993,6 +34738,7 @@ members: - Plymouth Rock partOfSpeech: n + wikidata: Q1072391 09121856-n: definition: - a city in northeastern Massachusetts; site of the witchcraft trials in 1692 @@ -33002,6 +34748,7 @@ members: - Salem partOfSpeech: n + wikidata: Q54140 09122003-n: definition: - a town in northwestern Massachusetts @@ -33011,6 +34758,7 @@ members: - Williamstown partOfSpeech: n + wikidata: Q983837 09122118-n: definition: - a midwestern state in north central United States in the Great Lakes region, with @@ -33044,6 +34792,7 @@ - 09366956-n - 09489993-n partOfSpeech: n + wikidata: Q1166 09122680-n: definition: - a town in northern Michigan on an arm of Lake Huron @@ -33054,6 +34803,7 @@ members: - Alpena partOfSpeech: n + wikidata: Q1012455 09122823-n: definition: - a city in southern Michigan near Detroit; site of the University of Michigan @@ -33065,6 +34815,7 @@ mero_part: - 04519387-n partOfSpeech: n + wikidata: Q485172 09122994-n: definition: - the largest city in Michigan and a major Great Lakes port; center of the United @@ -33079,6 +34830,7 @@ - Motor City - Motown partOfSpeech: n + wikidata: Q12439 09123290-n: definition: - a city in southeast central Michigan near Detroit; automobile manufacturing @@ -33088,6 +34840,7 @@ members: - Flint partOfSpeech: n + wikidata: Q490584 09123437-n: definition: - a city in west central Michigan; noted for manufacturing furniture @@ -33097,6 +34850,7 @@ members: - Grand Rapids partOfSpeech: n + wikidata: Q184587 09123582-n: definition: - a town in northwest Michigan on the Upper Peninsula @@ -33107,6 +34861,7 @@ members: - Houghton partOfSpeech: n + wikidata: Q12429 09123727-n: definition: - a town in south central Michigan @@ -33116,6 +34871,7 @@ members: - Jackson partOfSpeech: n + wikidata: Q984374 09123833-n: definition: - a town in southwest Michigan @@ -33125,6 +34881,7 @@ members: - Kalamazoo partOfSpeech: n + wikidata: Q167155 09123918-n: definition: - capital of the state of Michigan; located in southern Michigan on the Grand River @@ -33135,6 +34892,7 @@ - Lansing - capital of Michigan partOfSpeech: n + wikidata: Q28237 09124095-n: definition: - a town on Lake Superior on the Upper Peninsula in northwest Michigan @@ -33144,6 +34902,7 @@ members: - Marquette partOfSpeech: n + wikidata: Q12443 09124239-n: definition: - a town of southeast Michigan on Lake Erie @@ -33153,6 +34912,7 @@ members: - Monroe partOfSpeech: n + wikidata: Q995533 09124353-n: definition: - a town in east central Michigan on an arm of Lake Huron @@ -33163,6 +34923,7 @@ members: - Saginaw partOfSpeech: n + wikidata: Q719 09124482-n: definition: - a town in northern Michigan on an arm of Lake Michigan @@ -33200,6 +34961,7 @@ - 09363841-n - 09375005-n partOfSpeech: n + wikidata: Q1527 09125023-n: definition: - a town in northern Minnesota @@ -33220,6 +34982,7 @@ members: - Duluth partOfSpeech: n + wikidata: Q485708 09125263-n: definition: - a town in northeastern Minnesota in the Mesabi Range @@ -33229,6 +34992,7 @@ members: - Hibbing partOfSpeech: n + wikidata: Q828736 09125389-n: definition: - a town in southern Minnesota @@ -33238,6 +35002,7 @@ members: - Mankato partOfSpeech: n + wikidata: Q913243 09125491-n: definition: - largest city in Minnesota; located in southeastern Minnesota on the Mississippi @@ -33248,6 +35013,7 @@ members: - Minneapolis partOfSpeech: n + wikidata: Q36091 09125720-n: definition: - a town in southeast Minnesota @@ -33257,6 +35023,7 @@ members: - Rochester partOfSpeech: n + wikidata: Q486479 09125825-n: definition: - a town in central Minnesota on the Mississippi River; granite quarries @@ -33267,6 +35034,7 @@ - Saint Cloud - St. Cloud partOfSpeech: n + wikidata: Q736834 09125985-n: definition: - capital of the state of Minnesota; located in southeastern Minnesota on the Mississippi @@ -33279,6 +35047,7 @@ - St. Paul - capital of Minnesota partOfSpeech: n + wikidata: Q28848 09126256-n: definition: - nickname for Saint Paul and Minneapolis @@ -33291,6 +35060,7 @@ - 09125491-n - 09125985-n partOfSpeech: n + wikidata: Q1480013 09126411-n: definition: - a town in northeastern Minnesota in the heart of the Mesabi Range @@ -33300,6 +35070,7 @@ members: - Virginia partOfSpeech: n + wikidata: Q986681 09126551-n: definition: - a state in the Deep South on the gulf of Mexico; one of the Confederate States @@ -33326,6 +35097,7 @@ - 09482687-n - 09504884-n partOfSpeech: n + wikidata: Q1494 09127090-n: definition: - an old town in southern Mississippi on the Gulf of Mexico @@ -33335,6 +35107,7 @@ members: - Biloxi partOfSpeech: n + wikidata: Q490720 09127220-n: definition: - a town in eastern Mississippi near the border with Alabama @@ -33344,6 +35117,7 @@ members: - Columbus partOfSpeech: n + wikidata: Q985648 09127353-n: definition: - a town in western Mississippi on the Mississippi River to the north of Vicksburg @@ -33353,6 +35127,7 @@ members: - Greenville partOfSpeech: n + wikidata: Q988112 09127510-n: definition: - a town in southeast Mississippi @@ -33362,6 +35137,7 @@ members: - Hattiesburg partOfSpeech: n + wikidata: Q384464 09127619-n: definition: - capital of the state of Mississippi on the Pearl River @@ -33372,6 +35148,7 @@ - Jackson - capital of Mississippi partOfSpeech: n + wikidata: Q28198 09127772-n: definition: - a town in eastern Mississippi @@ -33381,6 +35158,7 @@ members: - Meridian partOfSpeech: n + wikidata: Q118152 09127876-n: definition: - a town in southwest Mississippi on the Mississippi River @@ -33390,6 +35168,7 @@ members: - Natchez partOfSpeech: n + wikidata: Q944044 09128006-n: definition: - a town in northeast Mississippi @@ -33399,6 +35178,7 @@ members: - Tupelo partOfSpeech: n + wikidata: Q667727 09128110-n: definition: - a town in western Mississippi on bluffs above the Mississippi River to the west @@ -33411,6 +35191,7 @@ members: - Vicksburg partOfSpeech: n + wikidata: Q493787 09128437-n: definition: - a midwestern state in central United States; a border state during the American @@ -33440,6 +35221,7 @@ - 09442159-n - 09501485-n partOfSpeech: n + wikidata: Q1581 09129015-n: definition: - a town in southeast Missouri, the sixteenth largest city in Missouri @@ -33449,6 +35231,7 @@ members: - Cape Girardeau partOfSpeech: n + wikidata: Q866294 09129124-n: definition: - a university town in central Missouri @@ -33458,6 +35241,7 @@ members: - Columbia partOfSpeech: n + wikidata: Q59670 09129236-n: definition: - a town in northeast Missouri on the Mississippi River; boyhood home of Mark Twain @@ -33467,6 +35251,7 @@ members: - Hannibal partOfSpeech: n + wikidata: Q961975 09129392-n: definition: - a city in western Missouri; the beginning of the Santa Fe Trail @@ -33476,6 +35261,7 @@ members: - Independence partOfSpeech: n + wikidata: Q24603 09129534-n: definition: - capital of the state of Missouri; located in central Missouri on the Missouri @@ -33487,6 +35273,7 @@ - Jefferson City - capital of Missouri partOfSpeech: n + wikidata: Q28180 09129720-n: definition: - a city in western Missouri situated at the confluence of the Kansas River and @@ -33497,6 +35284,7 @@ members: - Kansas City partOfSpeech: n + wikidata: Q41819 09129927-n: definition: - a town in southeast Missouri, the county seat of Butler County @@ -33506,6 +35294,7 @@ members: - Poplar Bluff partOfSpeech: n + wikidata: Q955462 09130034-n: definition: - a town in northwest Missouri on the Missouri River; in the 19th century it became @@ -33517,6 +35306,7 @@ - Saint Joseph - St. Joseph partOfSpeech: n + wikidata: Q745120 09130248-n: definition: - the largest city in Missouri; a busy river port on the Mississippi River near @@ -33531,6 +35321,7 @@ - St. Louis - Gateway to the West partOfSpeech: n + wikidata: Q38022 09130572-n: definition: - a town in east central Missouri @@ -33540,6 +35331,7 @@ members: - Sedalia partOfSpeech: n + wikidata: Q966486 09130677-n: definition: - a city of southwestern Missouri @@ -33549,6 +35341,7 @@ members: - Springfield partOfSpeech: n + wikidata: Q135615 09130786-n: definition: - a state in northwestern United States on the Canadian border @@ -33575,6 +35368,7 @@ - 09473702-n - 09505261-n partOfSpeech: n + wikidata: Q1212 09131216-n: definition: - a town in southwestern Montana; gateway to Yellowstone National Park @@ -33584,6 +35378,7 @@ members: - Bozeman partOfSpeech: n + wikidata: Q569678 09131358-n: definition: - the largest city in Montana; located in southern Montana on the Yellowstone river @@ -33593,6 +35388,7 @@ members: - Billings partOfSpeech: n + wikidata: Q166304 09131514-n: definition: - a town in southwestern Montana; center for mining copper @@ -33602,6 +35398,7 @@ members: - Butte partOfSpeech: n + wikidata: Q467664 09131642-n: definition: - a town in central Montana on the Missouri river; a center of extensive hydroelectric @@ -33612,6 +35409,7 @@ members: - Great Falls partOfSpeech: n + wikidata: Q37774 09131810-n: definition: - capital of the state of Montana; located in western Montana @@ -33622,6 +35420,7 @@ - Helena - capital of Montana partOfSpeech: n + wikidata: Q38733 09131963-n: definition: - a university town in western Montana @@ -33631,6 +35430,7 @@ members: - Missoula partOfSpeech: n + wikidata: Q189602 09132074-n: definition: - a midwestern state on the Great Plains @@ -33653,6 +35453,7 @@ - 09430510-n - 09464629-n partOfSpeech: n + wikidata: Q1553 09132408-n: definition: - a town in south central Nebraska @@ -33662,6 +35463,7 @@ members: - Grand Island partOfSpeech: n + wikidata: Q5594682 09132519-n: definition: - capital of the state of Nebraska; located in southeastern Nebraska; site of the @@ -33675,6 +35477,7 @@ mero_part: - 04519511-n partOfSpeech: n + wikidata: Q28260 09132736-n: definition: - a town in west central Nebraska on the Platte River @@ -33684,6 +35487,7 @@ members: - North Platte partOfSpeech: n + wikidata: Q989960 09132866-n: definition: - largest city in Nebraska; located in eastern Nebraska on the Missouri river; a @@ -33694,6 +35498,7 @@ members: - Omaha partOfSpeech: n + wikidata: Q43199 09133059-n: definition: - a state in the western United States @@ -33718,6 +35523,7 @@ - 09266115-n - 09272324-n partOfSpeech: n + wikidata: Q1227 09133423-n: definition: - capital of the state of Nevada; located in western Nevada @@ -33728,6 +35534,7 @@ - Carson City - capital of Nevada partOfSpeech: n + wikidata: Q40881 09133578-n: definition: - largest city in Nevada; located in southeastern Nevada; originally settled by @@ -33738,6 +35545,7 @@ members: - Las Vegas partOfSpeech: n + wikidata: Q23768 09133807-n: definition: - a city in western Nevada at the foot of the Sierra Nevada Mountains; known for @@ -33748,6 +35556,7 @@ members: - Reno partOfSpeech: n + wikidata: Q49225 09134005-n: definition: - a state in New England, with capital Concord; one of the original 13 colonies @@ -33766,6 +35575,7 @@ - 09134769-n - 09374544-n partOfSpeech: n + wikidata: Q759 09134282-n: definition: - one of the British colonies that formed the United States, with capital Portsmouth @@ -33775,6 +35585,7 @@ members: - New Hampshire partOfSpeech: n + wikidata: Q1617382 09134400-n: definition: - capital of the state of New Hampshire; located in south central New Hampshire @@ -33786,6 +35597,7 @@ - Concord - capital of New Hampshire partOfSpeech: n + wikidata: Q28249 09134601-n: definition: - largest city in New Hampshire; located in southeastern New Hampshire on the Merrimack @@ -33796,6 +35608,7 @@ members: - Manchester partOfSpeech: n + wikidata: Q48370 09134769-n: definition: - a port town in southeastern New Hampshire on the Atlantic Ocean @@ -33806,6 +35619,7 @@ members: - Portsmouth partOfSpeech: n + wikidata: Q49191 09134928-n: definition: - a Mid-Atlantic state on the Atlantic; one of the original 13 colonies @@ -33833,6 +35647,7 @@ - 09143020-n - 09287331-n partOfSpeech: n + wikidata: Q1408 09135395-n: definition: - one of the British colonies that formed the United States, with capital Elizabethtown, @@ -33843,6 +35658,7 @@ members: - New Jersey partOfSpeech: n + wikidata: Q2335128 09135510-n: definition: - a city on the Atlantic shore in southeastern New Jersey; a resort and gambling @@ -33853,6 +35669,7 @@ members: - Atlantic City partOfSpeech: n + wikidata: Q139564 09135675-n: definition: - capital of the state of New Jersey; located in western New Jersey on the Delaware @@ -33864,6 +35681,7 @@ - Trenton - capital of New Jersey partOfSpeech: n + wikidata: Q25330 09135860-n: definition: - a city in northeastern New Jersey @@ -33875,6 +35693,7 @@ mero_part: - 02816224-n partOfSpeech: n + wikidata: Q812589 09135986-n: definition: - a city in southwestern New Jersey on the Delaware River near Philadelphia @@ -33884,6 +35703,7 @@ members: - Camden partOfSpeech: n + wikidata: Q138367 09136132-n: definition: - a city in northeastern New Jersey (opposite Manhattan) @@ -33893,6 +35713,7 @@ members: - Jersey City partOfSpeech: n + wikidata: Q26339 09136264-n: definition: - a town in northern New Jersey where the Continental Army spent two winters @@ -33902,6 +35723,7 @@ members: - Morristown partOfSpeech: n + wikidata: Q962499 09136415-n: definition: - the largest city in New Jersey; located in northeastern New Jersey @@ -33911,6 +35733,7 @@ members: - Newark partOfSpeech: n + wikidata: Q25395 09136554-n: definition: - a university town in central New Jersey, nicknamed Hub City and The Healthcare @@ -33921,6 +35744,7 @@ members: - New Brunswick partOfSpeech: n + wikidata: Q138338 09136673-n: definition: - a city of northeastern New Jersey @@ -33930,6 +35754,7 @@ members: - Paterson partOfSpeech: n + wikidata: Q138391 09136781-n: definition: - a university town in central New Jersey, best known for being the location of @@ -33942,6 +35767,7 @@ mero_part: - 04009811-n partOfSpeech: n + wikidata: Q138518 09136915-n: definition: - a cape of southeast New Jersey extending into the Atlantic Ocean @@ -33951,6 +35777,7 @@ members: - Cape May partOfSpeech: n + wikidata: Q138548 09137054-n: definition: - an island in New York Bay to the southwest of Manhattan where the Statue of Liberty @@ -33965,6 +35792,7 @@ - Liberty Island - Bedloe's Island partOfSpeech: n + wikidata: Q319821 09137349-n: definition: - a state in southwestern United States on the Mexican border @@ -34001,6 +35829,7 @@ - 09441362-n - 09501177-n partOfSpeech: n + wikidata: Q1522 09137975-n: definition: - the largest city in New Mexico; located in central New Mexico on the Rio Grande @@ -34011,6 +35840,7 @@ members: - Albuquerque partOfSpeech: n + wikidata: Q34804 09138138-n: definition: - a town in southeastern New Mexico on the Pecos River near the Mexican border; @@ -34021,6 +35851,7 @@ members: - Carlsbad partOfSpeech: n + wikidata: Q852577 09138306-n: definition: - a town in northwestern New Mexico @@ -34030,6 +35861,7 @@ members: - Farmington partOfSpeech: n + wikidata: Q1012695 09138416-n: definition: - a town in northwestern New Mexico near the Arizona border @@ -34039,6 +35871,7 @@ members: - Gallup partOfSpeech: n + wikidata: Q577981 09138546-n: definition: - a town in southern New Mexico on the Rio Grande @@ -34048,6 +35881,7 @@ members: - Las Cruces partOfSpeech: n + wikidata: Q33264 09138670-n: definition: - a town in north central New Mexico; in 1942 it was chosen as a nuclear research @@ -34058,6 +35892,7 @@ members: - Los Alamos partOfSpeech: n + wikidata: Q318637 09138874-n: definition: - a town in southeast New Mexico @@ -34067,6 +35902,7 @@ members: - Roswell partOfSpeech: n + wikidata: Q33561 09138978-n: definition: - capital of the state of New Mexico; located in north central New Mexico @@ -34077,6 +35913,7 @@ - Santa Fe - capital of New Mexico partOfSpeech: n + wikidata: Q38555 09139148-n: definition: - a town in southwestern New Mexico @@ -34086,6 +35923,7 @@ members: - Silver City partOfSpeech: n + wikidata: Q985526 09139259-n: definition: - an artist colony in northern New Mexico @@ -34096,6 +35934,7 @@ - Taos art colony - Taos partOfSpeech: n + wikidata: Q7684318 09139369-n: definition: - an island at the north end of New York Bay where the borough of Manhattan is located @@ -34105,6 +35944,7 @@ members: - Manhattan Island partOfSpeech: n + wikidata: Q11988039 09139536-n: definition: - a settlement established by the Dutch near the mouth of Hudson River and the southern @@ -34115,6 +35955,7 @@ members: - New Amsterdam partOfSpeech: n + wikidata: Q223308 09139778-n: definition: - a Dutch colony in North America along the Hudson and lower Delaware rivers although @@ -34125,6 +35966,7 @@ members: - New Netherland partOfSpeech: n + wikidata: Q382593 09140011-n: definition: - a Mid-Atlantic state; one of the original 13 colonies, with capital Albany @@ -34172,6 +36014,7 @@ - 09475147-n - 09476418-n partOfSpeech: n + wikidata: Q1384 09140848-n: definition: - one of the British colonies that formed the United States, with capital New York @@ -34182,6 +36025,7 @@ members: - New York partOfSpeech: n + wikidata: Q769668 09140980-n: definition: - state capital of New York; located in eastern New York State on the west bank @@ -34193,6 +36037,7 @@ - Albany - capital of New York partOfSpeech: n + wikidata: Q24861 09141172-n: definition: - a city on Lake Erie in western New York (near Niagara Falls) @@ -34202,6 +36047,7 @@ members: - Buffalo partOfSpeech: n + wikidata: Q40435 09141306-n: definition: - a small town in east central New York; site of the National Baseball Hall of Fame @@ -34213,6 +36059,7 @@ mero_part: - 03816101-n partOfSpeech: n + wikidata: Q1025016 09141484-n: definition: - an artificial waterway connecting the Hudson river at Albany with Lake Erie at @@ -34223,6 +36070,7 @@ members: - Erie Canal partOfSpeech: n + wikidata: Q459578 09141737-n: definition: - a system of canals crossing New York State and connecting the Great Lakes with @@ -34236,6 +36084,7 @@ mero_part: - 09141484-n partOfSpeech: n + wikidata: Q16982720 09141944-n: definition: - the largest city in New York State and in the United States; located in southeastern @@ -34272,6 +36121,7 @@ - 09146329-n - 09393294-n partOfSpeech: n + wikidata: Q60 09142656-n: definition: - a borough of New York City, it is the northernmost, fourth largest, and has the @@ -34282,6 +36132,7 @@ members: - Bronx partOfSpeech: n + wikidata: Q855974 09142754-n: definition: - a borough of New York City, the most populous and second-largest in area of New @@ -34294,6 +36145,7 @@ mero_part: - 09142874-n partOfSpeech: n + wikidata: Q18419 09142874-n: definition: - a section of Brooklyn on the Atlantic; known as an amusement center @@ -34303,6 +36155,7 @@ members: - Coney Island partOfSpeech: n + wikidata: Q628201 09143020-n: definition: - an island in New York Bay that was formerly the principal immigration station @@ -34315,6 +36168,7 @@ members: - Ellis Island partOfSpeech: n + wikidata: Q202175 09143261-n: definition: - one of the five boroughs of New York City @@ -34337,6 +36191,7 @@ - 09145209-n - 09145446-n partOfSpeech: n + wikidata: Q11299 09143606-n: definition: - an avenue in Manhattan that separates the east side of Manhattan from the west @@ -34347,6 +36202,7 @@ members: - Fifth Avenue partOfSpeech: n + wikidata: Q109858 09143768-n: definition: - an avenue in Manhattan that runs north and south @@ -34356,6 +36212,7 @@ members: - Seventh Avenue partOfSpeech: n + wikidata: Q109926 09143897-n: definition: - a large park in Manhattan @@ -34365,6 +36222,7 @@ members: - Central Park partOfSpeech: n + wikidata: Q160409 09144001-n: definition: - a district of Manhattan; now largely a Black ghetto @@ -34374,6 +36232,7 @@ members: - Harlem partOfSpeech: n + wikidata: Q189074 09144125-n: definition: - a district in Manhattan formerly noted for its slums and vice @@ -34384,6 +36243,7 @@ - Hell's Kitchen - Hell's Half Acre partOfSpeech: n + wikidata: Q840133 09144286-n: definition: - a district in southwestern Manhattan noted for its shops and restaurants and galleries @@ -34395,6 +36255,7 @@ - SoHo - South of Houston partOfSpeech: n + wikidata: Q461572 09144481-n: definition: - a college town in central New York on Lake Cayuga @@ -34404,6 +36265,7 @@ members: - Ithaca partOfSpeech: n + wikidata: Q217346 09144603-n: definition: - a street in Manhattan noted for cheap hotels frequented by homeless derelicts @@ -34413,6 +36275,7 @@ members: - Bowery partOfSpeech: n + wikidata: Q785788 09144753-n: definition: - a street in Manhattan that passes through Times Square; famous for its theaters @@ -34423,6 +36286,7 @@ - Broadway - Great White Way partOfSpeech: n + wikidata: Q11260 09144925-n: definition: - a fashionable residential street in New York City @@ -34433,6 +36297,7 @@ - Park Avenue - Park Ave. partOfSpeech: n + wikidata: Q109711 09145064-n: definition: - low-budget theaters located outside the Broadway area in Manhattan @@ -34442,6 +36307,7 @@ members: - off-Broadway partOfSpeech: n + wikidata: Q1058828 09145209-n: definition: - the area of Manhattan around the intersection of Broadway and Seventh Avenue; @@ -34452,6 +36318,7 @@ members: - Times Square partOfSpeech: n + wikidata: Q11259 09145446-n: definition: - a street in lower Manhattan where the New York Stock Exchange is located; symbol @@ -34463,6 +36330,7 @@ - Wall Street - Wall St. partOfSpeech: n + wikidata: Q11690 09145635-n: definition: - a mainly residential district of Manhattan; ‘the Village’ became a home for many @@ -34474,6 +36342,7 @@ - Greenwich Village - Village partOfSpeech: n + wikidata: Q205380 09145849-n: definition: - a borough of New York City, it is the easternmost, largest in area, and second-largest @@ -34484,6 +36353,7 @@ members: - Queens partOfSpeech: n + wikidata: Q18424 09145948-n: definition: - a borough of New York City, it is the southernmost, least populated, and third @@ -34494,6 +36364,7 @@ members: - Staten Island partOfSpeech: n + wikidata: Q18432 09146054-n: definition: - a tidal strait separating Manhattan and the Bronx from Queens and Brooklyn @@ -34503,6 +36374,7 @@ members: - East River partOfSpeech: n + wikidata: Q212862 09146205-n: definition: - a channel separating Manhattan from the Bronx @@ -34512,6 +36384,7 @@ members: - Harlem River partOfSpeech: n + wikidata: Q597451 09146329-n: definition: - a narrow channel of water separating Staten Island and Brooklyn @@ -34521,6 +36394,7 @@ members: - Verrazano Narrows partOfSpeech: n + wikidata: Q1781097 09146476-n: definition: - United States Army installation on the west bank of Hudson river to the north @@ -34546,6 +36420,7 @@ - 09147066-n - 09366328-n partOfSpeech: n + wikidata: Q18438 09146919-n: definition: - a town on Long Island in New York; site of Belmont Park @@ -34557,6 +36432,7 @@ mero_part: - 02830473-n partOfSpeech: n + wikidata: Q3300920 09147066-n: definition: - a large airport on Long Island to the east of New York City @@ -34569,6 +36445,7 @@ - Kennedy International - Kennedy International Airport partOfSpeech: n + wikidata: Q8685 09147255-n: definition: - a city in south central New York near the border with Pennsylvania @@ -34578,6 +36455,7 @@ members: - Binghamton partOfSpeech: n + wikidata: Q213814 09147398-n: definition: - a town on the Hudson River in New York @@ -34587,6 +36465,7 @@ members: - Kingston partOfSpeech: n + wikidata: Q868660 09147511-n: definition: - a town on the Hudson River in New York; in 1782 and 1783 it was George Washington's @@ -34597,6 +36476,7 @@ members: - Newburgh partOfSpeech: n + wikidata: Q1044808 09147682-n: definition: - a city in western New York State at the falls of the Niagara river; tourist attraction @@ -34607,6 +36487,7 @@ members: - Niagara Falls partOfSpeech: n + wikidata: Q128133 09147869-n: definition: - a city in western New York; a center of the photographic equipment industry @@ -34616,6 +36497,7 @@ members: - Rochester partOfSpeech: n + wikidata: Q49218 09148020-n: definition: - a city of eastern New York on the Mohawk river; it prospered after the opening @@ -34626,6 +36508,7 @@ members: - Schenectady partOfSpeech: n + wikidata: Q331380 09148194-n: definition: - a city in central New York, the county seat of Onondaga County @@ -34635,6 +36518,7 @@ members: - Syracuse partOfSpeech: n + wikidata: Q128069 09148295-n: definition: - a city in central New York, the county seat of Oneida County @@ -34644,6 +36528,7 @@ members: - Utica partOfSpeech: n + wikidata: Q2495519 09148393-n: definition: - a town in eastern New York State famed for its spa and its horse racing @@ -34653,6 +36538,7 @@ members: - Saratoga Springs partOfSpeech: n + wikidata: Q1144357 09148547-n: definition: - a town in northern New York @@ -34662,6 +36548,7 @@ members: - Watertown partOfSpeech: n + wikidata: Q1378026 09148650-n: definition: - (informal) a resort area in the Catskill Mountains of New York that was patronized @@ -34712,6 +36599,7 @@ - 09257398-n - 09411211-n partOfSpeech: n + wikidata: Q1454 09149568-n: definition: - one of the British colonies that formed the United States, with capital Bath, @@ -34722,6 +36610,7 @@ members: - North Carolina partOfSpeech: n + wikidata: Q2334526 09149687-n: definition: - a cape in southeastern North Carolina extending into the Atlantic Ocean @@ -34731,6 +36620,7 @@ members: - Cape Fear partOfSpeech: n + wikidata: Q1034413 09149834-n: definition: - a cape of northwestern Washington @@ -34740,6 +36630,7 @@ members: - Cape Flattery partOfSpeech: n + wikidata: Q1034424 09149947-n: definition: - a cape on the Strait of Magellan in southern Chile; the most southern point on @@ -34763,6 +36654,7 @@ members: - Cape Hatteras partOfSpeech: n + wikidata: Q978032 09150374-n: definition: - a barrier island running parallel to the North Carolina shore @@ -34772,6 +36664,7 @@ members: - Hatteras Island partOfSpeech: n + wikidata: Q2509872 09150517-n: definition: - capital of the state of North Carolina; located in the east central part of the @@ -34783,6 +36676,7 @@ - Raleigh - capital of North Carolina partOfSpeech: n + wikidata: Q41087 09150713-n: definition: - a town in western North Carolina in the Blue Ridge Mountains to the west of Charlotte @@ -34792,6 +36686,7 @@ members: - Asheville partOfSpeech: n + wikidata: Q648501 09150874-n: definition: - a town in central North Carolina; site of the University of North Carolina @@ -34803,6 +36698,7 @@ mero_part: - 04519633-n partOfSpeech: n + wikidata: Q671812 09151045-n: definition: - the largest city in North Carolina; located in south central North Carolina @@ -34813,6 +36709,7 @@ - Charlotte - Queen City partOfSpeech: n + wikidata: Q16565 09151209-n: definition: - a city of north central North Carolina; site of Duke University @@ -34824,6 +36721,7 @@ mero_part: - 03259208-n partOfSpeech: n + wikidata: Q49229 09151364-n: definition: - a town in south central North Carolina @@ -34833,6 +36731,7 @@ members: - Fayetteville partOfSpeech: n + wikidata: Q331104 09151481-n: definition: - a town that is a major tobacco center in eastern North Carolina @@ -34842,6 +36741,7 @@ members: - Goldsboro partOfSpeech: n + wikidata: Q367400 09151620-n: definition: - a city of north central North Carolina, the city with the third-largest population @@ -34852,6 +36752,7 @@ members: - Greensboro partOfSpeech: n + wikidata: Q49238 09151735-n: definition: - a city in eastern North Carolina; tobacco market @@ -34861,6 +36762,7 @@ members: - Greenville partOfSpeech: n + wikidata: Q1989904 09151860-n: definition: - a town in southeastern North Carolina on the Cape Fear River @@ -34870,6 +36772,7 @@ members: - Wilmington partOfSpeech: n + wikidata: Q659400 09151997-n: definition: - a city of north central North Carolina, the city with the fourth-largest population @@ -34899,6 +36802,7 @@ - 09343891-n - 09363550-n partOfSpeech: n + wikidata: Q1207 09152399-n: definition: - capital of the state of North Dakota; located in south central North Dakota overlooking @@ -34910,6 +36814,7 @@ - Bismarck - capital of North Dakota partOfSpeech: n + wikidata: Q37066 09152606-n: definition: - largest city in North Dakota; located in eastern North Dakota on the Red river @@ -34919,6 +36824,7 @@ members: - Fargo partOfSpeech: n + wikidata: Q34109 09152756-n: definition: - a midwestern state in north central United States in the Great Lakes region, with @@ -34942,6 +36848,7 @@ - 09154233-n - 09496938-n partOfSpeech: n + wikidata: Q1397 09153132-n: definition: - a city in northeastern Ohio; the heart of the United States rubber industry @@ -34951,6 +36858,7 @@ members: - Akron partOfSpeech: n + wikidata: Q163132 09153279-n: definition: - a town in southeast Ohio @@ -34960,6 +36868,7 @@ members: - Athens partOfSpeech: n + wikidata: Q755420 09153394-n: definition: - the largest city in Ohio; located in northeastern Ohio on Lake Erie; a major Great @@ -34970,6 +36879,7 @@ members: - Cleveland partOfSpeech: n + wikidata: Q37320 09153563-n: definition: - a city in southern Ohio on the Ohio river @@ -34979,6 +36889,7 @@ members: - Cincinnati partOfSpeech: n + wikidata: Q43196 09153681-n: definition: - the state capital of Ohio; located in the center of the state; site of Ohio State @@ -34992,6 +36903,7 @@ mero_part: - 03848388-n partOfSpeech: n + wikidata: Q16567 09153885-n: definition: - a city in southwest Ohio; manufacturing center @@ -35001,6 +36913,7 @@ members: - Dayton partOfSpeech: n + wikidata: Q34739 09154004-n: definition: - a town in north central Ohio @@ -35010,6 +36923,7 @@ members: - Mansfield partOfSpeech: n + wikidata: Q983698 09154108-n: definition: - an industrial city in northwestern Ohio on Lake Erie @@ -35019,6 +36933,7 @@ members: - Toledo partOfSpeech: n + wikidata: Q49239 09154233-n: definition: - a city in northeast Ohio @@ -35028,6 +36943,7 @@ members: - Youngstown partOfSpeech: n + wikidata: Q216820 09154334-n: definition: - a state in south central United States @@ -35055,6 +36971,7 @@ - 09391376-n - 09428827-n partOfSpeech: n + wikidata: Q1649 09154741-n: definition: - a town in northeastern Oklahoma @@ -35074,6 +36991,7 @@ members: - Enid partOfSpeech: n + wikidata: Q984361 09154954-n: definition: - a town in southwest Oklahoma @@ -35083,6 +37001,7 @@ members: - Lawton partOfSpeech: n + wikidata: Q503336 09155055-n: definition: - a town in southeastern Oklahoma @@ -35092,6 +37011,7 @@ members: - McAlester partOfSpeech: n + wikidata: Q1994656 09155162-n: definition: - a town in eastern Oklahoma on the Arkansas River @@ -35101,6 +37021,7 @@ members: - Muskogee partOfSpeech: n + wikidata: Q524233 09155285-n: definition: - capital and largest city of Oklahoma; the economy is based on oil and livestock @@ -35111,6 +37032,7 @@ - Oklahoma City - capital of Oklahoma partOfSpeech: n + wikidata: Q34863 09155466-n: definition: - a major city of northeastern Oklahoma on the Arkansas river; once known as the @@ -35121,6 +37043,7 @@ members: - Tulsa partOfSpeech: n + wikidata: Q44989 09155698-n: definition: - a state in northwestern United States on the Pacific with capital Salem @@ -35145,6 +37068,7 @@ - 09461458-n - 09502765-n partOfSpeech: n + wikidata: Q824 09156059-n: definition: - a town in central Oregon at the eastern foot of the Cascade Range @@ -35154,6 +37078,7 @@ members: - Bend partOfSpeech: n + wikidata: Q671288 09156195-n: definition: - a city in western Oregon on the Willamette River; site of a university @@ -35163,6 +37088,7 @@ members: - Eugene partOfSpeech: n + wikidata: Q171224 09156338-n: definition: - a town in southern Oregon near the California border @@ -35172,6 +37098,7 @@ members: - Klamath Falls partOfSpeech: n + wikidata: Q846146 09156470-n: definition: - a town in southwestern Oregon; a summer resort @@ -35181,6 +37108,7 @@ members: - Medford partOfSpeech: n + wikidata: Q836663 09156590-n: definition: - freshwater port and largest city in Oregon; located in northwestern Oregon on @@ -35193,6 +37121,7 @@ members: - Portland partOfSpeech: n + wikidata: Q6106 09156897-n: definition: - capital of the state of Oregon in the northwestern part of the state on the Willamette @@ -35204,6 +37133,7 @@ - Salem - capital of Oregon partOfSpeech: n + wikidata: Q43919 09157081-n: definition: - a Mid-Atlantic state; one of the original 13 colonies, with capital Harrisburg @@ -35233,6 +37163,7 @@ - 09380477-n - 09475147-n partOfSpeech: n + wikidata: Q1400 09157583-n: definition: - one of the British colonies that formed the United States, with capital Philadelphia @@ -35242,6 +37173,7 @@ members: - Pennsylvania partOfSpeech: n + wikidata: Q2475732 09157700-n: definition: - a city in eastern Pennsylvania; an industrial and commercial center @@ -35251,6 +37183,7 @@ members: - Allentown partOfSpeech: n + wikidata: Q142811 09157843-n: definition: - a town in central Pennsylvania @@ -35260,6 +37193,7 @@ members: - Altoona partOfSpeech: n + wikidata: Q444210 09157947-n: definition: - a town in eastern Pennsylvania on the Lehigh River to the northwest of Philadelphia; @@ -35270,6 +37204,7 @@ members: - Bethlehem partOfSpeech: n + wikidata: Q164380 09158148-n: definition: - a port city on Lake Erie in northwestern Pennsylvania @@ -35280,6 +37215,7 @@ members: - Erie partOfSpeech: n + wikidata: Q234061 09158291-n: definition: - a small town in southern Pennsylvania; site of a national cemetery @@ -35289,6 +37225,7 @@ members: - Gettysburg partOfSpeech: n + wikidata: Q694550 09158434-n: definition: - capital of Pennsylvania; located in southern part of state @@ -35299,6 +37236,7 @@ - Harrisburg - capital of Pennsylvania partOfSpeech: n + wikidata: Q25280 09158595-n: definition: - an industrial town to the east of Harrisburg @@ -35308,6 +37246,7 @@ members: - Hershey partOfSpeech: n + wikidata: Q868666 09158694-n: definition: - a city of southeastern Pennsylvania on the Delaware river (an industrial suburb @@ -35320,6 +37259,7 @@ mero_part: - 03081308-n partOfSpeech: n + wikidata: Q368045 09158883-n: definition: - the largest city in Pennsylvania; located in the southeastern part of the state @@ -35336,6 +37276,7 @@ - 03572654-n - 04556562-n partOfSpeech: n + wikidata: Q1345 09159283-n: definition: - a city in southwestern Pennsylvania where the confluence of the Allegheny River @@ -35350,6 +37291,7 @@ - 02969388-n - 04519947-n partOfSpeech: n + wikidata: Q1342 09159630-n: definition: - an industrial city of northeastern Pennsylvania @@ -35359,6 +37301,7 @@ members: - Scranton partOfSpeech: n + wikidata: Q271395 09159733-n: definition: - a state in New England; one of the original 13 colonies; the smallest state @@ -35377,6 +37320,7 @@ - 09160390-n - 09388627-n partOfSpeech: n + wikidata: Q1387 09160042-n: definition: - one of the British colonies that formed the United States, with capital Providence @@ -35386,6 +37330,7 @@ members: - Rhode Island partOfSpeech: n + wikidata: Q2335224 09160159-n: definition: - the capital and largest city of Rhode Island; located in northeastern Rhode Island @@ -35397,6 +37342,7 @@ - Providence - capital of Rhode Island partOfSpeech: n + wikidata: Q18383 09160390-n: definition: - a resort city in southeastern Rhode Island; known for the summer homes of millionaires; @@ -35407,6 +37353,7 @@ members: - Newport partOfSpeech: n + wikidata: Q54264 09160577-n: definition: - a state in the Deep South; one of the original 13 colonies @@ -35426,6 +37373,7 @@ - 09411211-n - 09447743-n partOfSpeech: n + wikidata: Q1456 09160954-n: definition: - one of the British colonies that formed the United States, with capital Charles @@ -35436,6 +37384,7 @@ members: - South Carolina partOfSpeech: n + wikidata: Q2513167 09161073-n: definition: - capital and largest city in South Carolina; located in central South Carolina @@ -35446,6 +37395,7 @@ - Columbia - capital of South Carolina partOfSpeech: n + wikidata: Q38453 09161253-n: definition: - a port city in southeastern South Carolina @@ -35456,6 +37406,7 @@ members: - Charleston partOfSpeech: n + wikidata: Q47716 09161391-n: definition: - a town in northeast South Carolina; transportation center @@ -35465,6 +37416,7 @@ members: - Florence partOfSpeech: n + wikidata: Q597842 09161523-n: definition: - a town in northwest South Carolina in the Piedmont @@ -35474,6 +37426,7 @@ members: - Greenville partOfSpeech: n + wikidata: Q574192 09161650-n: definition: - a state in north central United States @@ -35501,6 +37454,7 @@ - 09382047-n - 09440546-n partOfSpeech: n + wikidata: Q1211 09162102-n: definition: - a town in northeastern South Dakota @@ -35510,6 +37464,7 @@ members: - Aberdeen partOfSpeech: n + wikidata: Q236713 09162230-n: definition: - capital of the state of South Dakota; located in central South Dakota on the Missouri @@ -35521,6 +37476,7 @@ - Pierre - capital of South Dakota partOfSpeech: n + wikidata: Q40747 09162420-n: definition: - a town in southwestern South Dakota in the eastern part of the Black Hills @@ -35530,6 +37486,7 @@ members: - Rapid City partOfSpeech: n + wikidata: Q213325 09162571-n: definition: - largest city in South Dakota; located in southeastern South Dakota @@ -35539,6 +37496,7 @@ members: - Sioux Falls partOfSpeech: n + wikidata: Q131335 09162870-n: definition: - a state in east central United States with capital Nashville @@ -35563,6 +37521,7 @@ - 09284044-n - 09478770-n partOfSpeech: n + wikidata: Q1509 09163299-n: definition: - a city in eastern Tennessee @@ -35572,6 +37531,7 @@ members: - Chattanooga partOfSpeech: n + wikidata: Q186702 09163404-n: definition: - a town in west central Tennessee @@ -35581,6 +37541,7 @@ members: - Columbia partOfSpeech: n + wikidata: Q5675279 09163511-n: definition: - a town in western Tennessee @@ -35590,6 +37551,7 @@ members: - Jackson partOfSpeech: n + wikidata: Q985409 09163612-n: definition: - a town in northeastern Tennessee @@ -35599,6 +37561,7 @@ members: - Johnson City partOfSpeech: n + wikidata: Q770571 09163723-n: definition: - a city in eastern Tennessee on the Tennessee River @@ -35608,6 +37571,7 @@ members: - Knoxville partOfSpeech: n + wikidata: Q185582 09163849-n: definition: - largest city of Tennessee; located in southwestern Tennessee on bluffs overlooking @@ -35618,6 +37582,7 @@ members: - Memphis partOfSpeech: n + wikidata: Q16563 09164027-n: definition: - capital of the state of Tennessee; located in the north central part of the state @@ -35629,6 +37594,7 @@ - Nashville - capital of Tennessee partOfSpeech: n + wikidata: Q23197 09164256-n: definition: - the second largest state; located in southwestern United States on the Gulf of @@ -35690,6 +37656,7 @@ - 09441209-n - 09485179-n partOfSpeech: n + wikidata: Q1439 09165411-n: definition: - a city in central Texas @@ -35699,6 +37666,7 @@ members: - Abilene partOfSpeech: n + wikidata: Q128295 09165508-n: definition: - a city in the northern panhandle of Texas @@ -35708,6 +37676,7 @@ members: - Amarillo partOfSpeech: n + wikidata: Q51691 09165624-n: definition: - a city in northern Texas between Dallas and Fort Worth @@ -35717,6 +37686,7 @@ members: - Arlington partOfSpeech: n + wikidata: Q17943 09165754-n: definition: - state capital of Texas on the Colorado River; site of the University of Texas @@ -35729,6 +37699,7 @@ mero_part: - 04520228-n partOfSpeech: n + wikidata: Q16559 09165942-n: definition: - a city of southeastern Texas near Houston @@ -35738,6 +37709,7 @@ members: - Beaumont partOfSpeech: n + wikidata: Q128282 09166058-n: definition: - a city in southern Texas on the Rio Grande near its mouth into the Gulf of Mexico; @@ -35749,6 +37721,7 @@ members: - Brownsville partOfSpeech: n + wikidata: Q51693 09166286-n: definition: - a town of east central Texas @@ -35758,6 +37731,7 @@ members: - Bryan partOfSpeech: n + wikidata: Q695556 09166386-n: definition: - a city in southern Texas on an arm of the Gulf of Mexico @@ -35767,6 +37741,7 @@ members: - Corpus Christi partOfSpeech: n + wikidata: Q49242 09166523-n: definition: - a large commercial and industrial city in northeastern Texas located in the heart @@ -35777,6 +37752,7 @@ members: - Dallas partOfSpeech: n + wikidata: Q16557 09166710-n: definition: - a town in southwest Texas on the Rio Grande to the west of San Antonio @@ -35786,6 +37762,7 @@ members: - Del Rio partOfSpeech: n + wikidata: Q970792 09166854-n: definition: - a city in western Texas on the Mexican border; located on the northern bank of @@ -35796,6 +37773,7 @@ members: - El Paso partOfSpeech: n + wikidata: Q16562 09167060-n: definition: - a city in northeastern Texas (just to the west of Dallas); a major industrial @@ -35806,6 +37784,7 @@ members: - Fort Worth partOfSpeech: n + wikidata: Q16558 09167221-n: definition: - a town in southeast Texas on Galveston Island @@ -35815,6 +37794,7 @@ members: - Galveston partOfSpeech: n + wikidata: Q26587 09167342-n: definition: - an island at the entrance of Galveston Bay @@ -35834,6 +37814,7 @@ members: - Garland partOfSpeech: n + wikidata: Q49274 09167588-n: definition: - the largest city in Texas; located in southeastern Texas near the Gulf of Mexico; @@ -35845,6 +37826,7 @@ members: - Houston partOfSpeech: n + wikidata: Q16555 09167820-n: definition: - a city in southern Texas on the Rio Grande @@ -35855,6 +37837,7 @@ members: - Laredo partOfSpeech: n + wikidata: Q16868 09167954-n: definition: - a city in northwest Texas to the south of Amarillo @@ -35864,6 +37847,7 @@ members: - Lubbock partOfSpeech: n + wikidata: Q49273 09168078-n: definition: - a town in eastern Texas @@ -35873,6 +37857,7 @@ members: - Lufkin partOfSpeech: n + wikidata: Q975590 09168174-n: definition: - a town in southern Texas on the Rio Grande @@ -35882,6 +37867,7 @@ members: - McAllen partOfSpeech: n + wikidata: Q51698 09168290-n: definition: - a town in west central Texas @@ -35891,6 +37877,7 @@ members: - Midland partOfSpeech: n + wikidata: Q128321 09168392-n: definition: - a city in western Texas @@ -35900,6 +37887,7 @@ members: - Odessa partOfSpeech: n + wikidata: Q128361 09168488-n: definition: - a town in northeastern Texas @@ -35909,6 +37897,7 @@ members: - Paris partOfSpeech: n + wikidata: Q830149 09168588-n: definition: - a city in northeastern Texas (suburb of Dallas) with counties Collin and Denton @@ -35918,6 +37907,7 @@ members: - Plano partOfSpeech: n + wikidata: Q51689 09168707-n: definition: - a town in west central Texas; formerly a notorious frontier town @@ -35927,6 +37917,7 @@ members: - San Angelo partOfSpeech: n + wikidata: Q925598 09168848-n: definition: - a city of south central Texas; site of the Alamo; site of several military bases @@ -35937,6 +37928,7 @@ members: - San Antonio partOfSpeech: n + wikidata: Q975 09169061-n: definition: - a town in northeastern Texas near the Oklahoma border @@ -35946,6 +37938,7 @@ members: - Sherman partOfSpeech: n + wikidata: Q982379 09169188-n: definition: - a town in northeast Texas adjacent to Texarkana, Arkansas @@ -35955,6 +37948,7 @@ members: - Texarkana partOfSpeech: n + wikidata: Q844020 09169321-n: definition: - a town in northeast Texas @@ -35964,6 +37958,7 @@ members: - Tyler partOfSpeech: n + wikidata: Q499169 09169418-n: definition: - a town in southeast Texas to the southeast of San Antonio @@ -35973,6 +37968,7 @@ members: - Victoria partOfSpeech: n + wikidata: Q784496 09169550-n: definition: - a city in east central Texas @@ -35982,6 +37978,7 @@ members: - Waco partOfSpeech: n + wikidata: Q128244 09169649-n: definition: - a city in north central Texas near the Oklahoma border @@ -36021,6 +38018,7 @@ - 09316519-n - 09316972-n partOfSpeech: n + wikidata: Q829 09170247-n: definition: - a town in northern Utah settled by Mormons @@ -36030,6 +38028,7 @@ members: - Ogden partOfSpeech: n + wikidata: Q52471 09170361-n: definition: - a city in north central Utah settled by Mormons @@ -36039,6 +38038,7 @@ members: - Provo partOfSpeech: n + wikidata: Q23443 09170480-n: definition: - the capital and largest city of Utah; located near the Great Salt Lake in north @@ -36050,6 +38050,7 @@ - Salt Lake City - capital of Utah partOfSpeech: n + wikidata: Q23337 09170707-n: definition: - a state in New England with capital Montpelier @@ -36071,6 +38072,7 @@ - 09353510-n - 09476418-n partOfSpeech: n + wikidata: Q16551 09171008-n: definition: - capital of the state of Vermont; located in north central Vermont @@ -36081,6 +38083,7 @@ - Montpelier - capital of Vermont partOfSpeech: n + wikidata: Q26426 09171171-n: definition: - a town in southwestern Vermont @@ -36090,6 +38093,7 @@ members: - Bennington partOfSpeech: n + wikidata: Q817921 09171278-n: definition: - a town in southeastern Vermont on the Connecticut River @@ -36099,6 +38103,7 @@ members: - Brattleboro partOfSpeech: n + wikidata: Q899813 09171411-n: definition: - the largest city in Vermont; located in northwestern Vermont on Lake Champlain; @@ -36111,6 +38116,7 @@ mero_part: - 04520343-n partOfSpeech: n + wikidata: Q26065 09171620-n: definition: - a town in central Vermont @@ -36120,6 +38126,7 @@ members: - Rutland partOfSpeech: n + wikidata: Q25893 09171719-n: definition: - a state in the eastern United States; one of the original 13 colonies; one of @@ -36163,6 +38170,7 @@ - 09454648-n - 09455453-n partOfSpeech: n + wikidata: Q1370 09172689-n: definition: - one of the British colonies that formed the United States, with capital Jamestown @@ -36173,6 +38181,7 @@ members: - Virginia partOfSpeech: n + wikidata: Q1070529 09172802-n: definition: - capital of the state of Virginia located in the east central part of the state; @@ -36184,6 +38193,7 @@ - Richmond - capital of Virginia partOfSpeech: n + wikidata: Q43421 09173039-n: definition: - a university town in southwestern Virginia (west of Roanoke) in the Allegheny @@ -36194,6 +38204,7 @@ members: - Blacksburg partOfSpeech: n + wikidata: Q285816 09173203-n: definition: - a former village on the James River in Virginia to the north of Norfolk; site @@ -36204,6 +38215,7 @@ members: - Jamestown partOfSpeech: n + wikidata: Q323813 09173417-n: definition: - a port city in southeastern Virginia at the mouth of the James River off Hampton @@ -36215,6 +38227,7 @@ members: - Newport News partOfSpeech: n + wikidata: Q335017 09173618-n: definition: - port city located in southeastern Virginia on the Elizabeth River at the mouth @@ -36226,6 +38239,7 @@ members: - Norfolk partOfSpeech: n + wikidata: Q49231 09173869-n: definition: - a city in central Virginia @@ -36235,6 +38249,7 @@ members: - Lynchburg partOfSpeech: n + wikidata: Q844012 09173971-n: definition: - a port city in southeastern Virginia on the Elizabeth River opposite Norfolk; @@ -36246,6 +38261,7 @@ members: - Portsmouth partOfSpeech: n + wikidata: Q342803 09174166-n: definition: - a city in southwestern Virginia @@ -36255,6 +38271,7 @@ members: - Roanoke partOfSpeech: n + wikidata: Q501796 09174271-n: definition: - the largest city in Virginia; long overshadowed by Norfolk but growing rapidly @@ -36266,6 +38283,7 @@ members: - Virginia Beach partOfSpeech: n + wikidata: Q49259 09174555-n: definition: - a creek in northeastern Virginia where two battles were fought in the American @@ -36276,6 +38294,7 @@ members: - Bull Run partOfSpeech: n + wikidata: Q179446 09174718-n: definition: - a village in northeastern Virginia @@ -36285,6 +38304,7 @@ members: - Chancellorsville partOfSpeech: n + wikidata: Q3477875 09174835-n: definition: - a town in northeastern Virginia on the Rappahannock River @@ -36294,6 +38314,7 @@ members: - Fredericksburg partOfSpeech: n + wikidata: Q492342 09174973-n: definition: - a town in southeastern Virginia (south of Richmond); scene of heavy fighting during @@ -36304,17 +38325,19 @@ members: - Petersburg partOfSpeech: n + wikidata: Q511964 09175156-n: definition: - - a village in northeastern Virginia where battles were fought during the American + - a county in northeastern Virginia where battles were fought during the American Civil War ili: i84733 instance_hypernym: - - 08690476-n + - 08564445-n members: - Spotsylvania County - Spotsylvania partOfSpeech: n + wikidata: Q506202 09175325-n: definition: - a historic village in southeastern Virginia to the north of Newport News; site @@ -36325,6 +38348,7 @@ members: - Yorktown partOfSpeech: n + wikidata: Q938699 09175524-n: definition: - the former residence of George Washington in northeastern Virginia overlooking @@ -36335,6 +38359,7 @@ members: - Mount Vernon partOfSpeech: n + wikidata: Q731635 09175699-n: definition: - a state in northwestern United States on the Pacific with capital Olympia @@ -36372,6 +38397,7 @@ - 09448222-n - 09461458-n partOfSpeech: n + wikidata: Q1223 09176333-n: definition: - a town in western Washington @@ -36382,6 +38408,7 @@ members: - Aberdeen partOfSpeech: n + wikidata: Q233808 09176473-n: definition: - a town in northwestern Washington on a bay near the Canadian border @@ -36392,6 +38419,7 @@ members: - Bellingham partOfSpeech: n + wikidata: Q430267 09176636-n: definition: - a town in southern Washington on the Columbia River @@ -36401,6 +38429,7 @@ members: - Kennewick partOfSpeech: n + wikidata: Q844033 09176763-n: definition: - capital of the state of Washington; located in western Washington on Puget Sound @@ -36411,6 +38440,7 @@ - Olympia - capital of Washington partOfSpeech: n + wikidata: Q42735 09176941-n: definition: - a major port of entry and the largest city in Washington; located in west central @@ -36427,6 +38457,7 @@ - 04272645-n - 04520466-n partOfSpeech: n + wikidata: Q5083 09177371-n: definition: - a city in eastern Washington near the Idaho border @@ -36436,6 +38467,7 @@ members: - Spokane partOfSpeech: n + wikidata: Q187805 09177495-n: definition: - a city in west central Washington on an arm of Puget Sound to the south of Seattle @@ -36447,6 +38479,7 @@ mero_part: - 04390488-n partOfSpeech: n + wikidata: Q199797 09177669-n: definition: - a town in southwestern Washington on the Columbia River across from Portland, @@ -36457,6 +38490,7 @@ members: - Vancouver partOfSpeech: n + wikidata: Q234053 09177829-n: definition: - a town in southeastern Washington near the Oregon border @@ -36466,6 +38500,7 @@ members: - Walla Walla partOfSpeech: n + wikidata: Q222338 09177963-n: definition: - a town in south central Washington @@ -36475,6 +38510,7 @@ members: - Yakima partOfSpeech: n + wikidata: Q499203 09178070-n: definition: - a state in east central United States with capital Charleston @@ -36501,6 +38537,7 @@ - 09380477-n - 09421092-n partOfSpeech: n + wikidata: Q1371 09178463-n: definition: - a city in southern West Virginia @@ -36510,6 +38547,7 @@ members: - Beckley partOfSpeech: n + wikidata: Q813745 09178569-n: definition: - state capital of West Virginia in the central part of the state on the Kanawha @@ -36521,6 +38559,7 @@ - Charleston - capital of West Virginia partOfSpeech: n + wikidata: Q44564 09178757-n: definition: - a city in northern West Virginia @@ -36530,6 +38569,7 @@ members: - Clarksburg partOfSpeech: n + wikidata: Q1010199 09178866-n: definition: - a town in central West Virginia on the New River @@ -36541,6 +38581,7 @@ mero_part: - 03827555-n partOfSpeech: n + wikidata: Q2131289 09179012-n: definition: - a city of western West Virginia on the Ohio river at the mouth of the Kanawha @@ -36550,6 +38591,7 @@ members: - Huntington partOfSpeech: n + wikidata: Q241808 09179166-n: definition: - a small town in northeastern West Virginia that was the site of a raid in 1859 @@ -36562,6 +38604,7 @@ - Harpers Ferry - Harper's Ferry partOfSpeech: n + wikidata: Q985289 09179437-n: definition: - a city in northern West Virginia on the Monongahela river near the Pennsylvania @@ -36574,6 +38617,7 @@ mero_part: - 04520592-n partOfSpeech: n + wikidata: Q653636 09179660-n: definition: - a city in northwestern West Virginia on the Ohio river @@ -36583,6 +38627,7 @@ members: - Parkersburg partOfSpeech: n + wikidata: Q329485 09179792-n: definition: - a city in the northern panhandle of West Virginia on the Ohio river @@ -36592,6 +38637,7 @@ members: - Wheeling partOfSpeech: n + wikidata: Q838112 09179934-n: definition: - a midwestern state in north central United States @@ -36618,6 +38664,7 @@ - 09308034-n - 09503686-n partOfSpeech: n + wikidata: Q1537 09180341-n: definition: - a town in eastern Wisconsin @@ -36627,6 +38674,7 @@ members: - Appleton partOfSpeech: n + wikidata: Q94928 09180443-n: definition: - a town in west central Wisconsin @@ -36636,6 +38684,7 @@ members: - Eau Claire partOfSpeech: n + wikidata: Q122563 09180552-n: definition: - a city of eastern Wisconsin on an arm of Lake Michigan @@ -36645,6 +38694,7 @@ members: - Green Bay partOfSpeech: n + wikidata: Q47430 09180682-n: definition: - a town in western Wisconsin on the Mississippi River @@ -36654,6 +38704,7 @@ members: - La Crosse partOfSpeech: n + wikidata: Q936780 09180810-n: definition: - capital of the state of Wisconsin; located in the southern part of state; site @@ -36667,6 +38718,7 @@ mero_part: - 04520727-n partOfSpeech: n + wikidata: Q43788 09181054-n: definition: - largest city of Wisconsin; located in southeastern Wisconsin on the western shore @@ -36677,6 +38729,7 @@ members: - Milwaukee partOfSpeech: n + wikidata: Q37836 09181287-n: definition: - a city in southeastern Wisconsin on Lake Michigan to the south of Milwaukee @@ -36686,6 +38739,7 @@ members: - Racine partOfSpeech: n + wikidata: Q40340 09181435-n: definition: - a town in northwest Wisconsin on Lake Superior across from Duluth @@ -36695,6 +38749,7 @@ members: - Superior partOfSpeech: n + wikidata: Q984577 09181575-n: definition: - a town in southeastern Wisconsin @@ -36704,6 +38759,7 @@ members: - Watertown partOfSpeech: n + wikidata: Q1207479 09181683-n: definition: - a town in north central Wisconsin @@ -36713,6 +38769,7 @@ members: - Wausau partOfSpeech: n + wikidata: Q7975214 09181789-n: definition: - a state in the western United States; mountainous in the west and north with the @@ -36744,6 +38801,7 @@ - 09479990-n - 09505261-n partOfSpeech: n + wikidata: Q1214 09182339-n: definition: - a city of east central Wyoming on the North Platte river @@ -36753,6 +38811,7 @@ members: - Casper partOfSpeech: n + wikidata: Q223177 09182468-n: definition: - the capital and largest city of Wyoming; located in the southeastern corner of @@ -36764,6 +38823,7 @@ - Cheyenne - capital of Wyoming partOfSpeech: n + wikidata: Q39042 09182652-n: definition: - a town in western Wyoming @@ -36773,6 +38833,7 @@ members: - Jackson partOfSpeech: n + wikidata: Q871285 09182751-n: definition: - a town in central Wyoming @@ -36782,6 +38843,7 @@ members: - Lander partOfSpeech: n + wikidata: Q992094 09182849-n: definition: - a university town in southeast Wyoming @@ -36791,6 +38853,7 @@ members: - Laramie partOfSpeech: n + wikidata: Q327515 09182961-n: definition: - a town of southwest Wyoming near the Utah border @@ -36800,6 +38863,7 @@ members: - Rock Springs partOfSpeech: n + wikidata: Q378071 09183088-n: definition: - a South American republic on the southeast coast of South America; achieved independence @@ -36815,6 +38879,7 @@ - 09183364-n - 09433436-n partOfSpeech: n + wikidata: Q77 09183364-n: definition: - the capital and largest city of Uruguay; a cosmopolitan city and one of the busiest @@ -36826,6 +38891,7 @@ - Montevideo - capital of Uruguay partOfSpeech: n + wikidata: Q1335 09183568-n: definition: - a volcanic island republic in Melanesia; independent since 1980 @@ -36839,6 +38905,7 @@ mero_part: - 09183761-n partOfSpeech: n + wikidata: Q686 09183761-n: definition: - capital of Vanuatu @@ -36850,6 +38917,7 @@ - Vila - capital of Vanuatu partOfSpeech: n + wikidata: Q37806 09183883-n: definition: - the smallest sovereign state in the world; the see of the Pope (as the Bishop @@ -36873,12 +38941,15 @@ ili: i84780 instance_hypernym: - 08542298-n + - 08562388-n + - 08714745-n members: - Vatican City - Citta del Vaticano mero_part: - 04530675-n partOfSpeech: n + wikidata: Q237 09184408-n: definition: - a mountainous tableland in northern South America; extends from Venezuela into @@ -36890,6 +38961,7 @@ - Guiana Shield - Guiana Highlands partOfSpeech: n + wikidata: Q208807 09184596-n: definition: - a republic in northern South America on the Caribbean; achieved independence from @@ -36914,6 +38986,7 @@ - 09284988-n - 09402850-n partOfSpeech: n + wikidata: Q717 09185069-n: definition: - the capital and largest city of Venezuela @@ -36924,6 +38997,7 @@ - Caracas - capital of Venezuela partOfSpeech: n + wikidata: Q1533 09185207-n: definition: - a port in eastern Venezuela on the Orinoco river @@ -36936,6 +39010,7 @@ mero_part: - 02715621-n partOfSpeech: n + wikidata: Q26906 09185374-n: definition: - a port city in northeastern Venezuela on the Caribbean Sea; founded in 1523, it @@ -36947,6 +39022,7 @@ members: - Cumana partOfSpeech: n + wikidata: Q319476 09185596-n: definition: - a port city in northwestern Venezuela; a major oil center @@ -36957,6 +39033,7 @@ members: - Maracaibo partOfSpeech: n + wikidata: Q171632 09185748-n: definition: - a city in north central Venezuela; cattle center @@ -36966,6 +39043,7 @@ members: - Maracay partOfSpeech: n + wikidata: Q333928 09185870-n: definition: - an industrial city in northern Venezuela @@ -36975,6 +39053,7 @@ members: - Valencia partOfSpeech: n + wikidata: Q54880 09185985-n: definition: - a communist state in Indochina on the South China Sea; achieved independence from @@ -36996,6 +39075,7 @@ - 09187034-n - 09187210-n partOfSpeech: n + wikidata: Q881 09186377-n: definition: - a former country in southeastern Asia that existed from 1954 (after the defeat @@ -37030,6 +39110,7 @@ - Hanoi - capital of Vietnam partOfSpeech: n + wikidata: Q1858 09187034-n: definition: - a city in South Vietnam; formerly (as Saigon) it was the capital of French Indochina @@ -37040,6 +39121,7 @@ - Ho Chi Minh City - Saigon partOfSpeech: n + wikidata: Q1854 09187210-n: definition: - a port city in northern Vietnam; industrial center @@ -37050,6 +39132,7 @@ members: - Haiphong partOfSpeech: n + wikidata: Q72818 09187354-n: definition: - a republic on the southwestern shores of the Arabian Peninsula on the Indian Ocean; @@ -37068,6 +39151,7 @@ - 09188087-n - 09188257-n partOfSpeech: n + wikidata: Q805 09187696-n: definition: - an important port of Yemen; located on the Gulf of Aden; its strategic location @@ -37079,6 +39163,7 @@ members: - Aden partOfSpeech: n + wikidata: Q131694 09187939-n: definition: - an important port in Yemen on the Red Sea @@ -37091,6 +39176,7 @@ - Hodeida - Al-Hudaydah partOfSpeech: n + wikidata: Q270041 09188087-n: definition: - a port in southern Yemen on the Gulf of Aden to the east of Aden @@ -37103,6 +39189,7 @@ - Mukalla - Al-Mukalla partOfSpeech: n + wikidata: Q310772 09188257-n: definition: - the capital and largest city of Yemen; on the central plateau @@ -37114,6 +39201,7 @@ - Sanaa - Sana'a partOfSpeech: n + wikidata: Q2471 09188406-n: definition: - a republic in central Africa; formerly controlled by Great Britain and called @@ -37133,6 +39221,7 @@ - 09494768-n - 09506259-n partOfSpeech: n + wikidata: Q953 09188789-n: definition: - the capital and largest city of Zambia @@ -37143,6 +39232,7 @@ - Lusaka - capital of Zambia partOfSpeech: n + wikidata: Q3881 09188920-n: definition: - 'the lowland region of western Europe on the North Sea: Belgium and Luxembourg @@ -37153,6 +39243,7 @@ members: - Low Countries partOfSpeech: n + wikidata: Q476033 09189097-n: definition: - ancient region and Roman province on the Iberian Peninsula; corresponds roughly @@ -37163,6 +39254,7 @@ members: - Lusitania partOfSpeech: n + wikidata: Q188650 09189327-n: definition: - a region of central Europe rich in deposits of coal and iron ore; annexed by Prussia @@ -37176,6 +39268,7 @@ - Slezsko - Schlesien partOfSpeech: n + wikidata: Q81720 09189549-n: definition: - a picturesque coastal region of California to the south of San Francisco @@ -37185,6 +39278,7 @@ members: - Big Sur partOfSpeech: n + wikidata: Q859413 09189695-n: definition: - a region in California to the south of San Francisco that is noted for its concentration @@ -37195,6 +39289,7 @@ members: - Silicon Valley partOfSpeech: n + wikidata: Q163820 09189894-n: definition: - a landlocked republic in south central Africa formerly called Rhodesia; achieved @@ -37216,6 +39311,7 @@ - 09494768-n - 09506259-n partOfSpeech: n + wikidata: Q954 09190298-n: definition: - the capital and largest city of Zimbabwe @@ -37227,6 +39323,7 @@ - Salisbury - capital of Zimbabwe partOfSpeech: n + wikidata: Q3921 09190445-n: definition: - industrial city in southwestern Zimbabwe @@ -37236,6 +39333,7 @@ members: - Bulawayo partOfSpeech: n + wikidata: Q193250 09190560-n: definition: - a desert on the Arabian Peninsula in southwestern Asia @@ -37252,6 +39350,7 @@ - 09195648-n - 09195920-n partOfSpeech: n + wikidata: Q208299 09190813-n: definition: - a desert in Egypt between the Nile River and the Red Sea @@ -37262,6 +39361,7 @@ - Arabian Desert - Eastern Desert partOfSpeech: n + wikidata: Q624170 09190986-n: definition: - a desert in western Chile that extends roughly 600 miles south from the Peruvian @@ -37289,6 +39389,7 @@ - 09192827-n - 09193006-n partOfSpeech: n + wikidata: Q783129 09191489-n: definition: - a desert in northwestern Nevada @@ -37298,6 +39399,7 @@ members: - Black Rock Desert partOfSpeech: n + wikidata: Q880529 09191604-n: definition: - a desert in western Texas, New Mexico, Arizona, and northern Mexico @@ -37307,6 +39409,7 @@ members: - Chihuahuan Desert partOfSpeech: n + wikidata: Q855658 09191812-n: definition: - an arid region of southeastern California @@ -37316,6 +39419,7 @@ members: - Colorado Desert partOfSpeech: n + wikidata: Q267267 09191935-n: definition: - a salt desert in north central Iran @@ -37328,6 +39432,7 @@ - Kavir Desert - Great Salt Desert partOfSpeech: n + wikidata: Q272514 09192085-n: definition: - a desert in eastern Iran @@ -37350,6 +39455,7 @@ members: - Death Valley partOfSpeech: n + wikidata: Q118388 09192454-n: definition: - a desert area in western Australia @@ -37359,15 +39465,17 @@ members: - Gibson Desert partOfSpeech: n + wikidata: Q272577 09192587-n: definition: - - a desert area in southern Arizona + - a wilderness area in New Mexico ili: i84821 instance_hypernym: - 08522594-n members: - Gila Desert partOfSpeech: n + wikidata: Q5560677 09192698-n: definition: - a desert in central China @@ -37388,6 +39496,7 @@ members: - Great Sandy Desert partOfSpeech: n + wikidata: Q326896 09193006-n: definition: - a desert region in south central Australia to the north of the Nullarbor Plain @@ -37397,6 +39506,7 @@ members: - Great Victoria Desert partOfSpeech: n + wikidata: Q145165 09193191-n: definition: - a desert in southwestern Africa - largely Botswana @@ -37407,6 +39517,7 @@ - Kalahari - Kalahari Desert partOfSpeech: n + wikidata: Q47700 09193372-n: definition: - a desert in Turkmenistan to the south of the Aral Sea @@ -37431,6 +39542,7 @@ - Kizil Kum - Qizil Qum partOfSpeech: n + wikidata: Q184364 09193685-n: definition: - the northeastern part of the Sahara Desert in Libya and Egypt and Sudan @@ -37440,6 +39552,7 @@ members: - Libyan Desert partOfSpeech: n + wikidata: Q181528 09193893-n: definition: - a desert area in southern California and western Arizona @@ -37454,6 +39567,7 @@ mero_part: - 09192200-n partOfSpeech: n + wikidata: Q184355 09194101-n: definition: - a desert in Namibia extending along the coast between the high plateau and the @@ -37464,6 +39578,7 @@ members: - Namib Desert partOfSpeech: n + wikidata: Q131377 09194273-n: definition: - a desert in northern Saudi Arabia that is noted for its red sand and violent winds @@ -37476,6 +39591,7 @@ - Nafud - An Nafud partOfSpeech: n + wikidata: Q749205 09194457-n: definition: - a desert in southern Israel @@ -37486,6 +39602,7 @@ - Negev - Negev Desert partOfSpeech: n + wikidata: Q162843 09194571-n: definition: - an arid sandstone plateau in northeastern Sudan between the Nile and the Red Sea @@ -37495,6 +39612,7 @@ members: - Nubian Desert partOfSpeech: n + wikidata: Q464909 09194750-n: definition: - a desert on a high plateau in northeastern Arizona @@ -37504,6 +39622,7 @@ members: - Painted Desert partOfSpeech: n + wikidata: Q936252 09194881-n: definition: - a semiarid region in southern South America @@ -37513,6 +39632,7 @@ members: - Patagonian Desert partOfSpeech: n + wikidata: Q1061324 09195008-n: definition: - a desert in southern Saudi Arabia @@ -37526,6 +39646,7 @@ - Dahna - Great Sandy Desert partOfSpeech: n + wikidata: Q1973934 09195180-n: definition: - the world's largest desert (3,500,000 square miles) in northern Africa @@ -37551,6 +39672,7 @@ - Sub-Saharan Africa - Black Africa partOfSpeech: n + wikidata: Q132959 09195531-n: definition: - a desert region of central Australia @@ -37560,6 +39682,7 @@ members: - Simpson Desert partOfSpeech: n + wikidata: Q211839 09195648-n: definition: - a desert on the Sinai Peninsula in northeastern Egypt @@ -37570,6 +39693,7 @@ - Sinai - Sinai Desert partOfSpeech: n + wikidata: Q1931586 09195807-n: definition: - a desert in southwestern Arizona @@ -37579,6 +39703,7 @@ members: - Sonoran Desert partOfSpeech: n + wikidata: Q189429 09195920-n: definition: - a desert of northern Arabia occupying western Iraq, southern Syria, eastern Jordan, @@ -37589,6 +39714,7 @@ members: - Syrian Desert partOfSpeech: n + wikidata: Q339162 09196185-n: definition: - a desert in western China @@ -37599,6 +39725,7 @@ - Taklimakan Desert - Taklamakan Desert partOfSpeech: n + wikidata: Q132956 09196314-n: definition: - a desert to the east of the Indus River in northwestern India and southeastern @@ -37620,6 +39747,7 @@ members: - Cameroon partOfSpeech: n + wikidata: Q190562 09196674-n: definition: - an extinct volcano in southern Mexico between Mexico City and Veracruz; the highest @@ -37633,6 +39761,7 @@ - Mt Orizaba - Pico de Orizaba partOfSpeech: n + wikidata: Q238147 09196912-n: definition: - an active volcano in southwestern Mexico @@ -37644,6 +39773,7 @@ - Nevado de Colima - Volcan de Colima partOfSpeech: n + wikidata: Q825347 09197063-n: definition: - an Andean volcano in northern Ecuador; last erupted in 1955 @@ -37654,6 +39784,7 @@ - Cotacachi Volcano - Cotacachi partOfSpeech: n + wikidata: Q1136571 09197198-n: definition: - the world's largest active volcano; located in the Andes in north central Ecuador @@ -37663,6 +39794,7 @@ members: - Cotopaxi partOfSpeech: n + wikidata: Q181476 09197354-n: definition: - an active volcano in northern Iran @@ -37673,6 +39805,7 @@ - Damavand - Demavend partOfSpeech: n + wikidata: Q40758 09197463-n: definition: - the world's 2nd largest active volcano; located in the Andes in southern Peru @@ -37682,6 +39815,7 @@ members: - El Misti partOfSpeech: n + wikidata: Q572865 09197615-n: definition: - an inactive volcano in Sicily; last erupted in 1961; the highest volcano in Europe @@ -37694,6 +39828,7 @@ - Mount Etna - Mt Etna partOfSpeech: n + wikidata: Q16990 09197805-n: definition: - a volcano in south central Guatemala @@ -37703,6 +39838,7 @@ members: - Fuego partOfSpeech: n + wikidata: Q859376 09197913-n: definition: - an extinct volcano in south central Honshu that is the highest peak in Japan; @@ -37718,6 +39854,7 @@ - Fujinoyama - Fuji-san partOfSpeech: n + wikidata: Q39231 09198219-n: definition: - an active volcano in southeastern Colombia in the Andes @@ -37728,6 +39865,7 @@ - Galeras - Pasto partOfSpeech: n + wikidata: Q235062 09198356-n: definition: - the world's highest volcano; in the Andes in northern Chile; last erupted in 1959 @@ -37737,6 +39875,7 @@ members: - Guallatiri partOfSpeech: n + wikidata: Q252081 09198514-n: definition: - an inactive volcano in the Andes in southern Peru; last erupted in 1783 @@ -37747,6 +39886,7 @@ - Huaynaputina - Huainaputina partOfSpeech: n + wikidata: Q946750 09198664-n: definition: - an inactive volcano on the Kamchatka Peninsula; last erupted in 1946 @@ -37757,6 +39897,7 @@ - Klyuchevskaya Sopka - Klyuchevskaya partOfSpeech: n + wikidata: Q210252 09198812-n: definition: - a small volcanic island in Indonesia between Java and Sumatra; its violent eruption @@ -37770,6 +39911,7 @@ - Krakatao - Krakatoa partOfSpeech: n + wikidata: Q82613 09199056-n: definition: - a group of islands in the Arctic Ocean to the north of Siberia and to the east @@ -37780,6 +39922,7 @@ members: - New Siberian Islands partOfSpeech: n + wikidata: Q201012 09199239-n: definition: - a volcano in the Andes in Chile @@ -37789,6 +39932,7 @@ members: - Lascar partOfSpeech: n + wikidata: Q48783 09199343-n: definition: - an active volcano on north central Hawaii Island; highest peak in the Hawaiian @@ -37799,6 +39943,7 @@ members: - Mauna Kea partOfSpeech: n + wikidata: Q131230 09199505-n: definition: - an active volcano on south central Hawaii Island @@ -37808,6 +39953,7 @@ members: - Mauna Loa partOfSpeech: n + wikidata: Q159762 09199629-n: definition: - an active volcano in eastern Congo, described as Africa's most active volcano @@ -37829,6 +39975,7 @@ - Mount Nyiragongo - Nyiragongo partOfSpeech: n + wikidata: Q214696 09199852-n: definition: - an inactive volcano in the Andes in southern Colombia; last erupted in 1950 @@ -37838,6 +39985,7 @@ members: - Purace partOfSpeech: n + wikidata: Q1330927 09200000-n: definition: - an inactive volcano in the Andes in central Ecuador; last erupted in 1946 @@ -37847,6 +39995,7 @@ members: - Sangay partOfSpeech: n + wikidata: Q14052 09200146-n: definition: - an inactive volcano in central Chile; last erupted in 1959 @@ -37856,6 +40005,7 @@ members: - Tupungatito partOfSpeech: n + wikidata: Q943045 09200282-n: definition: - an active volcano in the Cascade Range in southwestern Washington; erupted violently @@ -37868,6 +40018,7 @@ - Mount St. Helens - Mt. St. Helens partOfSpeech: n + wikidata: Q4675 09200544-n: definition: - an ancient area of Eurasia extending from the Black Sea to the Aral Sea that was @@ -37878,6 +40029,7 @@ members: - Scythia partOfSpeech: n + wikidata: Q845909 09200780-n: definition: - a volcano in southwestern Italy on the Mediterranean coast; a Plinian eruption @@ -37890,6 +40042,7 @@ - Mount Vesuvius - Mt. Vesuvius partOfSpeech: n + wikidata: Q524 09201038-n: definition: - an area of northern Africa between the Sahara and the Mediterranean Sea @@ -37913,6 +40066,7 @@ mero_part: - 08877705-n partOfSpeech: n + wikidata: Q4412 09201378-n: definition: - areas where Muslims are in the majority @@ -37944,6 +40098,7 @@ - Nagorno-Karabakh Republic - Nagorno-Karabakh partOfSpeech: n + wikidata: Q244165 82858004-n: definition: - state on the island of Cyprus, only recognized by Turkey @@ -37955,6 +40110,7 @@ - Turkish Republic of Northern Cyprus - TRNC partOfSpeech: n + wikidata: Q23681 83586037-n: definition: - a country or continent discovered or colonised by European explorers from the @@ -37988,6 +40144,7 @@ - Pridnestrovian Moldavian Republic - Pridnestrovie partOfSpeech: n + wikidata: Q907112 85353705-n: definition: - de facto state in the Horn of Africa, generally recognized as part of Somalia @@ -37997,6 +40154,18 @@ - Somaliland - Republic of Somaliland partOfSpeech: n + wikidata: Q34754 +86097949-n: + definition: + - a country in Southeastern Europe bordering Bosnia, Albania and Serbia, formerly + part of Yugoslavia + hypernym: + - 08714745-n + members: + - Montenegro + - Crna Gora + partOfSpeech: n + wikidata: Q236 88471280-n: definition: - disputed state in the South Caucasus @@ -38007,6 +40176,7 @@ - South Ossetian Republic - Republic of South Ossetia partOfSpeech: n + wikidata: Q23427 89133816-n: definition: - the address of a person or business to which mail is delivered, as distinct from @@ -38042,68 +40212,7 @@ - Saharawi Arab Democratic Republic - Western Sahara partOfSpeech: n -92333128-n: - definition: - - sultanate and one of the 13 states of the Federation of Malaysia; situated in - eastern Peninsular Malaysia - instance_hypernym: - - 08984793-n - - 08916554-n - members: - - Terengganu - partOfSpeech: n - source: plWordNet 4.0 -92333130-n: - definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia; - is the fourth largest state in the country - instance_hypernym: - - 08984793-n - members: - - Perak - partOfSpeech: n - source: plWordNet 4.0 -92333131-n: - definition: - - the third largest state in Malaysia, sultanate and one of the 13 states that constitute - the Federation of Malaysia - instance_hypernym: - - 08984793-n - members: - - Pahang - partOfSpeech: n - source: plWordNet 4.0 -92333132-n: - definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia; - positioned in the north-east of Peninsular Malaysia - instance_hypernym: - - 08984793-n - members: - - Kelantan - partOfSpeech: n - source: plWordNet 4.0 -92333133-n: - definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia; - located in the northwestern part of Peninsular Malaysia - instance_hypernym: - - 08984793-n - members: - - Kedah - partOfSpeech: n - source: plWordNet 4.0 -92333134-n: - definition: - - sultanate and one of the 13 states that constitute the Federation of Malaysia; - located in the southern portion of Peninsular Malaysia - instance_hypernym: - - 08984793-n - members: - - Johor - - Johore - partOfSpeech: n - source: plWordNet 4.0 + wikidata: Q40362 92406097-n: definition: - an administrative-territorial division of the Russian Empire from 1775-1917. diff --git a/src/yaml/noun.object.yaml b/src/yaml/noun.object.yaml index 882cae15..cfd2e41d 100644 --- a/src/yaml/noun.object.yaml +++ b/src/yaml/noun.object.yaml @@ -9,6 +9,7 @@ - Aar - Aare River partOfSpeech: n + wikidata: Q1675 09209122-n: definition: - a bay on the Mediterranean Sea in northern Egypt @@ -20,6 +21,7 @@ - Abukir - Abukir Bay partOfSpeech: n + wikidata: Q1779743 09209256-n: definition: - a bottomless gulf or pit; any unfathomable (or apparently unfathomable) cavity @@ -53,6 +55,7 @@ - Acheron - River Acheron partOfSpeech: n + wikidata: Q13081186 09209825-n: definition: - a stony meteor lacking chondrules @@ -83,6 +86,7 @@ members: - Aconcagua partOfSpeech: n + wikidata: Q39739 09210304-n: definition: - a mountain peak in southwestern Washington in the Cascade Range (12,307 feet high) @@ -93,6 +97,7 @@ - Adams - Mount Adams partOfSpeech: n + wikidata: Q267646 09210491-n: definition: - a mountain peak in south central Sri Lanka (7,360 feet high) @@ -103,6 +108,7 @@ - Adam's Peak - Samanala partOfSpeech: n + wikidata: Q60789 09210640-n: definition: - a river in northern Italy that flows southeast into the Adriatic Sea @@ -115,6 +121,7 @@ - Adige - River Adige partOfSpeech: n + wikidata: Q13696 09210820-n: definition: - a mountain range in northeastern New York State; a popular resort area @@ -125,6 +132,7 @@ - Adirondacks - Adirondack Mountains partOfSpeech: n + wikidata: Q357546 09210991-n: definition: - mountains in Antarctica to the north of Victoria Land @@ -135,6 +143,7 @@ - Admiralty Mountains - Admiralty Range partOfSpeech: n + wikidata: Q359194 09211126-n: definition: - something added to another thing but not an essential part of it @@ -172,6 +181,7 @@ - 08800479-n - 08808600-n partOfSpeech: n + wikidata: Q34575 09211791-n: definition: - a creek emptying into the Hellespont in present-day Turkey; at its mouth in 405 @@ -184,6 +194,7 @@ - Aegospotami - Aegospotamos partOfSpeech: n + wikidata: Q404513 09212054-n: definition: - the lofty nest of a bird of prey (such as a hawk or eagle) @@ -277,6 +288,7 @@ - 09356955-n - 09454313-n partOfSpeech: n + wikidata: Q15 09213796-n: definition: - an active and efficient cause; capable of producing a certain effect @@ -318,6 +330,7 @@ - River Aire - Aire River partOfSpeech: n + wikidata: Q408636 09214753-n: definition: - a river in Alabama formed by the confluence of the Coosa and Tallapoosa Rivers @@ -329,6 +342,7 @@ - Alabama - Alabama River partOfSpeech: n + wikidata: Q558643 09215000-n: definition: - a peninsula of southwestern Alaska (a continuation of the Aleutian Islands) @@ -338,6 +352,7 @@ members: - Alaska Peninsula partOfSpeech: n + wikidata: Q60064 09215158-n: definition: - a mountain range in south central Alaska; contains Mount McKinley @@ -350,6 +365,7 @@ - 09372322-n - 09396534-n partOfSpeech: n + wikidata: Q156684 09215340-n: definition: - the brightest star in Taurus @@ -359,6 +375,7 @@ members: - Aldebaran partOfSpeech: n + wikidata: Q12170 09215444-n: definition: - the second brightest star in Perseus; the first known eclipsing binary @@ -368,6 +385,7 @@ members: - Algol partOfSpeech: n + wikidata: Q13080 09215586-n: definition: - the western part of the Appalachian Mountains; extending from northern Pennsylvania @@ -379,6 +397,7 @@ - Alleghenies - Allegheny Mountains partOfSpeech: n + wikidata: Q1141373 09215851-n: definition: - a river that rises in Pennsylvania and flows north into New York and then back @@ -437,6 +456,7 @@ - Rigil Kent - Rigil partOfSpeech: n + wikidata: Q12176 09216811-n: definition: - the brightest star in the Southern Cross @@ -446,6 +466,7 @@ members: - Alpha Crucis partOfSpeech: n + wikidata: Q13102 09216930-n: definition: - a positively charged particle that is the nucleus of the helium atom; emitted @@ -483,6 +504,7 @@ - 09487782-n - 09500697-n partOfSpeech: n + wikidata: Q1286 09217588-n: definition: - a mountain range in central Asia that extends a thousand miles from Kazakhstan @@ -494,6 +516,7 @@ - Altai Mountains - Altay Mountains partOfSpeech: n + wikidata: Q5955 09217816-n: definition: - double star 15.7 light years from Earth; the brightest star in the Aquila constellation @@ -503,6 +526,7 @@ members: - Altair partOfSpeech: n + wikidata: Q12975 09217976-n: definition: - a cumulus cloud at an intermediate altitude of 2 or 3 miles @@ -535,6 +559,7 @@ - Amazon - Amazon River partOfSpeech: n + wikidata: Q3783 09218493-n: definition: - North America and South America and Central America @@ -548,6 +573,7 @@ - 09395415-n - 09463304-n partOfSpeech: n + wikidata: Q828 09218674-n: definition: - a part of Niagara Falls in western New York (north of Buffalo) @@ -557,6 +583,7 @@ members: - American Falls partOfSpeech: n + wikidata: Q1320475 09218836-n: definition: - one of the coiled chambered fossil shells of extinct mollusks @@ -579,6 +606,7 @@ - Heilong Jiang - Heilong partOfSpeech: n + wikidata: Q6862 09219180-n: definition: - a mountain peak in the Andes in Bolivia (20,960 feet high) @@ -588,6 +616,7 @@ members: - Ancohuma partOfSpeech: n + wikidata: Q33211 09219332-n: definition: - part of the Bay of Bengal to the west of the Malay Peninsula @@ -630,6 +659,7 @@ - 09486851-n - 09505696-n partOfSpeech: n + wikidata: Q5456 09220149-n: definition: - a constellation in the Northern Hemisphere between Cassiopeia and Pegasus; contains @@ -640,6 +670,7 @@ members: - Andromeda partOfSpeech: n + wikidata: Q9256 09220310-n: definition: - a river in southeastern Siberia that flows northwest from Lake Baikal to become @@ -664,6 +695,7 @@ - Angel - Angel Falls partOfSpeech: n + wikidata: Q80299 09220693-n: definition: - a negatively charged ion @@ -683,6 +715,7 @@ - Annapurna - Anapurna partOfSpeech: n + wikidata: Q159621 09220984-n: definition: - an extremely cold continent at the south pole almost entirely below the Antarctic @@ -707,6 +740,7 @@ - 09221633-n - 09440118-n partOfSpeech: n + wikidata: Q51 09221452-n: definition: - the southern waters surrounding Antarctica @@ -717,6 +751,7 @@ - Southern Ocean - Antarctic Ocean partOfSpeech: n + wikidata: Q7354 09221633-n: definition: - a large peninsula of Antarctica that extends some 1200 miles north toward South @@ -738,6 +773,7 @@ members: - Antares partOfSpeech: n + wikidata: Q12166 09221979-n: definition: - a mound of earth made by ants as they dig their nest @@ -853,6 +889,7 @@ members: - Antlia partOfSpeech: n + wikidata: Q10481 09223527-n: definition: - a river in northwestern Florida formed by the confluence of the Chattahoochee @@ -864,6 +901,7 @@ - Apalachicola - Apalachicola River partOfSpeech: n + wikidata: Q617414 09223752-n: definition: - a mountain range extending the length of the Italian peninsula @@ -874,6 +912,7 @@ - Apennine Mountains - Apennines partOfSpeech: n + wikidata: Q1285 09223909-n: definition: - a natural opening in something @@ -893,6 +932,7 @@ - 1862 Apollo - Apollo asteroid partOfSpeech: n + wikidata: Q144927 09224179-n: definition: - a mountain range in the eastern United States extending from Quebec to the Gulf @@ -913,6 +953,7 @@ - 09317319-n - 09476418-n partOfSpeech: n + wikidata: Q93332 09224592-n: definition: - a constellation in the polar region of the Southern Hemisphere near Octans @@ -922,6 +963,7 @@ members: - Apus partOfSpeech: n + wikidata: Q10506 09224718-n: definition: - a zodiacal constellation in the Southern Hemisphere; between Capricornus and Pisces @@ -931,6 +973,7 @@ members: - Aquarius partOfSpeech: n + wikidata: Q10576 09224876-n: definition: - underground bed or layer yielding ground water for wells and springs etc @@ -951,6 +994,7 @@ mero_member: - 09217816-n partOfSpeech: n + wikidata: Q10586 09225163-n: definition: - a constellation in the Southern Hemisphere near Telescopium and Norma @@ -960,6 +1004,7 @@ members: - Ara partOfSpeech: n + wikidata: Q9253 09225283-n: definition: - a northwestern arm of the Indian Ocean between India and Arabia @@ -973,6 +1018,7 @@ - 09413317-n - 09469791-n partOfSpeech: n + wikidata: Q58705 09225481-n: definition: - a part of the western Pacific Ocean to the north of Australia and to the south @@ -983,6 +1029,7 @@ members: - Arafura Sea partOfSpeech: n + wikidata: Q128880 09225688-n: definition: - a river in central Brazil that flows generally northward (with many falls) to @@ -996,6 +1043,7 @@ - Araguaya - Araguaya River partOfSpeech: n + wikidata: Q171847 09225910-n: definition: - the mountain peak that Noah's ark landed on as the waters of the great flood receded @@ -1007,6 +1055,7 @@ - Mount Ararat - Mt. Ararat partOfSpeech: n + wikidata: Q72303 09226095-n: definition: - a river that rises in northeastern Turkey (near the source of the Euphrates) and @@ -1019,6 +1068,7 @@ - Aras - Araxes partOfSpeech: n + wikidata: Q179751 09226359-n: definition: - a river that rises in northern Colombia and flows generally eastward to the Orinoco @@ -1087,6 +1137,7 @@ members: - Arcturus partOfSpeech: n + wikidata: Q12985 09228397-n: definition: - a sharp narrow ridge found in rugged mountains @@ -1125,6 +1176,7 @@ - Argun River - Ergun He partOfSpeech: n + wikidata: Q26439 09229021-n: definition: - a small zodiacal constellation in the Northern Hemisphere; between Pisces and @@ -1135,6 +1187,7 @@ members: - Aries partOfSpeech: n + wikidata: Q10584 09229177-n: definition: - a bright crater on the Moon @@ -1144,6 +1197,7 @@ members: - Aristarchus partOfSpeech: n + wikidata: Q542806 09229263-n: definition: - a river that rises in the Rocky Mountains in Colorado and flows southeast through @@ -1156,6 +1210,7 @@ - Arkansas - Arkansas River partOfSpeech: n + wikidata: Q8319 09229581-n: definition: - a river in central Italy rising in the Apennines and flowing through Florence @@ -1168,6 +1223,7 @@ - Arno River - River Arno partOfSpeech: n + wikidata: Q115457 09229784-n: definition: - a stream or brook @@ -1253,6 +1309,7 @@ - 09316246-n - 09351054-n partOfSpeech: n + wikidata: Q48 09231384-n: definition: - (astronomy) a cluster of stars (or a small constellation) @@ -1293,6 +1350,7 @@ - Peru-Chile Trench - Atacama Trench partOfSpeech: n + wikidata: Q118873 09232170-n: definition: - the 2nd largest ocean; separates North and South America on the west from Europe @@ -1345,6 +1403,7 @@ - 09463852-n - 09503371-n partOfSpeech: n + wikidata: Q97 09233143-n: definition: - a coast of the Atlantic Ocean @@ -1364,6 +1423,7 @@ members: - Atlas Mountains partOfSpeech: n + wikidata: Q130135 09233511-n: definition: - the envelope of gases surrounding any celestial body @@ -1402,6 +1462,7 @@ - 09257561-n - 09296834-n partOfSpeech: n + wikidata: Q10476 09234173-n: definition: - the smallest continent; between the South Pacific and the Indian Ocean @@ -1427,6 +1488,7 @@ - 09386317-n - 09386517-n partOfSpeech: n + wikidata: Q3960 09234642-n: definition: - a range of mountains in Australia that forms the southern end of the Great Dividing @@ -1437,6 +1499,7 @@ members: - Australian Alps partOfSpeech: n + wikidata: Q390226 09234851-n: definition: - a river in central England that flows through Stratford-on-Avon and empties into @@ -1450,6 +1513,7 @@ - Upper Avon - Upper Avon River partOfSpeech: n + wikidata: Q19709 09235058-n: definition: - a river in southwestern England rising in Gloucestershire and flowing through @@ -1461,6 +1525,7 @@ - Avon - River Avon partOfSpeech: n + wikidata: Q19711 09235267-n: definition: - a body of water that was created by a flood or tide or by being held or forced @@ -1495,6 +1560,7 @@ members: - Baffin Bay partOfSpeech: n + wikidata: Q37040 09235842-n: definition: - a large shallow lake in western Hungary @@ -1506,6 +1572,7 @@ - Lake Balaton - Plattensee partOfSpeech: n + wikidata: Q6383 09235983-n: definition: - the major mountain range of Bulgaria and the Balkan Peninsula @@ -1517,6 +1584,7 @@ - Balkan Mountains - Balkan Mountain Range partOfSpeech: n + wikidata: Q170427 09236161-n: definition: - a sea in northern Europe; stronghold of the Russian navy @@ -1531,6 +1599,7 @@ - 09321173-n - 09322171-n partOfSpeech: n + wikidata: Q545 09236341-n: definition: - a long ridge or pile @@ -1684,6 +1753,7 @@ mero_part: - 09219332-n partOfSpeech: n + wikidata: Q38684 09239495-n: definition: - an arm of the Atlantic Ocean in western Europe; bordered by the west coast of @@ -1705,6 +1775,7 @@ members: - Bay of Fundy partOfSpeech: n + wikidata: Q181857 09239875-n: definition: - an arm of the Tyrrhenian Sea at Naples @@ -1715,6 +1786,7 @@ - Gulf of Naples - Bay of Naples partOfSpeech: n + wikidata: Q201385 09239993-n: definition: - a swampy arm or slow-moving outlet of a lake (term used mainly in Mississippi @@ -1845,6 +1917,7 @@ members: - Bering Sea partOfSpeech: n + wikidata: Q44725 09241870-n: definition: - a strait connecting the Bering Sea to the Arctic Ocean @@ -1854,6 +1927,7 @@ members: - Bering Strait partOfSpeech: n + wikidata: Q11769 09241985-n: definition: - a low mountain range in western Massachusetts; a resort area @@ -1864,6 +1938,7 @@ - Berkshires - Berkshire Hills partOfSpeech: n + wikidata: Q820961 09242140-n: definition: - a narrow ledge or shelf typically at the top or bottom of a slope @@ -1882,6 +1957,7 @@ members: - Beta Centauri partOfSpeech: n + wikidata: Q13175 09242374-n: definition: - the second brightest star in the Southern Cross @@ -1891,6 +1967,7 @@ members: - Beta Crucis partOfSpeech: n + wikidata: Q13105 09242499-n: definition: - a high-speed electron or positron emitted in the decay of a radioactive isotope @@ -1910,6 +1987,7 @@ - Betelgeuse - Alpha Orionis partOfSpeech: n + wikidata: Q12124 09242765-n: definition: - a group of seven bright stars in the constellation Ursa Major @@ -1924,6 +2002,7 @@ - Wain - Wagon partOfSpeech: n + wikidata: Q10460 09242953-n: definition: - a river that flows from central Wyoming to the Yellowstone River in southern Montana @@ -1934,6 +2013,7 @@ - Bighorn - Bighorn River partOfSpeech: n + wikidata: Q859686 09243146-n: definition: - a broad bay formed by an indentation in the shoreline @@ -1955,6 +2035,7 @@ members: - Bight of Benin partOfSpeech: n + wikidata: Q47530 09243481-n: definition: - a river that rises in northeastern South Dakota and flows southward to join the @@ -1965,6 +2046,7 @@ members: - Big Sioux River partOfSpeech: n + wikidata: Q859274 09243677-n: definition: - a branch of a river made by water flowing from the main stream only when the water @@ -2037,6 +2119,7 @@ members: - Bismarck Sea partOfSpeech: n + wikidata: Q199436 09244958-n: definition: - a small fragment of something broken off from the whole @@ -2080,6 +2163,7 @@ - Black Forest - Schwarzwald partOfSpeech: n + wikidata: Q4204 09245787-n: definition: - mountains in southwestern South Dakota and northeastern Wyoming; sacred to the @@ -2093,6 +2177,7 @@ mero_part: - 09440546-n partOfSpeech: n + wikidata: Q250937 09246084-n: definition: - a region of space resulting from the collapse of a star; extremely high gravitational @@ -2115,6 +2200,7 @@ mero_part: - 09450754-n partOfSpeech: n + wikidata: Q166 09246394-n: definition: - a calculus formed in the bladder @@ -2170,6 +2256,7 @@ members: - Blue Nile partOfSpeech: n + wikidata: Q753897 09247232-n: definition: - a range of the Appalachians extending from southern Pennsylvania to northern Georgia @@ -2180,6 +2267,7 @@ - Blue Ridge Mountains - Blue Ridge partOfSpeech: n + wikidata: Q166755 09247473-n: definition: - the sky as viewed during daylight @@ -2266,6 +2354,7 @@ - Bo Hai - Po Hai partOfSpeech: n + wikidata: Q181969 09249274-n: definition: - a hole through which an animal may bolt when pursued into its burrow or den @@ -2294,6 +2383,7 @@ - Cerro Bonete - Bonete partOfSpeech: n + wikidata: Q859712 09249645-n: definition: - a constellation in the Northern Hemisphere near Ursa Major @@ -2305,6 +2395,7 @@ mero_member: - 09228222-n partOfSpeech: n + wikidata: Q8667 09249776-n: definition: - a pit created to provide earth that can be used as fill at another site @@ -2335,6 +2426,7 @@ - Bosphorus - Bosporus partOfSpeech: n + wikidata: Q35958 09250335-n: definition: - low-lying alluvial land near a river @@ -2365,6 +2457,7 @@ members: - Bougainville Trench partOfSpeech: n + wikidata: Q442490 09250746-n: definition: - a large smooth mass of rock detached from its place of origin @@ -2396,6 +2489,7 @@ - Brahmaputra - Brahmaputra River partOfSpeech: n + wikidata: Q45403 09251231-n: definition: - a stream or river connected to a larger one @@ -2444,6 +2538,7 @@ members: - Brenner Pass partOfSpeech: n + wikidata: Q212946 09252065-n: definition: - a fragment of brick used as a weapon @@ -2462,6 +2557,7 @@ members: - Bristol Channel partOfSpeech: n + wikidata: Q188203 09252316-n: definition: - a natural stream of water smaller than a river (and often a tributary of a river) @@ -2532,6 +2628,7 @@ members: - Buzzards Bay partOfSpeech: n + wikidata: Q599732 09253407-n: definition: - a mountain in the Andes in Argentina (20,932 feet high) @@ -2553,6 +2650,7 @@ members: - Caelum partOfSpeech: n + wikidata: Q10488 09253675-n: definition: - a hard lump produced by the concretion of mineral salts; found in hollow organs @@ -2585,6 +2683,7 @@ members: - Callisto partOfSpeech: n + wikidata: Q3134 09254268-n: definition: - a river in southern Florida that flows westerly to the Gulf of Mexico; forms the @@ -2596,6 +2695,7 @@ - Caloosahatchee - Caloosahatchee River partOfSpeech: n + wikidata: Q2749928 09254494-n: definition: - a river in east central England that flows past Cambridge to join the Ouse River @@ -2607,6 +2707,7 @@ - River Cam - Cam River partOfSpeech: n + wikidata: Q944772 09254668-n: definition: - a rugged plateau that runs north to south through central Wales @@ -2628,6 +2729,7 @@ - Canadian - Canadian River partOfSpeech: n + wikidata: Q597753 09255072-n: definition: - a part of Niagara Falls in Ontario @@ -2638,6 +2740,7 @@ - Canadian Falls - Horseshoe Falls partOfSpeech: n + wikidata: Q1373778 09255224-n: definition: - (astronomy) an indistinct surface feature of Mars once thought to be a system @@ -2670,6 +2773,7 @@ members: - Cancer partOfSpeech: n + wikidata: Q8849 09255748-n: definition: - a constellation to the southeast of Orion; contains Sirius @@ -2682,6 +2786,7 @@ mero_member: - 09458869-n partOfSpeech: n + wikidata: Q10538 09255896-n: definition: - a constellation to the east of Orion; contains Procyon @@ -2694,6 +2799,7 @@ mero_member: - 09422360-n partOfSpeech: n + wikidata: Q9305 09256041-n: definition: - supergiant star 650 light years from Earth; second brightest star in the sky @@ -2703,6 +2809,7 @@ members: - Canopus partOfSpeech: n + wikidata: Q12189 09256191-n: definition: - a range of mountains in northern Spain along the coast of the Bay of Biscay @@ -2712,6 +2819,7 @@ members: - Cantabrian Mountains partOfSpeech: n + wikidata: Q208076 09256353-n: definition: - a ravine formed by a river in an area with little rainfall @@ -2757,6 +2865,7 @@ - Cape Canaveral - Cape Kennedy partOfSpeech: n + wikidata: Q193401 09257281-n: definition: - the southern part of Massachusetts Bay @@ -2786,6 +2895,7 @@ members: - Capella partOfSpeech: n + wikidata: Q12970 09257663-n: definition: - a promontory on the far southern part of Nova Scotia @@ -2796,6 +2906,7 @@ - Cape Sable Island - Cape Sable partOfSpeech: n + wikidata: Q2937147 09257792-n: definition: - a cape at the southwest tip of Florida; the southernmost part of the United States @@ -2806,6 +2917,7 @@ members: - Cape Sable partOfSpeech: n + wikidata: Q2937102 09257960-n: definition: - a small cape in southwestern Spain @@ -2817,6 +2929,7 @@ members: - Cape Trafalgar partOfSpeech: n + wikidata: Q203950 09258151-n: definition: - the northern tip of Cape York Peninsula at the Torres Strait; the northernmost @@ -2827,6 +2940,7 @@ members: - Cape York partOfSpeech: n + wikidata: Q1728345 09258376-n: definition: - a peninsula in Queensland in northeastern Australia between the Gulf of Carpentaria @@ -2851,6 +2965,7 @@ - Capricornus - Capricorn partOfSpeech: n + wikidata: Q10535 09258801-n: definition: - an arm of the Atlantic Ocean between North and South America; the origin of the @@ -2876,6 +2991,7 @@ mero_member: - 09256041-n partOfSpeech: n + wikidata: Q10470 09259157-n: definition: - a group of caverns in southeastern New Mexico noted for their stalactites and @@ -2886,6 +3002,7 @@ members: - Carlsbad Caverns partOfSpeech: n + wikidata: Q95742097 09259329-n: definition: - a mountain range in central Europe that extends from Slovakia and southern Poland @@ -2938,6 +3055,7 @@ - 09210304-n - 09428044-n partOfSpeech: n + wikidata: Q4558 09260310-n: definition: - a large saltwater lake between Iran and Russia fed by the Volga River; the largest @@ -2949,6 +3067,7 @@ - Caspian - Caspian Sea partOfSpeech: n + wikidata: Q5484 09260533-n: definition: - a W-shaped constellation in the Northern Hemisphere near Polaris @@ -2958,6 +3077,7 @@ members: - Cassiopeia partOfSpeech: n + wikidata: Q10464 09260655-n: definition: - a multiple star with 6 components; second brightest in Gemini; close to Pollux @@ -2968,6 +3088,7 @@ - Castor - Alpha Geminorum partOfSpeech: n + wikidata: Q13029 09260824-n: definition: - a large waterfall; violent rush of water over a precipice @@ -2986,6 +3107,7 @@ members: - Cataract Canyon partOfSpeech: n + wikidata: Q5051461 09261049-n: definition: - anything that is caught (especially if it is worth catching) @@ -3019,6 +3141,7 @@ mero_part: - 09148650-n partOfSpeech: n + wikidata: Q630566 09261580-n: definition: - the mountain range in Caucasia between the Black Sea and the Caspian Sea that @@ -3077,6 +3200,7 @@ - Cayuga Lake - Lake Cayuga partOfSpeech: n + wikidata: Q731175 09262646-n: definition: - natural objects visible in the sky @@ -3102,6 +3226,7 @@ - 09401713-n - 09423065-n partOfSpeech: n + wikidata: Q8844 09263178-n: definition: - a faint constellation in the Northern Hemisphere near Cassiopeia and the pole @@ -3112,6 +3237,7 @@ members: - Cepheus partOfSpeech: n + wikidata: Q10468 09263315-n: definition: - the largest asteroid and the first discovered @@ -3121,6 +3247,7 @@ members: - Ceres partOfSpeech: n + wikidata: Q596 09263413-n: definition: - a large constellation on the equator near Pisces and Aquarius @@ -3130,6 +3257,7 @@ members: - Cetus partOfSpeech: n + wikidata: Q8839 09263527-n: definition: - (chemistry) a series of linked atoms (generally in an organic molecule) @@ -3153,6 +3281,7 @@ - Chamaeleon - Chameleon partOfSpeech: n + wikidata: Q10457 09263953-n: definition: - a mountain in the central Himalayas on the border of Tibet and Nepal (24,780 feet @@ -3163,6 +3292,7 @@ members: - Changtzu partOfSpeech: n + wikidata: Q595929 09264153-n: definition: - a deep and relatively narrow body of water (as in a river or a harbor or a strait @@ -3188,6 +3318,7 @@ - Chao Phraya River - Chao Phraya partOfSpeech: n + wikidata: Q118850 09264835-n: definition: - a crack in a lip caused usually by cold @@ -3208,6 +3339,7 @@ - Charles - Charles River partOfSpeech: n + wikidata: Q794927 09265138-n: definition: - a quark with an electric charge of +2/3 and a mass 2900 times that of an electron @@ -3238,6 +3370,7 @@ - Chattahoochee - Chattahoochee River partOfSpeech: n + wikidata: Q1068297 09265673-n: definition: - the largest freshwater lake in Asia or Europe and the deepest lake in the world @@ -3250,6 +3383,7 @@ - Baykal - Lake Baykal partOfSpeech: n + wikidata: Q5513 09265862-n: definition: - a narrow very deep lake in central Washington in the Cascade Range @@ -3269,6 +3403,7 @@ members: - Coeur d'Alene Lake partOfSpeech: n + wikidata: Q581841 09266115-n: definition: - a lake on the border between Nevada and California to the west of Carson City; @@ -3279,6 +3414,7 @@ members: - Lake Tahoe partOfSpeech: n + wikidata: Q169962 09266311-n: definition: - a large inlet of the North Atlantic between Virginia and Maryland; fed by Susquehanna @@ -3289,6 +3425,7 @@ members: - Chesapeake Bay partOfSpeech: n + wikidata: Q216868 09266521-n: definition: - a mountain peak in the Andes in Ecuador (20,560 feet high) @@ -3298,6 +3435,7 @@ members: - Chimborazo partOfSpeech: n + wikidata: Q14081 09266675-n: definition: - a narrow opening as e.g. between planks in a wall @@ -3368,6 +3506,7 @@ members: - Chukchi Peninsula partOfSpeech: n + wikidata: Q1002 09267737-n: definition: - part of the Arctic Ocean just to the north of the Bering Strait @@ -3377,6 +3516,7 @@ members: - Chukchi Sea partOfSpeech: n + wikidata: Q159252 09267878-n: definition: - a river that rises in northeastern New Mexico and flows eastward into Oklahoma @@ -3388,6 +3528,7 @@ - Cimarron - Cimarron River partOfSpeech: n + wikidata: Q1092055 09268118-n: definition: - a fragment of incombustible matter left after a wood or coal or charcoal fire @@ -3408,6 +3549,7 @@ members: - Circinus partOfSpeech: n + wikidata: Q10508 09268421-n: definition: - a steep-walled semicircular basin in a mountain; may contain a lake @@ -3557,6 +3699,7 @@ - River Clyde - Clyde partOfSpeech: n + wikidata: Q19721 09271059-n: definition: - a slope down which sleds may coast @@ -3600,6 +3743,7 @@ - 09259982-n - 09329548-n partOfSpeech: n + wikidata: Q920070 09271630-n: definition: - (Greek mythology) a river in Hades that was said to be a tributary of the Acheron @@ -3612,6 +3756,7 @@ - Cocytus - River Cocytus partOfSpeech: n + wikidata: Q939218 09271820-n: definition: - the dregs remaining after brewing coffee @@ -3667,6 +3812,7 @@ - Colorado - Colorado River partOfSpeech: n + wikidata: Q1265 09272922-n: definition: - a river in Texas; flows southeast into the Gulf of Mexico @@ -3677,6 +3823,7 @@ - Colorado - Colorado River partOfSpeech: n + wikidata: Q847785 09273071-n: definition: - a large plateau to the south and west of the Rocky Mountains; abuts mountains @@ -3690,6 +3837,7 @@ mero_part: - 09313933-n partOfSpeech: n + wikidata: Q925906 09273457-n: definition: - a constellation in the Southern Hemisphere near Puppis and Caelum @@ -3700,6 +3848,7 @@ - Columba - Dove partOfSpeech: n + wikidata: Q10425 09273584-n: definition: - a North American river; rises in southwestern Canada and flows southward across @@ -3712,6 +3861,7 @@ - Columbia - Columbia River partOfSpeech: n + wikidata: Q2251 09273908-n: definition: - (astronomy) the luminous cloud of particles surrounding the frozen nucleus of @@ -3734,6 +3884,7 @@ members: - Coma Berenices partOfSpeech: n + wikidata: Q9285 09274313-n: definition: - (astronomy) a relatively small extraterrestrial body consisting of a frozen mass @@ -3785,6 +3936,7 @@ - Congo River - Zaire River partOfSpeech: n + wikidata: Q3503 09275179-n: definition: - a river in the northeastern United States; flows south from northern New Hampshire @@ -3821,6 +3973,7 @@ - Lake Constance - Bodensee partOfSpeech: n + wikidata: Q4127 09275876-n: definition: - a configuration of stars as seen from the earth @@ -3910,6 +4063,7 @@ - Coosa - Coosa River partOfSpeech: n + wikidata: Q1129913 09279088-n: definition: - a conspicuous crater on the Moon @@ -3919,6 +4073,7 @@ members: - Copernicus partOfSpeech: n + wikidata: Q1131154 09279178-n: definition: - fossil excrement; petrified dung @@ -3958,6 +4113,7 @@ members: - Coral Sea partOfSpeech: n + wikidata: Q82931 09279721-n: definition: - the central part of the Earth @@ -3996,6 +4152,7 @@ members: - Corona Borealis partOfSpeech: n + wikidata: Q10406 09280186-n: definition: - a mountain peak in the Andes in Peru (21,083 feet high) @@ -4005,6 +4162,7 @@ members: - Coropuna partOfSpeech: n + wikidata: Q946035 09280335-n: definition: - a small quadrilateral constellation in the Southern Hemisphere near Virgo @@ -4015,6 +4173,7 @@ - Corvus - Crow partOfSpeech: n + wikidata: Q10517 09280469-n: definition: - (physics) something joined by two equal and opposite forces that act along parallel @@ -4070,6 +4229,7 @@ members: - Crab Nebula partOfSpeech: n + wikidata: Q10934 09281621-n: definition: - a long narrow cleft @@ -4119,6 +4279,7 @@ members: - Crater partOfSpeech: n + wikidata: Q9282 09282406-n: definition: - the part of a continent that is stable and forms the central mass of the continent; @@ -4150,6 +4311,7 @@ - Cross-Florida Waterway - Okeechobee Waterway partOfSpeech: n + wikidata: Q7081903 09282916-n: definition: - the outer layer of the Earth @@ -4224,6 +4386,7 @@ - Cumberland - Cumberland River partOfSpeech: n + wikidata: Q1143718 09284313-n: definition: - a pass through the Cumberland Mountains between Virginia and Kentucky that early @@ -4234,6 +4397,7 @@ members: - Cumberland Gap partOfSpeech: n + wikidata: Q1143695 09284510-n: definition: - the southwestern part of the Appalachians @@ -4246,6 +4410,7 @@ mero_part: - 09284313-n partOfSpeech: n + wikidata: Q1143656 09284678-n: definition: - a dark cloud of great vertical extent charged with electricity; associated with @@ -4281,6 +4446,7 @@ - Kukenaam - Kukenaam Falls partOfSpeech: n + wikidata: Q2097111 09285139-n: definition: - any barrier to communication or vision @@ -4315,6 +4481,7 @@ - 09288298-n - 09396244-n partOfSpeech: n + wikidata: Q8921 09285596-n: definition: - an open river valley (in a hilly area) @@ -4361,6 +4528,7 @@ - Danube River - Danau partOfSpeech: n + wikidata: Q1653 09286385-n: definition: - an Australian river; tributary of the Murray River @@ -4371,6 +4539,7 @@ - Darling - Darling River partOfSpeech: n + wikidata: Q181482 09286525-n: definition: - a saltwater lake on the border between Israel and Jordan; its surface in 1292 @@ -4381,6 +4550,7 @@ members: - Dead Sea partOfSpeech: n + wikidata: Q23883 09286717-n: definition: - literary term for an ocean @@ -4411,6 +4581,7 @@ members: - Deimos partOfSpeech: n + wikidata: Q7548 09287022-n: definition: - a river that rises in the Catskills in southeastern New York and flows southward @@ -4423,6 +4594,7 @@ - Delaware - Delaware River partOfSpeech: n + wikidata: Q143762 09287331-n: definition: - an inlet of the North Atlantic; fed by the Delaware River @@ -4432,6 +4604,7 @@ members: - Delaware Bay partOfSpeech: n + wikidata: Q738808 09287505-n: definition: - a small wooded hollow @@ -4451,6 +4624,7 @@ members: - Delphinus partOfSpeech: n + wikidata: Q9302 09287709-n: definition: - a low triangular area of alluvial deposits where a river divides before entering @@ -4484,6 +4658,7 @@ - Demerara River - Demerara partOfSpeech: n + wikidata: Q1185369 09288180-n: definition: - a major open geological fault in Alaska @@ -4493,6 +4668,7 @@ members: - Denali Fault partOfSpeech: n + wikidata: Q5256575 09288298-n: definition: - the brightest star in Cygnus @@ -4502,6 +4678,7 @@ members: - Deneb partOfSpeech: n + wikidata: Q12179 09288398-n: definition: - a star in Leo approximately 43 light years from Earth @@ -4511,6 +4688,7 @@ members: - Denebola partOfSpeech: n + wikidata: Q13015 09288526-n: definition: - a downward slope or bend @@ -4547,6 +4725,7 @@ members: - Detroit River partOfSpeech: n + wikidata: Q318435 09289193-n: definition: - the nucleus of deuterium; consists of one proton and one neutron; used as a bombarding @@ -4684,6 +4863,7 @@ - Dnieper - Dnieper River partOfSpeech: n + wikidata: Q40855 09291386-n: definition: - fecal droppings from a dog @@ -4718,6 +4898,7 @@ - Don - Don River partOfSpeech: n + wikidata: Q1229 09291833-n: definition: - a mountain pass in northeastern California near Lake Tahoe; site where in 1844 @@ -4728,6 +4909,7 @@ members: - Donner Pass partOfSpeech: n + wikidata: Q2113165 09292080-n: definition: - a constellation in the Southern Hemisphere near Reticulum and Pictor; contains @@ -4738,6 +4920,7 @@ members: - Dorado partOfSpeech: n + wikidata: Q8837 09292247-n: definition: - (usually plural) a rolling treeless highland with little soil @@ -4779,6 +4962,7 @@ - Draco - Dragon partOfSpeech: n + wikidata: Q8675 09292788-n: definition: - a gully that is shallower than a ravine @@ -4883,6 +5067,7 @@ - 09362716-n - 09459612-n partOfSpeech: n + wikidata: Q2 09294197-n: definition: - part of the Pacific Ocean near eastern Asia @@ -4892,6 +5077,7 @@ members: - East China Sea partOfSpeech: n + wikidata: Q45341 09294321-n: definition: - a river in northeastern Spain; flows into the Mediterranean @@ -4902,6 +5088,7 @@ - Ebro - Ebro River partOfSpeech: n + wikidata: Q10965 09294464-n: definition: - a river in central Europe that arises in northwestern Czechoslovakia and flows @@ -4913,6 +5100,7 @@ - Elbe - Elbe River partOfSpeech: n + wikidata: Q896094 09294680-n: definition: - a dipole with equal and opposite electric charges @@ -4965,6 +5153,7 @@ members: - Elizabeth River partOfSpeech: n + wikidata: Q3051265 09295833-n: definition: - a mountain peak in the Andes on the border between Argentina and Chile (21,457 @@ -4976,6 +5165,7 @@ - Cerro El Muerto - El Muerto partOfSpeech: n + wikidata: Q1324394 09296036-n: definition: - a hot fragment of wood or coal that is left from a fire and is glowing or smoldering @@ -5009,6 +5199,7 @@ - 09462783-n - 09502368-n partOfSpeech: n + wikidata: Q34640 09296587-n: definition: - a calculus occurring in the intestines @@ -5038,6 +5229,7 @@ members: - Epsilon Aurigae partOfSpeech: n + wikidata: Q13222 09296938-n: definition: - a constellation in the Southern Hemisphere near Fornax and Cetus @@ -5047,6 +5239,7 @@ members: - Eridanus partOfSpeech: n + wikidata: Q10433 09297058-n: definition: - a long steep slope or cliff at the edge of a plateau or ridge; usually formed @@ -5090,6 +5283,7 @@ - Euphrates - Euphrates River partOfSpeech: n + wikidata: Q34589 09297922-n: definition: - the land mass formed by the continents of Europe and Asia @@ -5107,6 +5301,7 @@ - 09230176-n - 09298379-n partOfSpeech: n + wikidata: Q5401 09298241-n: definition: - the 4th largest of Jupiter's satellites; covered with a smooth shell of frozen @@ -5117,6 +5312,7 @@ members: - Europa partOfSpeech: n + wikidata: Q3143 09298379-n: definition: - the 2nd smallest continent (actually a vast peninsula of Eurasia); the British @@ -5184,6 +5380,7 @@ - 09189327-n - 09294464-n partOfSpeech: n + wikidata: Q46 09299778-n: definition: - a planet (usually Venus) seen at sunset in the western sky @@ -5195,6 +5392,7 @@ - Hesperus - Vesper partOfSpeech: n + wikidata: Q59697 09299916-n: definition: - a mountain in the central Himalayas on the border of Tibet and Nepal; the highest @@ -5207,6 +5405,7 @@ - Mount Everest - Mt. Everest partOfSpeech: n + wikidata: Q513 09300185-n: definition: - a large subtropical swamp in southern Florida that is noted for its wildlife @@ -5216,6 +5415,7 @@ members: - Everglades partOfSpeech: n + wikidata: Q597281 09300338-n: definition: - the outermost atmospheric layer @@ -5255,6 +5455,7 @@ - Eyre - Lake Eyre partOfSpeech: n + wikidata: Q179970 09301068-n: definition: - a peninsula of southern Australia @@ -5264,6 +5465,7 @@ members: - Eyre Peninsula partOfSpeech: n + wikidata: Q1385889 09301201-n: definition: - cultivated land that is not seeded for one or more growing seasons @@ -5357,6 +5559,7 @@ members: - Fingal's Cave partOfSpeech: n + wikidata: Q403134 09302776-n: definition: - the luminous center of a nuclear explosion @@ -5427,6 +5630,7 @@ members: - Firth of Forth partOfSpeech: n + wikidata: Q202083 09303819-n: definition: - a freshwater pond with fish @@ -5486,6 +5690,7 @@ - Flint - Flint River partOfSpeech: n + wikidata: Q1428859 09304683-n: definition: - an object that floats or is capable of floating @@ -5649,6 +5854,7 @@ members: - Fornax partOfSpeech: n + wikidata: Q8913 09307339-n: definition: - a river in southern Scotland that flows eastward to the Firth of Forth @@ -5659,6 +5865,7 @@ - Forth - Forth River partOfSpeech: n + wikidata: Q2421 09307495-n: definition: - the remains (or an impression) of a plant or animal that existed in a past geological @@ -5689,6 +5896,7 @@ members: - Fox River partOfSpeech: n + wikidata: Q1147392 09308160-n: definition: - a piece broken off or cut off of something else @@ -5719,6 +5927,7 @@ members: - Galan partOfSpeech: n + wikidata: Q2342225 09308885-n: definition: - one of the four satellites of Jupiter that were discovered by Galileo @@ -5748,6 +5957,7 @@ members: - Galveston Bay partOfSpeech: n + wikidata: Q2560406 09309384-n: definition: - a bay of the North Atlantic on the west coast of Ireland @@ -5759,6 +5969,7 @@ mero_part: - 08726703-n partOfSpeech: n + wikidata: Q1127599 09309536-n: definition: - an Asian river; rises in the Himalayas and flows east into the Bay of Bengal; @@ -5770,6 +5981,7 @@ - Ganges - Ganges River partOfSpeech: n + wikidata: Q5089 09309749-n: definition: - a river in southeastern China that flows generally north into the Chang Jiang @@ -5781,6 +5993,7 @@ - Gan Jiang - Kan River partOfSpeech: n + wikidata: Q1046685 09309939-n: definition: - the largest of Jupiter's satellites @@ -5790,6 +6003,7 @@ members: - Ganymede partOfSpeech: n + wikidata: Q3169 09310030-n: definition: - a river that rises in the Pyrenees and flows northwest to the Bay of Biscay @@ -5800,6 +6014,7 @@ - Garonne - Garonne River partOfSpeech: n + wikidata: Q5077 09310195-n: definition: - a mountain in northern Kashmir (26,470 feet high) @@ -5809,6 +6024,7 @@ members: - Gasherbrum partOfSpeech: n + wikidata: Q187138 09310321-n: definition: - a particle that mediates the interaction of two elementary particles @@ -5831,6 +6047,7 @@ - 09260655-n - 09420025-n partOfSpeech: n + wikidata: Q8923 09310723-n: definition: - (mineralogy) a hollow rock or nodule with the cavity usually lined with crystals @@ -5884,6 +6101,7 @@ - Gila - Gila River partOfSpeech: n + wikidata: Q838143 09312083-n: definition: - a boulder that has been carried by a glacier to a place far distant from its place @@ -5948,6 +6166,7 @@ members: - Golden Gate partOfSpeech: n + wikidata: Q220032 09313027-n: definition: - a hypothetical continent that (according to plate tectonic theory) broke up later @@ -5958,6 +6177,7 @@ members: - Gondwanaland partOfSpeech: n + wikidata: Q80583 09313256-n: definition: - a hole in the ground made by gophers @@ -6008,6 +6228,7 @@ members: - Grand Canyon partOfSpeech: n + wikidata: Q118841 09314091-n: definition: - a river in southern Michigan that flows northwest to empty into Lake Michigan @@ -6017,6 +6238,7 @@ members: - Grand River partOfSpeech: n + wikidata: Q1542859 09314246-n: definition: - a mountain peak in northwestern Wyoming; the highest peak in the Teton Range (13,766 @@ -6027,6 +6249,7 @@ members: - Grand Teton partOfSpeech: n + wikidata: Q2078034 09314419-n: definition: - a tiny grain @@ -6066,6 +6289,7 @@ members: - Great Australian Bight partOfSpeech: n + wikidata: Q186733 09315095-n: definition: - a constellation outside the zodiac that rotates around the North Star, also known @@ -6079,6 +6303,7 @@ mero_part: - 09242765-n partOfSpeech: n + wikidata: Q8918 09315254-n: definition: - the largest coral reef in the world; in the Coral Sea off the northeastern coast @@ -6089,6 +6314,7 @@ members: - Great Barrier Reef partOfSpeech: n + wikidata: Q7343 09315451-n: definition: - a mountain range running along the eastern coast of Australia @@ -6101,6 +6327,7 @@ mero_part: - 09234642-n partOfSpeech: n + wikidata: Q192583 09315657-n: definition: - a group of five large, interconnected lakes in central North America @@ -6116,6 +6343,7 @@ - 09355676-n - 09356077-n partOfSpeech: n + wikidata: Q7347 09315917-n: definition: - a vast prairie region extending from Alberta and Saskatchewan and Manitoba in @@ -6131,6 +6359,7 @@ - 08595702-n - 09364371-n partOfSpeech: n + wikidata: Q12707 09316246-n: definition: - (geology) a depression in southwestern Asia and eastern Africa; extends from the @@ -6143,6 +6372,7 @@ members: - Great Rift Valley partOfSpeech: n + wikidata: Q81591 09316519-n: definition: - a shallow body of salt water in northwestern Utah @@ -6185,6 +6415,7 @@ - Green - Green River partOfSpeech: n + wikidata: Q952429 09317191-n: definition: - part of the Arctic Ocean to the north of Iceland @@ -6194,6 +6425,7 @@ members: - Greenland Sea partOfSpeech: n + wikidata: Q132868 09317319-n: definition: - a range of the Appalachian Mountains that extends from south to north through @@ -6204,6 +6436,7 @@ members: - Green Mountains partOfSpeech: n + wikidata: Q41507 09317505-n: definition: - woodlands in full leaf @@ -6277,6 +6510,7 @@ - Grus - Crane partOfSpeech: n + wikidata: Q10563 09318482-n: definition: - a mountain range in southern New Mexico and western Texas; the southern extension @@ -6287,6 +6521,7 @@ members: - Guadalupe Mountains partOfSpeech: n + wikidata: Q692982 09318696-n: definition: - an inlet of the Caribbean Sea; a United States naval station was established on @@ -6343,6 +6578,7 @@ members: - Gulf of Aden partOfSpeech: n + wikidata: Q41837 09319843-n: definition: - a gulf of the Pacific Ocean between the Alaska Peninsula and the Alexander Archipelago @@ -6362,6 +6598,7 @@ members: - Gulf of Antalya partOfSpeech: n + wikidata: Q81598 09320146-n: definition: - a northeastern arm of the Red Sea; between the Sinai Peninsula (Egypt) and Saudi @@ -6373,6 +6610,7 @@ - Gulf of Aqaba - Gulf of Akaba partOfSpeech: n + wikidata: Q81611 09320329-n: definition: - a northern arm of the Baltic Sea; between Sweden and Finland @@ -6384,6 +6622,7 @@ mero_part: - 08798362-n partOfSpeech: n + wikidata: Q122574 09320490-n: definition: - a gulf to the west of the mainland of Mexico @@ -6418,6 +6657,7 @@ - Gulf of Carpentaria - Carpentaria partOfSpeech: n + wikidata: Q180844 09321006-n: definition: - inlet of the Ionian Sea between central Greece and the Peloponnesus @@ -6438,6 +6678,7 @@ members: - Gulf of Finland partOfSpeech: n + wikidata: Q14686 09321316-n: definition: - a gulf off the southwest coast of Africa @@ -6477,6 +6718,7 @@ - 09379678-n - 09477395-n partOfSpeech: n + wikidata: Q12630 09321880-n: definition: - an inlet of the Kara Sea in western Siberia @@ -6487,6 +6729,7 @@ - Gulf of Ob - Bay of Ob partOfSpeech: n + wikidata: Q745945 09322031-n: definition: - an arm of the Arabian Sea connecting it with the Persian Gulf @@ -6496,6 +6739,7 @@ members: - Gulf of Oman partOfSpeech: n + wikidata: Q79948 09322171-n: definition: - an inlet of the Baltic Sea between Latvia and Estonia @@ -6505,6 +6749,7 @@ members: - Gulf of Riga partOfSpeech: n + wikidata: Q174731 09322303-n: definition: - an arm of the northwest Atlantic Ocean off the southeastern coast of Canada @@ -6525,6 +6770,7 @@ members: - Gulf of Sidra partOfSpeech: n + wikidata: Q187274 09322633-n: definition: - a northwestern arm of the Red Sea linked to the Mediterranean by the Suez Canal @@ -6534,6 +6780,7 @@ members: - Gulf of Suez partOfSpeech: n + wikidata: Q168277 09322791-n: definition: - an arm of the Pacific in southern Mexico @@ -6543,6 +6790,7 @@ members: - Gulf of Tehuantepec partOfSpeech: n + wikidata: Q2272405 09322936-n: definition: - an arm of the South China Sea between Indochina and the Malay Peninsula @@ -6637,6 +6885,7 @@ members: - Hampton Roads partOfSpeech: n + wikidata: Q5646275 09324367-n: definition: - a mountain peak in the San Juan Mountains in southwestern Colorado (14,048 feet @@ -6666,6 +6915,7 @@ members: - Hangzhou Bay partOfSpeech: n + wikidata: Q700024 09324750-n: definition: - the foam or froth that accumulates at the top when you pour an effervescent liquid @@ -6707,6 +6957,7 @@ members: - Hercules partOfSpeech: n + wikidata: Q10448 09325306-n: definition: - a ring of atoms of more than one kind; especially a ring of carbon atoms containing @@ -6785,6 +7036,7 @@ - 09388185-n - 09398605-n partOfSpeech: n + wikidata: Q5451 09327070-n: definition: - a mountain range extending to the west of the Himalayas @@ -6798,6 +7050,7 @@ - 09348436-n - 09482244-n partOfSpeech: n + wikidata: Q5472 09327282-n: definition: - a narrow ridge of hills @@ -6868,6 +7121,7 @@ - Hook of Holland - Hoek van Holland partOfSpeech: n + wikidata: Q2454933 09328552-n: definition: - a pond for watering horses @@ -6908,6 +7162,7 @@ - Housatonic - Housatonic River partOfSpeech: n + wikidata: Q1631368 09329163-n: definition: - a major river of Asia in northern China; flows generally eastward into the Yellow @@ -6920,6 +7175,7 @@ - Hwang Ho - Yellow River partOfSpeech: n + wikidata: Q7355 09329403-n: definition: - a mountain in the Andes in Peru (22,205 feet high) @@ -6929,6 +7185,7 @@ members: - Huascaran partOfSpeech: n + wikidata: Q200935 09329548-n: definition: - a mountain peak in southeastern Alaska that is part of the Coast Range (14,950 @@ -6940,6 +7197,7 @@ - Hubbard - Mount Hubbard partOfSpeech: n + wikidata: Q612894 09329746-n: definition: - a New York river; flows southward into New York Bay; explored by Henry Hudson @@ -6951,6 +7209,7 @@ - Hudson - Hudson River partOfSpeech: n + wikidata: Q3140 09329937-n: definition: - an inland sea in northern Canada @@ -6960,6 +7219,7 @@ members: - Hudson Bay partOfSpeech: n + wikidata: Q3040 09330046-n: definition: - an estuary in central northeastern England formed by the Ouse River and the Trent @@ -6970,6 +7230,7 @@ members: - Humber partOfSpeech: n + wikidata: Q550995 09330206-n: definition: - a large piece of something without definite shape @@ -6994,6 +7255,7 @@ - Hydra - Snake partOfSpeech: n + wikidata: Q10578 09330625-n: definition: - a positively charged atom of hydrogen; that is to say, a normal hydrogen atomic @@ -7028,6 +7290,7 @@ members: - Hydrus partOfSpeech: n + wikidata: Q10416 09331148-n: definition: - any baryon that is not a nucleon; unstable particle with mass greater than a neutron @@ -7118,6 +7381,7 @@ - Iguassu Falls - Victoria Falls partOfSpeech: n + wikidata: Q36332 09332572-n: definition: - a river in the central Netherlands flowing north to the IJsselmeer @@ -7128,6 +7392,7 @@ - IJssel - IJssel river partOfSpeech: n + wikidata: Q217818 09332726-n: definition: - a shallow lake in northwestern Netherlands created in 1932 by building a dam across @@ -7138,6 +7403,7 @@ members: - IJsselmeer partOfSpeech: n + wikidata: Q4121 09332917-n: definition: - a mountain peak in the Andes in Bolivia (20,870 feet high) @@ -7147,6 +7413,7 @@ members: - Illampu partOfSpeech: n + wikidata: Q1139395 09333068-n: definition: - a mountain peak in the Andes in Bolivia (21,201 feet high) @@ -7156,6 +7423,7 @@ members: - Illimani partOfSpeech: n + wikidata: Q148521 09333220-n: definition: - a river in Illinois that flows southwest to the Mississippi River @@ -7165,6 +7433,7 @@ members: - Illinois River partOfSpeech: n + wikidata: Q8321 09333366-n: definition: - an agent that impairs @@ -7237,6 +7506,7 @@ - 09429429-n - 09482097-n partOfSpeech: n + wikidata: Q1239 09334616-n: definition: - a river in far eastern Siberia that flows generally northward to the Arctic Ocean @@ -7291,6 +7561,7 @@ members: - Indus partOfSpeech: n + wikidata: Q10450 09335551-n: definition: - anything that is not essential @@ -7354,6 +7625,7 @@ - Seto Inland Sea - Inland Sea partOfSpeech: n + wikidata: Q231312 09336622-n: definition: - an arm off of a larger body of water (often between rocky headlands) @@ -7443,6 +7715,7 @@ members: - Io partOfSpeech: n + wikidata: Q3123 09338065-n: definition: - a particle that is electrically charged (positive or negative); an atom or molecule @@ -7495,6 +7768,7 @@ - Irrawaddy - Irrawaddy River partOfSpeech: n + wikidata: Q26076 09338972-n: definition: - an Asian river that rises in the Altai Mountains in northern China and flows generally @@ -7519,6 +7793,7 @@ - Isere - Isere River partOfSpeech: n + wikidata: Q201341 09339360-n: definition: - a land mass (smaller than a continent) that is surrounded by water @@ -7569,6 +7844,7 @@ - Kra Isthmus - Isthmus of Kra partOfSpeech: n + wikidata: Q322356 09343145-n: definition: - the isthmus that connects Central America and South America; was formerly called @@ -7594,6 +7870,7 @@ members: - Isthmus of Suez partOfSpeech: n + wikidata: Q46291 09343517-n: definition: - the narrowest part of southern Mexico is an isthmus between the Bay of Campeche @@ -7604,6 +7881,7 @@ members: - Isthmus of Tehuantepec partOfSpeech: n + wikidata: Q392250 09343732-n: definition: - a sharp projection on an edge or surface @@ -7626,6 +7904,7 @@ - James - James River partOfSpeech: n + wikidata: Q1542610 09344086-n: definition: - a river in Virginia that flows east into Chesapeake Bay at Hampton Roads @@ -7636,6 +7915,7 @@ - James - James River partOfSpeech: n + wikidata: Q422487 09344244-n: definition: - the southern extension of Hudson Bay in Canada between western Quebec and northeastern @@ -7646,6 +7926,7 @@ members: - James Bay partOfSpeech: n + wikidata: Q223810 09344433-n: definition: - a depression in the floor of the Pacific Ocean to the northeast of Japan that @@ -7669,6 +7950,7 @@ - Abila - Abyla partOfSpeech: n + wikidata: Q1026739 09344807-n: definition: - a river in Palestine that empties into the Dead Sea; John the Baptist baptized @@ -7680,6 +7962,7 @@ - Jordan - Jordan River partOfSpeech: n + wikidata: Q40059 09344993-n: definition: - any of the four outermost planets in the solar system; much larger than Earth @@ -7714,6 +7997,7 @@ members: - Jupiter partOfSpeech: n + wikidata: Q319 09345607-n: definition: - a mountain peak in the Karakoram Range in northern Kashmir; the 2nd highest peak @@ -7727,6 +8011,7 @@ - Mount Godwin Austen - Dapsang partOfSpeech: n + wikidata: Q43512 09345836-n: definition: - a mountain in the Himalayas in northern India (25,450 feet high) @@ -7736,6 +8021,7 @@ members: - Kamet partOfSpeech: n + wikidata: Q1141272 09345991-n: definition: - a tributary of the Ohio River in West Virginia @@ -7746,6 +8032,7 @@ - Kanawha - Kanawha River partOfSpeech: n + wikidata: Q918867 09346127-n: definition: - a mountain in the Himalayas on the border between Nepal and Tibet (28,208 feet @@ -7760,6 +8047,7 @@ - Kanchanjanga - Kinchinjunga partOfSpeech: n + wikidata: Q82019 09346376-n: definition: - a river in northeastern Kansas; flows eastward to become a tributary of the Missouri @@ -7772,6 +8060,7 @@ - Kansas River - Kaw River partOfSpeech: n + wikidata: Q1367638 09346566-n: definition: - an unstable meson produced as the result of a high-energy particle collision @@ -7802,6 +8091,7 @@ - 09345607-n - 09426456-n partOfSpeech: n + wikidata: Q5469 09347024-n: definition: - part of the Arctic Ocean to the north of Siberia and to the east of the Barents @@ -7825,6 +8115,7 @@ members: - Karelian Isthmus partOfSpeech: n + wikidata: Q209010 09347380-n: definition: - a river of southwestern Africa that rises in central Angola and flows east and @@ -7839,6 +8130,7 @@ - Kasai River - River Kasai partOfSpeech: n + wikidata: Q186541 09347765-n: definition: - a strait of the North Sea between Jutland and Sweden; connects with the North @@ -7849,6 +8141,7 @@ members: - Kattegatt partOfSpeech: n + wikidata: Q131716 09347944-n: definition: - (geology) a hollow (typically filled by a lake) that results from the melting @@ -7895,6 +8188,7 @@ members: - Khyber Pass partOfSpeech: n + wikidata: Q191333 09348730-n: definition: - a calculus formed in the kidney @@ -7917,6 +8211,7 @@ - Kilimanjaro - Mount Kilimanjaro partOfSpeech: n + wikidata: Q7296 09349045-n: definition: - a river of central Florida that flows southward to Lake Okeechobee @@ -7927,6 +8222,7 @@ - Kissimmee - Kissimmee River partOfSpeech: n + wikidata: Q2748200 09349205-n: definition: - a lake in the mountains of central Africa between Congo and Rwanda @@ -7949,6 +8245,7 @@ - Klamath - Klamath River partOfSpeech: n + wikidata: Q968640 09349568-n: definition: - a small natural hill @@ -7973,6 +8270,7 @@ - Kodiak - Kodiak Island partOfSpeech: n + wikidata: Q204387 09349983-n: definition: - a small hill rising up from the African veld @@ -7995,6 +8293,7 @@ members: - Korea Bay partOfSpeech: n + wikidata: Q52059 09350267-n: definition: - a strait between Korea and Japan; connects the East China Sea and the East Sea @@ -8055,6 +8354,7 @@ - Kura - Kura River partOfSpeech: n + wikidata: Q2626727 09351217-n: definition: - a peninsular region of eastern Canada between Hudson Bay and the Labrador Sea; @@ -8068,6 +8368,7 @@ mero_part: - 08837735-n partOfSpeech: n + wikidata: Q84170 09351502-n: definition: - an arm of the northern Atlantic between Labrador and southern Greenland @@ -8077,6 +8378,7 @@ members: - Labrador Sea partOfSpeech: n + wikidata: Q184189 09351652-n: definition: - a body of water cut off from a larger body by a reef of sand or coral @@ -8111,6 +8413,7 @@ - Lake Albert Nyanza - Mobuto Lake partOfSpeech: n + wikidata: Q125888 09353139-n: definition: - a lake to the east of the Caspian Sea lying between Kazakhstan and Uzbekistan @@ -8121,6 +8424,7 @@ - Lake Aral - Aral Sea partOfSpeech: n + wikidata: Q35883 09353284-n: definition: - the bottom of a lake @@ -8141,6 +8445,7 @@ - Lake Chad - Chad partOfSpeech: n + wikidata: Q125309 09353510-n: definition: - a lake in northeastern New York, northwestern Vermont and southern Quebec; site @@ -8153,6 +8458,7 @@ - Lake Champlain - Champlain partOfSpeech: n + wikidata: Q68467 09353819-n: definition: - a lake in the Great Rift Valley between Congo and Uganda @@ -8162,6 +8468,7 @@ members: - Lake Edward partOfSpeech: n + wikidata: Q125211 09353972-n: definition: - the 4th largest of the Great Lakes; it is linked to the Hudson River by the New @@ -8173,6 +8480,7 @@ - Lake Erie - Erie partOfSpeech: n + wikidata: Q5492 09354157-n: definition: - land bordering a lake @@ -8193,6 +8501,7 @@ - Lake Geneva - Lake Leman partOfSpeech: n + wikidata: Q6403 09354441-n: definition: - the 2nd largest of the Great Lakes @@ -8203,6 +8512,7 @@ - Lake Huron - Huron partOfSpeech: n + wikidata: Q1383 09354560-n: definition: - a lake in northwestern Russia; drains through the Volkhov River into Lake Ladoga @@ -8213,6 +8523,7 @@ - Lake Ilmen - Ilmen partOfSpeech: n + wikidata: Q203462 09354725-n: definition: - a lake in northwestern Russia to the north of St. Petersburg; the largest lake @@ -8224,6 +8535,7 @@ - Lake Ladoga - Ladoga partOfSpeech: n + wikidata: Q15288 09354956-n: definition: - the 3rd largest of the Great Lakes; the largest freshwater lake entirely within @@ -8246,6 +8558,7 @@ - Lake Nasser - Nasser partOfSpeech: n + wikidata: Q182796 09355300-n: definition: - a long lake in southeastern Africa between Tanzania, Mozambique, and Malawi @@ -8256,6 +8569,7 @@ - Lake Nyasa - Lake Malawi partOfSpeech: n + wikidata: Q5532 09355504-n: definition: - lake in northwestern Russia near the border with Finland; second largest lake @@ -8267,6 +8581,7 @@ - Lake Onega - Onega partOfSpeech: n + wikidata: Q166162 09355676-n: definition: - the smallest of the Great Lakes @@ -8277,6 +8592,7 @@ - Lake Ontario - Ontario partOfSpeech: n + wikidata: Q1062 09355796-n: definition: - the shore of a lake @@ -8297,6 +8613,7 @@ - Lake St. Clair - Lake Saint Clair partOfSpeech: n + wikidata: Q736707 09356077-n: definition: - the largest freshwater lake in the world; the deepest of the Great Lakes @@ -8307,6 +8624,7 @@ - Lake Superior - Superior partOfSpeech: n + wikidata: Q1066 09356240-n: definition: - a lake in northern Ethiopia; the largest lake in Ethiopia and the source of the @@ -8318,6 +8636,7 @@ - Lake Tana - Lake Tsana partOfSpeech: n + wikidata: Q116685 09356418-n: definition: - the longest lake in the world in central Africa between Tanzania and Congo in @@ -8329,6 +8648,7 @@ - Lake Tanganyika - Tanganyika partOfSpeech: n + wikidata: Q5511 09356612-n: definition: - a shallow saline lake in northwestern Iran between Tabriz and the eastern border @@ -8352,6 +8672,7 @@ - Lake Vanern - Vanern partOfSpeech: n + wikidata: Q10717345 09356955-n: definition: - the largest lake in Africa and the 2nd largest fresh water lake in the world; @@ -8363,6 +8684,7 @@ - Lake Victoria - Victoria Nyanza partOfSpeech: n + wikidata: Q5505 09357172-n: definition: - an electrically neutral baryon with isotopic spin 1 @@ -8463,6 +8785,7 @@ members: - Lascaux partOfSpeech: n + wikidata: Q172125 09359461-n: definition: - the foam resulting from excessive sweating (as on a horse) @@ -8482,6 +8805,7 @@ - Cumbre del Laudo - Laudo partOfSpeech: n + wikidata: Q907770 09359759-n: definition: - a hypothetical continent that (according to plate tectonic theory) broke up later @@ -8534,6 +8858,7 @@ members: - Lehigh River partOfSpeech: n + wikidata: Q1298091 09360592-n: definition: - a Russian river in Siberia; flows northward into the Laptev Sea @@ -8544,6 +8869,7 @@ - Lena - Lena River partOfSpeech: n + wikidata: Q46841 09360739-n: definition: - a zodiacal constellation in Northern Hemisphere between Cancer and Virgo @@ -8556,6 +8882,7 @@ - 09288398-n - 09429822-n partOfSpeech: n + wikidata: Q8853 09360919-n: definition: - an elementary particle that participates in weak interactions; has a baryon number @@ -8576,6 +8903,7 @@ members: - Lepus partOfSpeech: n + wikidata: Q10446 09361267-n: definition: - an agent capable of causing death @@ -8598,6 +8926,7 @@ - Lethe - River Lethe partOfSpeech: n + wikidata: Q161096 09361618-n: definition: - a mountain in the central Himalayas on the border of Tibet and Nepal (27,890 feet @@ -8608,6 +8937,7 @@ members: - Lhotse partOfSpeech: n + wikidata: Q168702 09361816-n: definition: - a peninsula in northeastern China that extends into the Yellow Sea, between Bo @@ -8619,6 +8949,7 @@ - Liaodong Peninsula - Liaodong Bandao partOfSpeech: n + wikidata: Q326917 09362015-n: definition: - a small faint zodiacal constellation in the Southern Hemisphere; between Virgo @@ -8629,6 +8960,7 @@ members: - Libra partOfSpeech: n + wikidata: Q10580 09362178-n: definition: - an arm of the Mediterranean between northwest Italy and Corsica @@ -8638,6 +8970,7 @@ members: - Ligurian Sea partOfSpeech: n + wikidata: Q42820 09362320-n: definition: - a long narrow lagoon near the mouth of a river @@ -8658,6 +8991,7 @@ - Limpopo - Crocodile River partOfSpeech: n + wikidata: Q173017 09362574-n: definition: - a transducing vector that uses liposomes to carry the gene of interest @@ -8696,6 +9030,7 @@ mero_part: - 09363358-n partOfSpeech: n + wikidata: Q10478 09363109-n: definition: - a river that flows from northern Wyoming into the Bighorn River in southern Montana; @@ -8732,6 +9067,7 @@ - Little Missouri - Little Missouri River partOfSpeech: n + wikidata: Q927116 09363841-n: definition: - a river that rises in southwestern Minnesota and flows southwestward to the Missouri @@ -8742,6 +9078,7 @@ members: - Little Sioux River partOfSpeech: n + wikidata: Q1646498 09364051-n: definition: - a river in eastern Illinois that flows southeastward to the Wabash River @@ -8773,6 +9110,7 @@ members: - Llano Estacado partOfSpeech: n + wikidata: Q1052758 09364579-n: definition: - a mountain in the Andes on the border between Argentina and Chile (22,057 feet @@ -8783,6 +9121,7 @@ members: - Llullaillaco partOfSpeech: n + wikidata: Q214916 09364780-n: definition: - Scottish word for a lake @@ -8820,6 +9159,7 @@ members: - Loch Linnhe partOfSpeech: n + wikidata: Q766872 09365292-n: definition: - a lake in the Scottish highlands; the largest body of fresh water in Great Britain @@ -8831,6 +9171,7 @@ mero_part: - 09510951-n partOfSpeech: n + wikidata: Q49650 09365469-n: definition: - guiding star; a star that is used as a reference point in navigation or astronomy @@ -8852,6 +9193,7 @@ - Logan - Mount Logan partOfSpeech: n + wikidata: Q120306 09365843-n: definition: - the longest French river; rises in the Massif Central and flows north and west @@ -8863,6 +9205,7 @@ - Loire - Loire River partOfSpeech: n + wikidata: Q1469 09366029-n: definition: - the valley of the Loire River where many French wines originated @@ -8872,6 +9215,7 @@ members: - Loire Valley partOfSpeech: n + wikidata: Q1954580 09366172-n: definition: - (chemistry) a relatively long chain of atoms in a molecule @@ -8893,6 +9237,7 @@ members: - Long Island Sound partOfSpeech: n + wikidata: Q7493967 09366493-n: definition: - Irish word for a lake @@ -8924,6 +9269,7 @@ mero_part: - 08763980-n partOfSpeech: n + wikidata: Q178543 09366849-n: definition: - the deeper part of the mantle @@ -8943,6 +9289,7 @@ - Lower Peninsula of Michigan - Lower Peninsula partOfSpeech: n + wikidata: Q3596 09367095-n: definition: - low level country @@ -8970,6 +9317,7 @@ members: - Lupus partOfSpeech: n + wikidata: Q10571 09367456-n: definition: - a small constellation in the Northern Hemisphere near Cygnus and Draco; contains @@ -8982,6 +9330,7 @@ mero_member: - 09493042-n partOfSpeech: n + wikidata: Q10484 09367621-n: definition: - a flat-bottomed volcanic crater that was formed by an explosion; often filled @@ -9002,6 +9351,7 @@ - Mackenzie - Mackenzie River partOfSpeech: n + wikidata: Q3411 09367899-n: definition: - a sky filled with rows of cirrocumulus or small altocumulus clouds @@ -9021,6 +9371,7 @@ - Madeira - Madeira River partOfSpeech: n + wikidata: Q118251 09368162-n: definition: - a river that rises in the Andes mountains in southwestern Colombia and flows generally @@ -9032,6 +9383,7 @@ - Magdalena - Magdalena River partOfSpeech: n + wikidata: Q191829 09368400-n: definition: - either of two small galaxies orbiting the Milky Way; visible near the South Celestial @@ -9043,6 +9395,7 @@ - Magellanic Clouds - Magellanic Cloud partOfSpeech: n + wikidata: Q50028 09368590-n: definition: - a dipole with opposing magnetic poles @@ -9094,6 +9447,7 @@ members: - Makalu partOfSpeech: n + wikidata: Q169986 09369347-n: definition: - the layer of the earth between the crust and the core @@ -9157,6 +9511,7 @@ - Marmora - Sea of Marmora partOfSpeech: n + wikidata: Q35367 09370342-n: definition: - a small reddish planet that is the 4th from the sun and is periodically visible @@ -9172,6 +9527,7 @@ - Mars - Red Planet partOfSpeech: n + wikidata: Q111 09370676-n: definition: - low-lying wet land with grassy vegetation; usually is a transition zone between @@ -9211,6 +9567,7 @@ mero_part: - 09257281-n partOfSpeech: n + wikidata: Q959127 09371357-n: definition: - a block of the earth's crust bounded by faults and shifted to form peaks of a @@ -9232,6 +9589,7 @@ members: - Massif Central partOfSpeech: n + wikidata: Q190695 09371724-n: definition: - a mass that is densely tangled or interwoven @@ -9273,6 +9631,7 @@ members: - Matterhorn partOfSpeech: n + wikidata: Q1374 09372322-n: definition: - a mountain in south central Alaska; the highest peak in North America (20,300 @@ -9286,6 +9645,7 @@ - Mt. McKinley - Denali partOfSpeech: n + wikidata: Q130018 09372545-n: definition: - a bend or curve, as in a stream or river @@ -9335,6 +9695,7 @@ - 09412892-n - 09488092-n partOfSpeech: n + wikidata: Q4918 09373421-n: definition: - an Asian river; flows through a large delta in southern Vietnam into the South @@ -9356,6 +9717,7 @@ members: - Menai Strait partOfSpeech: n + wikidata: Q922298 09373819-n: definition: - a glacier of the Piedmont type near Juneau in Alaska @@ -9366,6 +9728,7 @@ - Mendenhall Glacier - Great Mendenhall Glacier partOfSpeech: n + wikidata: Q1920336 09373983-n: definition: - a faint constellation in the polar region of the Southern Hemisphere and containing @@ -9376,6 +9739,7 @@ members: - Mensa partOfSpeech: n + wikidata: Q9289 09374154-n: definition: - a mountain in the Andes in Argentina (22,210 feet high) @@ -9385,6 +9749,7 @@ members: - Mercedario partOfSpeech: n + wikidata: Q906336 09374305-n: definition: - the smallest planet and the nearest to the sun @@ -9395,6 +9760,7 @@ members: - Mercury partOfSpeech: n + wikidata: Q308 09374444-n: definition: - a small pond of standing water @@ -9514,6 +9880,7 @@ - Meuse - Meuse River partOfSpeech: n + wikidata: Q41986 09376500-n: definition: - an electrically charged particle built up from polymeric molecules or ions and @@ -9565,6 +9932,7 @@ members: - Mid-Atlantic Ridge partOfSpeech: n + wikidata: Q207313 09377408-n: definition: - the middle of a stream @@ -9596,6 +9964,7 @@ - Milk - Milk River partOfSpeech: n + wikidata: Q217739 09377881-n: definition: - the galaxy containing the solar system; consists of millions of stars that can @@ -9631,6 +10000,7 @@ members: - Minamata Bay partOfSpeech: n + wikidata: Q6545213 09378520-n: definition: - any of numerous small celestial bodies that move around the sun @@ -9665,6 +10035,7 @@ - Mississippi - Mississippi River partOfSpeech: n + wikidata: Q1497 09379217-n: definition: - the longest river in the United States; arises in Montana and flows southeastward @@ -9679,6 +10050,7 @@ - Missouri - Missouri River partOfSpeech: n + wikidata: Q5419 09379536-n: definition: - a river in southwestern Alabama; flows into Mobile Bay @@ -9689,6 +10061,7 @@ - Mobile - Mobile River partOfSpeech: n + wikidata: Q1084490 09379678-n: definition: - a bay of the Gulf of Mexico; fed by the Mobile River @@ -9698,6 +10071,7 @@ members: - Mobile Bay partOfSpeech: n + wikidata: Q1544796 09379826-n: definition: - a river of central New York that flows southeastward to the Hudson River @@ -9707,6 +10081,7 @@ members: - Mohawk River partOfSpeech: n + wikidata: Q1345896 09379977-n: definition: - the boundary between the Earth's crust and the underlying mantle @@ -9722,6 +10097,7 @@ - Mohorovicic discontinuity - Moho partOfSpeech: n + wikidata: Q194259 09380243-n: definition: - a mound of earth made by moles while burrowing @@ -9763,6 +10139,7 @@ - Mont Blanc - Monte Bianco partOfSpeech: n + wikidata: Q583 09380993-n: definition: - an inlet of the Pacific Ocean in western California @@ -9797,6 +10174,7 @@ - Moon - moon partOfSpeech: n + wikidata: Q405 09381447-n: definition: - any object resembling a moon @@ -9848,6 +10226,7 @@ members: - Moreau River partOfSpeech: n + wikidata: Q1367713 09382209-n: definition: - an arm of the Tasman Sea forming a bay to the east of Brisbane @@ -9857,6 +10236,7 @@ members: - Moreton Bay partOfSpeech: n + wikidata: Q1947589 09382368-n: definition: - a planet (usually Venus) seen just before sunrise in the eastern sky @@ -9923,6 +10303,7 @@ members: - Mount Bartle Frere partOfSpeech: n + wikidata: Q1330376 09384713-n: definition: - a mountain range in northwestern Israel near the Mediterranean coast @@ -9934,6 +10315,7 @@ members: - Mount Carmel partOfSpeech: n + wikidata: Q185318 09384947-n: definition: - the highest peak in the Rocky Mountains in central Colorado (14,431 feet high) @@ -9943,6 +10325,7 @@ members: - Mount Elbert partOfSpeech: n + wikidata: Q657225 09385104-n: definition: - where mice bear and raise their young @@ -10040,6 +10423,7 @@ - Murray - Murray River partOfSpeech: n + wikidata: Q183078 09386517-n: definition: - a river of southeastern Australia; flows westward into the Murray River @@ -10050,6 +10434,7 @@ - Murrumbidgee - Murrumbidgee River partOfSpeech: n + wikidata: Q475597 09386707-n: definition: - a small constellation in the polar region of the Southern Hemisphere near the @@ -10060,6 +10445,7 @@ members: - Musca partOfSpeech: n + wikidata: Q10435 09386867-n: definition: - a necessary or essential thing @@ -10094,6 +10480,7 @@ - Muztag - Muztagh partOfSpeech: n + wikidata: Q630579 09387323-n: definition: - a mountain peak in the Andes in Argentina (21,302 feet high) @@ -10104,6 +10491,7 @@ - Cerro del Nacimiento - Nacimiento partOfSpeech: n + wikidata: Q5065021 09387479-n: definition: - a luminous iridescent cloud at a high altitude that may be seen when the sun is @@ -10126,6 +10514,7 @@ - Namoi - Namoi River partOfSpeech: n + wikidata: Q302946 09387851-n: definition: - a river of western Thailand flowing southward to join the Ping River to form the @@ -10137,6 +10526,7 @@ - Nan - Nan River partOfSpeech: n + wikidata: Q1153522 09388025-n: definition: - a mountain in the Himalayas in northern India (25,660 feet high) @@ -10146,6 +10536,7 @@ members: - Nanda Devi partOfSpeech: n + wikidata: Q213262 09388185-n: definition: - a mountain in the Himalayas in Kashmir (26,660 feet high) @@ -10155,6 +10546,7 @@ members: - Nanga Parbat partOfSpeech: n + wikidata: Q130736 09388340-n: definition: - a mountain range in southeastern China running generally east to west @@ -10165,6 +10557,7 @@ - Nan Mountains - Nan Ling partOfSpeech: n + wikidata: Q1195285 09388484-n: definition: - a depression in the floor of the Atlantic Ocean to the north of Haiti and Puerto @@ -10176,6 +10569,7 @@ - Puerto Rico Trench - Nares Deep partOfSpeech: n + wikidata: Q666090 09388627-n: definition: - a deep inlet of the Atlantic Ocean in Rhode Island @@ -10185,6 +10579,7 @@ members: - Narragansett Bay partOfSpeech: n + wikidata: Q1241943 09388760-n: definition: - a narrow strait connecting two bodies of water @@ -10292,6 +10687,7 @@ - Neckar - Neckar River partOfSpeech: n + wikidata: Q1673 09390888-n: definition: - anything that is necessary but lacking @@ -10329,6 +10725,7 @@ - Neosho - Neosho River partOfSpeech: n + wikidata: Q516393 09391596-n: definition: - a giant planet with a ring of ice particles; the 8th planet from the sun is the @@ -10344,6 +10741,7 @@ members: - Neptune partOfSpeech: n + wikidata: Q332 09391936-n: definition: - the ocean waters from the low tide mark to a depth of about 100 fathoms @@ -10400,6 +10798,7 @@ - Neva - Neva River partOfSpeech: n + wikidata: Q645 09392917-n: definition: - the upper part of a glacier (beyond the limit of perpetual snow) where the snow @@ -10420,6 +10819,7 @@ members: - New River partOfSpeech: n + wikidata: Q952823 09393294-n: definition: - a bay of the North Atlantic; fed by the Hudson River @@ -10431,6 +10831,7 @@ mero_part: - 09137054-n partOfSpeech: n + wikidata: Q1294277 09393463-n: definition: - a river flowing from Lake Erie into Lake Ontario; forms boundary between Ontario @@ -10444,6 +10845,7 @@ mero_part: - 09393684-n partOfSpeech: n + wikidata: Q182343 09393684-n: definition: - waterfall in Canada is the Horseshoe Falls; in the United States it is the American @@ -10458,6 +10860,7 @@ - 09218674-n - 09255072-n partOfSpeech: n + wikidata: Q34221 09393939-n: definition: - a nest in which spiders or insects deposit their eggs @@ -10477,6 +10880,7 @@ - Niger - Niger River partOfSpeech: n + wikidata: Q3542 09394271-n: definition: - the world's longest river (4150 miles); flows northward through eastern Africa @@ -10489,6 +10893,7 @@ - Nile - Nile River partOfSpeech: n + wikidata: Q3392 09394597-n: definition: - a dark grey cloud bearing rain @@ -10535,6 +10940,7 @@ members: - Norma partOfSpeech: n + wikidata: Q10582 09395224-n: definition: - an inclined fault in which the hanging wall appears to have slipped downward relative @@ -10568,6 +10974,7 @@ - 09315917-n - 09439448-n partOfSpeech: n + wikidata: Q49 09395927-n: definition: - that part of the Atlantic Ocean to the north of the equator @@ -10579,6 +10986,7 @@ mero_part: - 09338530-n partOfSpeech: n + wikidata: Q350134 09396086-n: definition: - a strait between Northern Ireland and Scotland that connects the Atlantic Ocean @@ -10589,6 +10997,7 @@ members: - North Channel partOfSpeech: n + wikidata: Q209113 09396244-n: definition: - a cluster of 5 bright stars forming a cross in the constellation Cygnus @@ -10598,6 +11007,7 @@ members: - Northern Cross partOfSpeech: n + wikidata: Q3698087 09396396-n: definition: - that part of the Pacific Ocean to the north of the equator @@ -10607,6 +11017,7 @@ members: - North Pacific partOfSpeech: n + wikidata: Q12353254 09396534-n: definition: - mountain peak in Alaska close to Denali, 19,370 feet high @@ -10616,6 +11027,7 @@ members: - North Peak partOfSpeech: n + wikidata: Q123374328 09396627-n: definition: - a river that rises in northern Colorado and flows northward into Wyoming and then @@ -10644,6 +11056,7 @@ - 09459203-n - 09506649-n partOfSpeech: n + wikidata: Q1693 09397217-n: definition: - the part of the Atlantic that lies off the Norwegian coast to the north of the @@ -10656,6 +11069,7 @@ mero_part: - 08782732-n partOfSpeech: n + wikidata: Q47545 09397404-n: definition: - a star that ejects some of its material in the form of a cloud and becomes more @@ -10761,6 +11175,7 @@ - Ob - Ob River partOfSpeech: n + wikidata: Q973 09398990-n: definition: - an eliminator that does away with all traces @@ -10813,6 +11228,7 @@ members: - Octans partOfSpeech: n + wikidata: Q10503 09399891-n: definition: - a European river which rises in the Czech republic and flows through western Poland; @@ -10824,6 +11240,7 @@ - Oder - Oder River partOfSpeech: n + wikidata: Q552 09400037-n: definition: - the part of the sea that can be seen from the shore and is beyond the anchoring @@ -10847,6 +11264,7 @@ - Ohio - Ohio River partOfSpeech: n + wikidata: Q4915 09400423-n: definition: - an interface forming the boundary between the non-miscible liquids oil and water @@ -10877,6 +11295,7 @@ - Okeechobee - Lake Okeechobee partOfSpeech: n + wikidata: Q202905 09400926-n: definition: - a large swampy area of northeast Florida and southeast Georgia @@ -10886,6 +11305,7 @@ members: - Okefenokee Swamp partOfSpeech: n + wikidata: Q2162020 09401090-n: definition: - a geyser in Yellowstone National Park that erupts for about 4 minutes about every @@ -10897,6 +11317,7 @@ - 4.5-Inch Beach Barrage Rocket - Old Faithful partOfSpeech: n + wikidata: Q858794 09401261-n: definition: - a gorge in northeastern Tanzania where anthropologists have found some of the @@ -10907,6 +11328,7 @@ members: - Olduvai Gorge partOfSpeech: n + wikidata: Q217043 09401441-n: definition: - a mountain peak in northeast Greece near the Aegean coast; believed by ancient @@ -10920,6 +11342,7 @@ - Mt. Olympus - Olimbos partOfSpeech: n + wikidata: Q80344 09401713-n: definition: - a globular cluster in the constellation Centaurus @@ -10929,6 +11352,7 @@ members: - Omega Centauri partOfSpeech: n + wikidata: Q14275 09401841-n: definition: - a chain of atoms in a molecule whose ends are not joined to form a ring @@ -10960,6 +11384,7 @@ members: - Ophiuchus partOfSpeech: n + wikidata: Q8906 09402617-n: definition: - a river in South Africa that flows generally westward to the Atlantic Ocean @@ -10970,6 +11395,7 @@ - Orange - Orange River partOfSpeech: n + wikidata: Q181475 09402780-n: definition: - a stratum of ore @@ -10989,6 +11415,7 @@ - Orinoco - Orinoco River partOfSpeech: n + wikidata: Q131792 09403029-n: definition: - a constellation on the equator to the east of Taurus; contains Betelgeuse and @@ -11003,6 +11430,7 @@ mero_member: - 09242638-n partOfSpeech: n + wikidata: Q8860 09403211-n: definition: - a river in Missouri that is a tributary of the Missouri River @@ -11023,6 +11451,7 @@ members: - Osaka Bay partOfSpeech: n + wikidata: Q999162 09403500-n: definition: - a river in southeastern Canada that flows along the boundary between Quebec and @@ -11035,6 +11464,7 @@ - Ottawa - Ottawa river partOfSpeech: n + wikidata: Q60974 09403729-n: definition: - a river that rises in western Arkansas and flows southeast into eastern Louisiana @@ -11046,6 +11476,7 @@ - Ouachita - Ouachita River partOfSpeech: n + wikidata: Q2041614 09403960-n: definition: - a river in northeastern England that flows generally southeastward to join the @@ -11058,6 +11489,7 @@ - Ouse - Ouse River partOfSpeech: n + wikidata: Q19718 09404154-n: definition: - the part of a rock formation that appears above the surface of the surrounding @@ -11141,6 +11573,7 @@ - Ozark Mountains - Ozark Plateau partOfSpeech: n + wikidata: Q1321468 09405463-n: definition: - an area of the ozone layer (near the poles) that is seasonally depleted of ozone @@ -11208,6 +11641,7 @@ - 09478176-n - 09505088-n partOfSpeech: n + wikidata: Q98 09406686-n: definition: - a coast of the Pacific Ocean @@ -11217,6 +11651,7 @@ members: - Pacific Coast partOfSpeech: n + wikidata: Q430265 09406794-n: definition: - a large expanse of floating ice @@ -11237,6 +11672,7 @@ - 2 Pallas - Pallas partOfSpeech: n + wikidata: Q3002 09406999-n: definition: - a meteorite composed principally of olivine and metallic iron @@ -11258,6 +11694,7 @@ - Pamir Mountains - the Pamirs partOfSpeech: n + wikidata: Q161750 09407425-n: definition: - (plate tectonics) a hypothetical continent including all the landmass of the earth @@ -11271,6 +11708,7 @@ - Pangaea - Pangea partOfSpeech: n + wikidata: Q4398 09407664-n: definition: - an estuary in northern Brazil into which the Tocantins River flows @@ -11281,6 +11719,7 @@ - Para - Para River partOfSpeech: n + wikidata: Q1513192 09407814-n: definition: - a South American river; tributary of Rio de la Plata @@ -11294,6 +11733,7 @@ - 09453320-n - 09490895-n partOfSpeech: n + wikidata: Q127892 09408030-n: definition: - a thin fragment or slice (especially of wood) that has been shaved from something @@ -11316,6 +11756,7 @@ - Parnaiba - Parnahiba partOfSpeech: n + wikidata: Q1419084 09408479-n: definition: - (Greek mythology) a mountain in central Greece where (according to Greek mythology) @@ -11332,6 +11773,7 @@ - Mount Parnassus - Liakoura partOfSpeech: n + wikidata: Q105261 09408804-n: definition: - a portion of a natural object @@ -11404,6 +11846,7 @@ members: - Pavo partOfSpeech: n + wikidata: Q10515 09410773-n: definition: - a river in Mississippi that flows southward to the Gulf of Mexico @@ -11413,6 +11856,7 @@ members: - Pearl River partOfSpeech: n + wikidata: Q1739672 09410916-n: definition: - a small smooth rounded rock @@ -11433,6 +11877,7 @@ - Pecos - Pecos River partOfSpeech: n + wikidata: Q1356561 09411211-n: definition: - a river that flows through central North Carolina and northeastern South Carolina @@ -11444,6 +11889,7 @@ - Pee Dee - Pee Dee River partOfSpeech: n + wikidata: Q2061230 09411423-n: definition: - a constellation in the Northern Hemisphere near Andromeda and Pisces @@ -11453,6 +11899,7 @@ members: - Pegasus partOfSpeech: n + wikidata: Q8864 09411546-n: definition: - a more or less level land surface representing an advanced stage of erosion undisturbed @@ -11495,6 +11942,7 @@ members: - Penobscot Bay partOfSpeech: n + wikidata: Q754365 09412760-n: definition: - a hole made in something @@ -11516,6 +11964,7 @@ - Perejil Island - Perejil partOfSpeech: n + wikidata: Q191750 09413039-n: definition: - ground that is permanently frozen @@ -11537,6 +11986,7 @@ mero_member: - 09215444-n partOfSpeech: n + wikidata: Q10511 09413317-n: definition: - a shallow arm of the Arabian Sea between Iran and the Arabian peninsula; the Persian @@ -11550,6 +12000,7 @@ mero_part: - 08867413-n partOfSpeech: n + wikidata: Q34675 09413573-n: definition: - a rock created by petrifaction; an organic object infiltrated with mineral matter @@ -11569,6 +12020,7 @@ members: - Phobos partOfSpeech: n + wikidata: Q7547 09413860-n: definition: - a constellation in the Southern Hemisphere near Tucana and Sculptor @@ -11578,6 +12030,7 @@ members: - Phoenix partOfSpeech: n + wikidata: Q10441 09413982-n: definition: - an electron that is emitted from an atom or molecule by an incident photon @@ -11616,6 +12069,7 @@ members: - Pictor partOfSpeech: n + wikidata: Q10486 09414537-n: definition: - a gentle slope leading from the base of a mountain to a region of flat land @@ -11646,6 +12100,7 @@ - Pikes Peak - Pike's Peak partOfSpeech: n + wikidata: Q665321 09415055-n: definition: - the two promontories at the eastern end of the Strait of Gibraltar; according @@ -11659,6 +12114,7 @@ - 09051211-n - 09344600-n partOfSpeech: n + wikidata: Q152854 09415295-n: definition: - an area planted with pine trees or related conifers @@ -11699,6 +12155,7 @@ members: - Pisces partOfSpeech: n + wikidata: Q8679 09415854-n: definition: - a mountain in the Andes in Argentina (22,241 feet high) @@ -11709,6 +12166,7 @@ - Monte Pissis - Pissis partOfSpeech: n + wikidata: Q586212 09416001-n: definition: - a sizeable hole (usually in the ground) @@ -11834,6 +12292,7 @@ - Platte - Platte River partOfSpeech: n + wikidata: Q655754 09418656-n: definition: - a star cluster in the constellation Taurus @@ -11845,6 +12304,7 @@ mero_member: - 09468684-n partOfSpeech: n + wikidata: Q13423 09418792-n: definition: - a large asteroid that was once thought to be the farthest known planet from the @@ -11857,6 +12317,7 @@ members: - Pluto partOfSpeech: n + wikidata: Q339 09419025-n: definition: - a European river; flows into the Adriatic Sea @@ -11867,6 +12328,7 @@ - Po - Po River partOfSpeech: n + wikidata: Q643 09419150-n: definition: - a mountain peak in the Tien Shan mountains in northern India (24,406 feet high) @@ -11878,6 +12340,7 @@ - Pobeda Peak - Pobedy Peak partOfSpeech: n + wikidata: Q332762 09419340-n: definition: - a promontory extending out into a large body of water @@ -11933,6 +12396,7 @@ members: - Pollux partOfSpeech: n + wikidata: Q13028 09420143-n: definition: - a stretch of open water surrounded by ice (especially in Arctic seas) @@ -12000,6 +12464,7 @@ - Potomac - Potomac River partOfSpeech: n + wikidata: Q179444 09421408-n: definition: - a lake in central China that is connected to the Chang Jiang by a canal @@ -12010,6 +12475,7 @@ - Poyang Lake - Poyang partOfSpeech: n + wikidata: Q207690 09421552-n: definition: - a very steep cliff @@ -12066,6 +12532,7 @@ members: - Procyon partOfSpeech: n + wikidata: Q13034 09422467-n: definition: - a natural elevation (especially a rocky one that juts out into the sea) @@ -12106,6 +12573,7 @@ - Proxima - Proxima Centauri partOfSpeech: n + wikidata: Q14266 09423212-n: definition: - a bay on the northern coast of Alaska where oil was discovered in 1968 @@ -12115,6 +12583,7 @@ members: - Prudhoe Bay partOfSpeech: n + wikidata: Q1013046 09423360-n: definition: - something that has been pruned off of a plant @@ -12175,6 +12644,7 @@ members: - Puppis partOfSpeech: n + wikidata: Q9251 09424215-n: definition: - a 2960 km long Brazilian river; tributary of the Amazon River @@ -12185,6 +12655,7 @@ - Purus - Purus River partOfSpeech: n + wikidata: Q26271 09424349-n: definition: - a chain of mountains between France and Spain @@ -12194,6 +12665,7 @@ members: - Pyrenees partOfSpeech: n + wikidata: Q12431 09424488-n: definition: - a constellation in the Southern Hemisphere near Puppis and Antlia @@ -12203,6 +12675,7 @@ members: - Pyxis partOfSpeech: n + wikidata: Q10473 09424625-n: definition: - a planetoid discovered in 2002 @@ -12213,6 +12686,7 @@ - 50000 Quaoar - Quaoar partOfSpeech: n + wikidata: Q15586 09424709-n: definition: - (physics) hypothetical truly fundamental particle in mesons and baryons; there @@ -12249,6 +12723,7 @@ members: - Queen Charlotte Sound partOfSpeech: n + wikidata: Q2565098 09425579-n: definition: - an agent that gives or restores life or vigor @@ -12362,6 +12837,7 @@ - Mt. Rainier - Mount Tacoma partOfSpeech: n + wikidata: Q194057 09428274-n: definition: - a part of a river where the current is very fast @@ -12381,6 +12857,7 @@ - Rappahannock - Rappahannock River partOfSpeech: n + wikidata: Q1333499 09428561-n: definition: - a hole (as in the wall of a building) made by rats @@ -12411,6 +12888,7 @@ - Red - Red River partOfSpeech: n + wikidata: Q156032 09429076-n: definition: - a small, old, relatively cool star; approximately 100 times the mass of Jupiter @@ -12445,6 +12923,7 @@ - 09320146-n - 09322633-n partOfSpeech: n + wikidata: Q23406 09429671-n: definition: - a submerged ridge of rock or coral near the surface of the water @@ -12463,6 +12942,7 @@ members: - Regulus partOfSpeech: n + wikidata: Q13013 09429921-n: definition: - any agent that produces relaxation @@ -12518,6 +12998,7 @@ - Republican - Republican River partOfSpeech: n + wikidata: Q673908 09430745-n: definition: - anything (a person or animal or plant or substance) in which an infectious agent @@ -12562,6 +13043,7 @@ members: - Reticulum partOfSpeech: n + wikidata: Q10498 09431418-n: definition: - a major European river carrying more traffic than any other river in the world; @@ -12574,6 +13056,7 @@ - Rhine River - Rhein partOfSpeech: n + wikidata: Q584 09431673-n: definition: - a mountain range in the Balkan peninsula in southeastern Europe; extends along @@ -12597,6 +13080,7 @@ - Rhone - Rhone River partOfSpeech: n + wikidata: Q602 09432081-n: definition: - any long object resembling a thin line @@ -12679,6 +13163,7 @@ - Rigel - Beta Orionis partOfSpeech: n + wikidata: Q12126 09433338-n: definition: - a small channel (as one formed by soil erosion) @@ -12699,6 +13184,7 @@ - La Plata - Plata River partOfSpeech: n + wikidata: Q35827 09433602-n: definition: - a North American river; boundary between the United States and Mexico; flows into @@ -12710,6 +13196,7 @@ - Rio Grande - Rio Bravo partOfSpeech: n + wikidata: Q160636 09433806-n: definition: - an opening made forcibly as by pulling apart @@ -12831,6 +13318,7 @@ - 09452838-n - 09501177-n partOfSpeech: n + wikidata: Q5463 09439768-n: definition: - the inner top surface of a covered area or hollow space @@ -12886,6 +13374,7 @@ - Ruhr - Ruhr River partOfSpeech: n + wikidata: Q1664 09440546-n: definition: - a mountain in the Black Hills of South Dakota; the likenesses of Washington and @@ -12898,6 +13387,7 @@ - Mount Rushmore - Mt. Rushmore partOfSpeech: n + wikidata: Q83497 09440804-n: definition: - an inclusion body found in plasma cells in cases of cancer @@ -12917,6 +13407,7 @@ members: - Russian River partOfSpeech: n + wikidata: Q2030974 09441047-n: definition: - a river that rises in central Germany and flows north to join the Elbe River @@ -12927,6 +13418,7 @@ - Saale - Saale River partOfSpeech: n + wikidata: Q1678 09441209-n: definition: - a river in eastern Texas that flows south into the Gulf of Mexico @@ -12937,6 +13429,7 @@ - Sabine - Sabine River partOfSpeech: n + wikidata: Q596106 09441362-n: definition: - mountain range in New Mexico to the east of the Rio Grande @@ -12946,6 +13439,7 @@ members: - Sacramento Mountains partOfSpeech: n + wikidata: Q1388756 09441507-n: definition: - a river in northern California rising near Mount Shasta and flowing south to the @@ -12956,6 +13450,7 @@ members: - Sacramento River partOfSpeech: n + wikidata: Q335575 09441688-n: definition: - a pass or ridge that slopes gently between two peaks (is shaped like a saddle) @@ -12976,6 +13471,7 @@ members: - Sagitta partOfSpeech: n + wikidata: Q10513 09441990-n: definition: - a large zodiacal constellation in the Southern Hemisphere; between Scorpius and @@ -12986,6 +13482,7 @@ members: - Sagittarius partOfSpeech: n + wikidata: Q8866 09442159-n: definition: - a tributary of the Mississippi River that rises in Missouri and flows southeastward @@ -12999,6 +13496,7 @@ - St. Francis - St. Francis River partOfSpeech: n + wikidata: Q1108022 09442414-n: definition: - a river that rises in Maine and flows northeastward through New Brunswick to empty @@ -13012,6 +13510,7 @@ - St. John - St. John River partOfSpeech: n + wikidata: Q607546 09442661-n: definition: - a river in northeastern Florida that flows northward to Jacksonville and then @@ -13025,6 +13524,7 @@ - St. Johns - St. Johns River partOfSpeech: n + wikidata: Q1677915 09442908-n: definition: - a North American river; flows into the Gulf of Saint Lawrence and the North Atlantic @@ -13037,6 +13537,7 @@ - St. Lawrence - St. Lawrence River partOfSpeech: n + wikidata: Q134750 09443151-n: definition: - a mountain peak in the Andes in Bolivia (21,391 feet high) @@ -13047,6 +13548,7 @@ - Nevado Sajama - Sajama partOfSpeech: n + wikidata: Q272593 09443301-n: definition: - a tributary of the Snake River in Idaho @@ -13057,6 +13559,7 @@ - Salmon - Salmon River partOfSpeech: n + wikidata: Q601853 09443428-n: definition: - a flat expanse of salt left by the evaporation of a body of salt water @@ -13095,6 +13598,7 @@ members: - Salton Sea partOfSpeech: n + wikidata: Q503301 09443909-n: definition: - a shallow basin in a desert region; contains salt and gypsum that was deposited @@ -13116,6 +13620,7 @@ - Sambre - Sambre River partOfSpeech: n + wikidata: Q208267 09444303-n: definition: - all or part of a natural object that is collected and preserved as an example @@ -13136,6 +13641,7 @@ members: - San Andreas Fault partOfSpeech: n + wikidata: Q191218 09444677-n: definition: - a submerged bank of sand near a shore or in a river; can be exposed at low tide @@ -13166,6 +13672,7 @@ members: - San Diego Bay partOfSpeech: n + wikidata: Q2219470 09445068-n: definition: - a large pit in sandy ground from which sand is dug @@ -13185,6 +13692,7 @@ members: - San Fernando Valley partOfSpeech: n + wikidata: Q816843 09445364-n: definition: - a bay of the Pacific in western California @@ -13194,6 +13702,7 @@ members: - San Francisco Bay partOfSpeech: n + wikidata: Q232264 09445509-n: definition: - a low area where waste is buried between layers of earth @@ -13213,6 +13722,7 @@ members: - San Joaquin River partOfSpeech: n + wikidata: Q751347 09445842-n: definition: - a vast valley in central California known for its rich farmland @@ -13222,6 +13732,7 @@ members: - San Joaquin Valley partOfSpeech: n + wikidata: Q964198 09445990-n: definition: - a hill in eastern Cuba (near Santiago de Cuba) that was captured during the Spanish-American @@ -13235,6 +13746,7 @@ members: - San Juan Hill partOfSpeech: n + wikidata: Q7414587 09446257-n: definition: - a mountain range in southwestern Colorado that is part of the Rocky Mountains @@ -13258,6 +13770,7 @@ members: - Sao Francisco partOfSpeech: n + wikidata: Q142148 09446632-n: definition: - a river in eastern France; rises in Lorraine and flows south to become the chief @@ -13269,6 +13782,7 @@ - Saone - Saone River partOfSpeech: n + wikidata: Q187834 09446821-n: definition: - a vast area of the North Atlantic from the West Indies to the Azores that is dense @@ -13279,6 +13793,7 @@ members: - Sargasso Sea partOfSpeech: n + wikidata: Q169274 09446996-n: definition: - a gulf of the Aegean on the southeastern coast of Greece @@ -13289,6 +13804,7 @@ - Saronic Gulf - Gulf of Aegina partOfSpeech: n + wikidata: Q211779 09447148-n: definition: - any celestial body orbiting around a planet or star @@ -13319,6 +13835,7 @@ members: - Saturn partOfSpeech: n + wikidata: Q193 09447743-n: definition: - a river in South Carolina that flows southeast to the Atlantic @@ -13329,6 +13846,7 @@ - Savannah - Savannah River partOfSpeech: n + wikidata: Q370750 09447897-n: definition: - a pit over which lumber is positioned to be sawed by two men with a long two-handed @@ -13386,6 +13904,7 @@ - Scheldt - Scheldt River partOfSpeech: n + wikidata: Q37620 09448916-n: definition: - a sparkling glittering particle @@ -13407,6 +13926,7 @@ mero_member: - 09221875-n partOfSpeech: n + wikidata: Q8865 09449185-n: definition: - (usually plural) a fragment scraped off of something and collected @@ -13429,6 +13949,7 @@ members: - Sculptor partOfSpeech: n + wikidata: Q9286 09449499-n: definition: - (botany) a covering that resembles scales or bran that covers some plant parts @@ -13473,6 +13994,7 @@ - Sea of Azof - Sea of Azoff partOfSpeech: n + wikidata: Q35000 09450914-n: definition: - an arm of the Pacific bordered by Japan, Korea, North Korea, and Russia @@ -13483,6 +14005,7 @@ - Sea of Japan - East Sea partOfSpeech: n + wikidata: Q27092 09451075-n: definition: - an arm of the Pacific to the east of Asia @@ -13492,6 +14015,7 @@ members: - Sea of Okhotsk partOfSpeech: n + wikidata: Q41602 09451197-n: definition: - the shore of a sea or ocean @@ -13581,6 +14105,7 @@ - Seine - Seine River partOfSpeech: n + wikidata: Q1471 09452838-n: definition: - a range of the Rocky Mountains in southeastern British Columbia @@ -13590,6 +14115,7 @@ members: - Selkirk Mountains partOfSpeech: n + wikidata: Q1420547 09453004-n: definition: - a glacial lake in central New York; the largest of the Finger Lakes @@ -13600,6 +14126,7 @@ - Seneca Lake - Lake Seneca partOfSpeech: n + wikidata: Q1552706 09453163-n: definition: - a constellation in the equatorial region of the Northern Hemisphere near Ophiuchus @@ -13610,9 +14137,11 @@ members: - Serpens partOfSpeech: n + wikidata: Q8910 09453320-n: definition: - - a great waterfall on the border between Brazil and Paraguay + - a former waterfall on the border between Brazil and Paraguay; now impounded by + the Itaipu Dam ili: i86159 instance_hypernym: - 09498422-n @@ -13620,7 +14149,10 @@ - Sete Quedas - Guaira - Guaira Falls + - Guaíra + - Guaíra Falls partOfSpeech: n + wikidata: Q940892 09453519-n: definition: - an informal expression for all of the oceans of the world @@ -13644,6 +14176,7 @@ - River Severn - Severn River partOfSpeech: n + wikidata: Q19682 09453894-n: definition: - a river in Ontario that flows northeast into Hudson Bay @@ -13654,6 +14187,7 @@ - Severn - Severn River partOfSpeech: n + wikidata: Q681048 09454037-n: definition: - a Turkish river flowing south southwest into the Mediterranean @@ -13664,6 +14198,7 @@ - Seyhan - Seyhan River partOfSpeech: n + wikidata: Q910975 09454187-n: definition: - a matted tangle of hair or fiber @@ -13687,6 +14222,7 @@ - Chari - Chari River partOfSpeech: n + wikidata: Q135477 09454473-n: definition: - a volcanic mountain peak in the Cascade Range in northern California (14,162 feet @@ -13698,6 +14234,7 @@ - Shasta - Mount Shasta partOfSpeech: n + wikidata: Q748355 09454648-n: definition: - a river of northern Virginia that empties into the Potomac at Harpers Ferry @@ -13707,6 +14244,7 @@ members: - Shenandoah River partOfSpeech: n + wikidata: Q777907 09454806-n: definition: - a peak in the Rocky Mountains in central Colorado (14,036 feet high) @@ -13717,6 +14255,7 @@ - Sherman - Mount Sherman partOfSpeech: n + wikidata: Q6923597 09454964-n: definition: - any broad thin expanse or surface @@ -13769,6 +14308,7 @@ members: - Shenandoah Valley partOfSpeech: n + wikidata: Q142668 09455689-n: definition: - an ancient forest in central England; formerly a royal hunting ground; said to @@ -13781,6 +14321,7 @@ members: - Sherwood Forest partOfSpeech: n + wikidata: Q919191 09455894-n: definition: - something that shines (with emitted or reflected light) @@ -13903,6 +14444,7 @@ members: - Sierra Madre Oriental partOfSpeech: n + wikidata: Q144040 09457749-n: definition: - a mountain range in eastern California; contains Mount Whitney @@ -13917,6 +14459,7 @@ - 09291833-n - 09502202-n partOfSpeech: n + wikidata: Q26777 09457969-n: definition: - a mountain range in southern Spain along the Mediterranean coast to the east of @@ -13927,6 +14470,7 @@ members: - Sierra Nevada partOfSpeech: n + wikidata: Q26955 09458136-n: definition: - (geology) a flat (usually horizontal) mass of igneous rock between two layers @@ -13960,6 +14504,7 @@ - Sinai - Mount Sinai partOfSpeech: n + wikidata: Q377485 09458643-n: definition: - a depression in the ground communicating with a subterranean passage (especially @@ -13984,6 +14529,7 @@ - Canicula - Sothis partOfSpeech: n + wikidata: Q3409 09459036-n: definition: - a cape on the northernmost tip of Jutland between the Skagerrak and the Kattegatt @@ -13995,6 +14541,7 @@ - Skagens Odde - Skaw partOfSpeech: n + wikidata: Q10669608 09459203-n: definition: - a broad strait of the North Sea between Jutland and Norway @@ -14005,6 +14552,7 @@ - Skagerrak - Skagerak partOfSpeech: n + wikidata: Q1695 09459348-n: definition: - a snow-covered slope for skiing @@ -14152,6 +14700,7 @@ mero_part: - 09487465-n partOfSpeech: n + wikidata: Q272074 09461748-n: definition: - a covering of snow (as on a mountain peak) @@ -14236,6 +14785,7 @@ members: - Solent partOfSpeech: n + wikidata: Q1143832 09462940-n: definition: - a large firth on the west coast of Britain between England and Scotland @@ -14245,6 +14795,7 @@ members: - Solway Firth partOfSpeech: n + wikidata: Q195413 09463090-n: definition: - a large ocean inlet or deep bay @@ -14283,6 +14834,7 @@ - 09184596-n - 09491051-n partOfSpeech: n + wikidata: Q18 09463852-n: definition: - that part of the Atlantic Ocean to the south of the equator @@ -14294,6 +14846,7 @@ mero_part: - 08728976-n partOfSpeech: n + wikidata: Q1482804 09464011-n: definition: - a tropical arm of the Pacific Ocean near southeastern Asia subject to frequent @@ -14309,6 +14862,7 @@ - 09019680-n - 09322936-n partOfSpeech: n + wikidata: Q37660 09464256-n: definition: - a small conspicuous constellation in the Southern Hemisphere in the Milky Way @@ -14324,6 +14878,7 @@ - 09216811-n - 09242374-n partOfSpeech: n + wikidata: Q10542 09464491-n: definition: - that part of the Pacific Ocean to the south of the equator @@ -14333,6 +14888,7 @@ members: - South Pacific partOfSpeech: n + wikidata: Q12355425 09464629-n: definition: - a tributary of the Platte River @@ -14343,6 +14899,7 @@ - South Platte - South Platte River partOfSpeech: n + wikidata: Q7567293 09464779-n: definition: - any sea to the south of the equator (but especially the South Pacific) @@ -14392,6 +14949,7 @@ members: - Spica partOfSpeech: n + wikidata: Q13008 09465499-n: definition: - a narrow strip of land that juts out into the sea @@ -14549,6 +15107,7 @@ mero_part: - 09365635-n partOfSpeech: n + wikidata: Q48719 09468193-n: definition: - extensive plain without trees (associated with eastern Russia and Siberia) @@ -14594,6 +15153,7 @@ - Sterope - Asterope partOfSpeech: n + wikidata: Q13446 09468814-n: definition: - a heavy dark cloud presaging rain or a storm @@ -14643,6 +15203,7 @@ mero_part: - 09415055-n partOfSpeech: n + wikidata: Q36124 09469791-n: definition: - a strategically important strait linking the Persian Gulf and the Gulf of Oman @@ -14653,6 +15214,7 @@ - Strait of Hormuz - Strait of Ormuz partOfSpeech: n + wikidata: Q79883 09469970-n: definition: - the strait separating South America from Tierra del Fuego and other islands to @@ -14687,6 +15249,7 @@ - Strait of Calais - Pas de Calais partOfSpeech: n + wikidata: Q159898 09470589-n: definition: - the strait between the Malay Peninsula and Sumatra; it connects the Pacific Ocean @@ -14848,6 +15411,7 @@ - Styx - River Styx partOfSpeech: n + wikidata: Q8843276 09473098-n: definition: - a large and distinctive landmass (as India or Greenland) that is a distinct part @@ -14878,6 +15442,7 @@ - 09267375-n - 09414279-n partOfSpeech: n + wikidata: Q525 09473603-n: definition: - any star around which a planetary system revolves @@ -14896,6 +15461,7 @@ members: - Sun River partOfSpeech: n + wikidata: Q955787 09473857-n: definition: - an extremely bright star of very large diameter and low density @@ -15048,6 +15614,7 @@ members: - Taconic Mountains partOfSpeech: n + wikidata: Q2477664 09476696-n: definition: - a European river; flows into the North Atlantic @@ -15070,6 +15637,7 @@ - Takakkaw Falls - Takakkaw partOfSpeech: n + wikidata: Q572771 09477017-n: definition: - river that rises in northwestern Georgia and flows southwest through central Alabama @@ -15081,6 +15649,7 @@ - Tallapoosa - Tallapoosa River partOfSpeech: n + wikidata: Q1424101 09477283-n: definition: - a sloping mass of loose rocks at the base of a cliff @@ -15100,6 +15669,7 @@ members: - Tampa Bay partOfSpeech: n + wikidata: Q1059534 09477542-n: definition: - a twisted and tangled mass that is highly interwoven @@ -15150,6 +15720,7 @@ members: - Tasman Sea partOfSpeech: n + wikidata: Q33254 09478336-n: definition: - a lepton of very great mass @@ -15174,6 +15745,7 @@ - 09281493-n - 09418656-n partOfSpeech: n + wikidata: Q10570 09478654-n: definition: - a small constellation in the Southern Hemisphere near Ara @@ -15183,6 +15755,7 @@ members: - Telescopium partOfSpeech: n + wikidata: Q10546 09478770-n: definition: - a river formed by the confluence of two other rivers near Knoxville; it follows @@ -15194,6 +15767,7 @@ - Tennessee - Tennessee River partOfSpeech: n + wikidata: Q193737 09479040-n: definition: - a web that resembles a tent or carpet @@ -15267,6 +15841,7 @@ - River Thames - Thames River partOfSpeech: n + wikidata: Q19686 09480329-n: definition: - an electrically charged particle (electron or ion) emitted by a substance at a @@ -15319,6 +15894,7 @@ - Tiber - Tevere partOfSpeech: n + wikidata: Q13712 09481109-n: definition: - a basin that is full of water at high tide @@ -15383,6 +15959,7 @@ mero_part: - 09419150-n partOfSpeech: n + wikidata: Q5474 09481921-n: definition: - an Asian river; a tributary of the Euphrates River @@ -15393,6 +15970,7 @@ - Tigris - Tigris River partOfSpeech: n + wikidata: Q35591 09482097-n: definition: - an arm of the eastern Indian Ocean between Timor and northern Australia @@ -15402,6 +15980,7 @@ members: - Timor Sea partOfSpeech: n + wikidata: Q131418 09482244-n: definition: - a mountain in the Hindu Kush in Pakistan (25,230 feet high) @@ -15411,6 +15990,7 @@ members: - Tirich Mir partOfSpeech: n + wikidata: Q207132 09482399-n: definition: - the largest of the satellites of Saturn; has a hazy nitrogen atmosphere @@ -15420,6 +16000,7 @@ members: - Titan partOfSpeech: n + wikidata: Q2565 09482523-n: definition: - a river in eastern Brazil that flows generally north to the Para River @@ -15430,6 +16011,7 @@ - Tocantins - Tocantins River partOfSpeech: n + wikidata: Q156054 09482687-n: definition: - a river that rises in northeastern Mississippi and flows southward through western @@ -15481,6 +16063,7 @@ members: - Torres Strait partOfSpeech: n + wikidata: Q179188 09483442-n: definition: - a track or mark left by something that has passed @@ -15523,6 +16106,7 @@ - Southern Carpathians - Transylvanian Alps partOfSpeech: n + wikidata: Q217202 09484199-n: definition: - a multiple star in the constellation of Orion @@ -15564,6 +16148,7 @@ - River Trent - Trent River partOfSpeech: n + wikidata: Q19714 09484854-n: definition: - a small northern constellation near Perseus between Andromeda and Aries @@ -15574,6 +16159,7 @@ - Triangulum - Triangle partOfSpeech: n + wikidata: Q10565 09484994-n: definition: - a small bright constellation in the polar region of the Southern Hemisphere near @@ -15585,6 +16171,7 @@ - Triangulum Australe - Southern Triangle partOfSpeech: n + wikidata: Q10422 09485179-n: definition: - a river in eastern Texas that is formed near Dallas and flows generally southeastward @@ -15595,6 +16182,7 @@ members: - Trinity River partOfSpeech: n + wikidata: Q1969490 09485361-n: definition: - the largest moon of Neptune @@ -15604,6 +16192,7 @@ members: - Triton partOfSpeech: n + wikidata: Q3359 09485442-n: definition: - a long narrow inlet of the Norwegian Sea @@ -15615,6 +16204,7 @@ - Trondheim Fjord - Trondheim Fiord partOfSpeech: n + wikidata: Q279579 09485582-n: definition: - the region of discontinuity between the troposphere and the stratosphere @@ -15654,6 +16244,7 @@ members: - Tucana partOfSpeech: n + wikidata: Q10567 09486208-n: definition: - a major waterfall in southern Africa; has more than one leap @@ -15698,6 +16289,7 @@ - Tunguska - Stony Tunguska partOfSpeech: n + wikidata: Q26361 09486851-n: definition: - a mountain in the Andes on the border between Argentina and Chile (22,310 feet @@ -15708,6 +16300,7 @@ members: - Tupungato partOfSpeech: n + wikidata: Q756244 09487049-n: definition: - surface layer of ground containing a mat of grass and grass roots @@ -15748,6 +16341,7 @@ - Twin - Twin Falls partOfSpeech: n + wikidata: Q38073 09487616-n: definition: - an object that emits or reflects light in an intermittent flickering manner @@ -15766,6 +16360,7 @@ members: - Tyrolean Alps partOfSpeech: n + wikidata: Q63817 09487935-n: definition: - a river in northern England that flows east to the North Sea @@ -15777,6 +16372,7 @@ - River Tyne - Tyne River partOfSpeech: n + wikidata: Q216373 09488092-n: definition: - an arm of the Mediterranean between Italy and the islands of Corsica and Sardinia @@ -15787,6 +16383,7 @@ members: - Tyrrhenian Sea partOfSpeech: n + wikidata: Q38882 09488265-n: definition: - a mountain in the Kunlun range in China (25,340 feet high) @@ -15797,6 +16394,7 @@ - Ulugh Muztagh - Ulugh Muz Tagh partOfSpeech: n + wikidata: Q1560829 09488420-n: definition: - the highest peak in the San Juan Mountains of southwestern Colorado (14,309 feet @@ -15807,6 +16405,7 @@ members: - Uncompahgre Peak partOfSpeech: n + wikidata: Q576184 09488589-n: definition: - a single undivided natural thing occurring in the composition of something else @@ -15845,6 +16444,7 @@ - United States waters - U.S. waters partOfSpeech: n + wikidata: Q57366673 09489410-n: definition: - everything that exists anywhere @@ -15896,6 +16496,7 @@ - Upper Peninsula of Michigan - Upper Peninsula partOfSpeech: n + wikidata: Q1338 09490173-n: definition: - a stable quark with an electric charge of +2/3 and a mass 607 times that of an @@ -15917,6 +16518,7 @@ - Urals - Ural Mountains partOfSpeech: n + wikidata: Q35600 09490547-n: definition: - a giant planet with a ring of ice particles; the 7th planet from the sun has a @@ -15931,6 +16533,7 @@ members: - Uranus partOfSpeech: n + wikidata: Q324 09490826-n: definition: - a urinary stone @@ -15942,13 +16545,16 @@ partOfSpeech: n 09490895-n: definition: - - a waterfall in the Parana river in Brazil + - a former waterfall on the Parana river in Brazil; now impounded by the Engineer + Souza Dias Dam and the Ilha Solteira Dam ili: i86375 instance_hypernym: - 09498422-n members: - Urubupunga - Urubupunga Falls + - Urubupungá + - Urubupungá Falls partOfSpeech: n 09491051-n: definition: @@ -15961,6 +16567,7 @@ members: - Uruguay River partOfSpeech: n + wikidata: Q18278 09491367-n: definition: - anything that resembles a vagabond in having no fixed place @@ -16052,6 +16659,7 @@ members: - Vega partOfSpeech: n + wikidata: Q3427 09493157-n: definition: - indirect transmission of an infectious agent that occurs when a vehicle (or fomite) @@ -16083,6 +16691,7 @@ members: - Vela partOfSpeech: n + wikidata: Q10521 09493680-n: definition: - a fissure in the earth's crust (or in the surface of some other planet) through @@ -16109,6 +16718,7 @@ members: - Venus partOfSpeech: n + wikidata: Q313 09494354-n: definition: - the brightest asteroid but the fourth to be discovered @@ -16119,6 +16729,7 @@ - 4 Vesta - Vesta partOfSpeech: n + wikidata: Q3030 09494479-n: definition: - something that covers or cloaks like a garment @@ -16140,6 +16751,7 @@ - Vetluga - Vetluga River partOfSpeech: n + wikidata: Q467419 09494768-n: definition: - a waterfall in the Zambezi River on the border between Zimbabwe and Zambia; diminishes @@ -16151,6 +16763,7 @@ - Victoria - Victoria Falls partOfSpeech: n + wikidata: Q43278 09494995-n: definition: - a transducing vector that uses a retrovirus @@ -16171,6 +16784,7 @@ mero_member: - 09465400-n partOfSpeech: n + wikidata: Q8842 09495265-n: definition: - the longest and largest river in Poland; flows into the Baltic Sea @@ -16181,6 +16795,7 @@ - Vistula - Vistula River partOfSpeech: n + wikidata: Q548 09495398-n: definition: - a small constellation in the polar region of the Southern Hemisphere near Dorado @@ -16191,6 +16806,7 @@ members: - Volans partOfSpeech: n + wikidata: Q10437 09495543-n: definition: - a bowl-shaped geological formation at the top of a volcano @@ -16222,6 +16838,7 @@ - Volga - Volga River partOfSpeech: n + wikidata: Q626 09496527-n: definition: - a river in northwestern Russia flowing generally north into Lake Ladoga @@ -16232,6 +16849,7 @@ - Volkhov - Volkhov River partOfSpeech: n + wikidata: Q15243 09496688-n: definition: - a river in Ghana that flows south to the Bight of Benin @@ -16242,6 +16860,7 @@ - Volta River - Volta partOfSpeech: n + wikidata: Q192415 09496815-n: definition: - a constellation in the Northern Hemisphere near Cygnus and Sagitta @@ -16484,6 +17103,7 @@ members: - Weddell Sea partOfSpeech: n + wikidata: Q173343 09500697-n: definition: - a mountain in the Alps in Switzerland (14,804 feet high) @@ -16493,6 +17113,7 @@ members: - Weisshorn partOfSpeech: n + wikidata: Q15122 09500848-n: definition: - a river in northwestern Germany that flows northward to the North Sea near Bremerhaven @@ -16503,6 +17124,7 @@ - Weser - Weser River partOfSpeech: n + wikidata: Q1650 09501020-n: definition: - a low area where the land is saturated with water @@ -16521,6 +17143,7 @@ members: - Wheeler Peak partOfSpeech: n + wikidata: Q1505965 09501340-n: definition: - any of various hard colored rocks (especially rocks consisting of chert or basalt) @@ -16542,6 +17165,7 @@ - White - White River partOfSpeech: n + wikidata: Q1813795 09501699-n: definition: - a faint star of enormous density @@ -16561,6 +17185,7 @@ members: - White Nile partOfSpeech: n + wikidata: Q4814791 09501940-n: definition: - a large inlet of the Barents Sea in the northwestern part of European Russia @@ -16570,6 +17195,7 @@ members: - White Sea partOfSpeech: n + wikidata: Q44133 09502092-n: definition: - frothy water as in rapids or waterfalls @@ -16590,6 +17216,7 @@ - Whitney - Mount Whitney partOfSpeech: n + wikidata: Q235539 09502368-n: definition: - an isle and county of southern England in the English Channel @@ -16601,6 +17228,7 @@ - Wight - Isle of Wight partOfSpeech: n + wikidata: Q9679 09502554-n: definition: - a wooded region in northeastern Virginia near Spotsylvania where bloody but inconclusive @@ -16613,6 +17241,7 @@ members: - Wilderness partOfSpeech: n + wikidata: Q8001115 09502765-n: definition: - a river in western Oregon that flows north into the Columbia River near Portland @@ -16634,6 +17263,7 @@ - Wilson - Mount Wilson partOfSpeech: n + wikidata: Q6924620 09503092-n: definition: - a pass in a mountain ridge with no stream flowing through it @@ -16664,6 +17294,7 @@ members: - Windward Passage partOfSpeech: n + wikidata: Q140265 09503558-n: definition: - a lake in southern Canada in Manitoba @@ -16674,6 +17305,7 @@ - Winnipeg - Lake Winnipeg partOfSpeech: n + wikidata: Q3272 09503686-n: definition: - a tributary of the Mississippi River in Wisconsin @@ -16684,6 +17316,7 @@ - Wisconsin - Wisconsin River partOfSpeech: n + wikidata: Q978496 09503829-n: definition: - a place or scene of great or strange beauty or wonder @@ -16748,6 +17381,7 @@ - Yalu - Yalu River partOfSpeech: n + wikidata: Q55498 09504653-n: definition: - the longest river of Asia; flows eastward from Tibet into the East China Sea near @@ -16763,6 +17397,7 @@ - Yangtze River - Yangtze Kiang partOfSpeech: n + wikidata: Q5413 09504884-n: definition: - a river that rises in west central Mississippi and flows southwest to empty into @@ -16774,6 +17409,7 @@ - Yazoo - Yazoo River partOfSpeech: n + wikidata: Q1201857 09505088-n: definition: - part of the Pacific off the east coast of Asia @@ -16799,6 +17435,7 @@ - Yellowstone - Yellowstone River partOfSpeech: n + wikidata: Q374772 09505460-n: definition: - a Russian river in Siberia; rises in mountains near the Mongolian border and flows @@ -16812,6 +17449,7 @@ - Yenisey - Yenisey River partOfSpeech: n + wikidata: Q78707 09505696-n: definition: - a mountain peak in the Andes in Peru (21,709 feet high) @@ -16821,6 +17459,7 @@ members: - Yerupaja partOfSpeech: n + wikidata: Q529797 09505845-n: definition: - a series of waterfalls in Yosemite National Park in California; is reduced to @@ -16832,6 +17471,7 @@ - Yosemite - Yosemite Falls partOfSpeech: n + wikidata: Q491677 09506046-n: definition: - a North American river that flows westward from the Yukon Territory through central @@ -16856,6 +17496,7 @@ mero_part: - 09494768-n partOfSpeech: n + wikidata: Q43106 09506470-n: definition: - a river in southeast China that flows into the South China Sea @@ -16868,6 +17509,7 @@ - Chu Kiang - Pearl River partOfSpeech: n + wikidata: Q201463 09506649-n: definition: - a former inlet of the North Sea in the northern coast of the Netherlands; sealed @@ -16879,6 +17521,7 @@ - Zuiderzee - Zuider Zee partOfSpeech: n + wikidata: Q228655 80015001-n: definition: - a machine that operates on its own without the need for human control diff --git a/src/yaml/noun.person.yaml b/src/yaml/noun.person.yaml index 7ed508bd..ed3c0093 100644 --- a/src/yaml/noun.person.yaml +++ b/src/yaml/noun.person.yaml @@ -63,6 +63,7 @@ - Alcyone - Halcyon partOfSpeech: n + wikidata: Q912904 09509911-n: definition: - (Hindu mythology) the warrior prince in the Bhagavad-Gita to whom Krishna explains @@ -106,6 +107,7 @@ - Bigfoot - Sasquatch partOfSpeech: n + wikidata: Q44810 09510676-n: definition: - (Greek mythology) a mysterious and terrifying deity of the underworld @@ -117,6 +119,7 @@ members: - Demogorgon partOfSpeech: n + wikidata: Q2261974 09510822-n: definition: - a ghostly double of a living person that haunts its living counterpart @@ -137,6 +140,7 @@ - Loch Ness monster - Nessie partOfSpeech: n + wikidata: Q49658 09511136-n: definition: - huge creature of the sea resembling a snake or dragon @@ -179,6 +183,7 @@ members: - Gargantua partOfSpeech: n + wikidata: Q17745142 09511714-n: definition: - Death personified as an old man or a skeleton with a scythe @@ -189,6 +194,7 @@ - Grim Reaper - Reaper partOfSpeech: n + wikidata: Q161936 09511841-n: definition: - an imaginary figure of superhuman size and strength; appears in folklore and fairy @@ -243,9 +249,9 @@ 09512920-n: definition: - imaginary people who live on the planet Mars - ili: i86486 - instance_hypernym: + hypernym: - 09506868-n + ili: i86486 members: - Martian partOfSpeech: n @@ -346,6 +352,7 @@ members: - Humpty Dumpty partOfSpeech: n + wikidata: Q783947 09514353-n: definition: - a personification of frost or winter weather @@ -355,6 +362,7 @@ members: - Jack Frost partOfSpeech: n + wikidata: Q626939 09514455-n: definition: - (New Testament) a personification of wealth and avarice as an evil spirit @@ -368,6 +376,7 @@ members: - Mammon partOfSpeech: n + wikidata: Q747233 09514635-n: definition: - (Greek mythology) a sea nymph transformed into a sea monster who lived on one @@ -381,6 +390,7 @@ members: - Scylla partOfSpeech: n + wikidata: Q193115 09514915-n: definition: - the mythical Greek warrior with an unusually loud voice who died after losing @@ -530,6 +540,7 @@ members: - Dardanus partOfSpeech: n + wikidata: Q3702497 09517519-n: definition: - a creature of Teutonic mythology; usually represented as breathing fire and having @@ -565,6 +576,7 @@ members: - Ganymede partOfSpeech: n + wikidata: Q131588 09518082-n: definition: - (Greek mythology) a mythical monster with three heads that was slain by Hercules @@ -683,6 +695,7 @@ members: - Hyperborean partOfSpeech: n + wikidata: Q11925683 09519804-n: definition: - (Greek mythology) the Greek god of sleep; the son of Nyx @@ -694,6 +707,7 @@ members: - Hypnos partOfSpeech: n + wikidata: Q189347 09519933-n: definition: - monstrous sea creature symbolizing evil in the Old Testament @@ -716,6 +730,7 @@ members: - Niobe partOfSpeech: n + wikidata: Q213621 09520294-n: definition: - (Greek mythology) the son of Zeus who slew Medusa (with the help of Athena and @@ -741,6 +756,7 @@ members: - Andromeda partOfSpeech: n + wikidata: Q161582 09520772-n: definition: - (Greek mythology) king of Ethiopia and husband of Cassiopeia @@ -763,6 +779,7 @@ members: - Cassiopeia partOfSpeech: n + wikidata: Q207681 09521044-n: definition: - (Greek mythology) a woman transformed into a Gorgon by Athena; she was slain by @@ -824,6 +841,7 @@ members: - Midas partOfSpeech: n + wikidata: Q308398 09521828-n: definition: - (Greek legend) a king in ancient Greece who offended Zeus and whose punishment @@ -839,6 +857,7 @@ members: - Sisyphus partOfSpeech: n + wikidata: Q102561 09522187-n: definition: - (Greek mythology) a mythical monster with the head of a bull and the body of a @@ -862,6 +881,7 @@ members: - Morpheus partOfSpeech: n + wikidata: Q194012 09522469-n: definition: - (Greek mythology) a beautiful young man who fell in love with his own reflection @@ -922,6 +942,7 @@ members: - Bellerophon partOfSpeech: n + wikidata: Q189872 09523349-n: definition: - (Greek mythology) the prince of Troy who abducted Helen from her husband Menelaus @@ -981,6 +1002,7 @@ members: - Python partOfSpeech: n + wikidata: Q15721 09524454-n: definition: - mythical bird of prey having enormous size and strength @@ -1011,6 +1033,7 @@ members: - Sarpedon partOfSpeech: n + wikidata: Q917719 09524869-n: definition: - (German mythology) mythical German warrior hero of the Nibelungenlied who takes @@ -1037,6 +1060,7 @@ members: - Sigurd partOfSpeech: n + wikidata: Q537554 09525430-n: definition: - (Greek mythology) a riddling winged monster with a woman's head and breast on @@ -1388,6 +1412,7 @@ - Brigid - Brigit partOfSpeech: n + wikidata: Q255459 09531798-n: definition: - chief Celtic god of the Tuatha De Danann; father of Angus Og and Brigit @@ -1437,6 +1462,7 @@ - Dylan ail Don - Dylan partOfSpeech: n + wikidata: Q1268753 09532364-n: definition: - (possibly Roman mythology) Celtic goddess of horses and mules and asses @@ -1448,6 +1474,7 @@ members: - Epona partOfSpeech: n + wikidata: Q835976 09532507-n: definition: - one of a group of Celtic sea demons sometimes associated with the hostile power @@ -1472,6 +1499,7 @@ members: - Gwydion partOfSpeech: n + wikidata: Q1557920 09532810-n: definition: - Celtic underworld god @@ -1557,6 +1585,7 @@ - Manannan mac Lir - Manannan partOfSpeech: n + wikidata: Q1888724 09533659-n: definition: - Celtic sea god; son of Llyr @@ -1629,6 +1658,7 @@ - Amon-Ra - Amun Ra partOfSpeech: n + wikidata: Q481554 09534847-n: definition: - Egyptian god of tombs and ruler of the underworld; usually depicted as a man with @@ -1640,6 +1670,7 @@ - Anubis - Anpu partOfSpeech: n + wikidata: Q47534 09535010-n: definition: - the sun (or solar disc) which was the deity of a monotheistic cult under the Pharaoh @@ -1661,6 +1692,7 @@ - Bastet - Bast partOfSpeech: n + wikidata: Q129106 09535292-n: definition: - Egyptian god of the earth; father of Osiris and Isis @@ -1671,6 +1703,7 @@ - Geb - Keb partOfSpeech: n + wikidata: Q168444 09535401-n: definition: - Egyptian solar god with the head of a falcon; the son of Osiris and Isis @@ -1680,6 +1713,7 @@ members: - Horus partOfSpeech: n + wikidata: Q84122 09535526-n: definition: - Egyptian goddess of fertility; daughter of Geb; sister and wife of Osiris @@ -1708,6 +1742,7 @@ members: - Min partOfSpeech: n + wikidata: Q192322 09535827-n: definition: - Egyptian goddess associated with ritual of the dead; sister of Geb and Nut; wife @@ -1727,6 +1762,7 @@ members: - Nut partOfSpeech: n + wikidata: Q165496 09536048-n: definition: - Egyptian god of the underworld and judge of the dead; husband and brother of Isis; @@ -1737,6 +1773,7 @@ members: - Osiris partOfSpeech: n + wikidata: Q46491 09536200-n: definition: - a major Egyptian god; shaper of the world; father of gods and men; worshipped @@ -1747,6 +1784,7 @@ members: - Ptah partOfSpeech: n + wikidata: Q146321 09536351-n: definition: - ancient Egyptian sun god with the head of a hawk; a universal creator; he merged @@ -1760,6 +1798,7 @@ - Ra - Re partOfSpeech: n + wikidata: Q1252904 09536565-n: definition: - a lion-headed Egyptian goddess; typifies life-destroying power of the sun @@ -1792,6 +1831,7 @@ members: - Thoth partOfSpeech: n + wikidata: Q146921 09537037-n: definition: - a deity worshipped by the ancient Semites @@ -1825,6 +1865,7 @@ members: - Adapa partOfSpeech: n + wikidata: Q1051459 09538404-n: definition: - the Babylonian father of the gods; identified with Assyrian Ashur; in Sumerian @@ -1837,6 +1878,7 @@ members: - Anshar partOfSpeech: n + wikidata: Q771497 09538608-n: definition: - Babylonian consort of Anu @@ -1895,6 +1937,7 @@ members: - Aruru partOfSpeech: n + wikidata: Q3315246 09539281-n: definition: - chief god of the Assyrians; god of military prowess and empire; identified with @@ -1921,6 +1964,7 @@ - Astarte - Ashtoreth partOfSpeech: n + wikidata: Q130274 09539633-n: definition: - Babylonian and Assyrian goddess of love and fertility and war; counterpart to @@ -1957,6 +2001,7 @@ members: - Bel partOfSpeech: n + wikidata: Q2894617 09540192-n: definition: - god of agriculture and the earth; national god of Philistines @@ -1969,6 +2014,7 @@ members: - Dagon partOfSpeech: n + wikidata: Q623065 09540344-n: definition: - god of agriculture and earth; counterpart of Phoenician Dagon @@ -1993,6 +2039,7 @@ - Damkina - Damgalnunna partOfSpeech: n + wikidata: Q3275417 09540627-n: definition: - Sumerian and Babylonian god of pastures and vegetation; consort of Inanna @@ -2003,6 +2050,7 @@ - Dumuzi - Tammuz partOfSpeech: n + wikidata: Q549619 09540763-n: definition: - the Babylonian god of wisdom; son of Apsu and father of Marduk; counterpart of @@ -2016,6 +2064,7 @@ members: - Ea partOfSpeech: n + wikidata: Q1276669 09541025-n: definition: - water god and god of wisdom; counterpart of the Akkadian Ea @@ -2039,6 +2088,7 @@ - Enlil - En-lil partOfSpeech: n + wikidata: Q214672 09541280-n: definition: - goddess of death and consort of Nergal @@ -2053,6 +2103,7 @@ - Eresh-kigal - Ereshkigel partOfSpeech: n + wikidata: Q654458 09541441-n: definition: - the Babylonian god of fire; often invoked in incantations against sorcery @@ -2064,6 +2115,7 @@ members: - Girru partOfSpeech: n + wikidata: Q1522924 09541586-n: definition: - the Babylonian goddess of healing and consort of Ninurta @@ -2076,6 +2128,7 @@ - Nintinugga - Gula partOfSpeech: n + wikidata: Q1265256 09541713-n: definition: - any of a group of heavenly spirits under the god Anu @@ -2128,15 +2181,6 @@ members: - Lilith partOfSpeech: n -09542327-n: - definition: - - a name under which Ninkhursag was worshipped, meaning ‘Mother’ - ili: i86651 - instance_hypernym: - - 09537037-n - members: - - Mama - partOfSpeech: n 09542423-n: definition: - the chief Babylonian god; his consort was Sarpanitu @@ -2151,6 +2195,7 @@ - Baal Merodach - Bel-Merodach partOfSpeech: n + wikidata: Q190123 09542589-n: definition: - god of the Canaanites and Phoenicians to whom parents sacrificed their children @@ -2173,6 +2218,7 @@ - Nabu - Nebo partOfSpeech: n + wikidata: Q392239 09542883-n: definition: - goddess personifying the primeval sea; mother of the gods and of heaven and earth @@ -2184,6 +2230,7 @@ members: - Nammu partOfSpeech: n + wikidata: Q520188 09543036-n: definition: - a demon personifying death; messenger of the underworld goddess Ereshkigal bringing @@ -2198,6 +2245,7 @@ - Namtar - Namtaru partOfSpeech: n + wikidata: Q920319 09543238-n: definition: - god of the Moon; counterpart of the Akkadian Sin @@ -2209,6 +2257,7 @@ members: - Nanna partOfSpeech: n + wikidata: Q217420 09543358-n: definition: - (Akkadian) god ruling with his consort Ereshkigal the world of the dead @@ -2231,6 +2280,7 @@ members: - Nina partOfSpeech: n + wikidata: Q1964809 09543633-n: definition: - (Akkadian) a goddess; wife of the Moon god Sin @@ -2265,6 +2315,7 @@ - Ninkhursag - Ninhursag - Ninkharsag + - Mama partOfSpeech: n wikidata: Q836170 09544186-n: @@ -2278,6 +2329,7 @@ - Nintu - Nintoo partOfSpeech: n + wikidata: Q860243 09544292-n: definition: - a solar deity; firstborn of Bel and consort was Gula; god of war and the chase @@ -2293,6 +2345,7 @@ - Ninib - Ningirsu partOfSpeech: n + wikidata: Q726282 09544530-n: definition: - god of fire and light; corresponds to Babylonian Girru @@ -2329,6 +2382,7 @@ - Zirbanit - Zarpanit partOfSpeech: n + wikidata: Q267445 09544898-n: definition: - the chief sun god; drives away winter and storms and brightens the earth with @@ -2400,6 +2454,7 @@ - Utu - Utug partOfSpeech: n + wikidata: Q526992 09545750-n: definition: - evil storm god represented as a black bird @@ -2413,6 +2468,7 @@ - Zu - Zubird partOfSpeech: n + wikidata: Q614747 09545870-n: definition: - legendary friend of Gilgamish @@ -2424,6 +2480,7 @@ members: - Enkidu partOfSpeech: n + wikidata: Q463220 09546113-n: definition: - a deity worshipped by the Hindus @@ -2445,6 +2502,7 @@ members: - Aditi partOfSpeech: n + wikidata: Q31666 09547286-n: definition: - one of 7 to 12 sons of Aditi; Hindu gods of celestial light @@ -2466,6 +2524,7 @@ members: - Agni partOfSpeech: n + wikidata: Q394867 09547575-n: definition: - earlier a god; later a demon; counterpart of Zoroastrian Ahura @@ -2507,6 +2566,7 @@ members: - Bhaga partOfSpeech: n + wikidata: Q854683 09548056-n: definition: - the Creator; one of the three major deities in the later Hindu pantheon @@ -2516,6 +2576,7 @@ members: - Brahma partOfSpeech: n + wikidata: Q11389 09548200-n: definition: - personification of the power of ritual devotion @@ -2534,6 +2595,7 @@ members: - Bhumi Devi partOfSpeech: n + wikidata: Q581805 09548414-n: definition: - Hindu mother goddess; supreme power in the universe; wife or embodiment of the @@ -2544,6 +2606,7 @@ members: - Devi partOfSpeech: n + wikidata: Q494511 09548621-n: definition: - malevolent aspect of Devi @@ -2573,6 +2636,7 @@ members: - Durga partOfSpeech: n + wikidata: Q382973 09549008-n: definition: - Hindu god of the sky @@ -2584,6 +2648,7 @@ - Dyaus - Dyaus-pitar partOfSpeech: n + wikidata: Q1133509 09549095-n: definition: - Hindu god of wisdom or prophecy; the god who removes obstacles @@ -2625,6 +2690,7 @@ members: - Hanuman partOfSpeech: n + wikidata: Q188618 09549631-n: definition: - chief Hindu god of the Rig-Veda; god of rain and thunder @@ -2634,15 +2700,7 @@ members: - Indra partOfSpeech: n -09549740-n: - definition: - - unknown god; an epithet of Prajapati and Brahma - ili: i86699 - instance_hypernym: - - 09546113-n - members: - - Ka - partOfSpeech: n + wikidata: Q128335 09549837-n: definition: - wife of Siva and malevolent form of Devi @@ -2661,6 +2719,7 @@ members: - Kama partOfSpeech: n + wikidata: Q113155 09550047-n: definition: - Hindu god of death; opposite of Kama @@ -2670,6 +2729,7 @@ members: - Mara partOfSpeech: n + wikidata: Q6754470 09550135-n: definition: - Hindu god of bravery; Hindu god of war; commander-in-chief of the army of the @@ -2682,6 +2742,7 @@ - Karttikeya - Skanda partOfSpeech: n + wikidata: Q380817 09550225-n: definition: - Hindu goddess of fortune and prosperity @@ -2691,6 +2752,7 @@ members: - Lakshmi partOfSpeech: n + wikidata: Q131443 09550319-n: definition: - any of a group of Hindu storm gods; offspring of Rudra @@ -2711,6 +2773,7 @@ - Mitra Samaja - Mitra partOfSpeech: n + wikidata: Q1332956 09550588-n: definition: - Hindu god of rain; sometimes identified with Indra @@ -2740,6 +2803,7 @@ - 09546113-n members: - Prajapati + - Ka partOfSpeech: n 09550959-n: definition: @@ -2789,6 +2853,7 @@ members: - Rudra partOfSpeech: n + wikidata: Q855310 09551514-n: definition: - Hindu goddess of learning and the arts @@ -2799,6 +2864,7 @@ - Saraswati - Sarasvati partOfSpeech: n + wikidata: Q58838 09551609-n: definition: - an important Hindu god; the sun in its life-giving aspect @@ -2829,6 +2895,7 @@ - Siva - Shiva partOfSpeech: n + wikidata: Q11378 09552041-n: definition: - epithet of Siva @@ -2859,6 +2926,7 @@ members: - Surya partOfSpeech: n + wikidata: Q204418 09552486-n: definition: - a benevolent aspect of Devi; ‘splendor’ @@ -2907,6 +2975,7 @@ members: - Vayu partOfSpeech: n + wikidata: Q473731 09553121-n: definition: - the sustainer; a Hindu divinity worshipped as the preserver of worlds @@ -2916,6 +2985,7 @@ members: - Vishnu partOfSpeech: n + wikidata: Q11380 09553263-n: definition: - Hindu god of death and lord of the underworld @@ -2925,6 +2995,7 @@ members: - Yama partOfSpeech: n + wikidata: Q45097 09553360-n: definition: - the manifestation of a Hindu deity (especially Vishnu) in human or superhuman @@ -2949,6 +3020,7 @@ - Jagganath - Juggernaut partOfSpeech: n + wikidata: Q1370311 09553761-n: definition: - the 10th and last incarnation of Vishnu @@ -2958,6 +3030,7 @@ members: - Kalki partOfSpeech: n + wikidata: Q476824 09553853-n: definition: - 8th and most important avatar of Vishnu; incarnated as a handsome young man playing @@ -2968,6 +3041,7 @@ members: - Krishna partOfSpeech: n + wikidata: Q42891 09553999-n: definition: - 'avatar of Vishnu whose name is synonymous with God; any of three incarnations: @@ -2999,6 +3073,7 @@ members: - Sita partOfSpeech: n + wikidata: Q191114 09554541-n: definition: - elder brother of Krishna; an incarnation of Vishnu @@ -3008,6 +3083,7 @@ members: - Balarama partOfSpeech: n + wikidata: Q1061606 09554647-n: definition: - an incarnation of Vishnu who rid the earth of Kshatriyas @@ -3038,6 +3114,7 @@ - Mithras - Mithra partOfSpeech: n + wikidata: Q6497135 09555087-n: definition: - chief deity of Zoroastrianism; source of light and embodiment of good @@ -3060,6 +3137,7 @@ - Angra Mainyu - Ahriman partOfSpeech: n + wikidata: Q223805 09555346-n: definition: - founder of Buddhism (c 563-483 BC) @@ -3073,6 +3151,7 @@ - Gautama Siddhartha - Gautama Buddha partOfSpeech: n + wikidata: Q9441 09555495-n: definition: - Buddhist worthy of nirvana who postpones it to help others @@ -3083,6 +3162,7 @@ - Bodhisattva - Boddhisatva partOfSpeech: n + wikidata: Q178149 09555664-n: definition: - the Bodhisattva who is to appear as a Buddha 5000 years after the death of Gautama @@ -3092,6 +3172,7 @@ members: - Maitreya partOfSpeech: n + wikidata: Q193461 09555802-n: definition: - a male Bodhisattva; widely associated with various gods and people @@ -3102,17 +3183,6 @@ - Avalokitesvara - Avalokiteshvara partOfSpeech: n -09555948-n: - definition: - - a Buddhist who has attained nirvana - ili: i86747 - instance_hypernym: - - 09528550-n - members: - - Arhat - - Arhant - - lohan - partOfSpeech: n 09556053-n: definition: - one who has achieved a state of perfect enlightenment @@ -3121,6 +3191,9 @@ ili: i86748 members: - Buddha + - Arhat + - Arhant + - lohan partOfSpeech: n 09556159-n: definition: @@ -3144,6 +3217,7 @@ - Chang Kuo - Chang Kuo-lao partOfSpeech: n + wikidata: Q197181 09556517-n: definition: - Chinese god of literature @@ -3155,6 +3229,7 @@ - Wen Ch'ang - Wen-Ti partOfSpeech: n + wikidata: Q718198 09556609-n: definition: - the three pure ones; the three chief gods of Taoism @@ -3169,6 +3244,7 @@ - 09556901-n - 09557021-n partOfSpeech: n + wikidata: Q1150186 09556779-n: definition: - first of the three members of the Taoist Trinity @@ -3179,6 +3255,7 @@ - Tien-pao - Heavenly Jewel partOfSpeech: n + wikidata: Q1195885 09556901-n: definition: - the second member of the Taoist Trinity @@ -3189,6 +3266,7 @@ - Ling-pao - Mystic Jewel partOfSpeech: n + wikidata: Q843642 09557021-n: definition: - a member of the Taoist Trinity; identified with Lao-tse @@ -3199,6 +3277,7 @@ - Shen-pao - Spiritual Jewel partOfSpeech: n + wikidata: Q1154683 09557169-n: definition: - 4th-century Chinese philosopher on whose teachings Lao-tse based Taoism @@ -3209,6 +3288,7 @@ - Zhuang Zhou - Chuang-tzu partOfSpeech: n + wikidata: Q47739 09557298-n: definition: - (Buddhism) a female Bodhisattva; often called the Goddess of Mercy and considered @@ -3243,6 +3323,7 @@ - Amaterasu - Amaterasu Omikami partOfSpeech: n + wikidata: Q455602 09557954-n: definition: - a Shinto god of war @@ -3252,6 +3333,7 @@ members: - Hachiman partOfSpeech: n + wikidata: Q261637 09558029-n: definition: - one of the 7 gods of happiness @@ -3271,6 +3353,7 @@ members: - Izanagi partOfSpeech: n + wikidata: Q813858 09558241-n: definition: - sister and consort of Izanami; mother of the islands and gods of Japan @@ -3281,13 +3364,14 @@ - Izanami-no-Mikoto - Izanami partOfSpeech: n + wikidata: Q682306 09558366-n: definition: - one the Shinto deities (including mythological beings, spirits of distinguished men, forces of nature) - ili: i86764 - instance_hypernym: + hypernym: - 09557539-n + ili: i86764 members: - Kami partOfSpeech: n @@ -3418,6 +3502,7 @@ - Father-God - Fatherhood partOfSpeech: n + wikidata: Q186350 09560255-n: definition: - the divine word of God; the second person in the Trinity (incarnate in Jesus) @@ -3470,6 +3555,7 @@ - Holy Spirit - Paraclete partOfSpeech: n + wikidata: Q37302 09561132-n: definition: - any of the three persons of the Godhead constituting the Trinity especially the @@ -3501,6 +3587,7 @@ - Jehovah - JHVH partOfSpeech: n + wikidata: Q105173 09561655-n: definition: - Muslim name for the one and only God @@ -3510,6 +3597,7 @@ members: - Allah partOfSpeech: n + wikidata: Q2095353 09561744-n: definition: - a subordinate deity, in some philosophies the creator of the universe @@ -3848,6 +3936,7 @@ - the Tempter - Prince of Darkness partOfSpeech: n + wikidata: Q6674 09566802-n: definition: - an evil spirit or ghost @@ -4384,6 +4473,7 @@ - Olympian - Olympic god partOfSpeech: n + wikidata: Q101609 09576619-n: definition: - god of the winds in ancient mythology @@ -4393,6 +4483,7 @@ members: - Aeolus partOfSpeech: n + wikidata: Q172549 09576728-n: definition: - personification of the sky or upper air breathed by the Olympians; son of Erebus @@ -4437,6 +4528,7 @@ - Aphrodite - Cytherea partOfSpeech: n + wikidata: Q35500 09577426-n: definition: - (Greek mythology) priestess of Aphrodite who killed herself when her lover Leander @@ -4449,6 +4541,7 @@ members: - Hero partOfSpeech: n + wikidata: Q5742616 09577634-n: definition: - (Greek mythology) a youth beloved of Hero who drowned in a storm in the Hellespont @@ -4461,6 +4554,7 @@ members: - Leander partOfSpeech: n + wikidata: Q10316761 09577830-n: definition: - (Greek mythology) a king who created a statue of a woman and fell in love with @@ -4485,6 +4579,7 @@ members: - Galatea partOfSpeech: n + wikidata: Q3757460 09578256-n: definition: - goddess of love; counterpart of Greek Aphrodite @@ -4507,6 +4602,7 @@ members: - Ares partOfSpeech: n + wikidata: Q40901 09578520-n: definition: - (Greek mythology) goddess of discord; sister of Ares @@ -4518,6 +4614,7 @@ members: - Eris partOfSpeech: n + wikidata: Q140001 09578643-n: definition: - (Greek mythology) the Greek personification of death; son of Nyx @@ -4529,6 +4626,7 @@ members: - Thanatos partOfSpeech: n + wikidata: Q199647 09578782-n: definition: - (Roman mythology) Roman god of death; counterpart of Thanatos @@ -4540,6 +4638,7 @@ members: - Mors partOfSpeech: n + wikidata: Q1606645 09578914-n: definition: - (Roman mythology) Roman god of war and agriculture; father of Romulus and Remus; @@ -4552,6 +4651,7 @@ members: - Mars partOfSpeech: n + wikidata: Q112 09579091-n: definition: - (Greek mythology) Greek goddess of the night; daughter of Chaos; counterpart of @@ -4564,6 +4664,7 @@ members: - Nyx partOfSpeech: n + wikidata: Q131203 09579250-n: definition: - (Roman mythology) a vestal virgin who became the mother by Mars of the twins Romulus @@ -4590,6 +4691,7 @@ members: - Romulus partOfSpeech: n + wikidata: Q2186 09579709-n: definition: - (Roman mythology) the twin brother of Romulus @@ -4601,6 +4703,7 @@ members: - Remus partOfSpeech: n + wikidata: Q1242632 09579826-n: definition: - (Greek mythology) the virgin goddess of the hunt and the Moon; daughter of Leto @@ -4614,6 +4717,7 @@ - Artemis - Cynthia partOfSpeech: n + wikidata: Q39503 09580044-n: definition: - (Greek mythology) the god who personified the north wind @@ -4628,6 +4732,7 @@ members: - Boreas partOfSpeech: n + wikidata: Q109220 09580259-n: definition: - (Roman mythology) virgin goddess of the hunt and the Moon; counterpart of Greek @@ -4640,6 +4745,7 @@ members: - Diana partOfSpeech: n + wikidata: Q132543 09580418-n: definition: - goddess of criminal rashness and its punishment @@ -4665,6 +4771,7 @@ - Pallas Athena - Pallas Athene partOfSpeech: n + wikidata: Q37122 09580761-n: definition: - (Roman mythology) goddess of wisdom; counterpart of Greek Athena @@ -4676,6 +4783,7 @@ members: - Minerva partOfSpeech: n + wikidata: Q126916 09580899-n: definition: - (Greek mythology) the most ancient of gods; the personification of the infinity @@ -4688,6 +4796,7 @@ members: - Chaos partOfSpeech: n + wikidata: Q131090 09581094-n: definition: - (Greek mythology) the supreme god until Zeus dethroned him; son of Uranus and @@ -4700,6 +4809,7 @@ members: - Cronus partOfSpeech: n + wikidata: Q44204 09581306-n: definition: - (Roman mythology) a princess of Tyre who was the founder and queen of Carthage; @@ -4712,6 +4822,7 @@ members: - Dido partOfSpeech: n + wikidata: Q905162 09581517-n: definition: - (Roman mythology) god of agriculture and vegetation; counterpart of Greek Cronus @@ -4725,6 +4836,7 @@ members: - Saturn partOfSpeech: n + wikidata: Q134388 09581698-n: definition: - (Greek mythology) goddess of fertility and protector of marriage in ancient mythology; @@ -4748,6 +4860,7 @@ members: - Ceres partOfSpeech: n + wikidata: Q32102 09582027-n: definition: - (Greek mythology) god of wine and fertility and drama; the Greek name of Bacchus @@ -4759,6 +4872,7 @@ members: - Dionysus partOfSpeech: n + wikidata: Q41680 09582200-n: definition: - (Greek mythology) wife of Nereus and mother of the Nereids @@ -4770,6 +4884,7 @@ members: - Doris partOfSpeech: n + wikidata: Q12899696 09582330-n: definition: - son of Apollo; a hero and the Roman god of medicine and healing; his daughters @@ -4782,6 +4897,7 @@ - Asclepius - Asklepios partOfSpeech: n + wikidata: Q83223 09582533-n: definition: - (classical mythology) god of wine; equivalent of Dionysus @@ -4796,6 +4912,7 @@ members: - Bacchus partOfSpeech: n + wikidata: Q645312 09582702-n: definition: - (Greek mythology) Greek god of darkness who dwelt in the underworld; son of Chaos; @@ -4829,6 +4946,7 @@ members: - Eros partOfSpeech: n + wikidata: Q121973 09583190-n: definition: - (Roman mythology) god of love; counterpart of Greek Eros @@ -4841,6 +4959,7 @@ - Cupid - Amor partOfSpeech: n + wikidata: Q5011 09583325-n: definition: - (Greek mythology) an Athenian inventor who built the labyrinth of Minos; to escape @@ -4854,20 +4973,6 @@ - Daedalus - Daedal partOfSpeech: n -09583555-n: - definition: - - '(Greek mythology) according to a Greek legend: when Pythias was sentenced to - be executed Damon took his place to allow Pythias to get his affairs in order; - when Pythias returned in time to save Damon the king was so impressed that he - let them both live' - domain_topic: - - 07995848-n - ili: i86901 - instance_hypernym: - - 10132360-n - members: - - Damon and Pythias - partOfSpeech: n 09583891-n: definition: - (Greek mythology) goddess of the earth and mother of Cronus and the Titans in @@ -4894,6 +4999,7 @@ members: - Hebe partOfSpeech: n + wikidata: Q131125 09584266-n: definition: - (Greek mythology) ancient god of the sun; drove his chariot across the sky each @@ -4906,6 +5012,7 @@ members: - Helios partOfSpeech: n + wikidata: Q134270 09584449-n: definition: - (Greek mythology) son of Daedalus; while escaping from Crete with his father (using @@ -4919,6 +5026,7 @@ members: - Icarus partOfSpeech: n + wikidata: Q34041 09584722-n: definition: - (Roman mythology) ancient Roman god; personification of the sun; counterpart of @@ -4931,6 +5039,7 @@ members: - Sol partOfSpeech: n + wikidata: Q1199937 09584884-n: definition: - (Greek mythology) Greek goddess of fertility who later became associated with @@ -4943,6 +5052,7 @@ members: - Hecate partOfSpeech: n + wikidata: Q131575 09585099-n: definition: - (Greek mythology) the lame god of fire and metalworking in ancient mythology; @@ -4956,6 +5066,7 @@ - Hephaestus - Hephaistos partOfSpeech: n + wikidata: Q44384 09585295-n: definition: - (Roman mythology) god of fire and metal working; counterpart of Greek Hephaestus @@ -4967,6 +5078,7 @@ members: - Vulcan partOfSpeech: n + wikidata: Q4640 09585448-n: definition: - (Greek mythology) messenger and herald of the gods; god of commerce and cunning @@ -4979,6 +5091,7 @@ members: - Hermes partOfSpeech: n + wikidata: Q41484 09585655-n: definition: - (Greek mythology) son of Hermes and Aphrodite who merged with the nymph Salmacis @@ -4991,6 +5104,7 @@ members: - Hermaphroditus partOfSpeech: n + wikidata: Q204146 09585833-n: definition: - (Roman mythology) messenger of Jupiter and god of commerce; counterpart of Greek @@ -5003,6 +5117,7 @@ members: - Mercury partOfSpeech: n + wikidata: Q1150 09586012-n: definition: - (Greek mythology) the goddess of health; daughter of Aesculapius and sister of @@ -5016,6 +5131,7 @@ - Hygieia - Hygeia partOfSpeech: n + wikidata: Q202257 09586171-n: definition: - (Greek mythology) the goddess of healing; daughter of Aesculapius and sister of @@ -5038,6 +5154,7 @@ - Hera - Here partOfSpeech: n + wikidata: Q38012 09586554-n: definition: - (Greek mythology) a maiden seduced by Zeus; when Hera was about to discover them @@ -5062,6 +5179,7 @@ members: - Janus partOfSpeech: n + wikidata: Q167685 09586934-n: definition: - (Roman mythology) queen of the Olympian gods who protected marriage; wife and @@ -5074,6 +5192,7 @@ members: - Juno partOfSpeech: n + wikidata: Q125046 09587127-n: definition: - (Greek mythology) the goddess of the hearth and its fire in ancient mythology; @@ -5086,6 +5205,7 @@ members: - Hestia partOfSpeech: n + wikidata: Q41419 09587306-n: definition: - (Roman mythology) goddess of the hearth and its fire whose flame was tended by @@ -5098,6 +5218,7 @@ members: - Vesta partOfSpeech: n + wikidata: Q178710 09587500-n: definition: - (Greek mythology) the god of marriage @@ -5109,6 +5230,7 @@ members: - Hymen partOfSpeech: n + wikidata: Q506770 09587609-n: definition: - (Greek mythology) a Titan who was the son of Gaea and Uranus and the father of @@ -5121,6 +5243,7 @@ members: - Hyperion partOfSpeech: n + wikidata: Q179209 09587809-n: definition: - son of Zeus and Europa; king of ancient Crete; ordered Daedalus to build the labyrinth; @@ -5131,6 +5254,7 @@ members: - Minos partOfSpeech: n + wikidata: Q23168 09588018-n: definition: - beautiful daughter of Minos and Pasiphae; she fell in love with Theseus and gave @@ -5141,6 +5265,7 @@ members: - Ariadne partOfSpeech: n + wikidata: Q184874 09588228-n: definition: - any of the three Greek goddesses of fate or destiny; identified with the Roman @@ -5176,6 +5301,7 @@ - Clotho - Klotho partOfSpeech: n + wikidata: Q829669 09588768-n: definition: - the Greek goddess of fate who determines the length of the thread of life @@ -5185,6 +5311,7 @@ members: - Lachesis partOfSpeech: n + wikidata: Q898947 09588916-n: definition: - the Greek goddess of fate who cuts the thread of life @@ -5194,6 +5321,7 @@ members: - Atropos partOfSpeech: n + wikidata: Q753294 09589043-n: definition: - god of blame and mockery @@ -5225,6 +5353,7 @@ members: - Calliope partOfSpeech: n + wikidata: Q103975 09589565-n: definition: - (Greek mythology) the Muse of history @@ -5236,6 +5365,7 @@ members: - Clio partOfSpeech: n + wikidata: Q103968 09589673-n: definition: - (Greek mythology) the Muse of lyric and love poetry @@ -5247,6 +5377,7 @@ members: - Erato partOfSpeech: n + wikidata: Q104413 09589796-n: definition: - (Greek mythology) the Muse of music (or the flute) @@ -5258,6 +5389,7 @@ members: - Euterpe partOfSpeech: n + wikidata: Q104012 09589920-n: definition: - (Greek mythology) the Muse of tragedy @@ -5269,6 +5401,7 @@ members: - Melpomene partOfSpeech: n + wikidata: Q103992 09590033-n: definition: - (Greek mythology) the Muse of singing and mime and sacred dance @@ -5280,6 +5413,7 @@ members: - Polyhymnia partOfSpeech: n + wikidata: Q104425 09590173-n: definition: - (Greek mythology) the Muse of the dance and of choral song @@ -5291,6 +5425,7 @@ members: - Terpsichore partOfSpeech: n + wikidata: Q104042 09590309-n: definition: - (Greek mythology) the Muse of comedy and pastoral poetry @@ -5302,6 +5437,7 @@ members: - Thalia partOfSpeech: n + wikidata: Q108019 09590438-n: definition: - (Greek mythology) the Muse of astronomy @@ -5313,6 +5449,7 @@ members: - Urania partOfSpeech: n + wikidata: Q104002 09590550-n: definition: - (Greek mythology) the goddess of divine retribution and vengeance @@ -5324,6 +5461,7 @@ members: - Nemesis partOfSpeech: n + wikidata: Q185747 09590689-n: definition: - (Greek mythology) a sea god son of Pontus and Gaea; lived in the depths of the @@ -5336,6 +5474,7 @@ members: - Nereus partOfSpeech: n + wikidata: Q189527 09590896-n: definition: - (Greek mythology) winged goddess of victory; identified with Roman Victoria @@ -5347,6 +5486,7 @@ members: - Nike partOfSpeech: n + wikidata: Q165023 09591042-n: definition: - (Roman mythology) goddess of victory; counterpart of Greek Nike @@ -5358,6 +5498,7 @@ members: - Victoria partOfSpeech: n + wikidata: Q308902 09591180-n: definition: - (Greek mythology) god of the heavens; son and husband of Gaea and father of the @@ -5371,6 +5512,7 @@ - Ouranos - Uranus partOfSpeech: n + wikidata: Q79999 09591370-n: definition: - (Greek mythology) god of fields and woods and shepherds and flocks; represented @@ -5385,6 +5527,7 @@ - Pan - goat god partOfSpeech: n + wikidata: Q132582 09591617-n: definition: - (Roman mythology) ancient rural deity; later considered a counterpart of Greek @@ -5397,6 +5540,7 @@ members: - Faunus partOfSpeech: n + wikidata: Q3089703 09591772-n: definition: - (Greek mythology) daughter of Helios and mother of Ariadne @@ -5432,6 +5576,7 @@ members: - Poseidon partOfSpeech: n + wikidata: Q41127 09592271-n: definition: - (Greek mythology) a prophetic god who served Poseidon; was capable of changing @@ -5444,6 +5589,7 @@ members: - Proteus partOfSpeech: n + wikidata: Q191481 09592459-n: definition: - (Roman mythology) god of the sea; counterpart of Greek Poseidon @@ -5455,6 +5601,7 @@ members: - Neptune partOfSpeech: n + wikidata: Q3954 09592596-n: definition: - (Greek mythology) daughter of Zeus and Demeter; made queen of the underworld by @@ -5470,6 +5617,7 @@ - Kore - Cora partOfSpeech: n + wikidata: Q45967 09592838-n: definition: - (Greek mythology) a mythical giant who was a thief and murderer; he would capture @@ -5505,6 +5653,7 @@ members: - Phaethon partOfSpeech: n + wikidata: Q203480 09593427-n: definition: - (Greek mythology) the god of the underworld in ancient mythology; brother of Zeus @@ -5519,6 +5668,7 @@ - Aides - Aidoneus partOfSpeech: n + wikidata: Q41410 09593643-n: definition: - (Roman mythology) god of the underworld; counterpart of Greek Hades @@ -5546,6 +5696,7 @@ - Pythia - Pythoness partOfSpeech: n + wikidata: Q220344 09593972-n: definition: - (classical mythology) god of male procreative power and guardian of gardens and @@ -5581,6 +5732,7 @@ members: - Selene partOfSpeech: n + wikidata: Q131585 09594427-n: definition: - (Roman mythology) the goddess of the Moon; counterpart of Greek Selene @@ -5592,6 +5744,7 @@ members: - Luna partOfSpeech: n + wikidata: Q1235172 09594568-n: definition: - (Greek mythology) the winged goddess of the dawn in ancient mythology; daughter @@ -5604,6 +5757,7 @@ members: - Eos partOfSpeech: n + wikidata: Q178417 09594759-n: definition: - (Greek mythology) the wife of Orpheus @@ -5615,6 +5769,7 @@ members: - Eurydice partOfSpeech: n + wikidata: Q208588 09594871-n: definition: - (Greek mythology) a giant Boeotian hunter who pursued the Pleiades and was eventually @@ -5650,6 +5805,7 @@ members: - Aurora partOfSpeech: n + wikidata: Q178831 09595427-n: definition: - (Roman mythology) goddess of the earth; protector of marriage and fertility; identified @@ -5663,6 +5819,7 @@ - Terra - Tellus partOfSpeech: n + wikidata: Q270867 09595603-n: definition: - (Greek mythology) any of the primordial giant gods who ruled the Earth until overthrown @@ -5687,6 +5844,7 @@ members: - Titaness partOfSpeech: n + wikidata: Q45713 09596323-n: definition: - (Greek mythology) a sea god; son of Poseidon @@ -5698,6 +5856,7 @@ members: - Triton partOfSpeech: n + wikidata: Q148030 09596440-n: definition: - (Greek mythology) the goddess of fortune; identified with Roman Fortuna @@ -5709,6 +5868,7 @@ members: - Tyche partOfSpeech: n + wikidata: Q213440 09596583-n: definition: - (Roman mythology) the goddess of fortune and good luck; counterpart of Greek Tyche @@ -5720,6 +5880,7 @@ members: - Fortuna partOfSpeech: n + wikidata: Q4654 09596739-n: definition: - (Greek mythology) the Greek god of the west wind @@ -5731,6 +5892,7 @@ members: - Zephyr partOfSpeech: n + wikidata: Q467515 09596860-n: definition: - (Greek mythology) the supreme god of ancient Greek mythology; son of Rhea and @@ -5744,6 +5906,7 @@ members: - Zeus partOfSpeech: n + wikidata: Q34201 09597144-n: definition: - (Roman mythology) supreme god of Romans; counterpart of Greek Zeus @@ -5756,6 +5919,7 @@ - Jupiter - Jove partOfSpeech: n + wikidata: Q4649 09597404-n: definition: - an epithet for Jupiter, indicating his quality as the bringer of lightning @@ -5819,6 +5983,7 @@ members: - Oceanus partOfSpeech: n + wikidata: Q161419 09598104-n: definition: - (Greek mythology) one of the Titans, fathered Asteria and Leto by his sister, @@ -5831,6 +5996,7 @@ members: - Cocus partOfSpeech: n + wikidata: Q754686 09598211-n: definition: - (Greek mythology) one of the Titans, the father of Perses, Astraios, and Pallas @@ -5842,6 +6008,7 @@ members: - Crius partOfSpeech: n + wikidata: Q192136 09598318-n: definition: - (Greek mythology) the Titan who was father of Atlas and Epimetheus and Prometheus @@ -5854,6 +6021,7 @@ members: - Iapetus partOfSpeech: n + wikidata: Q179543 09598494-n: definition: - (Roman mythology) one of the virgin priestesses consecrated to the Roman goddess @@ -5877,6 +6045,7 @@ members: - Atlas partOfSpeech: n + wikidata: Q130818 09598879-n: definition: - (Greek mythology) brother of Prometheus; despite Prometheus's warning against @@ -5902,6 +6071,7 @@ members: - Prometheus partOfSpeech: n + wikidata: Q83160 09599342-n: definition: - (Greek mythology) the Titaness who was mother of Helios and Selene and Eos in @@ -5915,6 +6085,7 @@ - Thea - Theia partOfSpeech: n + wikidata: Q184232 09599516-n: definition: - fertility goddess in ancient Greek mythology; wife of Cronus and mother of Zeus; @@ -5925,6 +6096,7 @@ members: - Rhea partOfSpeech: n + wikidata: Q108419 09599726-n: definition: - (Roman mythology) goddess of abundance and fertility; wife of Saturn; counterpart @@ -5937,6 +6109,7 @@ members: - Ops partOfSpeech: n + wikidata: Q859392 09599924-n: definition: - (Roman mythology) god of woods and fields and flocks; Pan is the Greek counterpart @@ -5969,6 +6142,7 @@ members: - Themis partOfSpeech: n + wikidata: Q159168 09600333-n: definition: - (Greek mythology) the Titaness who was goddess of memory; mother of the Muses @@ -5980,6 +6154,7 @@ members: - Mnemosyne partOfSpeech: n + wikidata: Q102884 09600486-n: definition: - (Greek mythology) a Titaness who became identified with Artemis as goddess of @@ -5992,6 +6167,7 @@ members: - Phoebe partOfSpeech: n + wikidata: Q183281 09600645-n: definition: - (Greek mythology) a Titaness and sea goddess; wife of Oceanus @@ -6015,6 +6191,7 @@ members: - Psyche partOfSpeech: n + wikidata: Q843382 09601011-n: definition: - wife or mistress of Zeus and mother of Apollo and Artemis in ancient mythology; @@ -6053,6 +6230,7 @@ members: - Pandora partOfSpeech: n + wikidata: Q131346 09601643-n: definition: - a deity worshipped by the ancient Norsemen @@ -6110,6 +6288,7 @@ - Balder - Baldr partOfSpeech: n + wikidata: Q131658 09602888-n: definition: - (Norse mythology) god of poetry and music; son of Odin @@ -6122,6 +6301,7 @@ - Bragi - Brage partOfSpeech: n + wikidata: Q199959 09603022-n: definition: - (Norse mythology) goddess of old age who defeated Thor in a wrestling match @@ -6133,6 +6313,7 @@ members: - Elli partOfSpeech: n + wikidata: Q1283197 09603168-n: definition: - (Norse mythology) god of justice; son of Balder and Nanna @@ -6144,6 +6325,7 @@ members: - Forseti partOfSpeech: n + wikidata: Q62548 09603299-n: definition: - (Norse mythology) god of earth's fertility and peace and prosperity; son of Njorth @@ -6157,6 +6339,7 @@ - Frey - Freyr partOfSpeech: n + wikidata: Q131474 09603528-n: definition: - (Norse mythology) goddess of love and fecundity; daughter of Njorth and sister @@ -6170,6 +6353,7 @@ - Freya - Freyja partOfSpeech: n + wikidata: Q1647325 09603695-n: definition: - (Norse mythology) goddess of the heavens and married love; wife of Odin @@ -6182,6 +6366,7 @@ - Frigg - Frigga partOfSpeech: n + wikidata: Q131654 09603847-n: definition: - (Norse mythology) god of dawn and light; guardian of Asgard @@ -6195,6 +6380,7 @@ - Heimdal - Heimdallr partOfSpeech: n + wikidata: Q131196 09604003-n: definition: - (Norse mythology) goddess of the dead and queen of the underworld @@ -6207,6 +6393,7 @@ - Hel - Hela partOfSpeech: n + wikidata: Q191589 09604145-n: definition: - (Norse mythology) one of the Aesir having a strong and beautiful body but a dull @@ -6248,6 +6435,7 @@ - Idun - Ithunn partOfSpeech: n + wikidata: Q204691 09604700-n: definition: - (Norse mythology) one of a group of giants often in conflict with the Aesir @@ -6272,6 +6460,7 @@ members: - Loki partOfSpeech: n + wikidata: Q133147 09605034-n: definition: - (Norse mythology) giant who lives in the roots of Yggdrasil and guards the well @@ -6308,6 +6497,7 @@ - Njord - Njorth partOfSpeech: n + wikidata: Q193879 09605518-n: definition: - (Norse mythology) any of the three goddesses of destiny; identified with Anglo-Saxon @@ -6341,6 +6531,7 @@ - Verdandi - Verthandi partOfSpeech: n + wikidata: Q917725 09606020-n: definition: - 'goddess of fate: a dwarf who personified the future' @@ -6363,6 +6554,7 @@ members: - Odin partOfSpeech: n + wikidata: Q43610 09606371-n: definition: - (Norse mythology) wife of Thor and guardian of the home @@ -6374,6 +6566,7 @@ members: - Sif partOfSpeech: n + wikidata: Q211613 09606496-n: definition: - (Norse mythology) wife of Loki; held a cup over him during his punishment to spare @@ -6398,6 +6591,7 @@ members: - Thor partOfSpeech: n + wikidata: Q42952 09606898-n: definition: - (Norse mythology) god of war and strife and son of Odin; identified with Anglo-Saxon @@ -6411,6 +6605,7 @@ - Tyr - Tyrr partOfSpeech: n + wikidata: Q172713 09607063-n: definition: - (Norse mythology) one of the Aesir known for his beauty and skill with bow and @@ -6460,6 +6655,7 @@ members: - Fenrir partOfSpeech: n + wikidata: Q182560 09607734-n: definition: - (Norse mythology) a wonderful smith; identified with Anglo-Saxon Wayland and Teutonic @@ -6486,6 +6682,7 @@ - Yggdrasil - Ygdrasil partOfSpeech: n + wikidata: Q131135 09608108-n: definition: - '(Norse mythology) the primeval giant slain by Odin and his brothers and from @@ -6547,6 +6744,7 @@ - Nerthus - Hertha partOfSpeech: n + wikidata: Q598518 09609064-n: definition: - supreme Teutonic god; counterpart of Norse Odin and Anglo-Saxon Woden @@ -6556,6 +6754,7 @@ members: - Wotan partOfSpeech: n + wikidata: Q2643721 09609186-n: definition: - (Anglo-Saxon mythology) a deity worshipped by the Anglo-Saxons @@ -6609,6 +6808,7 @@ members: - Adam partOfSpeech: n + wikidata: Q70899 09609918-n: definition: - '(Old Testament) Adam''s wife in Judeo-Christian mythology: the first woman and @@ -6622,6 +6822,7 @@ members: - Eve partOfSpeech: n + wikidata: Q830183 09610169-n: definition: - (Old Testament) Cain and Abel were the first children of Adam and Eve born after @@ -6634,6 +6835,7 @@ members: - Cain partOfSpeech: n + wikidata: Q205365 09610392-n: definition: - (Old Testament) Cain and Abel were the first children of Adam and Eve born after @@ -6646,6 +6848,7 @@ members: - Abel partOfSpeech: n + wikidata: Q717996 09610584-n: definition: - (Old Testament) third son of Adam and Eve; given by God in place of the murdered @@ -6703,6 +6906,7 @@ - Argonauts - Argonaut partOfSpeech: n + wikidata: Q165510 09612922-n: definition: - an imaginary elephant that appears in a series of French books for children @@ -6732,6 +6936,7 @@ members: - Beowulf partOfSpeech: n + wikidata: Q48328 09613379-n: definition: - (fairytale) a monstrous villain who marries seven women; he kills the first six @@ -6754,6 +6959,7 @@ - Bond - James Bond partOfSpeech: n + wikidata: Q844 09613669-n: definition: - a Valkyrie or a queen in the Nibelungenlied who loved the hero Siegfried; when @@ -6771,15 +6977,16 @@ - Brunnhilde - Brynhild partOfSpeech: n + wikidata: Q850506 09613946-n: definition: - (Norse mythology) one of the maidens of Odin who chose heroes to be slain in battle and conducted them to Valhalla domain_topic: - 08000298-n - ili: i87065 - instance_hypernym: + hypernym: - 09507794-n + ili: i87065 members: - Valkyrie partOfSpeech: n @@ -6794,6 +7001,7 @@ - Br'er Rabbit - Brer Rabbit partOfSpeech: n + wikidata: Q925172 09614329-n: definition: - a legendary giant lumberjack of the north woods of the United States and Canada @@ -6829,6 +7037,7 @@ members: - Cheshire cat partOfSpeech: n + wikidata: Q934013 09614988-n: definition: - a fictional character who was hit on the head with an acorn and believed that @@ -6850,6 +7059,7 @@ members: - Cinderella partOfSpeech: n + wikidata: Q13685096 09615321-n: definition: - a pompous reactionary cartoon character created by Sir David Low @@ -6859,6 +7069,7 @@ members: - Colonel Blimp partOfSpeech: n + wikidata: Q2646341 09615446-n: definition: - fictional vampire in a gothic horror novel by Bram Stoker @@ -6869,6 +7080,7 @@ - Count Dracula - Dracula partOfSpeech: n + wikidata: Q41542 09615558-n: definition: - (Greek mythology) the husband of Medea and leader of the Argonauts who sailed @@ -6893,6 +7105,7 @@ members: - Medea partOfSpeech: n + wikidata: Q174278 09615908-n: definition: - (Greek mythology) the father of Odysseus @@ -6915,16 +7128,9 @@ - 09507794-n members: - Odysseus - partOfSpeech: n -09616218-n: - definition: - - (Roman mythology) Roman spelling for Odysseus - ili: i87078 - instance_hypernym: - - 09507794-n - members: - Ulysses partOfSpeech: n + wikidata: Q47231 09616318-n: definition: - (Greek mythology) the wife of Odysseus and a symbol of devotion and fidelity; @@ -6938,6 +7144,7 @@ members: - Penelope partOfSpeech: n + wikidata: Q165769 09616590-n: definition: - '(Greek mythology) a hero and king of Athens who was noted for his many great @@ -6951,6 +7158,7 @@ members: - Theseus partOfSpeech: n + wikidata: Q1320718 09616825-n: definition: - (Greek mythology) a wicked king and son of Zeus; condemned in Hades to stand in @@ -6964,6 +7172,7 @@ members: - Tantalus partOfSpeech: n + wikidata: Q182101 09617111-n: definition: - deity of the ancient Phrygians of west central Asia Minor @@ -6989,6 +7198,7 @@ - Magna Mater - Mater Turrita partOfSpeech: n + wikidata: Q188236 09617472-n: definition: - a mythical Greek hero of the Iliad; a foremost Greek warrior at the siege of Troy; @@ -7001,6 +7211,7 @@ members: - Achilles partOfSpeech: n + wikidata: Q41746 09617778-n: definition: - a mythical Greek warrior who was a leader on the Trojan side of the Trojan War; @@ -7011,6 +7222,7 @@ members: - Aeneas partOfSpeech: n + wikidata: Q82732 09617930-n: definition: - (Greek mythology) the king of Mycenae and father of Agamemnon and of Menelaus @@ -7022,6 +7234,7 @@ members: - Atreus partOfSpeech: n + wikidata: Q192469 09618080-n: definition: - (Greek mythology) the king who lead the Greeks against Troy in the Trojan War @@ -7045,6 +7258,7 @@ members: - Menelaus partOfSpeech: n + wikidata: Q171839 09618414-n: definition: - (Greek mythology) the daughter of Clytemnestra and Agamemnon; Agamemnon was obliged @@ -7058,6 +7272,7 @@ members: - Iphigenia partOfSpeech: n + wikidata: Q192673 09618719-n: definition: - (Greek mythology) wife of Agamemnon who had him murdered when he returned from @@ -7094,6 +7309,7 @@ members: - Orestes partOfSpeech: n + wikidata: Q192407 09619360-n: definition: - (Greek mythology) a prophetess in Troy during the Trojan War whose predictions @@ -7106,6 +7322,7 @@ members: - Cassandra partOfSpeech: n + wikidata: Q170779 09619548-n: definition: - (Greek mythology) the daughter of King Oedipus who disobeyed her father and was @@ -7118,6 +7335,7 @@ members: - Antigone partOfSpeech: n + wikidata: Q131351 09619721-n: definition: - (Greek mythology) the brother of Jocasta and uncle of Antigone who became king @@ -7130,6 +7348,7 @@ members: - Creon partOfSpeech: n + wikidata: Q732066 09619907-n: definition: - (Greek mythology) queen of Thebes who unknowingly married her own son Oedipus @@ -7141,6 +7360,7 @@ members: - Jocasta partOfSpeech: n + wikidata: Q131445 09620058-n: definition: - (Greek mythology) the daughter of Agamemnon and Clytemnestra; persuaded her brother @@ -7154,6 +7374,7 @@ members: - Electra partOfSpeech: n + wikidata: Q131651 09620315-n: definition: - (Greek mythology) the priest of Apollo who warned the Trojans to beware of Greeks @@ -7179,6 +7400,7 @@ members: - Laius partOfSpeech: n + wikidata: Q463898 09620802-n: definition: - (Greek mythology) a member of the warriors who followed Achilles on the expedition @@ -7235,6 +7457,7 @@ members: - Don Quixote partOfSpeech: n + wikidata: Q944201 09621665-n: definition: - the hero of a Spanish epic poem from the 12th century @@ -7265,6 +7488,7 @@ - Falstaff - Sir John Falstaff partOfSpeech: n + wikidata: Q1233109 09622062-n: definition: - a Catholic priest who was the hero of detective stories by G. K. Chesterton @@ -7274,6 +7498,7 @@ members: - Father Brown partOfSpeech: n + wikidata: Q1545219 09622197-n: definition: - an alchemist of German legend who sold his soul to Mephistopheles in exchange @@ -7296,6 +7521,7 @@ - Victor Frankenstein - Frankenstein partOfSpeech: n + wikidata: Q2320164 09622575-n: definition: - the monster created by Frankenstein in a gothic novel by Mary Wollstonecraft Shelley @@ -7317,6 +7543,7 @@ members: - Goofy partOfSpeech: n + wikidata: Q111135 09622902-n: definition: - a fictional Englishman who travels to the imaginary land of Lilliput in a satirical @@ -7328,6 +7555,7 @@ - Lemuel Gulliver - Gulliver partOfSpeech: n + wikidata: Q1068229 09623065-n: definition: - the hero of William Shakespeare's tragedy who hoped to avenge the murder of his @@ -7338,6 +7566,7 @@ members: - Hamlet partOfSpeech: n + wikidata: Q2447542 09623205-n: definition: - (Greek mythology) a mythical Trojan who was killed by Achilles during the Trojan @@ -7350,6 +7579,7 @@ members: - Hector partOfSpeech: n + wikidata: Q159666 09623362-n: definition: - (Greek mythology) the beautiful daughter of Zeus and Leda who was abducted by @@ -7364,6 +7594,7 @@ - Helen - Helen of Troy partOfSpeech: n + wikidata: Q164061 09623613-n: definition: - a fictional English admiral during the Napoleonic Wars in novels written by C. @@ -7385,6 +7616,7 @@ members: - Iago partOfSpeech: n + wikidata: Q1655364 09623938-n: definition: - a fictional detective in novels by Georges Simenon @@ -7396,6 +7628,7 @@ - Inspector Maigret - Commissaire Maigret partOfSpeech: n + wikidata: Q830561 09624075-n: definition: - a nonexistent person popularized by American servicemen during World War II @@ -7453,6 +7686,7 @@ - Marlowe - Philip Marlowe partOfSpeech: n + wikidata: Q623732 09624943-n: definition: - evil spirit to whom Faust sold his soul @@ -7462,6 +7696,7 @@ members: - Mephistopheles partOfSpeech: n + wikidata: Q272805 09625080-n: definition: - fictional character created by Charles Dickens; an eternal optimist @@ -7472,6 +7707,7 @@ - Micawber - Wilkins Micawber partOfSpeech: n + wikidata: Q3568268 09625222-n: definition: - the imaginary author of a collection of nursery rhymes @@ -7481,6 +7717,7 @@ members: - Mother Goose partOfSpeech: n + wikidata: Q142305 09625336-n: definition: - Japanese sleuth created by John Marquand @@ -7490,6 +7727,7 @@ members: - Mr. Moto partOfSpeech: n + wikidata: Q969001 09625432-n: definition: - the hero of William Shakespeare's tragedy who would not trust his wife @@ -7499,6 +7737,7 @@ members: - Othello partOfSpeech: n + wikidata: Q1966171 09625557-n: definition: - an incurable optimist in a satire by Voltaire @@ -7518,15 +7757,15 @@ - Pantalone - Pantaloon partOfSpeech: n + wikidata: Q17307 09625784-n: definition: - a buffoon in modern pantomimes; the butt of jokes - ili: i87132 - instance_hypernym: + hypernym: - 09950623-n + ili: i87132 members: - - Pantalone - - Pantaloon + - pantaloon partOfSpeech: n 09625890-n: definition: @@ -7546,6 +7785,7 @@ members: - Peter Pan partOfSpeech: n + wikidata: Q107190 09626138-n: definition: - the title character in a German folk tale and in a poem by Robert Browning @@ -7576,6 +7816,7 @@ members: - Pluto partOfSpeech: n + wikidata: Q108732 09626527-n: definition: - a mischievous boy in a novel by Mark Twain @@ -7586,6 +7827,7 @@ - Huckleberry Finn - Huck Finn partOfSpeech: n + wikidata: Q48479 09626645-n: definition: - the title character in a story by Washington Irving about a man who sleeps for @@ -7615,6 +7857,7 @@ - Tarzan - Tarzan of the Apes partOfSpeech: n + wikidata: Q170241 09627093-n: definition: - the boy hero of a novel by Mark Twain @@ -7624,6 +7867,7 @@ members: - Tom Sawyer partOfSpeech: n + wikidata: Q944203 09627188-n: definition: - the fictional storyteller of tales written in the Black Vernacular and set in @@ -7634,6 +7878,7 @@ members: - Uncle Remus partOfSpeech: n + wikidata: Q28540088 09627401-n: definition: - a servile black character in a novel by Harriet Beecher Stowe @@ -7652,6 +7897,7 @@ members: - Uncle Sam partOfSpeech: n + wikidata: Q184689 09627625-n: definition: - a fictitious detective in stories by A. Conan Doyle @@ -7662,6 +7908,7 @@ - Sherlock Holmes - Holmes partOfSpeech: n + wikidata: Q4653 09627748-n: definition: - the cruel slave dealer in an anti-slavery novel by Harriet Beecher Stowe @@ -7691,6 +7938,7 @@ members: - Snoopy partOfSpeech: n + wikidata: Q207369 09628155-n: definition: - a person considered as a unique individual @@ -7766,7 +8014,7 @@ partOfSpeech: n 09630085-n: definition: - - a habitual liar (after a New Testament character who was struck dead for lying) + - a New Testament character who was struck dead for lying domain_topic: - 06465519-n exemplifies: @@ -14756,7 +15004,7 @@ - 09705914-n ili: i87881 members: - - Ukranian + - Ukrainian partOfSpeech: n 09756546-n: definition: @@ -18918,7 +19166,7 @@ - 09697405-n ili: i88287 members: - - arianist + - Arianist partOfSpeech: n 09827177-n: definition: @@ -24583,6 +24831,7 @@ ili: i88827 members: - career girl + - career woman partOfSpeech: n 09914674-n: definition: @@ -30259,6 +30508,7 @@ members: - dairymaid - milkmaid + - dairywoman partOfSpeech: n 10007849-n: definition: @@ -34075,6 +34325,7 @@ members: - Emile partOfSpeech: n + wikidata: Q101246791 10072052-n: definition: - (French) a person who exercises power or influence in certain areas without holding @@ -35503,7 +35754,7 @@ - 06730109-n - 07139048-n hypernym: - - 10202544-n + - 83837368-n ili: i89870 members: - fagot @@ -40970,6 +41221,7 @@ members: - Ham partOfSpeech: n + wikidata: Q229702 10177912-n: definition: - (Old Testament) the minister of the Persian emperor who hated the Jews and was @@ -44943,6 +45195,7 @@ members: - Japheth partOfSpeech: n + wikidata: Q200637 10239549-n: definition: - a member of an Indo-European people widely scattered throughout the northwest @@ -47839,6 +48092,7 @@ members: - Little John partOfSpeech: n + wikidata: Q603292 10287258-n: definition: - a player between 8 and 12 years of age who is a member of a little-league team @@ -51565,7 +51819,7 @@ - RAF pilots were the heroes of the Battle of Britain hypernym: - 09646208-n - - 10306910-n + - 00007846-n ili: i91411 members: - hero @@ -55711,15 +55965,6 @@ - bagger - boxer partOfSpeech: n -10410299-n: - definition: - - a collector of miscellaneous useless objects - hypernym: - - 09956078-n - ili: i91815 - members: - - packrat - partOfSpeech: n 10410397-n: definition: - an employer who exploits Italian immigrants in the U.S. @@ -61850,6 +62095,7 @@ members: - Quetzalcoatl partOfSpeech: n + wikidata: Q179818 10520788-n: definition: - a disputant who quibbles; someone who raises annoying petty objections @@ -63976,6 +64222,7 @@ members: - Robert's Rules of Order partOfSpeech: n + wikidata: Q3178967 10554604-n: definition: - legendary English outlaw of the 12th century; said to have robbed the rich to @@ -63996,6 +64243,7 @@ members: - Robinson Crusoe partOfSpeech: n + wikidata: Q12292447 10554923-n: definition: - (figurative) someone who is strong and stable and dependable @@ -64459,6 +64707,7 @@ members: - Rumpelstiltskin partOfSpeech: n + wikidata: Q25479346 10561958-n: definition: - a merciless usurer in a play by Shakespeare @@ -64991,6 +65240,7 @@ - Saint Nick - St. Nick partOfSpeech: n + wikidata: Q315796 10570508-n: definition: - (Middle Ages) the nephew of the king of Cornwall who (according to legend) fell @@ -65021,6 +65271,7 @@ - Iseult - Isolde partOfSpeech: n + wikidata: Q572381 10571133-n: definition: - a military engineer who does sapping (digging trenches or undermining fortifications) @@ -65294,6 +65545,7 @@ - Scaramouch - Scaramouche partOfSpeech: n + wikidata: Q1783211 10575107-n: definition: - a person who spreads frightening rumors and stirs up trouble @@ -67393,6 +67645,7 @@ members: - Shem partOfSpeech: n + wikidata: Q200902 10608373-n: definition: - a clergyman who watches over a group of people @@ -75132,6 +75385,7 @@ - Todd - Sweeney Todd partOfSpeech: n + wikidata: Q669485 10734114-n: definition: - a young child who is just beginning to walk @@ -78635,6 +78889,7 @@ members: - Walter Mitty partOfSpeech: n + wikidata: Q1823907 10785255-n: definition: - a dancer who waltzes @@ -80874,6 +81129,7 @@ - Alvar Aalto - Hugo Alvar Henrik Aalto partOfSpeech: n + wikidata: Q82840 10826445-n: definition: - (Old Testament) elder brother of Moses and first high priest of the Israelites; @@ -80886,6 +81142,7 @@ members: - Aaron partOfSpeech: n + wikidata: Q51676 10826620-n: definition: - United States professional baseball player who hit more home runs than Babe Ruth @@ -80898,6 +81155,7 @@ - Henry Louis Aaron - Hank Aaron partOfSpeech: n + wikidata: Q215777 10826801-n: definition: - Norwegian mathematician (1802-1829) @@ -80909,6 +81167,7 @@ - Niels Abel - Niels Henrik Abel partOfSpeech: n + wikidata: Q124115 10826921-n: definition: - French philosopher and theologian; lover of Heloise (1079-1142) @@ -80921,6 +81180,7 @@ - Peter Abelard - Pierre Abelard partOfSpeech: n + wikidata: Q4295 10827091-n: definition: - the first of the Old Testament patriarchs and the father of Isaac; according to @@ -80935,6 +81195,7 @@ - Abraham - Ibrahim partOfSpeech: n + wikidata: Q9181 10827462-n: definition: - United States statesman who promoted the Marshall Plan and helped establish NATO @@ -80958,6 +81219,7 @@ - Adam - Robert Adam partOfSpeech: n + wikidata: Q312635 10827804-n: definition: - 2nd President of the United States (1735-1826) @@ -80970,6 +81232,7 @@ - President Adams - President John Adams partOfSpeech: n + wikidata: Q11806 10827957-n: definition: - 6th President of the United States; son of John Adams (1767-1848) @@ -80994,6 +81257,7 @@ - Sam Adams - Samuel Adams partOfSpeech: n + wikidata: Q212963 10828360-n: definition: - German statesman; chancellor of West Germany (1876-1967) @@ -81004,6 +81268,7 @@ - Adenauer - Konrad Adenauer partOfSpeech: n + wikidata: Q2492 10828490-n: definition: - English physiologist who conducted research into the function of neurons; 1st @@ -81017,6 +81282,7 @@ - Edgar Douglas Adrian - Baron Adrian partOfSpeech: n + wikidata: Q231292 10828690-n: definition: - Greek tragedian; the father of Greek tragic drama (525-456 BC) @@ -81026,6 +81292,7 @@ members: - Aeschylus partOfSpeech: n + wikidata: Q40939 10828827-n: definition: - Greek author of fables (circa 620-560 BC) @@ -81035,6 +81302,7 @@ members: - Aesop partOfSpeech: n + wikidata: Q43423 10828921-n: definition: - United States naturalist (born in Switzerland) who studied fossil fish; recognized @@ -81047,6 +81315,7 @@ - Louis Agassiz - Jean Louis Rodolphe Agassiz partOfSpeech: n + wikidata: Q122972 10829180-n: definition: - United States novelist (1909-1955) @@ -81057,6 +81326,7 @@ - Agee - James Agee partOfSpeech: n + wikidata: Q352963 10829279-n: definition: - Roman general who was governor of Britain and extended Roman rule north to the @@ -81091,6 +81361,7 @@ - Agrippina - Agrippina the Elder partOfSpeech: n + wikidata: Q229413 10829819-n: definition: - wife who poisoned Claudius after her son Nero was declared heir and who was then @@ -81113,6 +81384,7 @@ members: - Ahab partOfSpeech: n + wikidata: Q235901 10830153-n: definition: - United States writer (1889-1973) @@ -81124,6 +81396,7 @@ - Conrad Aiken - Conrad Potter Aiken partOfSpeech: n + wikidata: Q380645 10830275-n: definition: - United States choreographer noted for his use of African elements (born in 1931) @@ -81168,6 +81441,7 @@ - Alaric I - Alaric partOfSpeech: n + wikidata: Q102371 10830832-n: definition: - United States dramatist (1928-) @@ -81179,6 +81453,7 @@ - Edward Albee - Edward Franklin Albeen partOfSpeech: n + wikidata: Q219420 10830956-n: definition: - United States painter born in Germany; works characterized by simple geometrical @@ -81202,6 +81477,7 @@ - Prince Albert - Albert Francis Charles Augustus Emmanuel partOfSpeech: n + wikidata: Q152245 10831312-n: definition: - Italian architect and painter; pioneering theoretician of Renaissance architecture @@ -81214,6 +81490,7 @@ - Alberti - Leon Battista Alberti partOfSpeech: n + wikidata: Q182046 10831504-n: definition: - Greek lyric poet of Lesbos; reputed inventor of Alcaic verse (611-580 BC) @@ -81225,6 +81502,7 @@ - Alcaeus of Mytilene - Alcaeus partOfSpeech: n + wikidata: Q212872 10831651-n: definition: - ancient Athenian statesman and general in the Peloponnesian War (circa 450-404 @@ -81237,6 +81515,7 @@ members: - Alcibiades partOfSpeech: n + wikidata: Q187982 10831829-n: definition: - United States novelist noted for children's books (1832-1888) @@ -81259,6 +81538,7 @@ - Alexander - Alexander the Great partOfSpeech: n + wikidata: Q8409 10832154-n: definition: - the czar of Russia whose plans to liberalize the government of Russia were unrealized @@ -81327,6 +81607,7 @@ - Alfred - Alfred the Great partOfSpeech: n + wikidata: Q83476 10833131-n: definition: - United States author of inspirational adventure stories for boys; virtue and hard @@ -81360,6 +81641,7 @@ - Al-Hakim bi-Amr Allah - Al-hakim partOfSpeech: n + wikidata: Q342137 10833590-n: definition: - an Egyptian polymath (born in Iraq) whose research in geometry and optics was @@ -81377,6 +81659,7 @@ - Ibn al-Haytham - Al-Hasan ibn al-Haytham partOfSpeech: n + wikidata: Q11104 10833932-n: definition: - the fourth caliph of Islam who is considered to be the first caliph by Shiites; @@ -81388,6 +81671,7 @@ members: - Ali partOfSpeech: n + wikidata: Q39619 10834178-n: definition: - United States prizefighter who won the world heavyweight championship three times @@ -81424,6 +81708,7 @@ - Woody Allen - Allen Stewart Konigsberg partOfSpeech: n + wikidata: Q25089 10834717-n: definition: - United States comedienne remembered as the confused but imperturbable partner @@ -81449,6 +81734,7 @@ - Alonso - Alicia Alonso partOfSpeech: n + wikidata: Q236013 10835081-n: definition: - Italian violin maker in Cremona; taught the craft to Guarneri and Stradivari (1596-1684) @@ -81481,6 +81767,7 @@ - Saint Ambrose - St. Ambrose partOfSpeech: n + wikidata: Q43689 10835740-n: definition: - a Hebrew shepherd and minor prophet @@ -81490,6 +81777,7 @@ members: - Amos partOfSpeech: n + wikidata: Q213850 10835827-n: definition: - Norwegian explorer who was the first to traverse the Northwest Passage and in @@ -81501,6 +81789,7 @@ - Amundsen - Roald Amundsen partOfSpeech: n + wikidata: Q926 10836028-n: definition: - a presocratic Athenian philosopher who maintained that everything is composed @@ -81512,6 +81801,7 @@ members: - Anaxagoras partOfSpeech: n + wikidata: Q83041 10836248-n: definition: - a presocratic Greek philosopher and student of Thales who believed the universal @@ -81524,6 +81814,7 @@ members: - Anaximander partOfSpeech: n + wikidata: Q42458 10836494-n: definition: - a presocratic Greek philosopher and associate of Anaximander who believed that @@ -81535,6 +81826,7 @@ - Anaximenes of Miletus - Anaximenes partOfSpeech: n + wikidata: Q80612 10836706-n: definition: - a Danish author remembered for his fairy stories (1805-1875) @@ -81545,6 +81837,7 @@ - Andersen - Hans Christian Andersen partOfSpeech: n + wikidata: Q5673 10836848-n: definition: - United States physicist who discovered antimatter in the form of an antielectron @@ -81567,6 +81860,7 @@ - Anderson - Marian Anderson partOfSpeech: n + wikidata: Q231923 10837211-n: definition: - United States dramatist (1888-1959) @@ -81577,6 +81871,7 @@ - Anderson - Maxwell Anderson partOfSpeech: n + wikidata: Q432919 10837321-n: definition: - United States physicist who studied the electronic structure of magnetic and disordered @@ -81637,6 +81932,8 @@ instance_hypernym: - 10519216-n members: + - Anne of Great Britain + - Anne Stuart - Anne partOfSpeech: n 10838319-n: @@ -81649,6 +81946,7 @@ - Anouilh - Jean Anouilh partOfSpeech: n + wikidata: Q179025 10838464-n: definition: - an Italian who was a Benedictine monk; was archbishop of Canterbury from 1093 @@ -81664,6 +81962,7 @@ - Saint Anselm - St. Anselm partOfSpeech: n + wikidata: Q43939 10838738-n: definition: - United States suffragist (1820-1906) @@ -81689,6 +81988,7 @@ members: - Antichrist partOfSpeech: n + wikidata: Q174546 10839137-n: definition: - a general of Alexander the Great and king of Macedonia; lost one eye; killed in @@ -81703,6 +82003,7 @@ - Antigonus Cyclops - Monophthalmos partOfSpeech: n + wikidata: Q200401 10839359-n: definition: - Emperor of Rome; nephew and son-in-law and adoptive son of Antoninus Pius; Stoic @@ -81717,6 +82018,7 @@ - Marcus Aurelius Antoninus - Marcus Annius Verus partOfSpeech: n + wikidata: Q1430 10839657-n: definition: - Emperor of Rome; adoptive son of Hadrian (86-161) @@ -81726,6 +82028,7 @@ members: - Antoninus Pius partOfSpeech: n + wikidata: Q1429 10839767-n: definition: - Roman general under Julius Caesar in the Gallic wars; repudiated his wife for @@ -81753,6 +82056,7 @@ - Guillaume Apollinaire - Wilhelm Apollinaris de Kostrowitzki partOfSpeech: n + wikidata: Q133855 10840217-n: definition: - English physicist remembered for his studies of the ionosphere (1892-1966) @@ -81764,6 +82068,7 @@ - Edward Appleton - Sir Edward Victor Appleton partOfSpeech: n + wikidata: Q153194 10840394-n: definition: - (Roman Catholic Church) Italian theologian and Doctor of the Church who is remembered @@ -81784,6 +82089,7 @@ - Saint Thomas Aquinas - St. Thomas Aquinas partOfSpeech: n + wikidata: Q9438 10840822-n: definition: - Palestinian statesman who was chairman of the Palestine Liberation Organization @@ -81795,6 +82101,7 @@ - Arafat - Yasser Arafat partOfSpeech: n + wikidata: Q34211 10840983-n: definition: - French writer who generalized surrealism to literature (1897-1982) @@ -81805,6 +82112,7 @@ - Aragon - Louis Aragon partOfSpeech: n + wikidata: Q4128 10841118-n: definition: - Greek mathematician and physicist noted for his work in hydrostatics and mechanics @@ -81816,6 +82124,7 @@ members: - Archimedes partOfSpeech: n + wikidata: Q8739 10841303-n: definition: - United States historian and political philosopher (born in Germany) (1906-1975) @@ -81827,6 +82136,7 @@ - Arendt - Hannah Arendt partOfSpeech: n + wikidata: Q60025 10841471-n: definition: - an ancient Greek grammarian remembered for his commentary on the Iliad and Odyssey @@ -81838,6 +82148,7 @@ - Aristarchus of Samothrace - Aristarchus partOfSpeech: n + wikidata: Q312114 10841631-n: definition: - an ancient Greek astronomer who was one of the first to propose a heliocentric @@ -81858,6 +82169,7 @@ members: - Aristophanes partOfSpeech: n + wikidata: Q43353 10841942-n: definition: - one of the greatest of the ancient Athenian philosophers; pupil of Plato; teacher @@ -81868,6 +82180,7 @@ members: - Aristotle partOfSpeech: n + wikidata: Q868 10842171-n: definition: - a Greek who was a Christian theologian active in Alexandria and who was declared @@ -81904,6 +82217,7 @@ - Jacob Harmensen - Jakob Hermandszoon partOfSpeech: n + wikidata: Q313070 10842803-n: definition: - United States pioneering jazz trumpeter and bandleader (1900-1971) @@ -81916,6 +82230,7 @@ - Louis Armstrong - Satchmo partOfSpeech: n + wikidata: Q1779 10842973-n: definition: - United States astronaut; the first man to set foot on the Moon (July 20, 1969) @@ -81927,6 +82242,7 @@ - Armstrong - Neil Armstrong partOfSpeech: n + wikidata: Q1615 10843133-n: definition: - United States general and traitor in the American Revolution; in 1780 his plan @@ -81941,6 +82257,7 @@ - Arnold - Benedict Arnold partOfSpeech: n + wikidata: Q298237 10843364-n: definition: - English poet and literary critic (1822-1888) @@ -81952,6 +82269,7 @@ - Arnold - Matthew Arnold partOfSpeech: n + wikidata: Q271032 10843498-n: definition: - Italian theologian who censured the worldly possessions of monks and the temporal @@ -81989,6 +82307,7 @@ - Arrhenius - Svante August Arrhenius partOfSpeech: n + wikidata: Q80956 10844145-n: definition: - king of Persia who sanctioned the practice of Judaism in Jerusalem (?-424 BC) @@ -82027,6 +82346,7 @@ - Arthur - King Arthur partOfSpeech: n + wikidata: Q45792 10844784-n: definition: - elected vice president and became 21st President of the United States when Garfield @@ -82040,6 +82360,7 @@ - Chester Alan Arthur - President Arthur partOfSpeech: n + wikidata: Q35498 10845011-n: definition: - Indian religious leader and founder of the Yogacara school of Buddhism in India @@ -82050,6 +82371,7 @@ members: - Asanga partOfSpeech: n + wikidata: Q379905 10845158-n: definition: - United States writer (born in Poland) who wrote in Yiddish (1880-1957) @@ -82075,6 +82397,7 @@ - Arthur Ashe - Arthur Robert Ashe partOfSpeech: n + wikidata: Q53325 10845527-n: definition: - British choreographer (1906-1988) @@ -82085,6 +82408,7 @@ - Ashton - Sir Frederick Ashton partOfSpeech: n + wikidata: Q711073 10845637-n: definition: - king of Assyria who built a magnificent palace and library at Nineveh (668-627 @@ -82121,6 +82445,7 @@ - Astaire - Fred Astaire partOfSpeech: n + wikidata: Q100937 10846161-n: definition: - United States capitalist (born in Germany) who made a fortune in fur trading (1763-1848) @@ -82131,6 +82456,7 @@ - Astor - John Jacob Astor partOfSpeech: n + wikidata: Q57423 10846321-n: definition: - British politician (born in the United States) who was the first woman to sit @@ -82145,6 +82471,7 @@ - Nancy Witcher Astor - Viscountess Astor partOfSpeech: n + wikidata: Q195013 10846556-n: definition: - Turkish statesman who abolished the caliphate and founded Turkey as a modern secular @@ -82158,6 +82485,7 @@ - Kemal Pasha - Mustafa Kemal partOfSpeech: n + wikidata: Q5152 10846759-n: definition: - (Roman Catholic Church) Greek patriarch of Alexandria who championed Christian @@ -82189,6 +82517,7 @@ members: - Athelstan partOfSpeech: n + wikidata: Q170017 10847282-n: definition: - king of the Huns; the most successful barbarian invader of the Roman Empire (406-453) @@ -82201,6 +82530,7 @@ - Scourge of God - Scourge of the Gods partOfSpeech: n + wikidata: Q36724 10847477-n: definition: - British statesman and leader of the Labour Party who instituted the welfare state @@ -82214,6 +82544,7 @@ - Clement Richard Attlee - 1st Earl Attlee partOfSpeech: n + wikidata: Q129006 10847695-n: definition: - United States writer (born in 1917) @@ -82225,6 +82556,7 @@ - Louis Auchincloss - Louis Stanton Auchincloss partOfSpeech: n + wikidata: Q1621598 10847837-n: definition: - United States poet (born in England) (1907-1973) @@ -82236,6 +82568,7 @@ - W. H. Auden - Wystan Hugh Auden partOfSpeech: n + wikidata: Q178698 10847972-n: definition: - United States ornithologist and artist (born in Haiti) noted for his paintings @@ -82248,6 +82581,7 @@ - Audubon - John James Audubon partOfSpeech: n + wikidata: Q182882 10848177-n: definition: - (Roman Catholic Church) one of the great Fathers of the early Christian church; @@ -82293,6 +82627,7 @@ - Austen - Jane Austen partOfSpeech: n + wikidata: Q36322 10849054-n: definition: - Arabian philosopher born in Spain; wrote detailed commentaries on Aristotle that @@ -82307,6 +82642,7 @@ - ibn-Roshd - Abul-Walid Mohammed ibn-Ahmad Ibn-Mohammed ibn-Roshd partOfSpeech: n + wikidata: Q39837 10849337-n: definition: - Persian physician and influential philosopher; his interpretation of Aristotle @@ -82321,6 +82657,7 @@ - ibn-Sina - Abu Ali al-Husain ibn Abdallah ibn Sina partOfSpeech: n + wikidata: Q8011 10849642-n: definition: - Italian physicist noted for his work on gases; proposed what has come to be called @@ -82344,6 +82681,7 @@ - Bach - Johann Sebastian Bach partOfSpeech: n + wikidata: Q1339 10850052-n: definition: - English statesman and philosopher; precursor of British empiricism; advocated @@ -82360,6 +82698,7 @@ - 1st Baron Verulam - Viscount St. Albans partOfSpeech: n + wikidata: Q37388 10850327-n: definition: - English scientist and Franciscan monk who stressed the importance of experimentation; @@ -82383,6 +82722,7 @@ - Baedeker - Karl Baedeker partOfSpeech: n + wikidata: Q77302 10850732-n: definition: - English lexicographer who was the first to treat etymology consistently; his work @@ -82418,6 +82758,7 @@ - Mikhail Bakunin - Mikhail Aleksandrovich Bakunin partOfSpeech: n + wikidata: Q27645 10851252-n: definition: - United States dancer and choreographer (born in Russia) noted for his abstract @@ -82430,6 +82771,7 @@ - Balanchine - George Balanchine partOfSpeech: n + wikidata: Q310184 10851456-n: definition: - Spanish explorer who in 1513 crossed the Isthmus of Darien and became the first @@ -82441,6 +82783,7 @@ - Balboa - Vasco Nunez de Balboa partOfSpeech: n + wikidata: Q19080 10851681-n: definition: - English statesman; member of the Conservative Party (1867-1947) @@ -82452,6 +82795,7 @@ - Stanley Baldwin - 1st Earl Baldwin of Bewdley partOfSpeech: n + wikidata: Q166635 10851847-n: definition: - United States author who was an outspoken critic of racism (1924-1987) @@ -82463,6 +82807,7 @@ - James Baldwin - James Arthur Baldwin partOfSpeech: n + wikidata: Q273210 10852011-n: definition: - Spanish fashion designer known for his stark elegant designs (1895-1972) @@ -82473,6 +82818,7 @@ - Balenciaga - Cristobal Balenciaga partOfSpeech: n + wikidata: Q381088 10852164-n: definition: - English statesman; member of the Conservative Party (1848-1930) @@ -82485,6 +82831,7 @@ - Arthur James Balfour - 1st Earl of Balfour partOfSpeech: n + wikidata: Q19008 10852327-n: definition: - United States comedienne best known as the star of a popular television program @@ -82497,6 +82844,7 @@ - Ball - Lucille Ball partOfSpeech: n + wikidata: Q209662 10852504-n: definition: - (New Testament) one of the three sages from the east who came bearing gifts for @@ -82510,6 +82858,7 @@ - Balthazar - Balthasar partOfSpeech: n + wikidata: Q1996453 10852707-n: definition: - French novelist; he portrays the complexity of 19th century French society (1799-1850) @@ -82521,6 +82870,7 @@ - Honore Balzac - Honore de Balzac partOfSpeech: n + wikidata: Q9711 10852900-n: definition: - uninhibited United States actress (1903-1968) @@ -82531,6 +82881,7 @@ - Bankhead - Tallulah Bankhead partOfSpeech: n + wikidata: Q255815 10853021-n: definition: - English botanist who accompanied Captain Cook on his first voyage to the Pacific @@ -82542,6 +82893,7 @@ - Banks - Sir Joseph Banks partOfSpeech: n + wikidata: Q153408 10853191-n: definition: - English runner who in 1954 became the first person to run a mile in less than @@ -82580,6 +82932,7 @@ - Imamu Amiri Baraka - LeRoi Jones partOfSpeech: n + wikidata: Q354783 10853772-n: definition: - Austrian physician who developed a rotational method for testing the middle ear @@ -82614,6 +82967,7 @@ - Barber - Samuel Barber partOfSpeech: n + wikidata: Q216870 10854139-n: definition: - United States physicist who won the Nobel prize for physics twice (1908-1991) @@ -82637,6 +82991,7 @@ - Alben Barkley - Alben William Barkley partOfSpeech: n + wikidata: Q273549 10854465-n: definition: - United States showman who popularized the circus (1810-1891) @@ -82648,6 +83003,7 @@ - P. T. Barnum - Phineas Taylor Barnum partOfSpeech: n + wikidata: Q223766 10854618-n: definition: - Scottish dramatist and novelist; created Peter Pan (1860-1937) @@ -82661,6 +83017,7 @@ - James Matthew Barrie - Sir James Matthew Barrie partOfSpeech: n + wikidata: Q81796 10854814-n: definition: - United States actor; husband of Georgiana Emma Barrymore and father of Ethel Barrymore @@ -82686,6 +83043,7 @@ - Georgiana Barrymore - Georgiana Emma Barrymore partOfSpeech: n + wikidata: Q2065905 10855305-n: definition: - United States actor; son of Maurice Barrymore and Georgiana Barrymore (1878-1954) @@ -82707,6 +83065,7 @@ - Barrymore - Ethel Barrymore partOfSpeech: n + wikidata: Q230147 10855625-n: definition: - United States actor; son of Maurice Barrymore and Georgiana Barrymore (1882-1942) @@ -82717,6 +83076,7 @@ - Barrymore - John Barrymore partOfSpeech: n + wikidata: Q95034 10855780-n: definition: - United States novelist (born in 1930) @@ -82728,6 +83088,7 @@ - John Barth - John Simmons Barth partOfSpeech: n + wikidata: Q315683 10855904-n: definition: - Swiss Protestant theologian (1886-1968) @@ -82738,6 +83099,7 @@ - Barth - Karl Barth partOfSpeech: n + wikidata: Q107473 10856009-n: definition: - United States author of sometimes surrealistic stories (1931-1989) @@ -82770,6 +83132,7 @@ - Bartholin - Caspar Bartholin partOfSpeech: n + wikidata: Q264593 10856458-n: definition: - United States publisher and editor who compiled a book of familiar quotations @@ -82781,6 +83144,7 @@ - Bartlett - John Bartlett partOfSpeech: n + wikidata: Q3397832 10856619-n: definition: - United States explorer who accompanied Peary's expedition to the North Pole and @@ -82806,6 +83170,7 @@ - Bartok - Bela Bartok partOfSpeech: n + wikidata: Q83326 10857057-n: definition: - a disciple of and secretary for the prophet Jeremiah @@ -82816,6 +83181,7 @@ - Baruch ben Neriah - Baruch partOfSpeech: n + wikidata: Q599907 10857163-n: definition: - economic advisor to United States Presidents (1870-1965) @@ -82840,6 +83206,7 @@ - Baryshnikov - Mikhail Baryshnikov partOfSpeech: n + wikidata: Q295420 10857514-n: definition: - (Roman Catholic Church) the bishop of Caesarea who defended the Roman Catholic @@ -82860,6 +83227,7 @@ - Basil the Great - St. Basil the Great partOfSpeech: n + wikidata: Q44258 10857884-n: definition: - (Old Testament) the wife of Uriah and later the wife of king David; Solomon was @@ -82883,6 +83251,7 @@ - Charles Baudelaire - Charles Pierre Baudelaire partOfSpeech: n + wikidata: Q501 10858261-n: definition: - United States writer of children's books (1856-1919) @@ -82895,6 +83264,7 @@ - Frank Baum - Lyman Frank Brown partOfSpeech: n + wikidata: Q207544 10858398-n: definition: - French soldier said to be fearless and chivalrous (1473-1524) @@ -82930,6 +83300,7 @@ - George Beadle - George Wells Beadle partOfSpeech: n + wikidata: Q238739 10858925-n: definition: - English dramatist who collaborated with John Fletcher (1584-1616) @@ -82940,6 +83311,7 @@ - Beaumont - Francis Beaumont partOfSpeech: n + wikidata: Q313932 10859065-n: definition: - United States surgeon remembered for his studies of digestion (1785-1853) @@ -82950,6 +83322,7 @@ - Beaumont - William Beaumont partOfSpeech: n + wikidata: Q2310945 10859213-n: definition: - French feminist and existentialist and novelist (1908-1986) @@ -82962,6 +83335,7 @@ - Beauvoir - Simone de Beauvoir partOfSpeech: n + wikidata: Q7197 10859387-n: definition: - British newspaper publisher and politician (born in Canada); confidant of Winston @@ -82976,6 +83350,7 @@ - 1st Baron Beaverbrook - William Maxwell Aitken partOfSpeech: n + wikidata: Q332454 10859617-n: definition: - (Roman Catholic Church) archbishop of Canterbury from 1162 to 1170; murdered following @@ -82994,6 +83369,7 @@ - Saint Thomas a Becket - St. Thomas a Becket partOfSpeech: n + wikidata: Q192236 10859950-n: definition: - a playwright and novelist (born in Ireland) who lived in France; wrote plays for @@ -83041,6 +83417,7 @@ - St. Beda - the Venerable Bede partOfSpeech: n + wikidata: Q154938 10860661-n: definition: - United States clergyman who was a leader for the abolition of slavery (1813-1887) @@ -83052,6 +83429,7 @@ - Beecher - Henry Ward Beecher partOfSpeech: n + wikidata: Q1607404 10860837-n: definition: - English writer and caricaturist (1872-1956) @@ -83064,6 +83442,7 @@ - Max Beerbohm - Sir Henry Maxmilian Beerbohm partOfSpeech: n + wikidata: Q472071 10861001-n: definition: - German composer of instrumental music (especially symphonic and chamber music); @@ -83076,6 +83455,7 @@ - van Beethoven - Ludwig van Beethoven partOfSpeech: n + wikidata: Q255 10861253-n: definition: - Israeli statesman (born in Russia) who (as prime minister of Israel) negotiated @@ -83087,6 +83467,7 @@ - Begin - Menachem Begin partOfSpeech: n + wikidata: Q130873 10861476-n: definition: - German architect known for his simple utilitarian factory buildings (1868-1940) @@ -83097,6 +83478,7 @@ - Behrens - Peter Behrens partOfSpeech: n + wikidata: Q76726 10861626-n: definition: - Byzantine general under Justinian I; he recovered former Roman territories in @@ -83107,6 +83489,7 @@ members: - Belisarius partOfSpeech: n + wikidata: Q174943 10861809-n: definition: - United States inventor (born in Scotland) of the telephone (1847-1922) @@ -83118,6 +83501,7 @@ - Alexander Bell - Alexander Graham Bell partOfSpeech: n + wikidata: Q34286 10861972-n: definition: - English painter; sister of Virginia Woolf; prominent member of the Bloomsbury @@ -83167,6 +83551,7 @@ - Bellini - Vincenzo Bellini partOfSpeech: n + wikidata: Q170209 10862631-n: definition: - English author (born in France) remembered especially for his verse for children @@ -83192,6 +83577,7 @@ - Saul Bellow - Solomon Bellow partOfSpeech: n + wikidata: Q83059 10863021-n: definition: - (Old Testament) Babylonian general and son of Nebuchadnezzar II; according to @@ -83205,6 +83591,7 @@ members: - Belshazzar partOfSpeech: n + wikidata: Q225198 10863301-n: definition: - United States humorist (1889-1945) @@ -83217,6 +83604,7 @@ - Robert Benchley - Robert Charles Benchley partOfSpeech: n + wikidata: Q1790472 10863454-n: definition: - Italian monk who founded the Benedictine order about 540 (480-547) @@ -83230,6 +83618,7 @@ - Saint Benedict - St. Benedict partOfSpeech: n + wikidata: Q44265 10863627-n: definition: - pope who was a patron of the arts and who denounced the cruelty to the indigenous @@ -83253,6 +83642,7 @@ - Benedict XV - Giacomo della Chiesa partOfSpeech: n + wikidata: Q4448 10863997-n: definition: - United States anthropologist (1887-1948) @@ -83298,6 +83688,7 @@ - David Ben Gurion - David Grun partOfSpeech: n + wikidata: Q37610 10864646-n: definition: - (Old Testament) the youngest and best-loved son of Jacob and Rachel and one of @@ -83310,6 +83701,7 @@ members: - Benjamin partOfSpeech: n + wikidata: Q460763 10864844-n: definition: - United States aviator who (with Richard E. Byrd) piloted the first flight over @@ -83345,6 +83737,7 @@ - Bentham - Jeremy Bentham partOfSpeech: n + wikidata: Q60887 10865359-n: definition: - United States legislator who opposed the use of paper currency (1782-1858) @@ -83366,6 +83759,7 @@ - Benton - Thomas Hart Benton partOfSpeech: n + wikidata: Q471764 10865685-n: definition: - Austrian composer in Schoenberg's twelve-tone music system (1885-1935) @@ -83388,6 +83782,7 @@ - Bergman - Ingmar Bergman partOfSpeech: n + wikidata: Q7546 10865996-n: definition: - Swedish film actress (1915-1982) @@ -83398,6 +83793,7 @@ - Bergman - Ingrid Bergman partOfSpeech: n + wikidata: Q43247 10866100-n: definition: - French philosopher who proposed elan vital as the cause of evolution and development @@ -83423,6 +83819,7 @@ - Beria - Lavrenti Pavlovich Beria partOfSpeech: n + wikidata: Q141829 10866509-n: definition: - Danish explorer who explored the northern Pacific Ocean for the Russians and discovered @@ -83436,6 +83833,7 @@ - Behring - Vitus Behring partOfSpeech: n + wikidata: Q127641 10866721-n: definition: - Irish philosopher and Anglican bishop who opposed the materialism of Thomas Hobbes @@ -83449,6 +83847,7 @@ - Bishop Berkeley - George Berkeley partOfSpeech: n + wikidata: Q82049 10866926-n: definition: - Dutch architect and town planner (1856-1934) @@ -83459,6 +83858,7 @@ - Berlage - Hendrik Petrus Berlage partOfSpeech: n + wikidata: Q318816 10867050-n: definition: - United States songwriter (born in Russia) who wrote more than 1500 songs and several @@ -83483,6 +83883,7 @@ - Hector Berlioz - Louis-Hector Berlioz partOfSpeech: n + wikidata: Q1151 10867389-n: definition: - French physiologist noted for research on secretions of the alimentary canal and @@ -83505,6 +83906,7 @@ - Sarah Bernhardt - Henriette Rosine Bernard partOfSpeech: n + wikidata: Q4605 10867718-n: definition: - Italian sculptor and architect of the baroque period in Italy; designed many churches @@ -83532,6 +83934,7 @@ - Jacques Bernoulli - James Bernoulli partOfSpeech: n + wikidata: Q122392 10868096-n: definition: - Swiss mathematician (1667-1748) @@ -83555,6 +83958,7 @@ - Bernoulli - Daniel Bernoulli partOfSpeech: n + wikidata: Q122366 10868398-n: definition: - United States conductor and composer (1918-1990) @@ -83566,6 +83970,7 @@ - Bernstein - Leonard Bernstein partOfSpeech: n + wikidata: Q152505 10868542-n: definition: - United States baseball player (born 1925) @@ -83590,6 +83995,7 @@ - Chuck Berry - Charles Edward Berry partOfSpeech: n + wikidata: Q5921 10868809-n: definition: - French criminologist (1853-1914) @@ -83600,6 +84006,7 @@ - Bertillon - Alphonse Bertillon partOfSpeech: n + wikidata: Q568386 10868919-n: definition: - Italian filmmaker (born in 1940) @@ -83622,6 +84029,7 @@ - Berzelius - Jons Jakob Berzelius partOfSpeech: n + wikidata: Q151911 10869221-n: definition: - German mathematician and astronomer who made accurate measurements of stellar @@ -83635,6 +84043,7 @@ - Bessel - Friedrich Wilhelm Bessel partOfSpeech: n + wikidata: Q75845 10869469-n: definition: - British inventor and metallurgist who developed the Bessemer process (1813-1898) @@ -83658,6 +84067,7 @@ - C. H. Best - Charles Herbert Best partOfSpeech: n + wikidata: Q867690 10869869-n: definition: - United States physicist (born in Germany) noted for research in astrophysics and @@ -83670,6 +84080,7 @@ - Hans Bethe - Hans Albrecht Bethe partOfSpeech: n + wikidata: Q155794 10870065-n: definition: - United States educator who worked to improve race relations and educational opportunities @@ -83681,6 +84092,7 @@ - Bethune - Mary McLeod Bethune partOfSpeech: n + wikidata: Q291068 10870263-n: definition: - British economist (born in India) whose report on social insurance provided the @@ -83695,6 +84107,7 @@ - William Henry Beveridge - First Baron Beveridge partOfSpeech: n + wikidata: Q335049 10870560-n: definition: - British labor leader and statesman who played an important role in diplomacy after @@ -83706,6 +84119,7 @@ - Bevin - Ernest Bevin partOfSpeech: n + wikidata: Q332365 10870735-n: definition: - United States writer of caustic wit (1842-1914) @@ -83717,6 +84131,7 @@ - Ambrose Bierce - Ambrose Gwinett Bierce partOfSpeech: n + wikidata: Q191050 10870878-n: definition: - French psychologist remembered for his studies of the intellectual development @@ -83740,6 +84155,7 @@ - Osama bin Laden - Usama bin Laden partOfSpeech: n + wikidata: Q1317 10871195-n: definition: - German statesman under whose leadership Germany was united (1815-1898) @@ -83754,6 +84170,7 @@ - Prince Otto Eduard Leopold von Bismarck - Iron Chancellor partOfSpeech: n + wikidata: Q8442 10871461-n: definition: - French composer best known for his operas (1838-1875) @@ -83776,6 +84193,7 @@ - Shirley Temple Black - Shirley Temple partOfSpeech: n + wikidata: Q182580 10871726-n: definition: - British chemist who identified carbon dioxide and who formulated the concepts @@ -83787,6 +84205,7 @@ - Black - Joseph Black partOfSpeech: n + wikidata: Q272512 10871916-n: definition: - Sauk leader who in 1832 led Fox and Sauk warriors against the United States (1767-1838) @@ -83798,6 +84217,7 @@ - Black Hawk - Makataimeshekiakiak partOfSpeech: n + wikidata: Q714534 10872102-n: definition: - British statesman who became prime minister in 1997 (born in 1953) @@ -83809,6 +84229,7 @@ - Tony Blair - Anthony Charles Lynton Blair partOfSpeech: n + wikidata: Q9545 10872265-n: definition: - visionary British poet and painter (1757-1827) @@ -83820,6 +84241,7 @@ - Blake - William Blake partOfSpeech: n + wikidata: Q41513 10872399-n: definition: - French aviator who in 1909 made the first flight across the English Channel (1872-1936) @@ -83830,6 +84252,7 @@ - Bleriot - Louis Bleriot partOfSpeech: n + wikidata: Q5396 10872557-n: definition: - British admiral; was captain of the H.M.S. Bounty in 1789 when part of the crew @@ -83866,6 +84289,7 @@ - Bloch - Ernest Bloch partOfSpeech: n + wikidata: Q123234 10873224-n: definition: - Russian poet (1880-1921) @@ -83878,6 +84302,7 @@ - Alexander Alexandrovich Blok - Aleksandr Aleksandrovich Blok partOfSpeech: n + wikidata: Q164765 10873363-n: definition: - United States linguist who adopted a behavioristic approach to linguistics (1887-1949) @@ -83912,6 +84337,7 @@ - Boccaccio - Giovanni Boccaccio partOfSpeech: n + wikidata: Q1402 10873861-n: definition: - Italian printer who designed the Bodoni font (1740-1813) @@ -83923,6 +84349,7 @@ - Bodoni - Gianbattista Bodoni partOfSpeech: n + wikidata: Q220768 10873993-n: definition: - German mystic and theosophist who founded modern theosophy; influenced George @@ -83940,6 +84367,7 @@ - Behmen - Jakob Behmen partOfSpeech: n + wikidata: Q77017 10874223-n: definition: - German novelist and writer of short stories (1917-1985) @@ -83951,6 +84379,7 @@ - Heinrich Boell - Heinrich Theodor Boell partOfSpeech: n + wikidata: Q42747 10874373-n: definition: - a Roman who was an early Christian philosopher and statesman who was executed @@ -83963,6 +84392,7 @@ - Boethius - Anicius Manlius Severinus Boethius partOfSpeech: n + wikidata: Q102851 10874643-n: definition: - United States film actor (1899-1957) @@ -83987,6 +84417,7 @@ - Niels Bohr - Niels Henrik David Bohr partOfSpeech: n + wikidata: Q7085 10875027-n: definition: - the second wife of Henry VIII and mother of Elizabeth I; was executed on a charge @@ -83998,6 +84429,7 @@ - Boleyn - Anne Boleyn partOfSpeech: n + wikidata: Q80823 10875200-n: definition: - Venezuelan statesman who led the revolt of South American colonies against Spanish @@ -84011,6 +84443,7 @@ - Simon Bolivar - El Libertador partOfSpeech: n + wikidata: Q8605 10875430-n: definition: - Austrian physicist who contributed to the kinetic theory of gases (1844-1906) @@ -84021,6 +84454,7 @@ - Boltzmann - Ludwig Boltzmann partOfSpeech: n + wikidata: Q84296 10875583-n: definition: - United States civil rights leader who was elected to the legislature in Georgia @@ -84063,6 +84497,7 @@ - Wynfrith - Apostle of Germany partOfSpeech: n + wikidata: Q160445 10876395-n: definition: - pope who declared that Catholic princes are subject to the pope in temporal as @@ -84075,6 +84510,7 @@ - Boniface VIII - Benedetto Caetani partOfSpeech: n + wikidata: Q134646 10876597-n: definition: - United States outlaw who was said to have killed 21 men (1859-1881) @@ -84089,6 +84525,7 @@ - William H. Bonney - Billie the Kid partOfSpeech: n + wikidata: Q44200 10876755-n: definition: - United States writer (1902-1973) @@ -84111,6 +84548,7 @@ - Boole - George Boole partOfSpeech: n + wikidata: Q134661 10877014-n: definition: - an American pioneer and guide and explorer (1734-1820) @@ -84121,6 +84559,7 @@ - Boone - Daniel Boone partOfSpeech: n + wikidata: Q316661 10877136-n: definition: - United States actor and assassin of President Lincoln (1838-1865) @@ -84134,6 +84573,7 @@ - Booth - John Wilkes Booth partOfSpeech: n + wikidata: Q180914 10877293-n: definition: - Argentinian writer remembered for his short stories (1899-1986) @@ -84145,6 +84585,7 @@ - Jorge Borges - Jorge Luis Borges partOfSpeech: n + wikidata: Q909 10877445-n: definition: - Italian cardinal and military leader; model for Machiavelli's prince (1475-1507) @@ -84167,6 +84608,7 @@ - Lucrezia Borgia - Duchess of Ferrara partOfSpeech: n + wikidata: Q191103 10877760-n: definition: - British nuclear physicist (born in Germany) honored for his contributions to quantum @@ -84178,6 +84620,7 @@ - Born - Max Born partOfSpeech: n + wikidata: Q58978 10877929-n: definition: - Russian composer (1833-1887) @@ -84190,6 +84633,7 @@ - Aleksandr Borodin - Aleksandr Porfirevich Borodin partOfSpeech: n + wikidata: Q164004 10878064-n: definition: - Dutch painter (1450-1516) @@ -84201,6 +84645,7 @@ - Hieronymus Bosch - Jerom Bos partOfSpeech: n + wikidata: Q130531 10878173-n: definition: - Indian physicist who with Albert Einstein proposed statistical laws based on the @@ -84235,6 +84680,7 @@ - Sandro Botticelli - Alessandro di Mariano dei Filipepi partOfSpeech: n + wikidata: Q5669 10878790-n: definition: - French explorer who circumnavigated the globe accompanied by scientists (1729-1811) @@ -84245,6 +84691,7 @@ - Bougainville - Louis Antoine de Bougainville partOfSpeech: n + wikidata: Q153911 10878965-n: definition: - French composer of serial music (born in 1925) @@ -84255,6 +84702,7 @@ - Boulez - Pierre Boulez partOfSpeech: n + wikidata: Q156193 10879081-n: definition: - United States mathematician and astronomer noted for his works on navigation (1773-1838) @@ -84290,6 +84738,7 @@ - Jim Bowie - James Bowie partOfSpeech: n + wikidata: Q433657 10879704-n: definition: - Irish chemist who established that air has weight and whose definitions of chemical @@ -84301,6 +84750,7 @@ - Boyle - Robert Boyle partOfSpeech: n + wikidata: Q43393 10879943-n: definition: - United States writer (1902-1992) @@ -84311,6 +84761,7 @@ - Boyle - Kay Boyle partOfSpeech: n + wikidata: Q529639 10880040-n: definition: - United States writer of science fiction (born 1920) @@ -84322,6 +84773,7 @@ - Ray Bradbury - Ray Douglas Bradbury partOfSpeech: n + wikidata: Q40640 10880185-n: definition: - United States printer (born in England) whose press produced the first American @@ -84333,6 +84785,7 @@ - Bradford - William Bradford partOfSpeech: n + wikidata: Q8005827 10880403-n: definition: - United States general who played an important role in the Allied victory in World @@ -84345,6 +84798,7 @@ - Omar Bradley - Omar Nelson Bradley partOfSpeech: n + wikidata: Q207955 10880595-n: definition: - United States politician who was elected the first black mayor of Los Angeles @@ -84368,6 +84822,7 @@ - Anne Bradstreet - Anne Dudley Bradstreet partOfSpeech: n + wikidata: Q242332 10880925-n: definition: - United States financier noted for his love of diamonds and his extravagant lifestyle @@ -84394,6 +84849,7 @@ - Brady - Mathew B. Brady partOfSpeech: n + wikidata: Q187850 10881337-n: definition: - Confederate general during the American Civil War who was defeated by Grant in @@ -84405,6 +84861,7 @@ - Bragg - Braxton Bragg partOfSpeech: n + wikidata: Q380562 10881522-n: definition: - Danish astronomer whose observations of the planets provided the basis for Kepler's @@ -84416,6 +84873,7 @@ - Brahe - Tycho Brahe partOfSpeech: n + wikidata: Q36620 10881709-n: definition: - German composer who developed the romantic style of both lyrical and classical @@ -84427,6 +84885,7 @@ - Brahms - Johannes Brahms partOfSpeech: n + wikidata: Q7294 10881877-n: definition: - French educator who lost his sight at the age of three and who invented a system @@ -84450,6 +84909,7 @@ - Donato Bramante - Donato d'Agnolo Bramante partOfSpeech: n + wikidata: Q7793 10882272-n: definition: - Romanian sculptor noted for abstractions of animal forms (1876-1957) @@ -84471,6 +84931,7 @@ - Brandt - Willy Brandt partOfSpeech: n + wikidata: Q2514 10882595-n: definition: - French painter who led the cubist movement (1882-1963) @@ -84481,6 +84942,7 @@ - Braque - Georges Braque partOfSpeech: n + wikidata: Q153793 10882720-n: definition: - United States rocket engineer (born in Germany where he designed a missile used @@ -84506,6 +84968,7 @@ - Braun - Eva Braun partOfSpeech: n + wikidata: Q76433 10883148-n: definition: - German dramatist and poet who developed a style of epic theater (1898-1956) @@ -84517,6 +84980,7 @@ - Brecht - Bertolt Brecht partOfSpeech: n + wikidata: Q38757 10883313-n: definition: - United States architect (born in Hungary) who was associated with the Bauhaus @@ -84541,6 +85005,7 @@ - Leonid Brezhnev - Leonid Ilyich Brezhnev partOfSpeech: n + wikidata: Q765165 10883660-n: definition: - United States labor leader who organized the longshoremen (1901-1990) @@ -84571,6 +85036,7 @@ - Saint Bride - St. Bride partOfSpeech: n + wikidata: Q80979 10884024-n: definition: - United States anthropologist who was the first to attempt a systematic classification @@ -84596,6 +85062,7 @@ - Edward Benjamin Britten - Lord Britten of Aldeburgh partOfSpeech: n + wikidata: Q150767 10884454-n: definition: - French anthropologist who studied the craniums and brains of different people; @@ -84608,6 +85075,7 @@ - Broca - Pierre-Paul Broca partOfSpeech: n + wikidata: Q311276 10884727-n: definition: - Canadian physicist who bounced neutron beams off of atomic nuclei to study the @@ -84655,6 +85123,7 @@ - Emily Jane Bronte - Currer Bell partOfSpeech: n + wikidata: Q80137 10885447-n: definition: - English novelist; youngest of three Bronte sisters (1820-1849) @@ -84685,6 +85154,7 @@ - Brooks - Van Wyck Brooks partOfSpeech: n + wikidata: Q647006 10885804-n: definition: - abolitionist who was hanged after leading an unsuccessful raid at Harper's Ferry, @@ -84696,6 +85166,7 @@ - Brown - John Brown partOfSpeech: n + wikidata: Q189366 10885972-n: definition: - Scottish botanist who first observed the movement of small particles in fluids @@ -84704,9 +85175,8 @@ instance_hypernym: - 09887676-n members: - - Michael Stuart Brown - - Brown - Robert Brown + - Brown partOfSpeech: n 10886158-n: definition: @@ -84742,6 +85212,7 @@ - Browning - Elizabeth Barrett Browning partOfSpeech: n + wikidata: Q228494 10886651-n: definition: - English poet and husband of Elizabeth Barrett Browning noted for his dramatic @@ -84753,6 +85224,7 @@ - Browning - Robert Browning partOfSpeech: n + wikidata: Q233265 10886825-n: definition: - United States inventor of firearms (especially automatic pistols and repeating @@ -84766,6 +85238,7 @@ - John M. Browning - John Moses Browning partOfSpeech: n + wikidata: Q220520 10887060-n: definition: - king of Scotland from 1306 to 1329; defeated the English army under Edward II @@ -84778,6 +85251,7 @@ - Robert the Bruce - Robert I partOfSpeech: n + wikidata: Q187312 10887295-n: definition: - Australian physician and bacteriologist who described the bacterium that causes @@ -84791,6 +85265,7 @@ - David Bruce - Sir David Bruce partOfSpeech: n + wikidata: Q544284 10887520-n: definition: - German composer (1838-1920) @@ -84813,6 +85288,7 @@ - Bruckner - Anton Bruckner partOfSpeech: n + wikidata: Q81752 10887764-n: definition: - Flemish painter of landscapes (1525-1569) @@ -84842,6 +85318,7 @@ - George Bryan Brummell - Beau Brummell partOfSpeech: n + wikidata: Q561019 10888149-n: definition: - Florentine architect who was the first great architect of the Italian Renaissance @@ -84853,6 +85330,7 @@ - Brunelleschi - Filippo Brunelleschi partOfSpeech: n + wikidata: Q174330 10888325-n: definition: - Italian philosopher who used Copernican principles to develop a pantheistic monistic @@ -84864,6 +85342,7 @@ - Bruno - Giordano Bruno partOfSpeech: n + wikidata: Q36330 10888567-n: definition: - (Roman Catholic Church) a French cleric (born in Germany) who founded the Carthusian @@ -84893,6 +85372,7 @@ - Brutus - Marcus Junius Brutus partOfSpeech: n + wikidata: Q172248 10888972-n: definition: - United States lawyer and politician who advocated free silver and prosecuted John @@ -84920,6 +85400,7 @@ - Buber - Martin Buber partOfSpeech: n + wikidata: Q84423 10889518-n: definition: - 15th President of the United States (1791-1868) @@ -84931,6 +85412,7 @@ - James Buchanan - President Buchanan partOfSpeech: n + wikidata: Q12325 10889659-n: definition: - German organic chemist who studied alcoholic fermentation and discovered zymase @@ -84968,6 +85450,7 @@ - Don Budge - John Donald Budge partOfSpeech: n + wikidata: Q53343 10890278-n: definition: - Bolshevik leader in Russia who advocated gradual collectivism of the farms; was @@ -84980,6 +85463,7 @@ - Bukharin - Nikolai Ivanovich Bukharin partOfSpeech: n + wikidata: Q186709 10890484-n: definition: - United States architect who designed the Capitol Building in Washington which @@ -85004,6 +85488,7 @@ - Rudolf Bultmann - Rudolf Karl Bultmann partOfSpeech: n + wikidata: Q76327 10890857-n: definition: - United States diplomat and United Nations official (1904-1971) @@ -85015,6 +85500,7 @@ - Ralph Bunche - Ralph Johnson Bunche partOfSpeech: n + wikidata: Q213500 10891011-n: definition: - German chemist who with Kirchhoff pioneered spectrum analysis but is remembered @@ -85038,6 +85524,7 @@ - Bunuel - Luis Bunuel partOfSpeech: n + wikidata: Q51545 10891343-n: definition: - English preacher and author of an allegorical novel, Pilgrim's Progress (1628-1688) @@ -85049,6 +85536,7 @@ - Bunyan - John Bunyan partOfSpeech: n + wikidata: Q108206 10891513-n: definition: - English actor who was the first to play the leading role in several of Shakespeare's @@ -85060,6 +85548,7 @@ - Burbage - Richard Burbage partOfSpeech: n + wikidata: Q433717 10891692-n: definition: - United States horticulturist who developed many new varieties of fruits and vegetables @@ -85071,6 +85560,7 @@ - Burbank - Luther Burbank partOfSpeech: n + wikidata: Q333419 10891874-n: definition: - United States jurist appointed chief justice of the United States Supreme Court @@ -85095,6 +85585,7 @@ - Burgess - Anthony Burgess partOfSpeech: n + wikidata: Q217619 10892211-n: definition: - British general in the American Revolution who captured Fort Ticonderoga but lost @@ -85107,6 +85598,7 @@ - John Burgoyne - Gentleman Johnny partOfSpeech: n + wikidata: Q436775 10892426-n: definition: - United States frontierswoman and legendary figure of the Wild West noted for her @@ -85121,6 +85613,7 @@ - Martha Jane Burke - Calamity Jane partOfSpeech: n + wikidata: Q236795 10892646-n: definition: - British statesman famous for his oratory; pleaded the cause of the American colonists @@ -85157,6 +85650,7 @@ - Burnham - Daniel Hudson Burnham partOfSpeech: n + wikidata: Q316639 10893266-n: definition: - celebrated Scottish poet (1759-1796) @@ -85167,6 +85661,7 @@ - Burns - Robert Burns partOfSpeech: n + wikidata: Q81960 10893370-n: definition: - United States comedian and film actor (1896-1996) @@ -85179,6 +85674,7 @@ - George Burns - Nathan Birnbaum partOfSpeech: n + wikidata: Q344793 10893524-n: definition: - United States general in the American Civil War who was defeated by Robert E. @@ -85204,6 +85700,7 @@ - Burr - Aaron Burr partOfSpeech: n + wikidata: Q179090 10893980-n: definition: - United States novelist and author of the Tarzan stories (1875-1950) @@ -85238,6 +85735,7 @@ - William S. Burroughs - William Seward Burroughs partOfSpeech: n + wikidata: Q188176 10894508-n: definition: - English psychologist whose studies of twins were later said to have used fabricated @@ -85260,6 +85758,7 @@ - Burton - Richard Burton partOfSpeech: n + wikidata: Q151973 10894836-n: definition: - English explorer who with John Speke was the first European to explore Lake Tanganyika @@ -85298,6 +85797,7 @@ - Bush - Vannevar Bush partOfSpeech: n + wikidata: Q299595 10895517-n: definition: - 43rd President of the United States; son of George Herbert Walker Bush (born in @@ -85337,6 +85837,7 @@ - David Bushnell - Father of the Submarine partOfSpeech: n + wikidata: Q258935 10896171-n: definition: - English poet (1612-1680) @@ -85367,6 +85868,7 @@ - Butterfield - William Butterfield partOfSpeech: n + wikidata: Q328252 10896550-n: definition: - explorer and United States naval officer; led expeditions to explore Antarctica @@ -85394,6 +85896,7 @@ - Byrd - William Byrd partOfSpeech: n + wikidata: Q208375 10897005-n: definition: - English romantic poet notorious for his rebellious and unconventional lifestyle @@ -85407,6 +85910,7 @@ - Lord George Gordon Byron - Sixth Baron Byron of Rochdale partOfSpeech: n + wikidata: Q5679 10897208-n: definition: - United States writer of satirical novels (1879-1958) @@ -85430,6 +85934,7 @@ - John Cabot - Giovanni Cabato partOfSpeech: n + wikidata: Q85642 10897593-n: definition: - son of John Cabot who was born in Italy and who led an English expedition in search @@ -85455,6 +85960,7 @@ - Julius Caesar - Gaius Julius Caesar partOfSpeech: n + wikidata: Q1048 10898127-n: definition: - United States comedian who pioneered comedy television shows (born 1922) @@ -85466,6 +85972,7 @@ - Sid Caesar - Sidney Caesar partOfSpeech: n + wikidata: Q555226 10898282-n: definition: - United States composer of avant-garde music (1912-1992) @@ -85477,6 +85984,7 @@ - John Cage - John Milton Cage Jr. partOfSpeech: n + wikidata: Q180727 10898424-n: definition: - Italian who was famous as a magician and alchemist (1743-1795) @@ -85489,6 +85997,7 @@ - Count Alessandro di Cagliostro - Giuseppe Balsamo partOfSpeech: n + wikidata: Q312332 10898596-n: definition: - United States film actor known for his portrayals of tough characters (1899-1986) @@ -85500,6 +86009,7 @@ - Jimmy Cagney - James Cagney partOfSpeech: n + wikidata: Q94041 10898761-n: definition: - United States sculptor who first created mobiles and stabiles (1898-1976) @@ -85522,6 +86032,7 @@ - Calderon de la Barca - Pedro Calderon de la Barca partOfSpeech: n + wikidata: Q170800 10899116-n: definition: - United States author remembered for novels about poverty and degeneration (1903-1987) @@ -85557,6 +86068,7 @@ - Calixtus II - Guy of Burgundy partOfSpeech: n + wikidata: Q170654 10899776-n: definition: - Italian pope whose nepotism put the Borgia family in power in Italy (1378-1458) @@ -85569,6 +86081,7 @@ - Borgia - Alfonso Borgia partOfSpeech: n + wikidata: Q160369 10899941-n: definition: - Greek coloratura soprano (born in the United States) known for her dramatic intensity @@ -85581,6 +86094,7 @@ - Maria Callas - Maria Meneghini Callas partOfSpeech: n + wikidata: Q128297 10900150-n: definition: - Swiss theologian (born in France) whose tenets (predestination and the irresistibility @@ -85616,6 +86130,7 @@ - Calvino - Italo Calvino partOfSpeech: n + wikidata: Q154756 10900733-n: definition: - United States mythologist (1904-1987) @@ -85626,6 +86141,7 @@ - Campbell - Joseph Campbell partOfSpeech: n + wikidata: Q295516 10900844-n: definition: - French writer who portrayed the human condition as isolated in an absurd world @@ -85638,6 +86154,7 @@ - Camus - Albert Camus partOfSpeech: n + wikidata: Q34670 10901021-n: definition: - English writer born in Germany (1905-1994) @@ -85648,6 +86165,7 @@ - Canetti - Elias Canetti partOfSpeech: n + wikidata: Q80064 10901134-n: definition: - king of Denmark and Norway who forced Edmund II to divide England with him; on @@ -85662,6 +86180,7 @@ - Knut - Canute the Great partOfSpeech: n + wikidata: Q134128 10901368-n: definition: - Czech writer who introduced the word ‘robot’ into the English language (1890-1938) @@ -85673,6 +86192,7 @@ - Capek - Karel Capek partOfSpeech: n + wikidata: Q155855 10901536-n: definition: - United States gangster who terrorized Chicago during prohibition until arrested @@ -85688,6 +86208,7 @@ - Alphonse Capone - Scarface partOfSpeech: n + wikidata: Q80048 10901738-n: definition: - United States film maker (1897-1991) @@ -85698,6 +86219,7 @@ - Capra - Frank Capra partOfSpeech: n + wikidata: Q51492 10901841-n: definition: - Italian painter noted for his realistic depiction of religious subjects and his @@ -85709,6 +86231,7 @@ - Caravaggio - Michelangelo Merisi da Caravaggio partOfSpeech: n + wikidata: Q42207 10902045-n: definition: - Italian poet considered the national poet of modern Italy (1835-1907) @@ -85719,6 +86242,7 @@ - Carducci - Giosue Carducci partOfSpeech: n + wikidata: Q43440 10902188-n: definition: - Englishman and Cavalier poet whose lyric poetry was favored by Charles I (1595-1639) @@ -85729,6 +86253,7 @@ - Carew - Thomas Carew partOfSpeech: n + wikidata: Q2040910 10902340-n: definition: - king of Sweden since 1973 (born 1946) @@ -85740,6 +86265,7 @@ - Carl XVI Gustav - Carl XVI Gustaf partOfSpeech: n + wikidata: Q45068 10902458-n: definition: - Scottish historian who wrote about the French Revolution (1795-1881) @@ -85750,6 +86276,7 @@ - Carlyle - Thomas Carlyle partOfSpeech: n + wikidata: Q151403 10902598-n: definition: - United States songwriter (1899-1981) @@ -85761,6 +86288,7 @@ - Hoagy Carmichael - Hoagland Howard Carmichael partOfSpeech: n + wikidata: Q460662 10902740-n: definition: - United States industrialist and philanthropist who endowed education and public @@ -85773,6 +86301,7 @@ - Carnegie - Andrew Carnegie partOfSpeech: n + wikidata: Q484265 10902954-n: definition: - United States educator famous for writing a book about how to win friends and @@ -85784,6 +86313,7 @@ - Carnegie - Dale Carnegie partOfSpeech: n + wikidata: Q230762 10903132-n: definition: - French physicist who founded thermodynamics (1796-1832) @@ -85795,6 +86325,7 @@ - Sadi Carnot - Nicolas Leonard Sadi Carnot partOfSpeech: n + wikidata: Q181685 10903285-n: definition: - United States chemist who developed nylon (1896-1937) @@ -85806,6 +86337,7 @@ - Wallace Carothers - Wallace Hume Carothers partOfSpeech: n + wikidata: Q333724 10903440-n: definition: - French surgeon and biologist who developed a way to suture and graft blood vessels @@ -85857,6 +86389,7 @@ - Kit Carson - Christopher Carson partOfSpeech: n + wikidata: Q379673 10904349-n: definition: - United States biologist remembered for her opposition to the use of pesticides @@ -85870,6 +86403,7 @@ - Rachel Carson - Rachel Louise Carson partOfSpeech: n + wikidata: Q100948 10904583-n: definition: - 39th President of the United States (1924-) @@ -85883,6 +86417,7 @@ - James Earl Carter Jr. - President Carter partOfSpeech: n + wikidata: Q23685 10904758-n: definition: - Englishman and Egyptologist who in 1922 discovered and excavated the tomb of Tutankhamen @@ -85905,6 +86440,7 @@ - Cartier - Jacques Cartier partOfSpeech: n + wikidata: Q7321 10905104-n: definition: - English clergyman who invented the power loom (1743-1823) @@ -85926,6 +86462,7 @@ - Caruso - Enrico Caruso partOfSpeech: n + wikidata: Q170726 10905355-n: definition: - United States botanist and agricultural chemist who developed many uses for peanuts @@ -85938,6 +86475,7 @@ - Carver - George Washington Carver partOfSpeech: n + wikidata: Q296898 10905583-n: definition: - an outstanding Spanish cellist noted for his interpretation of Bach's cello suites @@ -85962,6 +86500,7 @@ - Casanova de Seingalt - Giovanni Jacopo Casanova de Seingalt partOfSpeech: n + wikidata: Q83321 10905974-n: definition: - United States country music singer and songwriter (1932-2003) @@ -85973,6 +86512,7 @@ - Johnny Cash - John Cash partOfSpeech: n + wikidata: Q42775 10906113-n: definition: - (New Testament) one of the three sages from the east who came bearing gifts for @@ -86010,6 +86550,7 @@ - Cassius Longinus - Gaius Cassius Longinus partOfSpeech: n + wikidata: Q207370 10906681-n: definition: - Cuban socialist leader who overthrew a dictator in 1959 and established a Marxist @@ -86022,6 +86563,7 @@ - Fidel Castro - Fidel Castro Ruz partOfSpeech: n + wikidata: Q11256 10906889-n: definition: - United States writer who wrote about frontier life (1873-1947) @@ -86033,6 +86575,7 @@ - Willa Cather - Willa Sibert Cather partOfSpeech: n + wikidata: Q229480 10907042-n: definition: - empress of Russia who succeeded her husband Peter the Great (1684-1727) @@ -86043,6 +86586,7 @@ - Catherine I of Russia - Catherine I partOfSpeech: n + wikidata: Q15208 10907172-n: definition: - empress of Russia who greatly increased the territory of the empire (1729-1796) @@ -86054,6 +86598,7 @@ - Catherine - Catherine the Great partOfSpeech: n + wikidata: Q36450 10907345-n: definition: - first wife of Henry VIII; Henry VIII's divorce from her was the initial step of @@ -86065,6 +86610,7 @@ - Catherine of Aragon - Catherine partOfSpeech: n + wikidata: Q162819 10907542-n: definition: - queen of France as the wife of Henry II and regent during the minority of her @@ -86077,6 +86623,7 @@ - Catherine de' Medici - Catherine de Medicis partOfSpeech: n + wikidata: Q131552 10907733-n: definition: - Roman lyric poet remembered for his love poems to an aristocratic Roman woman @@ -86088,6 +86635,7 @@ - Catullus - Gaius Valerius Catullus partOfSpeech: n + wikidata: Q163079 10907903-n: definition: - English nurse who remained in Brussels after the German occupation in order to @@ -86100,6 +86648,7 @@ - Edith Cavell - Edith Louisa Cavell partOfSpeech: n + wikidata: Q237564 10908153-n: definition: - British chemist and physicist who established that water is a compound of hydrogen @@ -86112,6 +86661,7 @@ - Cavendish - Henry Cavendish partOfSpeech: n + wikidata: Q131733 10908396-n: definition: - English printer who in 1474 printed the first book in English (1422-1491) @@ -86122,6 +86672,7 @@ - Caxton - William Caxton partOfSpeech: n + wikidata: Q94608 10908540-n: definition: - Italian sculptor (1500-1571) @@ -86132,6 +86683,7 @@ - Cellini - Benvenuto Cellini partOfSpeech: n + wikidata: Q190116 10908643-n: definition: - Swedish astronomer who devised the centigrade thermometer (1701-1744) @@ -86142,6 +86694,7 @@ - Celsius - Anders Celsius partOfSpeech: n + wikidata: Q81130 10908784-n: definition: - Spanish writer best remembered for ‘Don Quixote’ which satirizes chivalry and @@ -86156,6 +86709,7 @@ - Cervantes Saavedra - Miguel de Cervantes Saavedra partOfSpeech: n + wikidata: Q5682 10909068-n: definition: - French Post-impressionist painter who influenced modern art (especially cubism) @@ -86167,6 +86721,7 @@ - Cezanne - Paul Cezanne partOfSpeech: n + wikidata: Q35548 10909285-n: definition: - French painter (born in Russia) noted for his imagery and brilliant colors (1887-1985) @@ -86177,6 +86732,7 @@ - Chagall - Marc Chagall partOfSpeech: n + wikidata: Q93284 10909441-n: definition: - British statesman who as Prime Minister pursued a policy of appeasement toward @@ -86189,6 +86745,7 @@ - Neville Chamberlain - Arthur Neville Chamberlain partOfSpeech: n + wikidata: Q10664 10909657-n: definition: - English architect (1723-1796) @@ -86200,6 +86757,7 @@ - William Chambers - Sir William Chambers partOfSpeech: n + wikidata: Q455155 10909784-n: definition: - French explorer in Nova Scotia who established a settlement on the site of modern @@ -86211,6 +86769,7 @@ - Champlain - Samuel de Champlain partOfSpeech: n + wikidata: Q68529 10909963-n: definition: - Frenchman and Egyptologist who studied the Rosetta Stone and in 1821 became the @@ -86248,6 +86807,7 @@ - Charlie Chaplin - Sir Charles Spencer Chaplin partOfSpeech: n + wikidata: Q882 10910620-n: definition: - United States pioneer who planted apple trees as he traveled (1774-1845) @@ -86271,6 +86831,7 @@ - Ernst Boris Chain - Sir Ernst Boris Chain partOfSpeech: n + wikidata: Q58054 10911023-n: definition: - King of France elected in 987 and founding the Capetian dynasty (941-996) @@ -86292,6 +86853,7 @@ - Cattell - James McKeen Cattell partOfSpeech: n + wikidata: Q545047 10911321-n: definition: - American psychologist (born in England) who developed a broad theory of human @@ -86307,6 +86869,7 @@ - Raymond B. Cattell - Raymond Bernard Cattell partOfSpeech: n + wikidata: Q353133 10911582-n: definition: - French neurologist who tried to use hypnotism to cure hysteria (1825-1893) @@ -86318,6 +86881,7 @@ - Charcot - Jean Martin Charcot partOfSpeech: n + wikidata: Q20710 10911733-n: definition: - king of the Franks and Holy Roman Emperor; conqueror of the Lombards and Saxons @@ -86333,6 +86897,7 @@ - Charles I - Charles the Great partOfSpeech: n + wikidata: Q3044 10911970-n: definition: - French physicist and author of Charles's law which anticipated Gay-Lussac's law @@ -86345,15 +86910,20 @@ - Jacques Charles - Jacques Alexandre Cesar Charles partOfSpeech: n + wikidata: Q332105 10912168-n: definition: - - the eldest son of Elizabeth II and heir to the English throne (born in 1948) + - the eldest son of Elizabeth II and king of the United Kingdom since 2022 (born + in 1948) ili: i94698 instance_hypernym: - 10493502-n + - 10253142-n members: - Charles - Prince Charles + - Charles III + - Charles III of England partOfSpeech: n 10912316-n: definition: @@ -86368,6 +86938,7 @@ - Charles I - Charles Stuart partOfSpeech: n + wikidata: Q81506 10912538-n: definition: - King of England and Scotland and Ireland during the Restoration (1630-1685) @@ -86394,6 +86965,7 @@ - Charles I - Charles the Bald partOfSpeech: n + wikidata: Q71231 10912905-n: definition: - King of France who began his reign with most of northern France under English @@ -86432,6 +87004,7 @@ - Salmon P. Chase - Salmon Portland Chase partOfSpeech: n + wikidata: Q433051 10913582-n: definition: - French statesman and writer; considered a precursor of the romantic movement in @@ -86445,6 +87018,7 @@ - Francois Rene Chateaubriand - Vicomte de Chateaubriand partOfSpeech: n + wikidata: Q49767 10913817-n: definition: - English poet remembered as author of the Canterbury Tales (1340-1400) @@ -86455,6 +87029,7 @@ - Chaucer - Geoffrey Chaucer partOfSpeech: n + wikidata: Q5683 10913960-n: definition: - United States labor leader who organized farm workers (born 1927) @@ -86466,6 +87041,7 @@ - Cesar Chavez - Cesar Estrada Chavez partOfSpeech: n + wikidata: Q355425 10914117-n: definition: - Mexican composer of nationalistic works using themes from Indian folk music (1899-1978) @@ -86476,6 +87052,7 @@ - Chavez - Carlos Chavez partOfSpeech: n + wikidata: Q357326 10914274-n: definition: - United States writer of novels and short stories (1912-1982) @@ -86486,6 +87063,7 @@ - Cheever - John Cheever partOfSpeech: n + wikidata: Q336151 10914404-n: definition: - Russian dramatist whose plays are concerned with the difficulty of communication @@ -86501,6 +87079,7 @@ - Anton Pavlovich Chekhov - Anton Pavlovich Chekov partOfSpeech: n + wikidata: Q5685 10914657-n: definition: - Italian composer of church music and operas (1760-1842) @@ -86512,6 +87091,7 @@ - Luigi Cherubini - Maria Luigi Carlo Zenobio Cherubini partOfSpeech: n + wikidata: Q20721 10914825-n: definition: - suave and witty English statesman remembered mostly for letters to his son (1694-1773) @@ -86524,6 +87104,7 @@ - Fourth Earl of Chesterfield - Philip Dormer Stanhope partOfSpeech: n + wikidata: Q332487 10915026-n: definition: - conservative English writer of the Roman Catholic persuasion; in addition to volumes @@ -86547,6 +87128,7 @@ - Chevalier - Maurice Chevalier partOfSpeech: n + wikidata: Q106001 10915440-n: definition: - Chinese military and political figure; in the Chinese civil war that followed @@ -86597,6 +87179,7 @@ - Noam Chomsky - A. Noam Chomsky partOfSpeech: n + wikidata: Q9049 10916396-n: definition: - French composer (born in Poland) and pianist of the romantic school (1810-1849) @@ -86608,6 +87191,7 @@ - Chopin - Frederic Francois Chopin partOfSpeech: n + wikidata: Q1268 10916575-n: definition: - United States writer who described Creole life in Louisiana (1851-1904) @@ -86631,6 +87215,7 @@ - Agatha Christie - Dame Agatha Mary Clarissa Christie partOfSpeech: n + wikidata: Q35064 10916906-n: definition: - Christian martyr and patron saint of travellers (3rd century) @@ -86642,6 +87227,7 @@ - Saint Christopher - St. Christopher partOfSpeech: n + wikidata: Q193507 10917064-n: definition: - British statesman and leader during World War II; received Nobel prize for literature @@ -86656,6 +87242,7 @@ - Winston S. Churchill - Sir Winston Leonard Spenser Churchill partOfSpeech: n + wikidata: Q8016 10917346-n: definition: - English general considered one of the greatest generals in history (1650-1722) @@ -86668,6 +87255,7 @@ - Duke of Marlborough - First Duke of Marlborough partOfSpeech: n + wikidata: Q153803 10917548-n: definition: - United States poet and critic (1916-1986) @@ -86694,6 +87282,7 @@ - Marcus Tullius Cicero - Tully partOfSpeech: n + wikidata: Q1541 10917885-n: definition: - painter of the Florentine school; anticipated the move from Byzantine to naturalistic @@ -86705,6 +87294,7 @@ - Cimabue - Giovanni Cimabue partOfSpeech: n + wikidata: Q15790 10918060-n: definition: - Roman statesman regarded as a model of simple virtue; he twice was called to assume @@ -86716,6 +87306,7 @@ - Cincinnatus - Lucius Quinctius Cincinnatus partOfSpeech: n + wikidata: Q309637 10918301-n: definition: - Canadian politician who served as prime minister (1939-) @@ -86727,6 +87318,7 @@ - Joe Clark - Charles Joseph Clark partOfSpeech: n + wikidata: Q128574 10918445-n: definition: - United States psychologist (born in Panama) whose research persuaded the Supreme @@ -86739,6 +87331,7 @@ - Kenneth Clark - Kenneth Bancroft Clark partOfSpeech: n + wikidata: Q2657898 10918681-n: definition: - United States general who was Allied commander in Africa and Italy in World War @@ -86752,6 +87345,7 @@ - Mark Clark - Mark Wayne Clark partOfSpeech: n + wikidata: Q34339 10918916-n: definition: - United States explorer who (with Meriwether Lewis) led an expedition from St. @@ -86764,6 +87358,7 @@ - Clark - William Clark partOfSpeech: n + wikidata: Q355348 10919166-n: definition: - Roman Emperor after his nephew Caligula was murdered; consolidated the Roman Empire @@ -86777,6 +87372,7 @@ - Claudius I - Tiberius Claudius Drusus Nero Germanicus partOfSpeech: n + wikidata: Q1411 10919499-n: definition: - Prussian general and military theorist who proposed a doctrine of total war and @@ -86802,6 +87398,7 @@ - Henry Clay - the Great Compromiser partOfSpeech: n + wikidata: Q319630 10919898-n: definition: - United States general who commanded United States forces in Europe from 1945 to @@ -86815,6 +87412,7 @@ - Lucius Clay - Lucius DuBignon Clay partOfSpeech: n + wikidata: Q369360 10920118-n: definition: - ancient Greek philosopher who succeeded Zeno of Citium as the leader of the Stoic @@ -86825,6 +87423,7 @@ members: - Cleanthes partOfSpeech: n + wikidata: Q310149 10920276-n: definition: - French statesman who played a key role in negotiating the Treaty of Versailles @@ -86837,6 +87436,7 @@ - Georges Clemenceau - Georges Eugene Benjamin Clemenceau partOfSpeech: n + wikidata: Q171730 10920482-n: definition: - United States writer and humorist best known for his novels about Tom Sawyer and @@ -86897,6 +87497,7 @@ - Clement XIV - Lorenzo Ganganelli partOfSpeech: n + wikidata: Q131587 10921579-n: definition: - beautiful and charismatic queen of Egypt; mistress of Julius Caesar and later @@ -86920,6 +87521,7 @@ - Stephen Grover Cleveland - President Cleveland partOfSpeech: n + wikidata: Q35171 10921984-n: definition: - American geneticist who succeeded in transferring a functioning gene from one @@ -86954,6 +87556,7 @@ - William Jefferson Clinton - President Clinton partOfSpeech: n + wikidata: Q1124 10922504-n: definition: - wife of President Clinton and later a woman member of the United States Senate @@ -86980,6 +87583,7 @@ - Baron Clive - Baron Clive of Plassey partOfSpeech: n + wikidata: Q162296 10922924-n: definition: - king of the Franks who unified Gaul and established his capital at Paris and founded @@ -86992,6 +87596,7 @@ - Clovis - Clovis I partOfSpeech: n + wikidata: Q82339 10923165-n: definition: - United States comedienne who starred in early television shows with Sid Caesar @@ -87014,6 +87619,7 @@ members: - Cochise partOfSpeech: n + wikidata: Q439152 10923474-n: definition: - United States aviator who held several speed records and headed the women's Air @@ -87025,6 +87631,7 @@ - Cochran - Jacqueline Cochran partOfSpeech: n + wikidata: Q3993 10923670-n: definition: - British physicist who (with Ernest Walton in 1931) first split an atom (1897-1967) @@ -87036,6 +87643,7 @@ - Sir John Cockcroft - Sir John Douglas Cockcroft partOfSpeech: n + wikidata: Q62897 10923859-n: definition: - French writer and film maker who worked in many artistic media (1889-1963) @@ -87047,6 +87655,7 @@ - Cocteau - Jean Cocteau partOfSpeech: n + wikidata: Q83158 10924022-n: definition: - United States showman famous for his Wild West Show (1846-1917) @@ -87060,6 +87669,7 @@ - Buffalo Bill - Buffalo Bill Cody partOfSpeech: n + wikidata: Q202285 10924215-n: definition: - United States songwriter and playwright famous for his patriotic songs (1878-1942) @@ -87071,6 +87681,7 @@ - George M. Cohan - George Michael Cohan partOfSpeech: n + wikidata: Q563017 10924391-n: definition: - German botanist who is generally recognized as founding bacteriology when he recognized @@ -87094,6 +87705,7 @@ - Coleridge - Samuel Taylor Coleridge partOfSpeech: n + wikidata: Q82409 10924744-n: definition: - French writer of novels about women (1873-1954) @@ -87105,6 +87717,7 @@ - Sidonie-Gabrielle Colette - Sidonie-Gabrielle Claudine Colette partOfSpeech: n + wikidata: Q218679 10924911-n: definition: - English writer noted for early detective novels (1824-1889) @@ -87116,6 +87729,7 @@ - Wilkie Collins - William Wilkie Collins partOfSpeech: n + wikidata: Q210740 10925067-n: definition: - Italian navigator who discovered the New World in the service of Spain while looking @@ -87129,6 +87743,7 @@ - Cristoforo Colombo - Cristobal Colon partOfSpeech: n + wikidata: Q7322 10925320-n: definition: - Czech educational reformer (1592-1670) @@ -87140,6 +87755,7 @@ - John Amos Comenius - Jan Amos Komensky partOfSpeech: n + wikidata: Q12735 10925455-n: definition: - United States physicist noted for research on x-rays and gamma rays and nuclear @@ -87203,6 +87819,7 @@ - Marquis de Condorcet - Marie Jean Antoine Nicolas Caritat partOfSpeech: n + wikidata: Q201477 10926574-n: definition: - Chinese philosopher whose ideas and sayings were collected after his death and @@ -87217,6 +87834,7 @@ - K'ung Futzu - Kong the Master partOfSpeech: n + wikidata: Q4604 10926855-n: definition: - English playwright remembered for his comedies (1670-1729) @@ -87227,6 +87845,7 @@ - Congreve - William Congreve partOfSpeech: n + wikidata: Q366805 10926988-n: definition: - United States tennis player who was the first woman to win the United States, @@ -87240,6 +87859,7 @@ - Maureen Catherine Connolly - Little Mo Connolly partOfSpeech: n + wikidata: Q53390 10927253-n: definition: - outstanding United States tennis player (born in 1952) @@ -87251,6 +87871,7 @@ - Jimmy Connors - James Scott Connors partOfSpeech: n + wikidata: Q53393 10927399-n: definition: - English novelist (born in Poland) noted for sea stories and for his narrative @@ -87263,6 +87884,7 @@ - Joseph Conrad - Teodor Josef Konrad Korzeniowski partOfSpeech: n + wikidata: Q82925 10927603-n: definition: - English landscape painter (1776-1837) @@ -87273,6 +87895,7 @@ - Constable - John Constable partOfSpeech: n + wikidata: Q159297 10927714-n: definition: - Emperor of Rome who stopped the persecution of Christians and in 324 made Christianity @@ -87288,6 +87911,7 @@ - Constantine the Great - Flavius Valerius Constantinus partOfSpeech: n + wikidata: Q8413 10928065-n: definition: - English navigator who claimed the east coast of Australia for Britain and discovered @@ -87301,6 +87925,7 @@ - Captain Cook - Captain James Cook partOfSpeech: n + wikidata: Q7324 10928286-n: definition: - United States financier who marketed Union bonds to finance the American Civil @@ -87325,6 +87950,7 @@ - Alistair Cooke - Alfred Alistair Cooke partOfSpeech: n + wikidata: Q2094347 10928671-n: definition: - elected vice president and succeeded as 30th President of the United States when @@ -87337,6 +87963,7 @@ - Calvin Coolidge - President Coolidge partOfSpeech: n + wikidata: Q36023 10928879-n: definition: - United States novelist noted for his stories of American Indians and the frontier @@ -87348,6 +87975,7 @@ - Cooper - James Fenimore Cooper partOfSpeech: n + wikidata: Q167856 10929055-n: definition: - United States film actor noted for his portrayals of strong silent heroes (1901-1961) @@ -87359,6 +87987,7 @@ - Gary Cooper - Frank Cooper partOfSpeech: n + wikidata: Q93957 10929223-n: definition: - United States industrialist who built the first American locomotive; founded Cooper @@ -87394,6 +88023,7 @@ - Copland - Aaron Copland partOfSpeech: n + wikidata: Q192185 10929828-n: definition: - American painter who did portraits of Paul Revere and John Hancock before fleeing @@ -87406,6 +88036,7 @@ - John Copley - John Singleton Copley partOfSpeech: n + wikidata: Q316016 10930057-n: definition: - United States filmmaker (born in 1939) @@ -87416,6 +88047,7 @@ - Coppola - Francis Ford Coppola partOfSpeech: n + wikidata: Q56094 10930173-n: definition: - United States heavyweight boxing champion (1866-1933) @@ -87429,6 +88061,7 @@ - James John Corbett - Gentleman Jim partOfSpeech: n + wikidata: Q455494 10930332-n: definition: - French revolutionary heroine (a Girondist) who assassinated Marat (1768-1793) @@ -87440,6 +88073,7 @@ - Charlotte Corday - Marie Anne Charlotte Corday d'Armont partOfSpeech: n + wikidata: Q216063 10930521-n: definition: - Spanish explorer who discovered Yucatan (1475-1526) @@ -87452,6 +88086,7 @@ - Cordova - Francisco Fernandez de Cordova partOfSpeech: n + wikidata: Q356785 10930700-n: definition: - Italian violinist and composer of violin concertos (1653-1713) @@ -87476,6 +88111,7 @@ - Corneille - Pierre Corneille partOfSpeech: n + wikidata: Q747 10931040-n: definition: - United States businessman who unified the telegraph system in the United States @@ -87499,6 +88135,7 @@ - Cornell - Katherine Cornell partOfSpeech: n + wikidata: Q272086 10931439-n: definition: - commander of the British forces in the American War of Independence; was defeated @@ -87512,6 +88149,7 @@ - Charles Cornwallis - First Marquess Cornwallis partOfSpeech: n + wikidata: Q164723 10931700-n: definition: - French painter of Italian landscapes (1796-1875) @@ -87523,6 +88161,7 @@ - Corot - Jean Baptiste Camille Corot partOfSpeech: n + wikidata: Q148475 10931831-n: definition: - Italian painter noted for his use of chiaroscuro and perspective (1489-1534) @@ -87584,6 +88223,7 @@ - Coulomb - Charles Augustin de Coulomb partOfSpeech: n + wikidata: Q81716 10932762-n: definition: - French composer of music for organ and a member of a family of distinguished organists @@ -87596,6 +88236,7 @@ - Couperin - Francois Couperin partOfSpeech: n + wikidata: Q50186 10932955-n: definition: - French painter noted for his realistic depiction of everyday scenes (1819-1877) @@ -87617,6 +88258,7 @@ - Court - Margaret Court partOfSpeech: n + wikidata: Q202342 10933255-n: definition: - French underwater explorer (born in 1910) @@ -87628,6 +88270,7 @@ - Jacques Cousteau - Jacques Yves Cousteau partOfSpeech: n + wikidata: Q83233 10933393-n: definition: - English dramatist and actor and composer noted for his witty and sophisticated @@ -87642,6 +88285,7 @@ - Noel Coward - Sir Noel Pierce Coward partOfSpeech: n + wikidata: Q298388 10933623-n: definition: - English poet who wrote hymns and poetry about nature (1731-1800) @@ -87652,6 +88296,7 @@ - Cowper - William Cowper partOfSpeech: n + wikidata: Q315537 10933758-n: definition: - English surgeon who discovered Cowper's gland (1666-1709) @@ -87662,6 +88307,7 @@ - Cowper - William Cowper partOfSpeech: n + wikidata: Q1047779 10933886-n: definition: - English lexicographer who was a joint editor of the Oxford English Dictionary @@ -87687,6 +88333,7 @@ - Hart Crane - Harold Hart Crane partOfSpeech: n + wikidata: Q380723 10934199-n: definition: - United States writer (1871-1900) @@ -87697,6 +88344,7 @@ - Crane - Stephen Crane partOfSpeech: n + wikidata: Q206534 10934300-n: definition: - United States film actress (1908-1977) @@ -87707,6 +88355,7 @@ - Crawford - Joan Crawford partOfSpeech: n + wikidata: Q40475 10934410-n: definition: - United States neoclassical sculptor (1814-1857) @@ -87717,6 +88366,7 @@ - Crawford - Thomas Crawford partOfSpeech: n + wikidata: Q1863438 10934531-n: definition: - a chief of the Sioux who resisted the invasion of the Black Hills and joined Sitting @@ -87729,6 +88379,7 @@ - Crazy Horse - Tashunca-Uitco partOfSpeech: n + wikidata: Q44555 10934777-n: definition: - Scottish man of letters and adventurer (1560-1582) @@ -87752,6 +88403,7 @@ - Francis Crick - Francis Henry Compton Crick partOfSpeech: n + wikidata: Q123280 10935125-n: definition: - patron saint of shoemakers; he and his brother were martyred for trying to spread @@ -87764,6 +88416,7 @@ - Saint Crispin - St. Crispin partOfSpeech: n + wikidata: Q29333244 10935318-n: definition: - United States frontiersman and Tennessee politician who died at the siege of the @@ -87777,6 +88430,7 @@ - Davy Crockett - David Crockett partOfSpeech: n + wikidata: Q311070 10935524-n: definition: - last king of Lydia (died in 546 BC) @@ -87786,6 +88440,7 @@ members: - Croesus partOfSpeech: n + wikidata: Q184462 10935614-n: definition: - United States physician who specialized in diseases of the intestines; he was @@ -87797,6 +88452,7 @@ - Crohn - Burrill Bernard Crohn partOfSpeech: n + wikidata: Q712869 10935857-n: definition: - English general and statesman who led the parliamentary army in the English Civil @@ -87810,6 +88466,7 @@ - Oliver Cromwell - Ironsides partOfSpeech: n + wikidata: Q44279 10936077-n: definition: - Canadian actor who frequently played character parts with his wife Jessica Tandy @@ -87835,6 +88492,7 @@ - William Crookes - Sir William Crookes partOfSpeech: n + wikidata: Q189552 10936483-n: definition: - United States singer and film actor (1903-1977) @@ -87847,6 +88505,7 @@ - Bing Crosby - Harry Lillis Crosby partOfSpeech: n + wikidata: Q72984 10936639-n: definition: - United States playwright (1893-1966) @@ -87857,6 +88516,7 @@ - Crouse - Russel Crouse partOfSpeech: n + wikidata: Q1382872 10936745-n: definition: - United States authority on contract bridge whose books helped to popularize the @@ -87868,6 +88528,7 @@ - Culbertson - Ely Culbertson partOfSpeech: n + wikidata: Q1122612 10936916-n: definition: - English general; son of George II; fought unsuccessfully in the battle of Fontenoy @@ -87882,6 +88543,7 @@ - Duke of Cumberland - Butcher Cumberland partOfSpeech: n + wikidata: Q378088 10937129-n: definition: - United States writer noted for his typographically eccentric poetry (1894-1962) @@ -87905,6 +88567,7 @@ - Cunningham - Merce Cunningham partOfSpeech: n + wikidata: Q318364 10937455-n: definition: - French chemist (born in Poland) who won two Nobel prizes; one (with her husband @@ -87919,6 +88582,7 @@ - Madame Curie - Marya Sklodowska partOfSpeech: n + wikidata: Q7186 10937751-n: definition: - French physicist; husband of Marie Curie (1859-1906) @@ -87929,6 +88593,7 @@ - Curie - Pierre Curie partOfSpeech: n + wikidata: Q37463 10937871-n: definition: - American chemist who with Richard Smalley and Harold Kroto discovered fullerenes @@ -87964,6 +88629,7 @@ - Curtis - William Curtis partOfSpeech: n + wikidata: Q460867 10938431-n: definition: - United States industrialist and aviation pioneer (1878-1930) @@ -87975,6 +88641,7 @@ - Glenn Curtiss - Glenn Hammond Curtiss partOfSpeech: n + wikidata: Q454544 10938586-n: definition: - United States neurologist noted for his study of the brain and pituitary gland @@ -87987,6 +88654,7 @@ - Harvey Cushing - Harvery Williams Cushing partOfSpeech: n + wikidata: Q380038 10938813-n: definition: - United States general who was killed along with all his command by the Sioux at @@ -88011,6 +88679,7 @@ - Baron Georges Cuvier - Georges Leopold Chretien Frederic Dagobert Cuvier partOfSpeech: n + wikidata: Q171969 10939248-n: definition: - Anglo-Saxon poet (circa 9th century) @@ -88021,6 +88690,7 @@ - Cynewulf - Cynwulf partOfSpeech: n + wikidata: Q560915 10939350-n: definition: - a French soldier and dramatist remembered chiefly for fighting many duels (often @@ -88034,6 +88704,7 @@ - Cyrano de Bergerac - Savinien Cyrano de Bergerac partOfSpeech: n + wikidata: Q213614 10939638-n: definition: - Greek missionary; the invention of the Cyrillic alphabet is attributed to him @@ -88068,6 +88739,7 @@ - Cyrus the Elder - Cyrus the Great partOfSpeech: n + wikidata: Q8423 10940118-n: definition: - Austrian virtuoso pianist and composer of many works for the piano; studied with @@ -88081,6 +88753,7 @@ - Czerny - Karl Czerny partOfSpeech: n + wikidata: Q215333 10940334-n: definition: - Portuguese navigator who led an expedition around the Cape of Good Hope in 1497; @@ -88094,6 +88767,7 @@ - Vasco da Gamma - Gamma partOfSpeech: n + wikidata: Q7328 10940584-n: definition: - French inventor of the first practical photographic process, the daguerreotype @@ -88106,6 +88780,7 @@ - Daguerre - Louis Jacques Mande Daguerre partOfSpeech: n + wikidata: Q131405 10940761-n: definition: - German engineer and automobile manufacturer who produced the first high-speed @@ -88118,6 +88793,7 @@ - Daimler - Gottlieb Daimler partOfSpeech: n + wikidata: Q27530 10940970-n: definition: - surrealist Spanish painter (1904-1989) @@ -88128,6 +88804,7 @@ - Dali - Salvador Dali partOfSpeech: n + wikidata: Q5577 10941076-n: definition: - English chemist and physicist who formulated atomic theory and the law of partial @@ -88140,6 +88817,7 @@ - Dalton - John Dalton partOfSpeech: n + wikidata: Q41284 10941323-n: definition: - the Greek courtier to Dionysius the Elder who (according to legend) was condemned @@ -88156,11 +88834,14 @@ definition: - the friend of Phintias who pledged his life that Phintias would return (4th century BC) + domain_topic: + - 07995848-n ili: i94851 instance_hypernym: - 10132360-n members: - Damon + - Damon and Pythias partOfSpeech: n 10941771-n: definition: @@ -88186,6 +88867,7 @@ - Dante - Dante Alighieri partOfSpeech: n + wikidata: Q1067 10942253-n: definition: - French revolutionary leader who stormed the Paris bastille and who supported the @@ -88199,6 +88881,7 @@ - Danton - Georges Jacques Danton partOfSpeech: n + wikidata: Q184623 10942524-n: definition: - king of Persia who expanded the Persian Empire and invaded Greece but was defeated @@ -88220,6 +88903,7 @@ members: - Darius III partOfSpeech: n + wikidata: Q102865 10942898-n: definition: - United States lawyer famous for his defense of lost causes (1857-1938) @@ -88231,6 +88915,7 @@ - Clarence Darrow - Clarence Seward Darrow partOfSpeech: n + wikidata: Q449791 10943065-n: definition: - English natural scientist who formulated a theory of evolution by natural selection @@ -88254,6 +88939,7 @@ - Daumier - Honore Daumier partOfSpeech: n + wikidata: Q187506 10943452-n: definition: - (Old Testament) the 2nd king of the Israelites; as a young shepherd he fought @@ -88268,6 +88954,7 @@ members: - David partOfSpeech: n + wikidata: Q41370 10943824-n: definition: - French neoclassical painter who actively supported the French Revolution (1748-1825) @@ -88279,6 +88966,7 @@ - David - Jacques Louis David partOfSpeech: n + wikidata: Q83155 10943983-n: definition: - patron saint of Wales (circa 520-600) @@ -88290,6 +88978,7 @@ - Saint David - St. David partOfSpeech: n + wikidata: Q331697 10944099-n: definition: - United States film actress (1908-1989) @@ -88300,6 +88989,7 @@ - Davis - Bette Davis partOfSpeech: n + wikidata: Q71206 10944204-n: definition: - United States tennis player who donated the Davis Cup for international team tennis @@ -88313,6 +89003,7 @@ - Dwight Davis - Dwight Filley Davis partOfSpeech: n + wikidata: Q53403 10944401-n: definition: - American statesman; president of the Confederate States of America during the @@ -88324,6 +89015,7 @@ - Davis - Jefferson Davis partOfSpeech: n + wikidata: Q162269 10944580-n: definition: - United States jazz musician; noted for his trumpet style (1926-1991) @@ -88335,6 +89027,7 @@ - Miles Davis - Miles Dewey Davis Jr. partOfSpeech: n + wikidata: Q93341 10944739-n: definition: - United States painter who developed an American version of cubism (1894-1964) @@ -88345,6 +89038,7 @@ - Davis - Stuart Davis partOfSpeech: n + wikidata: Q704588 10944884-n: definition: - English chemist who was a pioneer in electrochemistry and who used it to isolate @@ -88358,6 +89052,7 @@ - Humphry Davy - Sir Humphry Davy partOfSpeech: n + wikidata: Q131761 10945154-n: definition: - English navigator who explored the Arctic while searching for the Northwest Passage @@ -88371,6 +89066,7 @@ - Davis - John Davis partOfSpeech: n + wikidata: Q311652 10945336-n: definition: - American patriot who rode with Paul Revere to warn that the British were advancing @@ -88405,6 +89101,7 @@ - Dayan - Moshe Dayan partOfSpeech: n + wikidata: Q188783 10945818-n: definition: - United States film actor whose moody rebellious roles made him a cult figure (1931-1955) @@ -88416,6 +89113,7 @@ - James Dean - James Byron Dean partOfSpeech: n + wikidata: Q83359 10945990-n: definition: - United States heart surgeon who in 1966 implanted the first artificial heart in @@ -88428,6 +89126,7 @@ - De Bakey - Michael Ellis De Bakey partOfSpeech: n + wikidata: Q335003 10946181-n: definition: - United States labor organizer who ran for President as a socialist (1855-1926) @@ -88472,6 +89171,7 @@ members: - Decius partOfSpeech: n + wikidata: Q1830 10946855-n: definition: - United States industrialist who manufactured plows suitable for working the prairie @@ -88519,6 +89219,7 @@ - Edgar Degas - Hilaire Germain Edgar Degas partOfSpeech: n + wikidata: Q46373 10947575-n: definition: - French general and statesman who became very popular during World War II as the @@ -88534,6 +89235,7 @@ - General Charles de Gaulle - Charles Andre Joseph Marie de Gaulle partOfSpeech: n + wikidata: Q2042 10947891-n: definition: - English dramatist and pamphleteer (1572-1632) @@ -88547,6 +89249,7 @@ - Thomas Dekker - Thomas Decker partOfSpeech: n + wikidata: Q336189 10948050-n: definition: - United States painter (born in the Netherlands) who was a leading American exponent @@ -88558,6 +89261,7 @@ - de Kooning - Willem de Kooning partOfSpeech: n + wikidata: Q132305 10948249-n: definition: - French romantic painter (1798-1863) @@ -88569,6 +89273,7 @@ - Eugene Delacroix - Ferdinand Victor Eugene Delacroix partOfSpeech: n + wikidata: Q33477 10948396-n: definition: - English poet remembered for his verse for children (1873-1956) @@ -88580,6 +89285,7 @@ - Walter de la Mare - Walter John de la Mare partOfSpeech: n + wikidata: Q981086 10948561-n: definition: - United States biologist (born in Germany) who studied how viruses infect living @@ -88591,6 +89297,7 @@ - Delbruck - Max Delbruck partOfSpeech: n + wikidata: Q76807 10948729-n: definition: - French composer of operas (1836-1891) @@ -88602,6 +89309,7 @@ - Leo Delibes - Clement Philibert Leo Delibes partOfSpeech: n + wikidata: Q207951 10948867-n: definition: - (Old Testament) the Philistine mistress of Samson who betrayed him by cutting @@ -88624,6 +89332,7 @@ - Delius - Frederick Delius partOfSpeech: n + wikidata: Q312698 10949188-n: definition: - French royal architect who built the Tuileries Palace and Gardens in Paris for @@ -88666,6 +89375,7 @@ - Agnes de Mille - Agnes George de Mille partOfSpeech: n + wikidata: Q394670 10949850-n: definition: - United States film maker remembered for his extravagant and spectacular epic productions @@ -88678,6 +89388,7 @@ - Cecil B. DeMille - Cecil Blount DeMille partOfSpeech: n + wikidata: Q72267 10950047-n: definition: - Greek philosopher who developed an atomistic theory of matter (460-370 BC) @@ -88687,6 +89398,7 @@ members: - Democritus partOfSpeech: n + wikidata: Q41980 10950179-n: definition: - Athenian statesman and orator (circa 385-322 BC) @@ -88698,6 +89410,7 @@ members: - Demosthenes partOfSpeech: n + wikidata: Q117253 10950342-n: definition: - United States prizefighter who was world heavyweight champion (1895-1983) @@ -88710,6 +89423,7 @@ - William Harrison Dempsey - Manassa Mauler partOfSpeech: n + wikidata: Q313686 10950529-n: definition: - Chinese communist statesman (1904-1997) @@ -88721,6 +89435,7 @@ - Teng Hsiao-ping - Teng Hsiaoping partOfSpeech: n + wikidata: Q16977 10950664-n: definition: - United States film actor who frequently plays tough characters (born 1943) @@ -88731,6 +89446,7 @@ - De Niro - Robert De Niro partOfSpeech: n + wikidata: Q36949 10950810-n: definition: - French film actor (born in 1948) @@ -88741,6 +89457,7 @@ - Depardieu - Gerard Depardieu partOfSpeech: n + wikidata: Q106508 10950918-n: definition: - English writer who described the psychological effects of addiction to opium (1785-1859) @@ -88761,6 +89478,7 @@ - Derain - Andre Derain partOfSpeech: n + wikidata: Q156272 10951203-n: definition: - French philosopher and critic (born in Algeria); exponent of deconstructionism @@ -88810,6 +89528,7 @@ - De Sica - Vittorio De Sica partOfSpeech: n + wikidata: Q53004 10951995-n: definition: - Irish statesman (born in the United States); as president of the Irish Free State @@ -88822,6 +89541,7 @@ - de Valera - Eamon de Valera partOfSpeech: n + wikidata: Q173347 10952246-n: definition: - Dutch botanist who rediscovered Mendel's laws and developed the mutation theory @@ -88835,6 +89555,7 @@ - Hugo deVries - Hugo De Vries partOfSpeech: n + wikidata: Q160192 10952447-n: definition: - Scottish chemist and physicist noted for his work in cryogenics and his invention @@ -88847,6 +89568,7 @@ - Dewar - Sir James Dewar partOfSpeech: n + wikidata: Q277579 10952649-n: definition: - United States pragmatic philosopher who advocated progressive education (1859-1952) @@ -88858,6 +89580,7 @@ - Dewey - John Dewey partOfSpeech: n + wikidata: Q131805 10952835-n: definition: - a United States naval officer remembered for his victory at Manila Bay in the @@ -88934,6 +89657,7 @@ - Bartholomeu Dias - Bartholomeu Diaz partOfSpeech: n + wikidata: Q130377 10954161-n: definition: - English writer whose novels depicted and criticized social injustice (1812-1870) @@ -88945,6 +89669,7 @@ - Charles Dickens - Charles John Huffam Dickens partOfSpeech: n + wikidata: Q5686 10954362-n: definition: - United States poet noted for her mystical and unrhymed poems (1830-1886) @@ -88955,6 +89680,7 @@ - Dickinson - Emily Dickinson partOfSpeech: n + wikidata: Q4441 10954509-n: definition: - French philosopher who was a leading figure of the Enlightenment in France; principal @@ -88990,6 +89716,7 @@ - Rudolf Diesel - Rudolf Christian Karl Diesel partOfSpeech: n + wikidata: Q12674 10955055-n: definition: - United States film actress (born in Germany) who made many films with Josef von @@ -89003,6 +89730,7 @@ - Marlene Dietrich - Maria Magdalene von Losch partOfSpeech: n + wikidata: Q4612 10955318-n: definition: - French philosopher (born in Germany) famous as being one of the first self-described @@ -89044,6 +89772,7 @@ - Karen Blixen - Baroness Karen Blixen partOfSpeech: n + wikidata: Q182804 10955960-n: definition: - Roman Emperor who when faced with military problems decided in 286 to divide the @@ -89056,6 +89785,7 @@ - Diocletian - Gaius Aurelius Valerius Diocletian partOfSpeech: n + wikidata: Q43107 10956271-n: definition: - an ancient Greek philosopher and Cynic who rejected social conventions (circa @@ -89067,6 +89797,7 @@ - Diogenes of Sinope - Diogenes partOfSpeech: n + wikidata: Q59180 10956416-n: definition: - the tyrant of Syracuse who fought the Carthaginians (430-367 BC) @@ -89089,6 +89820,7 @@ members: - Diophantus partOfSpeech: n + wikidata: Q178217 10956708-n: definition: - French couturier whose first collection in 1947 created a style that became known @@ -89100,6 +89832,7 @@ - Dior - Christian Dior partOfSpeech: n + wikidata: Q159694 10956886-n: definition: - English theoretical physicist who applied relativity theory to quantum mechanics @@ -89125,6 +89858,7 @@ - Walt Disney - Walter Elias Disney partOfSpeech: n + wikidata: Q8704 10957356-n: definition: - British statesman who as Prime Minister bought controlling interest in the Suez @@ -89137,6 +89871,7 @@ - Benjamin Disraeli - First Earl of Beaconsfield partOfSpeech: n + wikidata: Q82006 10957603-n: definition: - United States social reformer who pioneered in the reform of prisons and in the @@ -89150,6 +89885,7 @@ - Dorothea Dix - Dorothea Lynde Dix partOfSpeech: n + wikidata: Q452469 10957874-n: definition: - United States novelist (born in 1931) @@ -89174,6 +89910,7 @@ - Dolby - Ray M. Dolby partOfSpeech: n + wikidata: Q1354261 10958191-n: definition: - Spanish operatic tenor noted for performances in operas by Verdi and Puccini (born @@ -89185,6 +89922,7 @@ - Domingo - Placido Domingo partOfSpeech: n + wikidata: Q130853 10958355-n: definition: - (Roman Catholic Church) Spanish priest who founded an order whose members became @@ -89201,6 +89939,7 @@ - St. Dominic - Domingo de Guzman partOfSpeech: n + wikidata: Q44091 10958632-n: definition: - United States rhythm and blues pianist and singer and composer (born in 1928) @@ -89213,6 +89952,7 @@ - Fats Domino - Antoine Domino partOfSpeech: n + wikidata: Q209586 10958813-n: definition: - Emperor of Rome; son of Vespasian who succeeded his brother Titus; instigated @@ -89224,6 +89964,7 @@ - Domitian - Titus Flavius Domitianus partOfSpeech: n + wikidata: Q1423 10959032-n: definition: - Florentine sculptor famous for his lifelike sculptures (1386-1466) @@ -89234,6 +89975,7 @@ - Donatello - Donato di Betto Bardi partOfSpeech: n + wikidata: Q37562 10959179-n: definition: - Roman grammarian whose textbook on Latin grammar was used throughout the Middle @@ -89289,6 +90031,7 @@ - Donne - John Donne partOfSpeech: n + wikidata: Q140412 10960045-n: definition: - United States Air Force officer who electrified the world in 1942 by leading a @@ -89326,6 +90069,7 @@ - John Dos Passos - John Roderigo Dos Passos partOfSpeech: n + wikidata: Q312407 10960661-n: definition: - Russian novelist who wrote of human suffering with humor and psychological insight @@ -89376,6 +90120,7 @@ - Douglass - Frederick Douglass partOfSpeech: n + wikidata: Q215562 10961706-n: definition: - British marshal of the RAF who commanded the British air defense forces that defeated @@ -89390,6 +90135,7 @@ - Baron Hugh Caswall Tremenheere Dowding - Dowdy partOfSpeech: n + wikidata: Q263128 10961984-n: definition: - English lutenist and composer of songs for the lute (1563-1626) @@ -89401,6 +90147,7 @@ - Dowland - John Dowland partOfSpeech: n + wikidata: Q207355 10962136-n: definition: - English physician who first described Down's syndrome (1828-1896) @@ -89446,6 +90193,7 @@ members: - Draco partOfSpeech: n + wikidata: Q28626 10962858-n: definition: - English explorer and admiral who was the first Englishman to circumnavigate the @@ -89459,6 +90207,7 @@ - Francis Drake - Sir Francis Drake partOfSpeech: n + wikidata: Q36517 10963107-n: definition: - United States novelist (1871-1945) @@ -89470,6 +90219,7 @@ - Theodore Dreiser - Theodore Herman Albert Dreiser partOfSpeech: n + wikidata: Q486096 10963248-n: definition: - United States actor (born in Ireland); father of Georgiana Emma Barrymore (1827-1862) @@ -89503,6 +90253,7 @@ - Dryden - John Dryden partOfSpeech: n + wikidata: Q213355 10963803-n: definition: - courtier and influential mistress of Louis XV who was guillotined during the French @@ -89516,6 +90267,7 @@ - Comtesse Du Barry - Marie Jeanne Becu partOfSpeech: n + wikidata: Q230677 10964005-n: definition: - United States civil rights leader and political activist who campaigned for equality @@ -89528,6 +90280,7 @@ - W. E. B. Du Bois - William Edward Burghardt Du Bois partOfSpeech: n + wikidata: Q158060 10964230-n: definition: - French artist who immigrated to the United States; a leader in the dada movement @@ -89560,6 +90313,7 @@ - Dukas - Paul Dukas partOfSpeech: n + wikidata: Q215556 10964678-n: definition: - United States diplomat who (as Secretary of State) pursued a policy of opposition @@ -89571,6 +90325,7 @@ - Dulles - John Foster Dulles partOfSpeech: n + wikidata: Q223677 10964894-n: definition: - French writer remembered for his swashbuckling historical tales (1802-1870) @@ -89581,6 +90336,7 @@ - Dumas - Alexandre Dumas partOfSpeech: n + wikidata: Q38337 10965040-n: definition: - English writer and illustrator; grandfather of Daphne du Maurier (1834-1896) @@ -89604,6 +90360,7 @@ - Daphne du Maurier - Dame Daphne du Maurier partOfSpeech: n + wikidata: Q193357 10965407-n: definition: - United States dancer and pioneer of modern dance (1878-1927) @@ -89614,6 +90371,7 @@ - Duncan - Isadora Duncan partOfSpeech: n + wikidata: Q483512 10965538-n: definition: - Scottish theologian who was very influential in the Middle Ages (1265-1308) @@ -89624,6 +90382,7 @@ - Duns Scotus - John Duns Scotus partOfSpeech: n + wikidata: Q190089 10965691-n: definition: - United States historian (1885-1981) @@ -89646,6 +90405,7 @@ - Durante - Jimmy Durante partOfSpeech: n + wikidata: Q471023 10965969-n: definition: - a leading German painter and engraver of the Renaissance (1471-1528) @@ -89667,6 +90427,7 @@ - Durkheim - Emile Durkheim partOfSpeech: n + wikidata: Q15948 10966278-n: definition: - English writer of Irish descent who spent much of his life in Mediterranean regions @@ -89690,6 +90451,7 @@ - Duse - Eleonora Duse partOfSpeech: n + wikidata: Q275970 10966616-n: definition: - oppressive Haitian dictator (1907-1971) @@ -89701,6 +90463,7 @@ - Francois Duvalier - Papa Doc partOfSpeech: n + wikidata: Q187697 10966742-n: definition: - son and successor of Francois Duvalier as president of Haiti; he was overthrown @@ -89735,6 +90498,7 @@ - Dylan - Bob Dylan partOfSpeech: n + wikidata: Q392 10967251-n: definition: - United States designer noted for an innovative series of chairs (1907-1978) @@ -89745,6 +90509,7 @@ - Eames - Charles Eames partOfSpeech: n + wikidata: Q170411 10967395-n: definition: - first woman aviator to fly solo nonstop across the Atlantic (1928); while attempting @@ -89769,6 +90534,7 @@ - Eastman - George Eastman partOfSpeech: n + wikidata: Q189147 10967914-n: definition: - Australian physiologist noted for his research on the conduction of impulses by @@ -89781,6 +90547,7 @@ - John Eccles - Sir John Carew Eccles partOfSpeech: n + wikidata: Q273223 10968109-n: definition: - a German Roman Catholic theologian who was an indefatigable opponent of Martin @@ -89794,6 +90561,7 @@ - Johann Maier Eck - Johann Maier partOfSpeech: n + wikidata: Q60298 10968304-n: definition: - German Roman Catholic theologian and mystic (1260-1327) @@ -89806,6 +90574,7 @@ - Johannes Eckhart - Meister Eckhart partOfSpeech: n + wikidata: Q76548 10968470-n: definition: - English astronomer remembered for his popular elucidation of relativity theory @@ -89818,6 +90587,7 @@ - Eddington - Sir Arthur Stanley Eddington partOfSpeech: n + wikidata: Q215022 10968648-n: definition: - founder of Christian Science in 1866 (1821-1910) @@ -89829,6 +90599,7 @@ - Mary Baker Eddy - Mary Morse Baker Eddy partOfSpeech: n + wikidata: Q235069 10968790-n: definition: - United States swimmer who in 1926 became the first woman to swim the English Channel @@ -89865,6 +90636,7 @@ - Thomas Edison - Thomas Alva Edison partOfSpeech: n + wikidata: Q8743 10969416-n: definition: - king of the English who succeeded Athelstan; he drove out the Danes and made peace @@ -89903,11 +90675,13 @@ ili: i94999 instance_hypernym: - 10492384-n + - 87460721-n members: - Edward - Prince Edward - Edward Antony Richard Louis partOfSpeech: n + wikidata: Q154920 10970084-n: definition: - King of England from 1272 to 1307; conquered Wales (1239-1307) @@ -89958,6 +90732,7 @@ - Edward - Edward IV partOfSpeech: n + wikidata: Q160341 10971009-n: definition: - King of England who was crowned at the age of 13 on the death of his father Edward @@ -89997,6 +90772,7 @@ - Edward VII - Albert Edward partOfSpeech: n + wikidata: Q20875 10971689-n: definition: - King of England and Ireland in 1936; his marriage to Wallis Warfield Simpson created @@ -90004,10 +90780,10 @@ ili: i95007 instance_hypernym: - 10253142-n + - 85994344-n members: - Edward - Edward VIII - - Duke of Windsor partOfSpeech: n 10971940-n: definition: @@ -90020,6 +90796,7 @@ - Edwards - Jonathan Edwards partOfSpeech: n + wikidata: Q313073 10972135-n: definition: - son of Ethelred the Unready; King of England from 1042 to 1066; he founded Westminster @@ -90044,6 +90821,7 @@ members: - Edward the Elder partOfSpeech: n + wikidata: Q187114 10972621-n: definition: - King of England who was a son of Edgar; he was challenged for the throne by supporters @@ -90100,6 +90878,7 @@ - Eglevsky - Andre Eglevsky partOfSpeech: n + wikidata: Q4759887 10973465-n: definition: - Russian novelist (1891-1967) @@ -90112,6 +90891,7 @@ - Ilya Ehrenberg - Ilya Grigorievich Ehrenberg partOfSpeech: n + wikidata: Q348497 10973597-n: definition: - German bacteriologist who found a ‘magic bullet’ to cure syphilis and was a pioneer @@ -90123,6 +90903,7 @@ - Ehrlich - Paul Ehrlich partOfSpeech: n + wikidata: Q57089 10973789-n: definition: - Austrian who became the Nazi official who administered the concentration camps @@ -90135,6 +90916,7 @@ - Adolf Eichmann - Karl Adolf Eichmann partOfSpeech: n + wikidata: Q28085 10974031-n: definition: - French engineer who constructed the Eiffel Tower (1832-1923) @@ -90155,6 +90937,7 @@ - Eigen - Manfred Eigen partOfSpeech: n + wikidata: Q76600 10974320-n: definition: - Dutch physician who discovered that beriberi is caused by a nutritional deficiency @@ -90179,6 +90962,7 @@ - Einstein - Albert Einstein partOfSpeech: n + wikidata: Q937 10974811-n: definition: - Dutch physiologist who devised the first electrocardiograph (1860-1927) @@ -90217,6 +91001,7 @@ - Eisenstaedt - Alfred Eisenstaedt partOfSpeech: n + wikidata: Q62081 10975475-n: definition: - Russian film maker who pioneered the use of montage and is considered among the @@ -90229,6 +91014,7 @@ - Sergei Eisenstein - Sergei Mikhailovich Eisenstein partOfSpeech: n + wikidata: Q8003 10975740-n: definition: - Swedish oceanographer who recognized the role of the Coriolis effect on ocean @@ -90240,6 +91026,7 @@ - Ekman - Vagn Walfrid Ekman partOfSpeech: n + wikidata: Q178916 10975912-n: definition: - queen of France as the wife of Louis VII; that marriage was annulled in 1152 and @@ -90262,6 +91049,7 @@ - Sir Edward Elgar - Sir Edward William Elgar partOfSpeech: n + wikidata: Q179631 10976369-n: definition: - Spanish painter (born in Greece) remembered for his religious works characterized @@ -90274,6 +91062,7 @@ - Greco - Domenikos Theotocopoulos partOfSpeech: n + wikidata: Q301 10976604-n: definition: - a Hebrew prophet in the Old Testament who opposed the worship of idols; he was @@ -90285,6 +91074,7 @@ members: - Elijah partOfSpeech: n + wikidata: Q133507 10976875-n: definition: - British writer of novels characterized by realistic analysis of provincial Victorian @@ -90297,6 +91087,7 @@ - George Eliot - Mary Ann Evans partOfSpeech: n + wikidata: Q131333 10977064-n: definition: - British poet (born in the United States) who won the Nobel prize for literature; @@ -90310,6 +91101,7 @@ - T. S. Eliot - Thomas Stearns Eliot partOfSpeech: n + wikidata: Q37767 10977322-n: definition: - Queen of England from 1558 to 1603; daughter of Henry VIII and Anne Boleyn; she @@ -90324,6 +91116,7 @@ - Elizabeth - Elizabeth I partOfSpeech: n + wikidata: Q7207 10977740-n: definition: - daughter of George VI who became the Queen of England and Northern Ireland in @@ -90348,6 +91141,7 @@ - Duke Ellington - Edward Kennedy Ellington partOfSpeech: n + wikidata: Q4030 10978174-n: definition: - United States novelist who wrote about a young Black man and his struggles in @@ -90372,6 +91166,7 @@ - Ellsworth - Oliver Ellsworth partOfSpeech: n + wikidata: Q515858 10978544-n: definition: - United States writer and leading exponent of transcendentalism (1803-1882) @@ -90382,6 +91177,7 @@ - Emerson - Ralph Waldo Emerson partOfSpeech: n + wikidata: Q48226 10978695-n: definition: - Greek philosopher who taught that all matter is composed of particles of fire @@ -90392,6 +91188,7 @@ members: - Empedocles partOfSpeech: n + wikidata: Q83375 10978877-n: definition: - born in England; in 1629 he became the founder of the Massachusetts Bay Colony @@ -90405,6 +91202,7 @@ - John Endecott - John Endicott partOfSpeech: n + wikidata: Q1699971 10979066-n: definition: - Romanian violinist and composer (1881-1955) @@ -90417,6 +91215,7 @@ - Georges Enesco - George Enescu partOfSpeech: n + wikidata: Q77177 10979215-n: definition: - socialist who wrote the Communist Manifesto with Karl Marx in 1848 (1820-1895) @@ -90436,6 +91235,7 @@ members: - Epictetus partOfSpeech: n + wikidata: Q183144 10979471-n: definition: - Greek philosopher who believed that the world is a random combination of atoms @@ -90446,6 +91246,7 @@ members: - Epicurus partOfSpeech: n + wikidata: Q43216 10979656-n: definition: - British sculptor (born in the United States) noted for busts and large controversial @@ -90458,6 +91259,7 @@ - Jacob Epstein - Sir Jacob Epstein partOfSpeech: n + wikidata: Q354779 10979849-n: definition: - Dutch humanist and theologian who was the leading Renaissance scholar of northern @@ -90473,6 +91275,7 @@ - Gerhard Gerhards - Geert Geerts partOfSpeech: n + wikidata: Q43499 10980222-n: definition: - Greek mathematician and astronomer who estimated the circumference of the earth @@ -90494,6 +91297,7 @@ - Erlenmeyer - Richard August Carl Emil Erlenmeyer partOfSpeech: n + wikidata: Q76597 10980553-n: definition: - painter (born in Germany, resident of France and the United States) who was a @@ -90505,6 +91309,7 @@ - Ernst - Max Ernst partOfSpeech: n + wikidata: Q154842 10980764-n: definition: - United States basketball forward (born in 1950) @@ -90530,6 +91335,7 @@ - Esaki - Leo Esaki partOfSpeech: n + wikidata: Q179852 10981079-n: definition: - (Old Testament) the eldest son of Isaac who would have inherited the covenant @@ -90543,6 +91349,7 @@ members: - Esau partOfSpeech: n + wikidata: Q220822 10981364-n: definition: - (Old Testament) a beautiful Jewess chosen by the king of Persia to be his queen; @@ -90557,6 +91364,7 @@ members: - Esther partOfSpeech: n + wikidata: Q732413 10981642-n: definition: - Anglo-Saxon king of Kent who was converted to Christianity by Saint Augustine; @@ -90580,6 +91388,7 @@ - Ethelred - Ethelred I partOfSpeech: n + wikidata: Q272233 10982033-n: definition: - king of the English who succeeded to the throne after his half-brother Edward @@ -90602,6 +91411,7 @@ members: - Euclid partOfSpeech: n + wikidata: Q8747 10982415-n: definition: - Austrian general in the service of the Holy Roman Empire during the War of the @@ -90613,6 +91423,7 @@ - Eugene - Prince Eugene of Savoy partOfSpeech: n + wikidata: Q152428 10982603-n: definition: - Swiss mathematician (1707-1783) @@ -90623,6 +91434,7 @@ - Euler - Leonhard Euler partOfSpeech: n + wikidata: Q7604 10982704-n: definition: - one of the greatest tragic dramatists of ancient Greece (480-406 BC) @@ -90632,6 +91444,7 @@ members: - Euripides partOfSpeech: n + wikidata: Q48305 10982829-n: definition: - Christian bishop of Caesarea in Palestine; a church historian and a leading early @@ -90644,6 +91457,7 @@ - Eusebius - Eusebius of Caesarea partOfSpeech: n + wikidata: Q142999 10983042-n: definition: - Italian anatomist who was one of the fathers of modern anatomy; noted for descriptions @@ -90656,6 +91470,7 @@ - Eustachio - Bartolommeo Eustachio partOfSpeech: n + wikidata: Q364278 10983246-n: definition: - British archaeologist who excavated the palace of Knossos in Crete to find what @@ -90668,6 +91483,7 @@ - Arthur Evans - Sir Arthur John Evans partOfSpeech: n + wikidata: Q188929 10983459-n: definition: - United States anatomist who identified four pituitary hormones and discovered @@ -90704,6 +91520,7 @@ - Chrissie Evert - Christine Marie Evert partOfSpeech: n + wikidata: Q14286 10984044-n: definition: - Flemish painter who was a founder of the Flemish school of painting and who pioneered @@ -90716,6 +91533,7 @@ - van Eyck - Jan van Eyck partOfSpeech: n + wikidata: Q102272 10984253-n: definition: - a British psychologist (born in Germany) noted for his theories of intelligence @@ -90729,6 +91547,7 @@ - H. J. Eysenck - Hans Jurgen Eysenck partOfSpeech: n + wikidata: Q58632 10984512-n: definition: - a Hebrew prophet of the 6th century BC who was exiled to Babylon in 587 BC @@ -90750,6 +91569,7 @@ members: - Ezra partOfSpeech: n + wikidata: Q191787 10984821-n: definition: - Russian goldsmith noted for creating a series of jeweled and enameled Easter eggs @@ -90761,6 +91581,7 @@ - Faberge - Peter Carl Faberge partOfSpeech: n + wikidata: Q189762 10985011-n: definition: - king of Saudi Arabia from 1982 to 2005 (1921-2005) @@ -90772,6 +91593,7 @@ - Fahd - Fahd ibn Abdel Aziz al-Saud partOfSpeech: n + wikidata: Q183187 10985143-n: definition: - German physicist who invented the mercury thermometer and developed the scale @@ -90797,6 +91619,7 @@ - Douglas Elton Fairbanks - Julius Ullman partOfSpeech: n + wikidata: Q104127 10985542-n: definition: - United States film actor; son of Douglas Elton Fairbanks, (1909-2000) @@ -90807,6 +91630,7 @@ - Fairbanks - Douglas Fairbanks Jr. partOfSpeech: n + wikidata: Q528428 10985692-n: definition: - king of Saudi Arabia from 1964 to 1975 (1906-1975) @@ -90830,6 +91654,7 @@ - Falla - Manuel de Falla partOfSpeech: n + wikidata: Q193283 10985958-n: definition: - Italian anatomist who first described the Fallopian tubes (1523-1562) @@ -90843,6 +91668,7 @@ - Fallopio - Gabriello Fallopio partOfSpeech: n + wikidata: Q177869 10986137-n: definition: - French physician who described cardiac anomalies including Fallot's tetralogy @@ -90854,6 +91680,7 @@ - Fallot - Etienne-Louis Arthur Fallot partOfSpeech: n + wikidata: Q289205 10986310-n: definition: - the English physicist and chemist who discovered electromagnetic induction (1791-1867) @@ -90888,6 +91715,7 @@ - Farmer - James Leonard Farmer partOfSpeech: n + wikidata: Q3806642 10986834-n: definition: - king of Egypt who in 1952 was ousted by a military coup d'etat (1920-1965) @@ -90899,6 +91727,7 @@ - Farouk I - Faruk I partOfSpeech: n + wikidata: Q213001 10986974-n: definition: - United States admiral who commanded Union ships during the American Civil War @@ -90934,6 +91763,7 @@ - Farrell - James Thomas Farrell partOfSpeech: n + wikidata: Q1371154 10987439-n: definition: - youngest daughter of the prophet Mohammed and wife of the fourth calif Ali; revered @@ -90945,6 +91775,7 @@ - Fatima - Fatimah partOfSpeech: n + wikidata: Q180123 10987625-n: definition: - United States novelist (originally Falkner) who wrote about people in the southern @@ -90959,6 +91790,7 @@ - Falkner - William Falkner partOfSpeech: n + wikidata: Q38392 10987864-n: definition: - English conspirator who was executed for his role in a plot to blow up James I @@ -90972,6 +91804,7 @@ - Fawkes - Guy Fawkes partOfSpeech: n + wikidata: Q13898 10988050-n: definition: - German physicist who founded psychophysics; derived Fechner's law on the basis @@ -90984,6 +91817,7 @@ - Fechner - Gustav Theodor Fechner partOfSpeech: n + wikidata: Q76881 10988249-n: definition: - United States cartoonist who created a sarcastic comic strip (born in 1929) @@ -90994,6 +91828,7 @@ - Feiffer - Jules Feiffer partOfSpeech: n + wikidata: Q975547 10988393-n: definition: - Italian filmmaker (1920-1993) @@ -91004,6 +91839,7 @@ - Fellini - Federico Fellini partOfSpeech: n + wikidata: Q7371 10988496-n: definition: - United States novelist; author of several popular novels (1887-1968) @@ -91014,6 +91850,7 @@ - Ferber - Edna Ferber partOfSpeech: n + wikidata: Q283496 10988632-n: definition: - king of Castile and Leon who achieved control of the Moorish kings of Saragossa @@ -91026,6 +91863,7 @@ - Ferdinand I - Ferdinand the Great partOfSpeech: n + wikidata: Q296863 10988827-n: definition: - Holy Roman Emperor and king of Hungary and Bohemia (1503-1564) @@ -91035,6 +91873,7 @@ members: - Ferdinand I partOfSpeech: n + wikidata: Q150611 10988948-n: definition: - Holy Roman Emperor and king of Bohemia and Hungary who waged war against Protestant @@ -91045,6 +91884,7 @@ members: - Ferdinand II partOfSpeech: n + wikidata: Q150599 10989110-n: definition: - Holy Roman Emperor and king of Hungary and Bohemia who signed the Peace of Westphalia @@ -91096,6 +91936,7 @@ - Fermi - Enrico Fermi partOfSpeech: n + wikidata: Q8753 10990271-n: definition: - United States physicist who contributed to the theory of the interaction of photons @@ -91119,6 +91960,7 @@ - Fiedler - Arthur Fiedler partOfSpeech: n + wikidata: Q709361 10990595-n: definition: - English novelist and dramatist (1707-1754) @@ -91129,6 +91971,7 @@ - Fielding - Henry Fielding partOfSpeech: n + wikidata: Q34190 10990710-n: definition: - United States comedian and film actor (1880-1946) @@ -91140,6 +91983,7 @@ - W. C. Fields - William Claude Dukenfield partOfSpeech: n + wikidata: Q352971 10990856-n: definition: - elected vice president and became the 13th President of the United States when @@ -91163,6 +92007,7 @@ - Finnbogadottir - Vigdis Finnbogadottir partOfSpeech: n + wikidata: Q189797 10991256-n: definition: - English linguist who contributed to linguistic semantics and to prosodic phonology @@ -91176,6 +92021,7 @@ - J. R. Firth - John Rupert Firth partOfSpeech: n + wikidata: Q3236342 10991520-n: definition: - United States chess master; world champion from 1972 to 1975 (born in 1943) @@ -91187,6 +92033,7 @@ - Bobby Fischer - Robert James Fischer partOfSpeech: n + wikidata: Q41314 10991689-n: definition: - German chemist noted for work on synthetic sugars and the purines (1852-1919) @@ -91208,6 +92055,7 @@ - Fischer - Hans Fischer partOfSpeech: n + wikidata: Q76604 10991973-n: definition: - United States scat singer (1917-1996) @@ -91231,6 +92079,7 @@ - F. Scott Fitzgerald - Francis Scott Key Fitzgerald partOfSpeech: n + wikidata: Q93354 10992290-n: definition: - English poet remembered primarily for his free translation of the poetry of Omar @@ -91265,6 +92114,7 @@ - Flaubert - Gustave Flaubert partOfSpeech: n + wikidata: Q43444 10992817-n: definition: - Scottish bacteriologist who discovered penicillin (1881-1955) @@ -91276,6 +92126,7 @@ - Alexander Fleming - Sir Alexander Fleming partOfSpeech: n + wikidata: Q37064 10992977-n: definition: - British writer famous for writing spy novels about secret agent James Bond (1908-1964) @@ -91298,6 +92149,7 @@ - Fletcher - John Fletcher partOfSpeech: n + wikidata: Q312444 10993331-n: definition: - British explorer who mapped the Australian coast (1774-1814) @@ -91309,6 +92161,7 @@ - Matthew Flinders - Sir Matthew Flinders partOfSpeech: n + wikidata: Q219895 10993489-n: definition: - British pathologist who isolated and purified penicillin, which had been discovered @@ -91321,6 +92174,7 @@ - Howard Florey - Sir Howard Walter Florey partOfSpeech: n + wikidata: Q137106 10993714-n: definition: - English lexicographer remembered for his Italian and English dictionary (1553-1625) @@ -91344,6 +92198,7 @@ - Flory - Paul John Flory partOfSpeech: n + wikidata: Q176351 10994025-n: definition: - United States film actor (1905-1982) @@ -91354,6 +92209,7 @@ - Fonda - Henry Fonda partOfSpeech: n + wikidata: Q19155 10994128-n: definition: - United States film actress and daughter of Henry Fonda (born in 1937) @@ -91364,6 +92220,7 @@ - Fonda - Jane Fonda partOfSpeech: n + wikidata: Q41142 10994263-n: definition: - United States actress (born in England) who married Alfred Lunt and performed @@ -91385,6 +92242,7 @@ - Fonteyn - Dame Margot Fonteyn partOfSpeech: n + wikidata: Q231776 10994584-n: definition: - United States manufacturer of automobiles who pioneered mass production (1863-1947) @@ -91395,6 +92253,7 @@ - Ford - Henry Ford partOfSpeech: n + wikidata: Q8768 10994732-n: definition: - 38th President of the United States; appointed vice president and succeeded Nixon @@ -91452,6 +92311,7 @@ - Ford - John Ford partOfSpeech: n + wikidata: Q51114 10995400-n: definition: - English writer of adventure novels featuring Captain Horatio Hornblower (1899-1966) @@ -91463,6 +92323,7 @@ - C. S. Forester - Cecil Scott Forester partOfSpeech: n + wikidata: Q430182 10995579-n: definition: - United States athlete who revolutionized the high jump by introducing the Fosbury @@ -91475,6 +92336,7 @@ - Dick Fosbury - Richard D. Fosbury partOfSpeech: n + wikidata: Q310989 10995792-n: definition: - United States songwriter whose songs embody the sentiment of the South before @@ -91487,6 +92349,7 @@ - Stephen Foster - Stephen Collins Foster partOfSpeech: n + wikidata: Q305202 10996000-n: definition: - French physicist who determined the speed of light and showed that it travels @@ -91499,6 +92362,7 @@ - Foucault - Jean Bernard Leon Foucault partOfSpeech: n + wikidata: Q187966 10996252-n: definition: - French sociologist and reformer who hoped to achieve universal harmony by reorganizing @@ -91511,6 +92375,7 @@ - Charles Fourier - Francois Marie Charles Fourier partOfSpeech: n + wikidata: Q181707 10996464-n: definition: - French mathematician who developed Fourier analysis and studied the conduction @@ -91524,6 +92389,7 @@ - Jean Baptiste Joseph Fourier - Baron Jean Baptiste Joseph Fourier partOfSpeech: n + wikidata: Q8772 10996704-n: definition: - English lexicographer who wrote a well-known book on English usage (1858-1933) @@ -91545,6 +92411,7 @@ - Fox - George Fox partOfSpeech: n + wikidata: Q310439 10996993-n: definition: - English statesman who supported American independence and the French Revolution @@ -91556,6 +92423,7 @@ - Fox - Charles James Fox partOfSpeech: n + wikidata: Q438131 10997155-n: definition: - French artist whose rococo paintings typified the frivolity of life in the royal @@ -91567,6 +92435,7 @@ - Fragonard - Jean Honore Fragonard partOfSpeech: n + wikidata: Q127171 10997364-n: definition: - French writer of sophisticated novels and short stories (1844-1924) @@ -91578,6 +92447,7 @@ - Anatole France - Jacques Anatole Francois Thibault partOfSpeech: n + wikidata: Q42443 10997538-n: definition: - the last Holy Roman Emperor (1768-1835) @@ -91600,6 +92470,7 @@ - Francis Ferdinand - Franz Ferdinand partOfSpeech: n + wikidata: Q43063 10997877-n: definition: - emperor of Austria and king of Hungary; was defeated by Napoleon III at the battle @@ -91632,6 +92503,7 @@ - St. Francis - Giovanni di Bernardone partOfSpeech: n + wikidata: Q676555 10998418-n: definition: - United States physicist (born in Germany) who with Gustav Hertz performed an electron @@ -91644,6 +92516,7 @@ - Franck - James Franck partOfSpeech: n + wikidata: Q57066 10998689-n: definition: - French composer and teacher who influenced a generation of composers (1822-1890) @@ -91654,6 +92527,7 @@ - Franck - Cesar Franck partOfSpeech: n + wikidata: Q50187 10998838-n: definition: - Spanish general whose armies took control of Spain in 1939 and who ruled as a @@ -91668,6 +92542,7 @@ - El Caudillo - General Franco partOfSpeech: n + wikidata: Q29179 10999075-n: definition: - printer whose success as an author led him to take up politics; he helped draw @@ -91684,6 +92559,7 @@ - Franklin - Benjamin Franklin partOfSpeech: n + wikidata: Q34969 10999531-n: definition: - United States historian noted for studies of Black American history (born in 1915) @@ -91694,6 +92570,7 @@ - Franklin - John Hope Franklin partOfSpeech: n + wikidata: Q1367397 10999690-n: definition: - English social anthropologist noted for studies of primitive religion and magic @@ -91718,6 +92595,7 @@ - Frederick Barbarossa - Barbarossa partOfSpeech: n + wikidata: Q79789 11000093-n: definition: - son of Frederick William who in 1701 became the first king of Prussia (1657-1713) @@ -91740,6 +92618,7 @@ - Frederick II - Holy Roman Emperor Frederick II partOfSpeech: n + wikidata: Q130221 11000444-n: definition: - king of Prussia from 1740 to 1786; brought Prussia military prestige by winning @@ -91751,6 +92630,7 @@ - Frederick II - Frederick the Great partOfSpeech: n + wikidata: Q33550 11000677-n: definition: - the Elector of Brandenburg who rebuilt his domain after its destruction during @@ -91762,6 +92642,7 @@ - Frederick William - Great Elector partOfSpeech: n + wikidata: Q152727 11000889-n: definition: - son of Frederick I who became king of Prussia in 1713; reformed and strengthened @@ -91784,6 +92665,7 @@ - Frederick William II of Prussia - Frederick William II partOfSpeech: n + wikidata: Q152229 11001247-n: definition: - king of Prussia who became involved in the Napoleonic Wars (1770-1840) @@ -91805,6 +92687,7 @@ - Frederick William IV of Prussia - Frederick William IV partOfSpeech: n + wikidata: Q57180 11001565-n: definition: - United States explorer who mapped much of the American west and Northwest (1813-1890) @@ -91816,6 +92699,7 @@ - John C. Fremont - John Charles Fremont partOfSpeech: n + wikidata: Q169011 11001746-n: definition: - United States sculptor who created the seated marble figure of Abraham Lincoln @@ -91839,6 +92723,7 @@ - Fresnel - Augustin Jean Fresnel partOfSpeech: n + wikidata: Q187241 11002123-n: definition: - Austrian neurologist who originated psychoanalysis (1856-1939) @@ -91850,6 +92735,7 @@ - Freud - Sigmund Freud partOfSpeech: n + wikidata: Q9215 11002291-n: definition: - United States industrialist who amassed a fortune in the steel industry (1849-1919) @@ -91860,6 +92746,7 @@ - Frick - Henry Clay Frick partOfSpeech: n + wikidata: Q93709 11002446-n: definition: - United States feminist who founded a national organization for women (born in @@ -91873,6 +92760,7 @@ - Betty Naomi Friedan - Betty Naomi Goldstein Friedan partOfSpeech: n + wikidata: Q234604 11002654-n: definition: - United States economist noted as a proponent of monetarism and for his opposition @@ -91884,6 +92772,7 @@ - Friedman - Milton Friedman partOfSpeech: n + wikidata: Q47426 11002866-n: definition: - Austrian zoologist noted for his studies of honeybees (1886-1982) @@ -91894,6 +92783,7 @@ - Frisch - Karl von Frisch partOfSpeech: n + wikidata: Q60060 11003003-n: definition: - Norwegian economist noted for his work in econometrics (1895-1973) @@ -91905,6 +92795,7 @@ - Ragnar Frisch - Ragnar Anton Kittil Frisch partOfSpeech: n + wikidata: Q187988 11003168-n: definition: - British physicist (born in Austria) who with Lise Meitner recognized that Otto @@ -91918,6 +92809,7 @@ - Otto Frisch - Otto Robert Frisch partOfSpeech: n + wikidata: Q93479 11003499-n: definition: - English explorer who led an expedition in search of the Northwest Passage to the @@ -91941,6 +92833,7 @@ - Friedrich Froebel - Friedrich Wilhelm August Froebel partOfSpeech: n + wikidata: Q76679 11003927-n: definition: - United States poet famous for his lyrical poems on country life in New England @@ -91975,6 +92868,7 @@ - Roger Fry - Roger Eliot Fry partOfSpeech: n + wikidata: Q547470 11004414-n: definition: - Canadian literary critic interested in the use of myth and symbolism (1912-1991) @@ -91986,6 +92880,7 @@ - Northrop Frye - Herman Northrop Frye partOfSpeech: n + wikidata: Q354256 11004585-n: definition: - British physicist who was born in Germany and fled Nazi persecution; in the 1940s @@ -91999,6 +92894,7 @@ - Klaus Fuchs - Emil Klaus Julius Fuchs partOfSpeech: n + wikidata: Q57475 11004872-n: definition: - Mexican novelist (born in 1928) @@ -92009,6 +92905,7 @@ - Fuentes - Carlos Fuentes partOfSpeech: n + wikidata: Q5750390 11004975-n: definition: - South African playwright whose plays feature the racial tensions in South Africa @@ -92020,6 +92917,7 @@ - Fugard - Athol Fugard partOfSpeech: n + wikidata: Q601307 11005156-n: definition: - United States senator who is remembered for his creation of grants that fund exchange @@ -92072,6 +92970,7 @@ - Fulton - Robert Fulton partOfSpeech: n + wikidata: Q192496 11006018-n: definition: - United States biochemist (born in Poland) who showed that several diseases were @@ -92084,6 +92983,7 @@ - Funk - Casimir Funk partOfSpeech: n + wikidata: Q28738 11006268-n: definition: - English philologist who first proposed the Oxford English Dictionary (1825-1910) @@ -92094,6 +92994,7 @@ - Furnivall - Frederick James Furnivall partOfSpeech: n + wikidata: Q591177 11006433-n: definition: - United States film actor (1901-1960) @@ -92105,6 +93006,7 @@ - Clark Gable - William Clark Gable partOfSpeech: n + wikidata: Q71243 11006558-n: definition: - British physicist (born in Hungary) noted for his work on holography (1900-1979) @@ -92115,6 +93017,7 @@ - Gabor - Dennis Gabor partOfSpeech: n + wikidata: Q155786 11006706-n: definition: - French writer considered by some to be a founder of the detective novel (1832-1873) @@ -92125,6 +93028,7 @@ - Gaboriau - Emile Gaboriau partOfSpeech: n + wikidata: Q463513 11006862-n: definition: - Soviet cosmonaut who in 1961 was the first person to travel in space (1934-1968) @@ -92136,6 +93040,7 @@ - Yuri Gagarin - Yuri Alekseyevich Gagarin partOfSpeech: n + wikidata: Q7327 11007040-n: definition: - English portrait and landscape painter (1727-1788) @@ -92146,6 +93051,7 @@ - Gainsborough - Thomas Gainsborough partOfSpeech: n + wikidata: Q192720 11007172-n: definition: - (Arthurian legend) the most virtuous knight of the Round Table; was able to see @@ -92172,6 +93078,7 @@ - John Galbraith - John Kenneth Galbraith partOfSpeech: n + wikidata: Q186042 11007561-n: definition: - Greek anatomist whose theories formed the basis of European medicine until the @@ -92182,6 +93089,7 @@ members: - Galen partOfSpeech: n + wikidata: Q8778 11007720-n: definition: - Italian astronomer and mathematician who was the first to use a telescope to study @@ -92227,6 +93135,7 @@ - Galsworthy - John Galsworthy partOfSpeech: n + wikidata: Q82248 11008566-n: definition: - English scientist (cousin of Charles Darwin) who explored many fields including @@ -92240,6 +93149,7 @@ - Francis Galton - Sir Francis Galton partOfSpeech: n + wikidata: Q191026 11008883-n: definition: - Italian physiologist noted for his discovery that frogs' muscles contracted in @@ -92276,6 +93186,7 @@ - Mahatma Gandhi - Mohandas Karamchand Gandhi partOfSpeech: n + wikidata: Q1001 11009606-n: definition: - daughter of Nehru who served as prime minister of India from 1966 to 1977 (1917-1984) @@ -92288,6 +93199,7 @@ - Indira Nehru Gandhi - Mrs. Gandhi partOfSpeech: n + wikidata: Q1149 11009797-n: definition: - United States film actress (born in Sweden) known for her reclusiveness (1905-1990) @@ -92299,6 +93211,7 @@ - Greta Garbo - Greta Louisa Gustafsson partOfSpeech: n + wikidata: Q5443 11009973-n: definition: - Spanish poet and dramatist who was shot dead by Franco's soldiers soon after the @@ -92312,6 +93225,7 @@ - Frederico Garcia Lorca - Lorca partOfSpeech: n + wikidata: Q41408 11010208-n: definition: - British historian remembered for his ten-volume history of England (1829-1902) @@ -92344,6 +93258,7 @@ - Gardner - Isabella Stewart Gardner partOfSpeech: n + wikidata: Q467669 11010729-n: definition: - 20th President of the United States; assassinated by a frustrated office-seeker @@ -92358,6 +93273,7 @@ - James Abraham Garfield - President Garfield partOfSpeech: n + wikidata: Q34597 11010959-n: definition: - Italian patriot whose conquest of Sicily and Naples led to the formation of the @@ -92370,6 +93286,7 @@ - Garibaldi - Giuseppe Garibaldi partOfSpeech: n + wikidata: Q539 11011161-n: definition: - United States singer and film actress (1922-1969) @@ -92392,6 +93309,7 @@ - Garnier - Jean Louis Charles Garnier partOfSpeech: n + wikidata: Q313556 11011411-n: definition: - English actor and theater manager who was the foremost Shakespearean actor of @@ -92403,6 +93321,7 @@ - Garrick - David Garrick partOfSpeech: n + wikidata: Q222390 11011579-n: definition: - United States abolitionist who published an anti-slavery journal (1805-1879) @@ -92413,6 +93332,7 @@ - Garrison - William Lloyd Garrison partOfSpeech: n + wikidata: Q360155 11011736-n: definition: - English writer who is remembered for her biography of Charlotte Bronte (1810-1865) @@ -92424,6 +93344,7 @@ - Elizabeth Gaskell - Elizabeth Cleghorn Stevenson Gaskell partOfSpeech: n + wikidata: Q229226 11011932-n: definition: - United States computer entrepreneur whose software company made him the youngest @@ -92447,6 +93368,7 @@ - Gatling - Richard Jordan Gatling partOfSpeech: n + wikidata: Q335573 11012332-n: definition: - Spanish architect who was a leading exponent of art nouveau in Europe (1852-1926) @@ -92459,6 +93381,7 @@ - Gaudi i Cornet - Antonio Gaudi i Cornet partOfSpeech: n + wikidata: Q25328 11012524-n: definition: - French Post-impressionist painter who worked in the South Pacific (1848-1903) @@ -92469,6 +93392,7 @@ - Gauguin - Paul Gauguin partOfSpeech: n + wikidata: Q37693 11012671-n: definition: - German mathematician who developed the theory of numbers and who applied mathematics @@ -92482,6 +93406,7 @@ - Karl Gauss - Karl Friedrich Gauss partOfSpeech: n + wikidata: Q6722 11012929-n: definition: - (Arthurian legend) a nephew of Arthur and one of the knights of the Round Table @@ -92494,6 +93419,7 @@ - Gawain - Sir Gawain partOfSpeech: n + wikidata: Q831685 11013094-n: definition: - French chemist and physicist who first isolated boron and who formulated the law @@ -92528,6 +93454,7 @@ - Geiger - Hans Geiger partOfSpeech: n + wikidata: Q57189 11013632-n: definition: - United States writer of children's books (1904-1991) @@ -92539,6 +93466,7 @@ - Theodor Seuss Geisel - Dr. Seuss partOfSpeech: n + wikidata: Q298685 11013773-n: definition: - United States physicist noted for his studies of subatomic particles (born in @@ -92550,6 +93478,7 @@ - Gell-Mann - Murray Gell-Mann partOfSpeech: n + wikidata: Q172840 11013932-n: definition: - French writer of novels and dramas for the theater of the absurd (1910-1986) @@ -92561,6 +93490,7 @@ - Genet - Jean Genet partOfSpeech: n + wikidata: Q184622 11014093-n: definition: - French diplomat who in 1793 tried to draw the United States into the war between @@ -92573,6 +93503,7 @@ - Edmund Charles Edouard Genet - Citizen Genet partOfSpeech: n + wikidata: Q713749 11014304-n: definition: - Mongolian emperor whose empire stretched from the Black Sea to the Pacific Ocean @@ -92608,6 +93539,7 @@ members: - Geoffrey of Monmouth partOfSpeech: n + wikidata: Q188344 11014902-n: definition: - Elector of Hanover and the first Hanoverian King of Great Britain and Ireland @@ -92620,6 +93552,7 @@ - George - George I partOfSpeech: n + wikidata: Q130805 11015111-n: definition: - King of Great Britain and Elector of Hanover from 1727 to 1760 (1683-1760) @@ -92631,6 +93564,7 @@ - George - George II partOfSpeech: n + wikidata: Q131981 11015288-n: definition: - King of Great Britain and Ireland from 1760 to 1820; the American colonies were @@ -92644,6 +93578,7 @@ - George - George III partOfSpeech: n + wikidata: Q127318 11015588-n: definition: - King of Great Britain and Ireland and Hanover from 1820 to 1830; his attempt to @@ -92656,6 +93591,7 @@ - George - George IV partOfSpeech: n + wikidata: Q130586 11015846-n: definition: - King of Great Britain and Ireland and emperor of India from 1910 to 1936; gave @@ -92667,6 +93603,7 @@ - George - George V partOfSpeech: n + wikidata: Q269412 11016086-n: definition: - King of Great Britain and Ireland and emperor of India from 1936 to 1947; he succeeded @@ -92678,6 +93615,7 @@ - George - George VI partOfSpeech: n + wikidata: Q280856 11016281-n: definition: - Christian martyr; patron saint of England; hero of the legend of Saint George @@ -92691,6 +93629,7 @@ - Saint George - St. George partOfSpeech: n + wikidata: Q48438 11016529-n: definition: - (Arthurian legend) one of the knights of the Round Table @@ -92714,6 +93653,7 @@ members: - Geronimo partOfSpeech: n + wikidata: Q2791 11016872-n: definition: - United States composer who incorporated jazz into classical forms and composed @@ -92725,6 +93665,7 @@ - Gershwin - George Gershwin partOfSpeech: n + wikidata: Q123829 11017064-n: definition: - United States lyricist who frequently collaborated with his brother George Gershwin @@ -92736,6 +93677,7 @@ - Gershwin - Ira Gershwin partOfSpeech: n + wikidata: Q61059 11017230-n: definition: - United States psychologist noted for his work in child development (1880-1961) @@ -92747,6 +93689,7 @@ - Arnold Gesell - Arnold Lucius Gesell partOfSpeech: n + wikidata: Q18567 11017401-n: definition: - Swiss naturalist who was one of the founders of modern zoology (1516-1565) @@ -92758,6 +93701,7 @@ - Gesner - Konrad von Gesner partOfSpeech: n + wikidata: Q60116 11017549-n: definition: - Swiss sculptor and painter known for his bronze sculptures of elongated figures @@ -92770,6 +93714,7 @@ - Giacometti - Alberto Giacometti partOfSpeech: n + wikidata: Q157194 11017738-n: definition: - English historian best known for his history of the Roman Empire (1737-1794) @@ -92780,6 +93725,7 @@ - Gibbon - Edward Gibbon partOfSpeech: n + wikidata: Q161841 11017884-n: definition: - United States chemist (1839-1903) @@ -92790,6 +93736,7 @@ - Gibbs - Josiah Willard Gibbs partOfSpeech: n + wikidata: Q153243 11017993-n: definition: - United States writer (born in Lebanon) (1883-1931) @@ -92800,6 +93747,7 @@ - Gibran - Kahlil Gibran partOfSpeech: n + wikidata: Q47737 11018113-n: definition: - United States tennis player who was the first Black woman player to win all the @@ -92811,6 +93759,7 @@ - Gibson - Althea Gibson partOfSpeech: n + wikidata: Q53550 11018301-n: definition: - Australian actor (born in the United States in 1956) @@ -92824,6 +93773,7 @@ - Mel Gibson - Mel Columcille Gerard Gibson partOfSpeech: n + wikidata: Q42229 11018470-n: definition: - United States illustrator remembered for his creation of the ‘Gibson girl’ (1867-1944) @@ -92835,6 +93785,7 @@ - C. D. Gibson - Charles Dana Gibson partOfSpeech: n + wikidata: Q151165 11018647-n: definition: - French author and dramatist who is regarded as the father of modern French literature @@ -92848,6 +93799,7 @@ - Andre Gide - Andre Paul Guillaume Gide partOfSpeech: n + wikidata: Q47484 11018856-n: definition: - English actor of Shakespearean roles who was also noted for appearances in films @@ -92860,6 +93812,7 @@ - Sir John Gielgud - Arthur John Gielgud partOfSpeech: n + wikidata: Q204685 11019044-n: definition: - United States architect who influenced the development of the skyscraper (1859-1934) @@ -92870,6 +93823,7 @@ - Gilbert - Cass Gilbert partOfSpeech: n + wikidata: Q464603 11019198-n: definition: - English navigator who in 1583 established in Newfoundland the first English colony @@ -92894,6 +93848,7 @@ - Gilbert - William Gilbert partOfSpeech: n + wikidata: Q192706 11019580-n: definition: - a librettist who was a collaborator with Sir Arthur Sullivan in a famous series @@ -92922,6 +93877,7 @@ - Gilgamesh - Gilgamish partOfSpeech: n + wikidata: Q159709 11020008-n: definition: - United States jazz trumpeter and exponent of bebop (1917-1993) @@ -92933,6 +93889,7 @@ - Dizzy Gillespie - John Birks Gillespie partOfSpeech: n + wikidata: Q49575 11020168-n: definition: - United States inventor and manufacturer who developed the safety razor (1855-1932) @@ -92957,6 +93914,7 @@ - Gilman - Charlotte Anna Perkins Gilman partOfSpeech: n + wikidata: Q287752 11020465-n: definition: - United States journalist who wrote a syndicated column of advice to the lovelorn @@ -92969,6 +93927,7 @@ - Elizabeth Merriwether Gilmer - Dorothy Dix partOfSpeech: n + wikidata: Q3037167 11020656-n: definition: - United States poet of the beat generation (1926-1997) @@ -93004,6 +93963,7 @@ - Girard - Stephen Girard partOfSpeech: n + wikidata: Q331227 11021207-n: definition: - French novelist and dramatist whose plays were reinterpretations of Greek myths @@ -93017,6 +93977,7 @@ - Jean Giraudoux - Hippolyte Jean Giraudoux partOfSpeech: n + wikidata: Q309974 11021418-n: definition: - United States film actress who appeared in films by D. W. Griffith (1896-1993) @@ -93039,6 +94000,7 @@ - Gjellerup - Karl Gjellerup partOfSpeech: n + wikidata: Q131487 11021664-n: definition: - liberal British statesman who served as prime minister four times (1809-1898) @@ -93050,6 +94012,7 @@ - William Gladstone - William Ewart Gladstone partOfSpeech: n + wikidata: Q160852 11021844-n: definition: - United States physicist who invented the bubble chamber to study subatomic particles @@ -93097,6 +94060,7 @@ - Mikhail Glinka - Mikhail Ivanovich Glinka partOfSpeech: n + wikidata: Q181885 11022544-n: definition: - German composer of more than 100 operas (1714-1787) @@ -93121,6 +94085,7 @@ - Godard - Jean Luc Godard partOfSpeech: n + wikidata: Q53001 11022891-n: definition: - United States physicist who developed the first successful liquid-fueled rocket @@ -93144,6 +94109,7 @@ - Godel - Kurt Godel partOfSpeech: n + wikidata: Q41390 11023272-n: definition: - according to legend she rode naked through Coventry in order to persuade her husband @@ -93168,6 +94134,7 @@ - Boris Godunov - Boris Fyodorovich Godunov partOfSpeech: n + wikidata: Q170172 11023720-n: definition: - German propaganda minister in Nazi Germany who persecuted the Jews (1897-1945) @@ -93204,6 +94171,7 @@ - Goethe - Johann Wolfgang von Goethe partOfSpeech: n + wikidata: Q5879 11024329-n: definition: - Russian writer who introduced realism to Russian literature (1809-1852) @@ -93215,6 +94183,7 @@ - Gogol - Nikolai Vasilievich Gogol partOfSpeech: n + wikidata: Q43718 11024481-n: definition: - United States cartoonist who drew intricate diagrams of very complicated and impractical @@ -93227,6 +94196,7 @@ - Rube Goldberg - Reuben Lucius Goldberg partOfSpeech: n + wikidata: Q505850 11024727-n: definition: - English novelist (1911-1993) @@ -93238,6 +94208,7 @@ - William Golding - Sir William Gerald Golding partOfSpeech: n + wikidata: Q44183 11024857-n: definition: - United States anarchist (born in Russia) who opposed conscription; was deported @@ -93249,6 +94220,7 @@ - Goldman - Emma Goldman partOfSpeech: n + wikidata: Q79969 11025046-n: definition: - United States inventor (born in Hungary) who made the first TV broadcast in 1940 @@ -93272,6 +94244,7 @@ - Goldoni - Carlo Goldoni partOfSpeech: n + wikidata: Q165534 11025425-n: definition: - Irish writer of novels and poetry and plays and essays (1728-1774) @@ -93282,6 +94255,7 @@ - Goldsmith - Oliver Goldsmith partOfSpeech: n + wikidata: Q236236 11025567-n: definition: - United States film maker (born in Poland) who founded his own film company and @@ -93294,6 +94268,7 @@ - Sam Goldwyn - Samuel Goldwyn partOfSpeech: n + wikidata: Q72579 11025776-n: definition: - Italian histologist noted for work on the structure of the nervous system and @@ -93305,6 +94280,7 @@ - Golgi - Camillo Golgi partOfSpeech: n + wikidata: Q150630 11025968-n: definition: - (Old Testament) a giant Philistine warrior who was slain by David with a slingshot @@ -93316,6 +94292,7 @@ members: - Goliath partOfSpeech: n + wikidata: Q192785 11026124-n: definition: - Polish author (1904-1969) @@ -93326,6 +94303,7 @@ - Gombrowicz - Witold Gombrowicz partOfSpeech: n + wikidata: Q275175 11026227-n: definition: - United States labor leader (born in England) who was president of the American @@ -93337,6 +94315,7 @@ - Gompers - Samuel Gompers partOfSpeech: n + wikidata: Q282657 11026427-n: definition: - French writer who collaborated with his brother Jules de Goncourt on many books @@ -93349,6 +94328,7 @@ - Edmond de Goncourt - Edmond Louis Antoine Huot de Goncourt partOfSpeech: n + wikidata: Q1249210 11026685-n: definition: - French writer who collaborated with his brother Edmond de Goncourt on many books @@ -93371,6 +94351,7 @@ - Gongora - Luis de Gongora y Argote partOfSpeech: n + wikidata: Q219744 11027055-n: definition: - Irish patriot and a founder of the Sinn Fein (1865-1953) @@ -93381,6 +94362,7 @@ - Gonne - Maud Gonne partOfSpeech: n + wikidata: Q444601 11027177-n: definition: - English zoologist noted for her studies of chimpanzees in the wild (born in 1934) @@ -93391,6 +94373,7 @@ - Goodall - Jane Goodall partOfSpeech: n + wikidata: Q184746 11027328-n: definition: - United States clarinetist who in 1934 formed a big band (including black as well @@ -93405,6 +94388,7 @@ - Benjamin David Goodman - King of Swing partOfSpeech: n + wikidata: Q46755 11027616-n: definition: - United States inventor of vulcanized rubber (1800-1860) @@ -93415,6 +94399,7 @@ - Goodyear - Charles Goodyear partOfSpeech: n + wikidata: Q207667 11027746-n: definition: - Soviet statesman whose foreign policy brought an end to the Cold War and whose @@ -93449,6 +94434,7 @@ members: - Gordius partOfSpeech: n + wikidata: Q1413020 11028309-n: definition: - Vice President of the United States under Bill Clinton (born in 1948) @@ -93460,6 +94446,7 @@ - Al Gore - Albert Gore Jr. partOfSpeech: n + wikidata: Q19673 11028458-n: definition: - United States Army surgeon who suppressed yellow fever in Havana and in the Panama @@ -93486,6 +94473,7 @@ - Hermann Goering - Hermann Wilhelm Goring partOfSpeech: n + wikidata: Q47906 11028866-n: definition: - Russian writer of plays and novels and short stories; noted for his depiction @@ -93502,6 +94490,7 @@ - Aleksey Maksimovich Peshkov - Aleksey Maximovich Peshkov partOfSpeech: n + wikidata: Q12706 11029111-n: definition: - United States printer noted for designing typefaces (1865-1947) @@ -93513,6 +94502,7 @@ - Frederic Goudy - Frederic William Goudy partOfSpeech: n + wikidata: Q1353575 11029269-n: definition: - United States financier who gained control of the Erie Railroad and who caused @@ -93524,6 +94514,7 @@ - Gould - Jay Gould partOfSpeech: n + wikidata: Q709595 11029491-n: definition: - United States paleontologist and popularizer of science (1941-2002) @@ -93546,6 +94537,7 @@ - Gounod - Charles Francois Gounod partOfSpeech: n + wikidata: Q180278 11029769-n: definition: - Spanish painter well known for his portraits and for his satires (1746-1828) @@ -93560,6 +94552,7 @@ - Francisco Jose de Goya - Francisco Jose de Goya y Lucientes partOfSpeech: n + wikidata: Q5432 11030015-n: definition: - German tennis player who won seven women's singles titles at Wimbledon (born in @@ -93584,6 +94577,7 @@ - Graham - Martha Graham partOfSpeech: n + wikidata: Q487604 11030381-n: definition: - United States evangelical preacher famous as a mass evangelist (born in 1918) @@ -93595,6 +94589,7 @@ - Billy Graham - William Franklin Graham partOfSpeech: n + wikidata: Q213550 11030553-n: definition: - English writer (born in Scotland) of children's stories (1859-1932) @@ -93605,6 +94600,7 @@ - Grahame - Kenneth Grahame partOfSpeech: n + wikidata: Q314897 11030693-n: definition: - United States composer (born in Australia) who lived in London and collected English @@ -93618,6 +94614,7 @@ - Percy Aldridge Grainger - George Percy Aldridge Grainger partOfSpeech: n + wikidata: Q318354 11030932-n: definition: - Danish physician and bacteriologist who developed a method of staining bacteria @@ -93658,6 +94655,7 @@ - Grant - Cary Grant partOfSpeech: n + wikidata: Q83410 11031555-n: definition: - Scottish painter; cousin of Lytton Strachey and member of the Bloomsbury Group @@ -93670,6 +94668,7 @@ - Duncan Grant - Duncan James Corrow Grant partOfSpeech: n + wikidata: Q766166 11031760-n: definition: - English actor and dramatist and critic and director noted for his productions @@ -93685,6 +94684,7 @@ - Granville-Barker - Harley Granville-Barker partOfSpeech: n + wikidata: Q2043891 11032038-n: definition: - French jazz violinist (1908-1997) @@ -93695,6 +94695,7 @@ - Grappelli - Stephane Grappelli partOfSpeech: n + wikidata: Q206244 11032149-n: definition: - German writer of novels and poetry and plays (born 1927) @@ -93706,6 +94707,7 @@ - Gunter Grass - Gunter Wilhelm Grass partOfSpeech: n + wikidata: Q6538 11032296-n: definition: - English writer known for his interest in mythology and in the classics (1895-1985) @@ -93717,6 +94719,7 @@ - Robert Graves - Robert Ranke Graves partOfSpeech: n + wikidata: Q201732 11032470-n: definition: - United States botanist who specialized in North American flora and who was an @@ -93728,6 +94731,7 @@ - Gray - Asa Gray partOfSpeech: n + wikidata: Q347356 11032672-n: definition: - American navigator who twice circumnavigated the globe and who discovered the @@ -93749,6 +94753,7 @@ - Gray - Thomas Gray partOfSpeech: n + wikidata: Q315516 11032989-n: definition: - English radiobiologist in whose honor the gray (the SI unit of energy for the @@ -93770,6 +94775,7 @@ - Greeley - Horace Greeley partOfSpeech: n + wikidata: Q436790 11033320-n: definition: - United States labor leader who was president of the American Federation of Labor @@ -93782,6 +94788,7 @@ - Green - William Green partOfSpeech: n + wikidata: Q3568669 11033570-n: definition: - United States linguist who studied the historical relations among 5,000 languages @@ -93805,6 +94812,7 @@ - Graham Greene - Henry Graham Greene partOfSpeech: n + wikidata: Q128560 11033872-n: definition: - (Roman Catholic Church) an Italian pope distinguished for his spiritual and temporal @@ -93824,6 +94832,7 @@ - St. Gregory I - Gregory the Great partOfSpeech: n + wikidata: Q42827 11034208-n: definition: - the Italian pope who fought to establish the supremacy of the pope over the Roman @@ -93837,6 +94846,7 @@ - Gregory VII - Hildebrand partOfSpeech: n + wikidata: Q133063 11034446-n: definition: - the Italian pope from 1406 to 1415 who worked to end the Great Schism and who @@ -93863,6 +94873,7 @@ - Gregory XIII - Ugo Buoncompagni partOfSpeech: n + wikidata: Q83029 11034829-n: definition: - Italian pope from 1831 to 1846; conservative in politics and theology; worked @@ -93876,6 +94887,7 @@ - Gregory XVI - Bartolomeo Alberto Capillari partOfSpeech: n + wikidata: Q43734 11035076-n: definition: - (Roman Catholic Church) a church father known for his constant fight against perceived @@ -93906,6 +94918,7 @@ - Gresham - Sir Thomas Gresham partOfSpeech: n + wikidata: Q318673 11035521-n: definition: - high-scoring Canadian ice-hockey player (born in 1961) @@ -93916,6 +94929,7 @@ - Gretzky - Wayne Gretzky partOfSpeech: n + wikidata: Q209518 11035646-n: definition: - Englishman who as Prime Minister implemented social reforms including the abolition @@ -93928,6 +94942,7 @@ - Charles Grey - Second Earl Grey partOfSpeech: n + wikidata: Q294662 11035868-n: definition: - Queen of England for nine days in 1553; she was quickly replaced by Mary Tudor @@ -93939,6 +94954,7 @@ - Grey - Lady Jane Grey partOfSpeech: n + wikidata: Q162356 11036071-n: definition: - United States writer of western adventure novels (1875-1939) @@ -93949,6 +94965,7 @@ - Grey - Zane Grey partOfSpeech: n + wikidata: Q146763 11036195-n: definition: - Norwegian composer whose work was often inspired by Norwegian folk music (1843-1907) @@ -93960,6 +94977,7 @@ - Edvard Grieg - Edvard Hagerup Grieg partOfSpeech: n + wikidata: Q80621 11036370-n: definition: - United States film maker who was the first to use flashbacks and fade-outs (1875-1948) @@ -93971,6 +94989,7 @@ - D. W. Griffith - David Lewelyn Wark Griffith partOfSpeech: n + wikidata: Q51123 11036559-n: definition: - the older of the two Grimm brothers remembered best for their fairy stories; also @@ -93997,6 +95016,7 @@ - Wilhelm Grimm - Wilhelm Karl Grimm partOfSpeech: n + wikidata: Q6714 11037016-n: definition: - Spanish cubist painter (1887-1927) @@ -94007,6 +95027,7 @@ - Gris - Juan Gris partOfSpeech: n + wikidata: Q151152 11037114-n: definition: - Soviet ambassador to the United States and to the United Nations (1909-1989) @@ -94029,6 +95050,7 @@ - Gropius - Walter Gropius partOfSpeech: n + wikidata: Q61071 11037450-n: definition: - Dutch jurist and diplomat whose writings established the basis of modern international @@ -94042,6 +95064,7 @@ - Hugo Grotius - Huig de Groot partOfSpeech: n + wikidata: Q154959 11037657-n: definition: - United States general who served as military director of the atomic bomb project @@ -94077,7 +95100,6 @@ - Guarneri - Guarnieri - Guarnerius - - Guiseppe Guarneri partOfSpeech: n 11038149-n: definition: @@ -94092,6 +95114,7 @@ - Ernesto Guevara - Che Guevara partOfSpeech: n + wikidata: Q5809 11038435-n: definition: - (Arthurian legend) wife of King Arthur; in some versions of the legend she became @@ -94105,6 +95128,7 @@ - Guinevere - Guenevere partOfSpeech: n + wikidata: Q272054 11038679-n: definition: - United States journalist (born in England) noted for his syndicated homey verse @@ -94179,6 +95203,7 @@ - Gustavus II - Gustavus Adolphus partOfSpeech: n + wikidata: Q52938 11039896-n: definition: - king of Sweden who increased the royal power and waged an unpopular war against @@ -94191,6 +95216,7 @@ - Gustavus - Gustavus III partOfSpeech: n + wikidata: Q52930 11040065-n: definition: - king of Sweden whose losses to Napoleon I led to his being deposed in 1809 (1778-1837) @@ -94202,6 +95228,7 @@ - Gustavus - Gustavus IV partOfSpeech: n + wikidata: Q52929 11040221-n: definition: - king of Sweden who kept Sweden neutral during both World War I and II (1858-1950) @@ -94225,6 +95252,7 @@ - Gustavus - Gustavus VI partOfSpeech: n + wikidata: Q52878 11040509-n: definition: - German printer who was the first in Europe to print using movable type and the @@ -94249,6 +95277,7 @@ - Woody Guthrie - Woodrow Wilson Guthrie partOfSpeech: n + wikidata: Q4061 11040884-n: definition: - English comedienne and mistress of Charles II (1650-1687) @@ -94266,6 +95295,7 @@ - Eleanor Gwyn - Eleanor Gwynne partOfSpeech: n + wikidata: Q234163 11041096-n: definition: - a Hebrew minor prophet who wrote the book of Habakkuk, which consists of five @@ -94276,6 +95306,7 @@ members: - Habakkuk partOfSpeech: n + wikidata: Q135106 11041174-n: definition: - German chemist noted for the synthetic production of ammonia from the nitrogen @@ -94313,6 +95344,7 @@ - Haeckel - Ernst Heinrich Haeckel partOfSpeech: n + wikidata: Q48246 11041912-n: definition: - a Hebrew minor prophet, the first of three post-exile prophets from the Neo-Babylonian @@ -94324,6 +95356,7 @@ - Haggai - Aggeus partOfSpeech: n + wikidata: Q1613144 11041997-n: definition: - British writer noted for romantic adventure novels (1856-1925) @@ -94347,6 +95380,7 @@ - Hahn - Otto Hahn partOfSpeech: n + wikidata: Q57065 11042305-n: definition: - emperor of Ethiopia; worshipped by Rastafarians (1892-1975) @@ -94358,6 +95392,7 @@ - Ras Tafari Makonnen - Ras Tafari partOfSpeech: n + wikidata: Q41178 11042461-n: definition: - Scottish statesman and brother of Elizabeth and John Haldane (1856-1928) @@ -94370,6 +95405,7 @@ - Richard Burdon Haldane - First Viscount Haldane of Cloan partOfSpeech: n + wikidata: Q334078 11042665-n: definition: - Scottish writer and sister of Richard Haldane and John Haldane (1862-1937) @@ -94405,6 +95441,7 @@ - J. B. S. Haldane - John Burdon Sanderson Haldane partOfSpeech: n + wikidata: Q156333 11043323-n: definition: - prolific United States writer (1822-1909) @@ -94415,6 +95452,7 @@ - Hale - Edward Everett Hale partOfSpeech: n + wikidata: Q786616 11043438-n: definition: - United States astronomer who discovered that sunspots are associated with strong @@ -94426,6 +95464,7 @@ - Hale - George Ellery Hale partOfSpeech: n + wikidata: Q312288 11043619-n: definition: - a soldier of the American Revolution who was hanged as a spy by the British; his @@ -94449,6 +95488,7 @@ - Fromental Halevy - Jacques Francois Fromental Elie Halevy partOfSpeech: n + wikidata: Q313917 11044029-n: definition: - United States writer and Afro-American who wrote a fictionalized account of tracing @@ -94472,6 +95512,7 @@ - Bill Haley - William John Clifton Haley Jr. partOfSpeech: n + wikidata: Q202319 11044415-n: definition: - United States astronomer who discovered Phobos and Deimos (the two satellites @@ -94494,6 +95535,7 @@ - Hall - Charles Francis Hall partOfSpeech: n + wikidata: Q940601 11044727-n: definition: - United States chemist who developed an economical method of producing aluminum @@ -94530,6 +95572,7 @@ - Radclyffe Hall - Marguerite Radclyffe Hall partOfSpeech: n + wikidata: Q237639 11045322-n: definition: - English astronomer who used Newton's laws of motion to predict the period of a @@ -94553,6 +95596,7 @@ - Hals - Frans Hals partOfSpeech: n + wikidata: Q167654 11045664-n: definition: - United States statesman and leader of the Federalists; as the first Secretary @@ -94565,6 +95609,7 @@ - Hamilton - Alexander Hamilton partOfSpeech: n + wikidata: Q178903 11045922-n: definition: - United States toxicologist known for her work on industrial poisons (1869-1970) @@ -94587,6 +95632,7 @@ - Lady Emma Hamilton - Amy Lyon partOfSpeech: n + wikidata: Q234811 11046227-n: definition: - Irish mathematician (1806-1865) @@ -94598,6 +95644,7 @@ - William Rowan Hamilton - Sir William Rowan Hamilton partOfSpeech: n + wikidata: Q11887 11046368-n: definition: - Swedish diplomat who greatly extended the influence of the United Nations in peacekeeping @@ -94610,6 +95657,7 @@ - Dag Hammarskjold - Dag Hjalmar Agne Carl Hammarskjold partOfSpeech: n + wikidata: Q1267 11046593-n: definition: - United States lyricist who collaborated on many musical comedies (most successfully @@ -94622,6 +95670,7 @@ - Oscar Hammerstein - Oscar Hammerstein II partOfSpeech: n + wikidata: Q319693 11046812-n: definition: - United States writer of hard-boiled detective fiction (1894-1961) @@ -94643,6 +95692,7 @@ - Hammurabi - Hammurapi partOfSpeech: n + wikidata: Q36359 11047123-n: definition: - United States musician who was the first to use the vibraphone as a jazz instrument @@ -94654,6 +95704,7 @@ - Hampton - Lionel Hampton partOfSpeech: n + wikidata: Q313525 11047290-n: definition: - Norwegian writer of novels (1859-1952) @@ -94676,6 +95727,7 @@ - Hancock - John Hancock partOfSpeech: n + wikidata: Q272774 11047627-n: definition: - a prolific British baroque composer (born in Germany) remembered best for his @@ -94689,6 +95741,7 @@ - George Frederick Handel - Georg Friedrich Handel partOfSpeech: n + wikidata: Q7302 11047881-n: definition: - United States blues musician who transcribed and published traditional blues music @@ -94701,6 +95754,7 @@ - W. C. Handy - William Christopher Handy partOfSpeech: n + wikidata: Q352967 11048070-n: definition: - United States film actor (born in 1956) @@ -94712,6 +95766,7 @@ - Tom Hanks - Thomas J. Hanks partOfSpeech: n + wikidata: Q2263 11048192-n: definition: - general who commanded the Carthaginian army in the second Punic War; crossed the @@ -94724,6 +95779,7 @@ members: - Hannibal partOfSpeech: n + wikidata: Q36456 11048442-n: definition: - 29th President of the United States; two of his appointees were involved in the @@ -94748,6 +95804,7 @@ - Hardy - Thomas Hardy partOfSpeech: n + wikidata: Q132805 11048776-n: definition: - United States slapstick comedian who played the pompous and overbearing member @@ -94759,6 +95816,7 @@ - Hardy - Oliver Hardy partOfSpeech: n + wikidata: Q72911 11049001-n: definition: - English inventor of the spinning jenny (1720-1778) @@ -94769,6 +95827,7 @@ - Hargreaves - James Hargreaves partOfSpeech: n + wikidata: Q140696 11049128-n: definition: - United States film actress who made several films with Clark Gable (1911-1937) @@ -94793,6 +95852,7 @@ - Alfred Charles William Harmsworth - Viscount Northcliffe partOfSpeech: n + wikidata: Q335193 11049450-n: definition: - illegitimate son of Canute who seized the throne of England in 1037 (died in 1040) @@ -94869,6 +95929,7 @@ - Bomber Harris - Sir Arthur Travers Harris partOfSpeech: n + wikidata: Q372052 11050675-n: definition: - Irish writer noted for his sexually explicit but unreliable autobiography (1856-1931) @@ -94880,6 +95941,7 @@ - Frank Harris - James Thomas Harris partOfSpeech: n + wikidata: Q763507 11050851-n: definition: - United States diplomat who was instrumental in opening Japan to foreign trade @@ -94904,6 +95966,7 @@ - Zellig Harris - Zellig Sabbatai Harris partOfSpeech: n + wikidata: Q189047 11051253-n: definition: - United States author who wrote the stories about Uncle Remus (1848-1908) @@ -94928,6 +95991,7 @@ - President Harrison - President William Henry Harrison partOfSpeech: n + wikidata: Q11869 11051664-n: definition: - 23rd President of the United States (1833-1901) @@ -94940,6 +96004,7 @@ - President Harrison - President Benjamin Harrison partOfSpeech: n + wikidata: Q35678 11051838-n: definition: - English rock star; lead guitarist of the Beatles (1943-2001) @@ -94950,6 +96015,7 @@ - Harrison - George Harrison partOfSpeech: n + wikidata: Q2643 11051991-n: definition: - English actor on stage and in films (1908-1990) @@ -94962,6 +96028,7 @@ - Sir Rex Harrison - Reginald Carey Harrison partOfSpeech: n + wikidata: Q181887 11052154-n: definition: - English merchant who took over a shop in London that was expanded by his son into @@ -94984,6 +96051,7 @@ - Harrod - Charles Digby Harrod partOfSpeech: n + wikidata: Q5076870 11052537-n: definition: - United States lyricist who collaborated with Richard Rodgers (1895-1943) @@ -95006,6 +96074,7 @@ - Hart - Moss Hart partOfSpeech: n + wikidata: Q728876 11052836-n: definition: - United States writer noted for his stories about life during the California gold @@ -95027,6 +96096,7 @@ - Hartley - David Hartley partOfSpeech: n + wikidata: Q379902 11053155-n: definition: - American philanthropist who left his library and half his estate to the Massachusetts @@ -95064,6 +96134,7 @@ - Hasdrubal Barca - Hasdrubal partOfSpeech: n + wikidata: Q311702 11053866-n: definition: - Czech author of novels and short stories (1883-1923) @@ -95074,6 +96145,7 @@ - Hasek - Jaroslav Hasek partOfSpeech: n + wikidata: Q2754 11053988-n: definition: - United States painter noted for brilliant colors and bold brushwork (1859-1935) @@ -95085,6 +96157,7 @@ - Childe Hassam - Frederick Childe Hassam partOfSpeech: n + wikidata: Q737635 11054163-n: definition: - Norwegian chemist noted for his research on organic molecules (1897-1981) @@ -95095,6 +96168,7 @@ - Hassel - Odd Hassel partOfSpeech: n + wikidata: Q157212 11054303-n: definition: - United States architect who formed an important architectural firm with John Merven @@ -95106,6 +96180,7 @@ - Hastings - Thomas Hastings partOfSpeech: n + wikidata: Q7790487 11054481-n: definition: - wife of William Shakespeare (1556-1623) @@ -95116,6 +96191,7 @@ - Hathaway - Anne Hathaway partOfSpeech: n + wikidata: Q237251 11054592-n: definition: - Czech dramatist and statesman whose plays opposed totalitarianism and who served @@ -95129,6 +96205,7 @@ - Havel - Vaclav Havel partOfSpeech: n + wikidata: Q36233 11054870-n: definition: - English theoretical physicist (born in 1942) @@ -95140,6 +96217,7 @@ - Stephen Hawking - Stephen William Hawking partOfSpeech: n + wikidata: Q17714 11055013-n: definition: - United States jazz saxophonist (1904-1969) @@ -95164,6 +96242,7 @@ - Sir John Hawkins - Sir John Hawkyns partOfSpeech: n + wikidata: Q315490 11055359-n: definition: - English biochemist who was a pioneer in research on carbohydrates; when he synthesized @@ -95185,6 +96264,7 @@ - Hawthorne - Nathaniel Hawthorne partOfSpeech: n + wikidata: Q69339 11055776-n: definition: - prolific Austrian composer who influenced the classical form of the symphony (1732-1809) @@ -95196,6 +96276,7 @@ - Joseph Haydn - Franz Joseph Haydn partOfSpeech: n + wikidata: Q7349 11055953-n: definition: - English economist (born in Austria) noted for work on the optimum allocation of @@ -95232,6 +96313,7 @@ - Hayes - Helen Hayes partOfSpeech: n + wikidata: Q213302 11056517-n: definition: - United States lawyer involved in several famous court trials (1881-1954) @@ -95242,6 +96324,7 @@ - Hays - Arthur Garfield Hays partOfSpeech: n + wikidata: Q4798786 11056664-n: definition: - United States lawyer and politician who formulated a production code that prescribed @@ -95279,6 +96362,7 @@ - Hazlitt - William Hazlitt partOfSpeech: n + wikidata: Q126596 11057274-n: definition: - United States newspaper publisher whose introduction of large headlines and sensational @@ -95326,6 +96410,7 @@ - Hecht - Ben Hecht partOfSpeech: n + wikidata: Q267441 11058080-n: definition: - German philosopher whose three stage process of dialectical reasoning was adopted @@ -95337,6 +96422,7 @@ - Hegel - Georg Wilhelm Friedrich Hegel partOfSpeech: n + wikidata: Q9235 11058289-n: definition: - German philosopher whose views on human existence in a world of objects and on @@ -95348,6 +96434,7 @@ - Heidegger - Martin Heidegger partOfSpeech: n + wikidata: Q48301 11058501-n: definition: - United States writer of science fiction (1907-1988) @@ -95371,6 +96458,7 @@ - Heinz - Henry John Heinz partOfSpeech: n + wikidata: Q982831 11058806-n: definition: - German mathematical physicist noted for stating the uncertainty principle (1901-1976) @@ -95450,6 +96538,7 @@ - Hemingway - Ernest Hemingway partOfSpeech: n + wikidata: Q23434 11060020-n: definition: - United States guitarist whose innovative style with electric guitars influenced @@ -95462,6 +96551,7 @@ - Jimi Hendrix - James Marshall Hendrix partOfSpeech: n + wikidata: Q5928 11060236-n: definition: - United States physicist who studied electromagnetic phenomena (1791-1878) @@ -95472,6 +96562,7 @@ - Henry - Joseph Henry partOfSpeech: n + wikidata: Q157043 11060377-n: definition: - a leader of the American Revolution and a famous orator who spoke out against @@ -95484,6 +96575,7 @@ - Henry - Patrick Henry partOfSpeech: n + wikidata: Q311885 11060592-n: definition: - English chemist who studied the quantities of gas absorbed by water at different @@ -95495,6 +96587,7 @@ - Henry - William Henry partOfSpeech: n + wikidata: Q182915 11060796-n: definition: - King of England from 1100 to 1135; youngest son of William the Conqueror; conquered @@ -95530,6 +96623,7 @@ - Henry II of France - Henry II partOfSpeech: n + wikidata: Q132545 11061443-n: definition: - son of King John and king of England from 1216 to 1272; his incompetence aroused @@ -95551,6 +96645,7 @@ - Henry III of France - Henry III partOfSpeech: n + wikidata: Q53448 11061810-n: definition: - the first Lancastrian king of England from 1399 to 1413; deposed Richard II and @@ -95564,6 +96659,7 @@ - Bolingbroke - Henry Bolingbroke partOfSpeech: n + wikidata: Q161866 11062032-n: definition: - King of the Germans and Holy Roman Emperor (1050-1106) @@ -95574,6 +96670,7 @@ members: - Henry IV partOfSpeech: n + wikidata: Q60094 11062161-n: definition: - king of France from 1589 to 1610; although he was leader of the Huguenot armies, @@ -95600,6 +96697,7 @@ - Henry V of England - Henry V partOfSpeech: n + wikidata: Q131581 11062686-n: definition: - son of Henry V who as an infant succeeded his father and was King of England from @@ -95613,6 +96711,7 @@ - Henry VI of England - Henry VI partOfSpeech: n + wikidata: Q160337 11063035-n: definition: - first Tudor king of England from 1485 to 1509; head of the house of Lancaster @@ -95627,6 +96726,7 @@ - Henry VII - Henry Tudor partOfSpeech: n + wikidata: Q675493 11063384-n: definition: - King of the Germans and Holy Roman Emperor (1275-1313) @@ -95649,6 +96749,7 @@ - Henry VIII of England - Henry VIII partOfSpeech: n + wikidata: Q38370 11063831-n: definition: - United States puppeteer who created a troupe of puppet characters (1936-1990) @@ -95659,6 +96760,7 @@ - Henson - Jim Henson partOfSpeech: n + wikidata: Q191037 11063975-n: definition: - United States film actress who appeared in many films with Spencer Tracy (1907-2003) @@ -95671,6 +96773,7 @@ - Katharine Hepburn - Katharine Houghton Hepburn partOfSpeech: n + wikidata: Q56016 11064163-n: definition: - British sculptor (1902-1975) @@ -95682,6 +96785,7 @@ - Barbara Hepworth - Dame Barbara Hepworth partOfSpeech: n + wikidata: Q234109 11064290-n: definition: - a presocratic Greek philosopher who said that fire is the origin of all things @@ -95693,6 +96797,7 @@ members: - Heraclitus partOfSpeech: n + wikidata: Q41155 11064512-n: definition: - German philosopher (1776-1841) @@ -95714,6 +96819,7 @@ - Herbert - Victor Herbert partOfSpeech: n + wikidata: Q1275145 11064784-n: definition: - German philosopher who advocated intuition over reason (1744-1803) @@ -95738,6 +96844,7 @@ - Woody Herman - Woodrow Charles Herman partOfSpeech: n + wikidata: Q349357 11065101-n: definition: - Greek mathematician and inventor who devised a way to determine the area of a @@ -95763,6 +96870,7 @@ - Herod - Herod the Great partOfSpeech: n + wikidata: Q51672 11065564-n: definition: - the ancient Greek known as the father of history; his accounts of the wars between @@ -95774,6 +96882,7 @@ members: - Herodotus partOfSpeech: n + wikidata: Q26825 11065791-n: definition: - English lyric poet (1591-1674) @@ -95784,6 +96893,7 @@ - Herrick - Robert Herrick partOfSpeech: n + wikidata: Q553554 11065893-n: definition: - English astronomer (born in Germany) who discovered infrared light and who catalogued @@ -95797,6 +96907,7 @@ - Sir William Herschel - Sir Frederick William Herschel partOfSpeech: n + wikidata: Q14277 11066164-n: definition: - English astronomer (son of William Herschel) who extended the catalogue of stars @@ -95835,6 +96946,7 @@ - Gustav Hertz - Gustav Ludwig Hertz partOfSpeech: n + wikidata: Q57070 11066929-n: definition: - German physicist who was the first to produce electromagnetic waves artificially @@ -95847,6 +96959,7 @@ - Heinrich Hertz - Heinrich Rudolph Hertz partOfSpeech: n + wikidata: Q41257 11067134-n: definition: - Canadian physicist (born in Germany) noted for contributions to understanding @@ -95858,6 +96971,7 @@ - Herzberg - Gerhard Herzberg partOfSpeech: n + wikidata: Q76602 11067328-n: definition: - Greek poet whose existing works describe rural life and the genealogies of the @@ -95868,6 +96982,7 @@ members: - Hesiod partOfSpeech: n + wikidata: Q44233 11067516-n: definition: - United States physicist (born in Austria) who was a discoverer of cosmic radiation @@ -95894,6 +97009,7 @@ - Rudolf Hess - Walther Richard Rudolf Hess partOfSpeech: n + wikidata: Q75866 11067956-n: definition: - Swiss physiologist noted for studies of the brain (1881-1973) @@ -95905,6 +97021,7 @@ - Walter Hess - Walter Rudolf Hess partOfSpeech: n + wikidata: Q115470 11068104-n: definition: - English pianist (1890-1965) @@ -95915,6 +97032,7 @@ - Hess - Dame Myra Hess partOfSpeech: n + wikidata: Q269848 11068200-n: definition: - Swiss writer (born in Germany) whose novels and poems express his interests in @@ -95926,6 +97044,7 @@ - Hesse - Hermann Hesse partOfSpeech: n + wikidata: Q25973 11068384-n: definition: - Hungarian chemist who studied radioisotopes and was one of the discoverers of @@ -95938,6 +97057,7 @@ - Hevesy - George Charles Hevesy de Hevesy partOfSpeech: n + wikidata: Q76951 11068581-n: definition: - Norwegian anthropologist noted for his studies of cultural diffusion (1914-2002) @@ -95949,6 +97069,7 @@ - Heyerdahl - Thor Hyerdahl partOfSpeech: n + wikidata: Q133622 11068734-n: definition: - Czechoslovakian chemist who developed polarography (1890-1967) @@ -95959,6 +97080,7 @@ - Heyrovsky - Jaroslav Heyrovsky partOfSpeech: n + wikidata: Q157701 11068874-n: definition: - German writer (1830-1914) @@ -95970,6 +97092,7 @@ - Paul Heyse - Paul Johann Ludwig von Heyse partOfSpeech: n + wikidata: Q76487 11068996-n: definition: - United States writer (1885-1940) @@ -95982,6 +97105,7 @@ - DuBois Heyward - Edwin DuBois Hayward partOfSpeech: n + wikidata: Q2382900 11069123-n: definition: - (Old Testament) king of Judah who abolished idolatry (715-687 BC) @@ -95994,6 +97118,7 @@ - Hezekiah - Ezekias partOfSpeech: n + wikidata: Q244912 11069273-n: definition: - a Native American chieftain who argued for peace with the European settlers (16th @@ -96017,6 +97142,7 @@ - Wild Bill Hickock - James Butler Hickock partOfSpeech: n + wikidata: Q44677 11069603-n: definition: - United States writer and soldier who led the first Black regiment in the Union @@ -96066,6 +97192,7 @@ - J. J. Hill - James Jerome Hill partOfSpeech: n + wikidata: Q771991 11070178-n: definition: - New Zealand mountaineer who in 1953 first attained the summit of Mount Everest @@ -96079,6 +97206,7 @@ - Sir Edmund Hillary - Sir Edmund Percival Hillary partOfSpeech: n + wikidata: Q33817 11070431-n: definition: - Palestinian rabbi and interpreter of Judaic law @@ -96100,6 +97228,7 @@ - Himmler - Heinrich Himmler partOfSpeech: n + wikidata: Q43067 11070718-n: definition: - French racing cyclist who won the Tour de France five times (born in 1954) @@ -96110,6 +97239,7 @@ - Hinault - Bernard Hinault partOfSpeech: n + wikidata: Q109255 11070865-n: definition: - German neoclassical composer and conductor who believed that music should have @@ -96150,6 +97280,7 @@ members: - Hipparchus partOfSpeech: n + wikidata: Q159905 11071627-n: definition: - medical practitioner who is regarded as the father of medicine; author of the @@ -96160,6 +97291,7 @@ members: - Hippocrates partOfSpeech: n + wikidata: Q5264 11071817-n: definition: - emperor of Japan who renounced his divinity and became a constitutional monarch @@ -96171,6 +97303,7 @@ - Hirohito - Michinomiya Hirohito partOfSpeech: n + wikidata: Q34479 11072038-n: definition: - United States artist noted for his line-drawn caricatures (1904-2003) @@ -96206,6 +97339,7 @@ - Sir Alfred Hitchcock - Alfred Joseph Hitchcock partOfSpeech: n + wikidata: Q7374 11072493-n: definition: - United States biochemist noted for developing drugs to treat leukemia and gout @@ -96230,6 +97364,7 @@ - Adolf Hitler - Der Fuhrer partOfSpeech: n + wikidata: Q352 11072838-n: definition: - United States physiologist (1899-1982) @@ -96240,6 +97375,7 @@ - Hoagland - Hudson Hoagland partOfSpeech: n + wikidata: Q53041170 11072950-n: definition: - English materialist and political philosopher who advocated absolute sovereignty @@ -96252,6 +97388,7 @@ - Hobbes - Thomas Hobbes partOfSpeech: n + wikidata: Q37621 11073213-n: definition: - notable English cricketer (1882-1963) @@ -96263,6 +97400,7 @@ - Sir Jack Hobbs - John Berry Hobbs partOfSpeech: n + wikidata: Q967556 11073339-n: definition: - Vietnamese communist statesman who fought the Japanese in World War II and the @@ -96274,6 +97412,7 @@ - Ho Chi Minh - Nguyen Tat Thanh partOfSpeech: n + wikidata: Q36014 11073554-n: definition: - English physiologist who, with Andrew Huxley, discovered the role of potassium @@ -96300,6 +97439,7 @@ - Dorothy Hodgkin - Dorothy Mary Crowfoot Hodgkin partOfSpeech: n + wikidata: Q7487 11074029-n: definition: - English physician who first described Hodgkin's disease (1798-1866) @@ -96323,6 +97463,7 @@ - Jimmy Hoffa - James Riddle Hoffa partOfSpeech: n + wikidata: Q317638 11074437-n: definition: - versatile United States film actor (born in 1937) @@ -96333,6 +97474,7 @@ - Hoffman - Dustin Hoffman partOfSpeech: n + wikidata: Q42930 11074558-n: definition: - United States sculptor (1887-1966) @@ -96343,6 +97485,7 @@ - Hoffman - Malvina Hoffman partOfSpeech: n + wikidata: Q3844044 11074665-n: definition: - German writer of fantastic tales (1776-1822) @@ -96355,6 +97498,7 @@ - Ernst Theodor Amadeus Hoffmann - Ernst Theodor Wilhelm Hoffmann partOfSpeech: n + wikidata: Q150471 11074851-n: definition: - United States chemist (born in Poland) who used quantum mechanics to understand @@ -96387,6 +97531,7 @@ - Hoffmann - Josef Hoffmann partOfSpeech: n + wikidata: Q84250 11075291-n: definition: - German poet who wrote libretti for operas by Richard Strauss (1874-1929) @@ -96398,6 +97543,7 @@ - Hoffmannsthal - Hugo von Hoffmannsthal partOfSpeech: n + wikidata: Q51513 11075449-n: definition: - United States golfer who won many major golf tournaments (1912-1997) @@ -96422,6 +97568,7 @@ - Hogarth - William Hogarth partOfSpeech: n + wikidata: Q171344 11075802-n: definition: - Scottish writer of rustic verse (1770-1835) @@ -96432,6 +97579,7 @@ - Hogg - James Hogg partOfSpeech: n + wikidata: Q941810 11075910-n: definition: - Japanese painter whose work influenced the impressionists (1760-1849) @@ -96442,6 +97590,7 @@ - Hokusai - Katsushika Hokusai partOfSpeech: n + wikidata: Q5586 11076055-n: definition: - German painter of religious works (1465-1524) @@ -96469,6 +97618,7 @@ - Hans Holbein - Holbein the Younger partOfSpeech: n + wikidata: Q48319 11076461-n: definition: - United States inventor who invented a system for recording alphanumeric information @@ -96493,6 +97643,7 @@ - Buddy Holly - Charles Hardin Holley partOfSpeech: n + wikidata: Q5977 11076794-n: definition: - English geologist and supporter of the theory of continental drift (1890-1965) @@ -96503,6 +97654,7 @@ - Holmes - Arthur Holmes partOfSpeech: n + wikidata: Q606039 11076942-n: definition: - United States writer of humorous essays (1809-1894) @@ -96513,6 +97665,7 @@ - Holmes - Oliver Wendell Holmes partOfSpeech: n + wikidata: Q319829 11077071-n: definition: - United States jurist noted for his liberal opinions (1841-1935) @@ -96534,6 +97687,7 @@ members: - Holofernes partOfSpeech: n + wikidata: Q625748 11077376-n: definition: - ancient Greek epic poet who is believed to have written the Iliad and the Odyssey @@ -96544,6 +97698,7 @@ members: - Homer partOfSpeech: n + wikidata: Q6691 11077543-n: definition: - United States painter best known for his seascapes (1836-1910) @@ -96554,6 +97709,7 @@ - Homer - Winslow Homer partOfSpeech: n + wikidata: Q344838 11077674-n: definition: - Swiss composer (born in France) who was the founding member of a group in Paris @@ -96566,6 +97722,7 @@ - Honegger - Arthur Honegger partOfSpeech: n + wikidata: Q123164 11077920-n: definition: - English scientist who formulated the law of elasticity and proposed a wave theory @@ -96590,6 +97747,7 @@ - Hooker - Richard Hooker partOfSpeech: n + wikidata: Q443783 11078431-n: definition: - United States general in the Union Army who was defeated at Chancellorsville by @@ -96602,6 +97760,7 @@ - Joseph Hooker - Fighting Joe Hooker partOfSpeech: n + wikidata: Q315597 11078628-n: definition: - 31st President of the United States; in 1929 the stock market crashed and the @@ -96616,6 +97775,7 @@ - Herbert Clark Hoover - President Hoover partOfSpeech: n + wikidata: Q35236 11078909-n: definition: - United States lawyer who was director of the FBI for 48 years (1895-1972) @@ -96627,6 +97787,7 @@ - J. Edgar Hoover - John Edgar Hoover partOfSpeech: n + wikidata: Q210435 11079074-n: definition: - United States industrialist who manufactured vacuum cleaners (1849-1932) @@ -96662,6 +97823,7 @@ - Sir Anthony Hopkins - Sir Anthony Philip Hopkins partOfSpeech: n + wikidata: Q65932 11079588-n: definition: - English biochemist who did pioneering work that led to the discovery of vitamins @@ -96673,6 +97835,7 @@ - Hopkins - Sir Frederick Gowland Hopkins partOfSpeech: n + wikidata: Q233976 11079767-n: definition: - English poet (1844-1889) @@ -96683,6 +97846,7 @@ - Hopkins - Gerard Manley Hopkins partOfSpeech: n + wikidata: Q313693 11079870-n: definition: - United States financier and philanthropist who left money to found the university @@ -96706,6 +97870,7 @@ - Hopkins - Mark Hopkins partOfSpeech: n + wikidata: Q6768098 11080236-n: definition: - American Revolutionary leader and patriot; a signer of the Declaration of Independence @@ -96726,6 +97891,7 @@ members: - Horace partOfSpeech: n + wikidata: Q6197 11080530-n: definition: - United States singer and actress (born in 1917) @@ -96738,6 +97904,7 @@ - Lena Horne - Lena Calhoun Horne partOfSpeech: n + wikidata: Q112307 11080683-n: definition: - United States operatic mezzo-soprano (born 1934) @@ -96748,6 +97915,7 @@ - Horne - Marilyn Horne partOfSpeech: n + wikidata: Q186514 11080800-n: definition: - United States psychiatrist (1885-1952) @@ -96759,6 +97927,7 @@ - Karen Horney - Karen Danielsen Horney partOfSpeech: n + wikidata: Q71020 11080932-n: definition: - Russian concert pianist who was a leading international virtuoso (1904-1989) @@ -96769,6 +97938,7 @@ - Horowitz - Vladimir Horowitz partOfSpeech: n + wikidata: Q192506 11081084-n: definition: - Belgian architect and leader in art nouveau architecture (1861-1947) @@ -96779,6 +97949,7 @@ - Horta - Victor Horta partOfSpeech: n + wikidata: Q49744 11081220-n: definition: - a minor Hebrew prophet (8th century BC), he warned the northern kingdom against @@ -96801,6 +97972,7 @@ - Harry Houdini - Erik Weisz partOfSpeech: n + wikidata: Q131545 11081547-n: definition: - United States publisher who founded a printing shop that became an important book @@ -96823,6 +97995,7 @@ - A. E. Housman - Alfred Edward Housman partOfSpeech: n + wikidata: Q351410 11081848-n: definition: - United States politician and military leader who fought to gain independence for @@ -96836,6 +98009,7 @@ - Sam Houston - Samuel Houston partOfSpeech: n + wikidata: Q216547 11082106-n: definition: - Queen of England as the fifth wife of Henry VIII who was accused of adultery and @@ -96847,6 +98021,7 @@ - Howard - Catherine Howard partOfSpeech: n + wikidata: Q188926 11082280-n: definition: - English actor of stage and screen (1893-1943) @@ -96858,6 +98033,7 @@ - Leslie Howard - Leslie Howard Stainer partOfSpeech: n + wikidata: Q156178 11082419-n: definition: - United States inventor who built early sewing machines and won suits for patent @@ -96869,6 +98045,7 @@ - Howe - Elias Howe partOfSpeech: n + wikidata: Q360359 11082644-n: definition: - United States feminist who was active in the women's suffrage movement (1819-1910) @@ -96890,6 +98067,7 @@ - Gordie Howe - Gordon Howe partOfSpeech: n + wikidata: Q358519 11082958-n: definition: - United States editor (1920-1993) @@ -96935,6 +98113,7 @@ - Fred Hoyle - Sir Fred Hoyle partOfSpeech: n + wikidata: Q183397 11083530-n: definition: - a United States writer of science fiction and founder of Scientology (1911-1986) @@ -96945,6 +98124,7 @@ - Hubbard - L. Ron Hubbard partOfSpeech: n + wikidata: Q216896 11083682-n: definition: - United States astronomer who discovered that (as the universe expands) the speed @@ -96992,6 +98172,7 @@ - W. H. Hudson - William Henry Hudson partOfSpeech: n + wikidata: Q1359140 11084467-n: definition: - English astronomer who pioneered spectroscopic analysis in astronomy and who discovered @@ -97003,6 +98184,7 @@ - Huggins - Sir William Huggins partOfSpeech: n + wikidata: Q160681 11084657-n: definition: - United States jurist who served as chief justice of the United States Supreme @@ -97014,6 +98196,7 @@ - Hughes - Charles Evans Hughes partOfSpeech: n + wikidata: Q313252 11084829-n: definition: - United States industrialist who was an aviator and a film producer; during the @@ -97028,6 +98211,7 @@ - Howard Hughes - Howard Robard Hughes partOfSpeech: n + wikidata: Q189081 11085096-n: definition: - United States writer (1902-1967) @@ -97039,6 +98223,7 @@ - Langston Hughes - James Langston Hughes partOfSpeech: n + wikidata: Q188093 11085224-n: definition: - English poet (born in 1930) @@ -97050,6 +98235,7 @@ - Ted Hughes - Edward James Hughes partOfSpeech: n + wikidata: Q272194 11085340-n: definition: - French poet and novelist and dramatist; leader of the romantic movement in France @@ -97064,6 +98250,7 @@ - Victor Hugo - Victor-Marie Hugo partOfSpeech: n + wikidata: Q535 11085557-n: definition: - United States diplomat who did the groundwork for creating the United Nations @@ -97098,6 +98285,7 @@ - Baron Alexander von Humboldt - Baron Friedrich Heinrich Alexander von Humboldt partOfSpeech: n + wikidata: Q6694 11086204-n: definition: - German philologist noted for his studies of the relation between language and @@ -97110,6 +98298,7 @@ - Baron Wilhelm von Humboldt - Baron Karl Wilhelm von Humboldt partOfSpeech: n + wikidata: Q77888 11086420-n: definition: - Scottish philosopher skeptical philosophy restricted human knowledge to that which @@ -97121,6 +98310,7 @@ - Hume - David Hume partOfSpeech: n + wikidata: Q37160 11086611-n: definition: - German composer of six operas and other incidental music (1854-1921) @@ -97131,6 +98321,7 @@ - Humperdinck - Engelbert Humperdinck partOfSpeech: n + wikidata: Q55010 11086762-n: definition: - British writer who defended the Romanticism of Keats and Shelley (1784-1859) @@ -97142,6 +98333,7 @@ - Leigh Hunt - James Henry Leigh Hunt partOfSpeech: n + wikidata: Q655213 11086928-n: definition: - United States architect (1827-1895) @@ -97152,6 +98344,7 @@ - Hunt - Richard Morris Hunt partOfSpeech: n + wikidata: Q940298 11087037-n: definition: - Englishman and Pre-Raphaelite painter (1827-1910) @@ -97163,6 +98356,7 @@ - Holman Hunt - William Holman Hunt partOfSpeech: n + wikidata: Q211763 11087174-n: definition: - United States railroad executive who built the western section of the first United @@ -97195,6 +98389,7 @@ - Huntington - George Huntington partOfSpeech: n + wikidata: Q454311 11087735-n: definition: - United States impresario who was born in Russia (1888-1974) @@ -97206,6 +98401,7 @@ - Sol Hurok - Solomon Hurok partOfSpeech: n + wikidata: Q4535129 11087875-n: definition: - Czechoslovakian religious reformer who anticipated the Reformation; he questioned @@ -97251,6 +98447,7 @@ - Saddam - Saddam bin Hussein at-Takriti partOfSpeech: n + wikidata: Q1316 11088620-n: definition: - German philosopher who developed phenomenology (1859-1938) @@ -97273,6 +98470,7 @@ - Huston - John Huston partOfSpeech: n + wikidata: Q51575 11088912-n: definition: - United States educator who was president of the University of Chicago (1899-1977) @@ -97306,6 +98504,7 @@ - Hutton - James Hutton partOfSpeech: n + wikidata: Q192927 11089420-n: definition: - English cricketer (1916-1990) @@ -97317,6 +98516,7 @@ - Hutton - Sir Leonard Hutton partOfSpeech: n + wikidata: Q969666 11089524-n: definition: - English biologist and a leading exponent of Darwin's theory of evolution (1825-1895) @@ -97328,6 +98528,7 @@ - Thomas Huxley - Thomas Henry Huxley partOfSpeech: n + wikidata: Q184366 11089736-n: definition: - English writer; grandson of Thomas Huxley who is remembered mainly for his depiction @@ -97363,6 +98564,7 @@ - Christiaan Huygens - Christian Huygens partOfSpeech: n + wikidata: Q39599 11090377-n: definition: - Greek philosopher and astronomer; she invented the astrolabe (370-415) @@ -97384,6 +98586,7 @@ - Ibert - Jacques Francois Antoine Ibert partOfSpeech: n + wikidata: Q296828 11090634-n: definition: - realistic Norwegian author who wrote plays on social and political themes (1828-1906) @@ -97396,6 +98599,7 @@ - Henrik Ibsen - Henrik Johan Ibsen partOfSpeech: n + wikidata: Q36661 11090845-n: definition: - Spanish singer noted for his ballads and love songs (born in 1943) @@ -97406,6 +98610,7 @@ - Iglesias - Julio Iglesias partOfSpeech: n + wikidata: Q122003 11090984-n: definition: - bishop of Antioch who was martyred under the Roman Emperor Trajan (died 110) @@ -97435,6 +98640,7 @@ - St. Ignatius of Loyola - Loyola partOfSpeech: n + wikidata: Q44281 11091457-n: definition: - United States pop artist (born 1928) @@ -97456,6 +98662,7 @@ - Inge - William Inge partOfSpeech: n + wikidata: Q982880 11091667-n: definition: - English prelate noted for his pessimistic sermons and articles (1860-1954) @@ -97468,6 +98675,7 @@ - William Ralph Inge - Gloomy Dean partOfSpeech: n + wikidata: Q5823132 11091828-n: definition: - French classical painter (1780-1867) @@ -97479,6 +98687,7 @@ - Ingres - Jean Auguste Dominique Ingres partOfSpeech: n + wikidata: Q23380 11091950-n: definition: - Italian pope from 1198 to 1216 who instituted the Fourth Crusade and under whom @@ -97491,6 +98700,7 @@ - Innocent III - Lotario di Segni partOfSpeech: n + wikidata: Q128076 11092179-n: definition: - Italian pope from 1484 to 1492 who was known as a nepotist and was attacked by @@ -97503,6 +98713,7 @@ - Innocent VIII - Giovanni Battista Cibo partOfSpeech: n + wikidata: Q161351 11092386-n: definition: - Italian pope from 1676 to 1689 whose papacy was marked by the struggle with Louis @@ -97516,6 +98727,7 @@ - Innocent XI - Benedetto Odescalchi partOfSpeech: n + wikidata: Q101286 11092663-n: definition: - Italian pope from 1691 to 1700 who abolished nepotism within the church hierarchy @@ -97528,6 +98740,7 @@ - Innocent XII - Antonio Pignatelli partOfSpeech: n + wikidata: Q132708 11092877-n: definition: - French dramatist (born in Romania) who was a leading exponent of the theater of @@ -97539,6 +98752,7 @@ - Ionesco - Eugene Ionesco partOfSpeech: n + wikidata: Q46706 11093051-n: definition: - Greek theologian who was bishop of Lyons and an antiheretical writer; a saint @@ -97555,6 +98769,7 @@ - Saint Irenaeus - St. Irenaeus partOfSpeech: n + wikidata: Q182123 11093314-n: definition: - United States writer of darkly humorous novels (born in 1942) @@ -97565,6 +98780,7 @@ - Irving - John Irving partOfSpeech: n + wikidata: Q310379 11093443-n: definition: - United States writer remembered for his stories (1783-1859) @@ -97575,6 +98791,7 @@ - Irving - Washington Irving partOfSpeech: n + wikidata: Q181667 11093576-n: definition: - (Old Testament) the second patriarch; son of Abraham and Sarah who was offered @@ -97602,6 +98819,7 @@ - Isabella I - Isabella the Catholic partOfSpeech: n + wikidata: Q45859 11094130-n: definition: - (Old Testament) the first of the major Hebrew prophets (8th century BC) @@ -97638,6 +98856,7 @@ members: - Ishmael partOfSpeech: n + wikidata: Q183403 11094759-n: definition: - Athenian rhetorician and orator (436-338 BC) @@ -97672,6 +98891,7 @@ - Ivan III Vasilievich - Ivan the Great partOfSpeech: n + wikidata: Q171185 11095209-n: definition: - the first czar of Russia (1530-1584) @@ -97683,6 +98903,7 @@ - Ivan Iv Vasilievich - Ivan the Terrible partOfSpeech: n + wikidata: Q7996 11095342-n: definition: - Russian choreographer (1834-1905) @@ -97693,6 +98914,7 @@ - Ivanov - Lev Ivanov partOfSpeech: n + wikidata: Q282950 11095442-n: definition: - United States lithographer who (with his partner Nathaniel Currier) produced thousands @@ -97717,6 +98939,7 @@ - Ives - Charles Edward Ives partOfSpeech: n + wikidata: Q309648 11095813-n: definition: - 7th president of the US; successfully defended New Orleans from the British in @@ -97744,6 +98967,7 @@ - Thomas Jonathan Jackson - Stonewall Jackson partOfSpeech: n + wikidata: Q216124 11096349-n: definition: - United States writer of romantic novels about the unjust treatment of Native Americans @@ -97793,6 +99017,7 @@ - Michael Jackson - Michael Joe Jackson partOfSpeech: n + wikidata: Q2831 11097185-n: definition: - English film actress who later became a member of British Parliament (born in @@ -97805,6 +99030,7 @@ - Jackson - Glenda Jackson partOfSpeech: n + wikidata: Q182408 11097359-n: definition: - an unidentified English murderer in the 19th century @@ -97838,6 +99064,7 @@ - Jacobi - Karl Gustav Jacob Jacobi partOfSpeech: n + wikidata: Q76564 11097752-n: definition: - Dutch physician who opened the first birth control clinic in the world in Amsterdam @@ -97849,6 +99076,7 @@ - Jacobs - Aletta Jacobs partOfSpeech: n + wikidata: Q463478 11097917-n: definition: - United States writer and critic of urban planning (born in 1916) @@ -97870,6 +99098,7 @@ - W. W. Jacobs - William Wymark Jacobs partOfSpeech: n + wikidata: Q1385758 11098193-n: definition: - French inventor of the Jacquard loom that could automatically weave complicated @@ -97897,6 +99126,7 @@ - Jaffar Umar Thalib - Jafar Umar Thalib partOfSpeech: n + wikidata: Q17053200 11098640-n: definition: - English rock star (born in 1943) @@ -97908,6 +99138,7 @@ - Mick Jagger - Michael Philip Jagger partOfSpeech: n + wikidata: Q128121 11098764-n: definition: - United States linguist (born in Russia) noted for his description of the universals @@ -97948,6 +99179,7 @@ - James - Henry James partOfSpeech: n + wikidata: Q170509 11099382-n: definition: - United States pragmatic philosopher and psychologist (1842-1910) @@ -97959,6 +99191,7 @@ - James - William James partOfSpeech: n + wikidata: Q125249 11099534-n: definition: - United States outlaw who fought as a Confederate soldier and later led a band @@ -97973,6 +99206,7 @@ - James - Jesse James partOfSpeech: n + wikidata: Q213626 11099792-n: definition: - the first Stuart to be king of England and Ireland from 1603 to 1625 and king @@ -97989,6 +99223,7 @@ - King James - King James I partOfSpeech: n + wikidata: Q79972 11100164-n: definition: - the last Stuart to be king of England and Ireland and Scotland; overthrown in @@ -98001,6 +99236,7 @@ - James - James II partOfSpeech: n + wikidata: Q126188 11100341-n: definition: - a Stuart king of Scotland who married a daughter of Henry VII; when England and @@ -98013,6 +99249,7 @@ - James - James IV partOfSpeech: n + wikidata: Q137906 11100591-n: definition: - United States dancer and choreographer (born in 1944) @@ -98024,6 +99261,7 @@ - Jamison - Judith Jamison partOfSpeech: n + wikidata: Q6303488 11100735-n: definition: - a Dutch Roman Catholic theologian (1585-1638) @@ -98045,6 +99283,7 @@ - Jarrell - Randall Jarrell partOfSpeech: n + wikidata: Q972676 11100977-n: definition: - German psychiatrist (1883-1969) @@ -98056,6 +99295,7 @@ - Karl Jaspers - Karl Theodor Jaspers partOfSpeech: n + wikidata: Q76509 11101101-n: definition: - United States diplomat and jurist who negotiated peace treaties with Britain and @@ -98068,6 +99308,7 @@ - Jay - John Jay partOfSpeech: n + wikidata: Q310847 11101343-n: definition: - French heroine and military leader inspired by religious visions to organize French @@ -98093,6 +99334,7 @@ - Robinson Jeffers - John Robinson Jeffers partOfSpeech: n + wikidata: Q734955 11101818-n: definition: - 3rd President of the United States; chief drafter of the Declaration of Independence; @@ -98117,6 +99359,7 @@ - Jenner - Edward Jenner partOfSpeech: n + wikidata: Q40852 11102343-n: definition: - United States architect who designed the first skyscraper in which a metal skeleton @@ -98141,6 +99384,7 @@ - Jensen - Johannes Vilhelm Jensen partOfSpeech: n + wikidata: Q159552 11102642-n: definition: - (Old Testament) first king of the northern kingdom of Israel who led Israel into @@ -98154,6 +99398,7 @@ - Jeroboam - Jeroboam I partOfSpeech: n + wikidata: Q313219 11102832-n: definition: - (Old Testament) an Israelite prophet who is remembered for his angry lamentations @@ -98166,6 +99411,7 @@ members: - Jeremiah partOfSpeech: n + wikidata: Q158825 11103054-n: definition: - (Roman Catholic Church) one of the great Fathers of the early Christian Church @@ -98187,6 +99433,7 @@ - Eusebius Hieronymus - Eusebius Sophronius Hieronymus partOfSpeech: n + wikidata: Q44248 11103517-n: definition: - Danish linguist (1860-1943) @@ -98198,6 +99445,7 @@ - Otto Jespersen - Jens Otto Harry Jespersen partOfSpeech: n + wikidata: Q23870 11103646-n: definition: - a teacher and prophet born in Bethlehem and active in Nazareth; his life and sermons @@ -98219,6 +99467,7 @@ - Redeemer - Deliverer partOfSpeech: n + wikidata: Q302 11104100-n: definition: - the Christ child @@ -98231,6 +99480,7 @@ - Christ Child - El Nino partOfSpeech: n + wikidata: Q942467 11104190-n: definition: - English economist and logician who contributed to the development of the theory @@ -98243,6 +99493,7 @@ - Jevons - William Stanley Jevons partOfSpeech: n + wikidata: Q312546 11104399-n: definition: - Canadian filmmaker (born in 1926) @@ -98253,6 +99504,7 @@ - Jewison - Norman Jewison partOfSpeech: n + wikidata: Q309214 11104504-n: definition: - wife of Ahab who was king of Israel; according to the Old Testament she was a @@ -98275,6 +99527,7 @@ - Jimenez - Juan Ramon Jimenez partOfSpeech: n + wikidata: Q131318 11104885-n: definition: - prelate who was the confessor of Isabella I and who was later appointed Grand @@ -98309,6 +99562,7 @@ - Joachim - Joseph Joachim partOfSpeech: n + wikidata: Q159976 11105392-n: definition: - a Jewish hero in the Old Testament who maintained his faith in God in spite of @@ -98340,6 +99594,7 @@ - Joffre - Joseph Jacques Cesaire Joffre partOfSpeech: n + wikidata: Q207958 11105803-n: definition: - United States choreographer (1930-1988) @@ -98350,6 +99605,7 @@ - Joffrey - Robert Joffrey partOfSpeech: n + wikidata: Q573576 11105914-n: definition: - (New Testament) disciple of Jesus; traditionally said to be the author of the @@ -98383,6 +99639,7 @@ - King John - John Lackland partOfSpeech: n + wikidata: Q129308 11106597-n: definition: - Italian pope from 1958 to 1963 who convoked the Second Vatican Council (1881-1963) @@ -98394,6 +99651,7 @@ - John XXIII - Angelo Guiseppe Roncalli partOfSpeech: n + wikidata: Q23873 11106764-n: definition: - (Roman Catholic Church) a Church Father who was a great preacher and bishop of @@ -98424,6 +99682,7 @@ - John of Gaunt - Duke of Lancaster partOfSpeech: n + wikidata: Q193752 11107349-n: definition: - (New Testament) a preacher and hermit and forerunner of Jesus (whom he baptized); @@ -98449,6 +99708,7 @@ - John Paul I - Albino Luciano partOfSpeech: n + wikidata: Q37278 11107757-n: definition: - the first Pope born in Poland; the first Pope not born in Italy in 450 years (1920-2005) @@ -98460,6 +99720,7 @@ - John Paul II - Karol Wojtyla partOfSpeech: n + wikidata: Q989 11107921-n: definition: - United States artist and proponent of pop art (born in 1930) @@ -98470,6 +99731,7 @@ - Johns - Jasper Johns partOfSpeech: n + wikidata: Q155057 11108049-n: definition: - 17th President of the United States; was elected vice president and succeeded @@ -98484,6 +99746,7 @@ - President Johnson - President Andrew Johnson partOfSpeech: n + wikidata: Q8612 11108336-n: definition: - 36th President of the United States; was elected vice president and succeeded @@ -98500,6 +99763,7 @@ - President Johnson - President Lyndon Johnson partOfSpeech: n + wikidata: Q9640 11108612-n: definition: - English writer and lexicographer (1709-1784) @@ -98512,6 +99776,7 @@ - Samuel Johnson - Dr. Johnson partOfSpeech: n + wikidata: Q183266 11108761-n: definition: - Confederate general in the American Civil War; led the Confederate troops in the @@ -98525,6 +99790,7 @@ - J. E. Johnston - Joseph Eggleston Johnston partOfSpeech: n + wikidata: Q439669 11108959-n: definition: - French nuclear physicist who was Marie Curie's assistant and who worked with Marie @@ -98539,6 +99805,7 @@ - Joliot-Curie - Jean-Frederic Joliot-Curie partOfSpeech: n + wikidata: Q150989 11109308-n: definition: - French physicist who (with her husband) synthesized new chemical elements (1897-1956) @@ -98549,6 +99816,7 @@ - Joliot-Curie - Irene Joliot-Curie partOfSpeech: n + wikidata: Q7504 11109474-n: definition: - French explorer (with Jacques Marquette) of the upper Mississippi River valley @@ -98575,6 +99843,7 @@ - Al Jolson - Asa Yoelson partOfSpeech: n + wikidata: Q128532 11109858-n: definition: - (Old Testament) Jonah did not wish to become a prophet so God caused a great storm @@ -98598,6 +99867,7 @@ - Jones - Daniel Jones partOfSpeech: n + wikidata: Q706648 11110225-n: definition: - one of the first great English architects and a theater designer (1573-1652) @@ -98608,6 +99878,7 @@ - Jones - Inigo Jones partOfSpeech: n + wikidata: Q295929 11110368-n: definition: - American naval commander in the American Revolution (1747-1792) @@ -98618,6 +99889,7 @@ - Jones - John Paul Jones partOfSpeech: n + wikidata: Q314333 11110502-n: definition: - United States golfer (1902-1971) @@ -98629,6 +99901,7 @@ - Bobby Jones - Robert Tyre Jones partOfSpeech: n + wikidata: Q437526 11110621-n: definition: - United States railroad engineer who died trying to stop his train from crashing @@ -98641,6 +99914,7 @@ - Casey Jones - John Luther Jones partOfSpeech: n + wikidata: Q253906 11110874-n: definition: - United States labor leader (born in Ireland) who helped to found the Industrial @@ -98653,6 +99927,7 @@ - Mother Jones - Mary Harris Jones partOfSpeech: n + wikidata: Q107082 11111074-n: definition: - United States writer (born in 1942) @@ -98663,6 +99938,7 @@ - Jong - Erica Jong partOfSpeech: n + wikidata: Q236950 11111174-n: definition: - English dramatist and poet who was the first real poet laureate of England (1572-1637) @@ -98675,6 +99951,7 @@ - Ben Jonson - Benjamin Jonson partOfSpeech: n + wikidata: Q193857 11111364-n: definition: - United States composer who was the first creator of ragtime to write down his @@ -98709,6 +99986,7 @@ members: - Joseph partOfSpeech: n + wikidata: Q128267 11111853-n: definition: - (Old Testament) the 11th son of Jacob and one of the 12 patriarchs of Israel; @@ -98722,6 +100000,7 @@ members: - Joseph partOfSpeech: n + wikidata: Q145746 11112116-n: definition: - leader of the Nez Perce in their retreat from United States troops (1840-1904) @@ -98747,6 +100026,7 @@ - Flavius Josephus - Joseph ben Matthias partOfSpeech: n + wikidata: Q134461 11112531-n: definition: - (Old Testament) Moses' successor who led the Israelites into the Promised Land; @@ -98770,6 +100050,7 @@ - Joule - James Prescott Joule partOfSpeech: n + wikidata: Q8962 11112928-n: definition: - English classical scholar noted for his translations of Plato and Aristotle (1817-1893) @@ -98793,6 +100074,7 @@ - James Joyce - James Augustine Aloysius Joyce partOfSpeech: n + wikidata: Q6882 11113315-n: definition: - king of Spain since 1975 (born in 1938) @@ -98804,6 +100086,7 @@ - Juan Carlos - Juan Carlos Victor Maria de Borbon y Borbon partOfSpeech: n + wikidata: Q19943 11113459-n: definition: - (Old Testament) the fourth son of Jacob who was forebear of one of the tribes @@ -98816,6 +100099,7 @@ members: - Judah partOfSpeech: n + wikidata: Q282220 11113664-n: definition: - (New Testament) the Apostle who betrayed Jesus to his enemies for 30 pieces of @@ -98829,6 +100113,7 @@ - Judas - Judas Iscariot partOfSpeech: n + wikidata: Q81018 11113838-n: definition: - Jewish leader of a revolt in Judea that recovered Jerusalem around 166 BC; hero @@ -98871,6 +100156,7 @@ - Julian the Apostate - Flavius Claudius Julianus partOfSpeech: n + wikidata: Q33941 11114601-n: definition: - Swiss psychologist (1875-1961) @@ -98882,6 +100168,7 @@ - Carl Jung - Carl Gustav Jung partOfSpeech: n + wikidata: Q41532 11114770-n: definition: - German aircraft engineer who designed the first all-metal airplane (1859-1935) @@ -98892,6 +100179,7 @@ - Junkers - Hugo Junkers partOfSpeech: n + wikidata: Q60363 11114918-n: definition: - French botanist who categorized plants into families and developed a system of @@ -98940,6 +100228,7 @@ - Kafka - Franz Kafka partOfSpeech: n + wikidata: Q905 11115897-n: definition: - United States architect (born in Estonia) (1901-1974) @@ -98951,6 +100240,7 @@ - Kahn - Louis Isadore Kahn partOfSpeech: n + wikidata: Q210134 11116023-n: definition: - soviet statesman and head of state of the USSR (1875-1946) @@ -98962,6 +100252,7 @@ - Mikhail Kalinin - Mikhail Ivanovich Kalinin partOfSpeech: n + wikidata: Q229828 11116182-n: definition: - Hawaiian king who united the islands under his rule (1758-1819) @@ -98972,6 +100263,7 @@ - Kamehameha I - Kamehameha the Great partOfSpeech: n + wikidata: Q214910 11116328-n: definition: - Russian painter who was a pioneer of abstract art (1866-1944) @@ -98984,6 +100276,7 @@ - Kandinski - Wassily Kandinski partOfSpeech: n + wikidata: Q61064 11116498-n: definition: - influential German idealist philosopher (1724-1804) @@ -98994,6 +100287,7 @@ - Kant - Immanuel Kant partOfSpeech: n + wikidata: Q9312 11116635-n: definition: - Swedish poet whose works incorporate Swedish customs and folklore (1864-1931) @@ -99017,6 +100311,7 @@ - Boris Karloff - William Henry Pratt partOfSpeech: n + wikidata: Q203219 11116981-n: definition: - Russian chess master who was world champion from 1975 until 1985 when he was defeated @@ -99030,6 +100325,7 @@ - Anatoli Karpov - Anatoli Yevgenevich Karpov partOfSpeech: n + wikidata: Q131674 11117198-n: definition: - Russian dancer who danced with Nijinsky (1885-1978) @@ -99040,6 +100336,7 @@ - Karsavina - Tamara Karsavina partOfSpeech: n + wikidata: Q231316 11117325-n: definition: - Azerbaijani chess master who became world champion in 1985 by defeating Anatoli @@ -99064,6 +100361,7 @@ - Kastler - Alfred Kastler partOfSpeech: n + wikidata: Q71023 11117615-n: definition: - United States playwright who collaborated with many other writers including Moss @@ -99088,6 +100386,7 @@ - Kenneth Kaunda - Kenneth David Kaunda partOfSpeech: n + wikidata: Q105480 11118029-n: definition: - United States stage and screen director (born in Turkey) and believer in method @@ -99100,6 +100399,7 @@ - Elia Kazan - Elia Kazanjoglous partOfSpeech: n + wikidata: Q72717 11118213-n: definition: - English actor noted for his portrayals of Shakespeare's great tragic characters @@ -99111,6 +100411,7 @@ - Kean - Edmund Kean partOfSpeech: n + wikidata: Q704385 11118370-n: definition: - United States comedian and actor in silent films noted for his acrobatic skills @@ -99124,6 +100425,7 @@ - Buster Keaton - Joseph Francis Keaton partOfSpeech: n + wikidata: Q103949 11118591-n: definition: - Englishman and romantic poet (1795-1821) @@ -99134,6 +100436,7 @@ - Keats - John Keats partOfSpeech: n + wikidata: Q82083 11118697-n: definition: - English clergyman who (with John Henry Newman and Edward Pusey) founded the Oxford @@ -99156,6 +100459,7 @@ - Friedrich August Kekule - Friedrich August Kekule von Stradonitz partOfSpeech: n + wikidata: Q76784 11119075-n: definition: - United States lecturer and writer who was blind and deaf from the age of 19 months; @@ -99198,6 +100502,7 @@ - Gene Kelly - Eugene Curran Kelly partOfSpeech: n + wikidata: Q73089 11119913-n: definition: - United States film actress who retired when she married into the royal family @@ -99211,6 +100516,7 @@ - Grace Patricia Kelly - Princess Grace of Monaco partOfSpeech: n + wikidata: Q3925 11120129-n: definition: - United States circus clown (1898-1979) @@ -99222,6 +100528,7 @@ - Emmett Kelly - Weary Willie partOfSpeech: n + wikidata: Q602329 11120250-n: definition: - British physicist who invented the Kelvin scale of temperature and pioneered undersea @@ -99234,6 +100541,7 @@ - First Baron Kelvin - William Thompson partOfSpeech: n + wikidata: Q122701 11120452-n: definition: - United States biochemist who discovered cortisone (1886-1972) @@ -99257,6 +100565,7 @@ - Kendrew - Sir John Cowdery Kendrew partOfSpeech: n + wikidata: Q232295 11120788-n: definition: - United States diplomat who recommended a policy of containment in dealing with @@ -99308,6 +100617,7 @@ - Kent - Rockwell Kent partOfSpeech: n + wikidata: Q114405 11121690-n: definition: - Kenyan statesman and the first president of independent Kenya (1893-1978) @@ -99319,6 +100629,7 @@ - Kenyata - Jomo Kenyata partOfSpeech: n + wikidata: Q173563 11121833-n: definition: - Sauk leader who aided the United States against Black Hawk (1790-1848) @@ -99329,6 +100640,7 @@ members: - Keokuk partOfSpeech: n + wikidata: Q301353 11121976-n: definition: - German astronomer who first stated laws of planetary motion (1571-1630) @@ -99340,6 +100652,7 @@ - Johannes Kepler - Johan Kepler partOfSpeech: n + wikidata: Q8963 11122134-n: definition: - Russian revolutionary who was head of state after Nicholas II abdicated but was @@ -99352,6 +100665,7 @@ - Kerensky - Aleksandr Feodorovich Kerensky partOfSpeech: n + wikidata: Q48211 11122343-n: definition: - United States composer of musical comedies (1885-1945) @@ -99375,6 +100689,7 @@ - Jack Kerouac - Jean-Louis Lebris de Kerouac partOfSpeech: n + wikidata: Q160534 11122664-n: definition: - United States writer whose best-known novel was based on his experiences as an @@ -99387,6 +100702,7 @@ - Ken Kesey - Ken Elton Kesey partOfSpeech: n + wikidata: Q244390 11122868-n: definition: - United States electrical engineer who made numerous automotive improvements (including @@ -99413,6 +100729,7 @@ - Key - Francis Scott Key partOfSpeech: n + wikidata: Q320633 11123387-n: definition: - English economist who advocated the use of government monetary and fiscal policy @@ -99424,6 +100741,7 @@ - Keynes - John Maynard Keynes partOfSpeech: n + wikidata: Q9317 11123638-n: definition: - Russian composer (born in Armenia) whose works are romantic and reflect his interest @@ -99436,6 +100754,7 @@ - Aram Khachaturian - Aram Ilich Khachaturian partOfSpeech: n + wikidata: Q152293 11123854-n: definition: - Botswanan statesman who was the first president of Botswana (1921-1980) @@ -99446,6 +100765,7 @@ - Khama - Sir Seretse Khama partOfSpeech: n + wikidata: Q219962 11123998-n: definition: - Iranian religious leader of the Shiites; when Shah Pahlavi's regime fell Khomeini @@ -99460,6 +100780,7 @@ - Ayatollah Khomeini - Ayatollah Ruholla Khomeini partOfSpeech: n + wikidata: Q38823 11124277-n: definition: - Soviet statesman and premier who denounced Stalin (1894-1971) @@ -99483,6 +100804,7 @@ - William Kidd - Captain Kidd partOfSpeech: n + wikidata: Q26558 11124666-n: definition: - Danish philosopher who is generally considered, along with Nietzsche, to be a @@ -99495,6 +100817,7 @@ - Soren Kierkegaard - Soren Aabye Kierkegaard partOfSpeech: n + wikidata: Q6512 11124886-n: definition: - Polish filmmaker who made ten films based on the Ten Commandments (1941-1996) @@ -99505,6 +100828,7 @@ - Kieslowski - Krzysztof Kieslowski partOfSpeech: n + wikidata: Q55165 11125044-n: definition: - United States charismatic civil rights leader and Baptist minister who campaigned @@ -99518,6 +100842,7 @@ - Martin Luther King - Martin Luther King Jr. partOfSpeech: n + wikidata: Q8027 11125288-n: definition: - United States guitar player and singer of the blues (born in 1925) @@ -99530,6 +100855,7 @@ - B. B. King - Riley B King partOfSpeech: n + wikidata: Q188969 11125453-n: definition: - United States woman tennis player (born in 1943) @@ -99541,6 +100867,7 @@ - Billie Jean King - Billie Jean Moffitt King partOfSpeech: n + wikidata: Q54527 11125599-n: definition: - United States zoologist best known for his interview studies of sexual behavior @@ -99553,6 +100880,7 @@ - Kinsey - Alfred Charles Kinsey partOfSpeech: n + wikidata: Q186561 11125768-n: definition: - English author of novels and poetry who was born in India (1865-1936) @@ -99564,6 +100892,7 @@ - Rudyard Kipling - Joseph Rudyard Kipling partOfSpeech: n + wikidata: Q34743 11125935-n: definition: - German physicist who with Bunsen pioneered spectrum analysis and formulated two @@ -99577,6 +100906,7 @@ - G. R. Kirchhoff - Gustav Robert Kirchhoff partOfSpeech: n + wikidata: Q60052 11126160-n: definition: - German expressionist painter (1880-1938) @@ -99587,6 +100917,7 @@ - Kirchner - Ernst Ludwig Kirchner partOfSpeech: n + wikidata: Q229272 11126280-n: definition: - United States diplomat who served under President Nixon and President Ford (born @@ -99599,6 +100930,7 @@ - Henry Kissinger - Henry Alfred Kissinger partOfSpeech: n + wikidata: Q66107 11126469-n: definition: - British field marshal (1850-1916) @@ -99611,6 +100943,7 @@ - Horatio Herbert Kitchener - First Earl Kitchener of Khartoum partOfSpeech: n + wikidata: Q216129 11126642-n: definition: - German chemist who pioneered analytical chemistry and discovered three new elements @@ -99633,6 +100966,7 @@ - Klee - Paul Klee partOfSpeech: n + wikidata: Q44007 11126933-n: definition: - United States fashion designer noted for understated fashions (born in 1942) @@ -99644,6 +100978,7 @@ - Calvin Klein - Calvin Richard Klein partOfSpeech: n + wikidata: Q214800 11127100-n: definition: - United States psychoanalyst (born in Austria) who was the first to specialize @@ -99655,6 +100990,7 @@ - Klein - Melanie Klein partOfSpeech: n + wikidata: Q82999 11127298-n: definition: - German mathematician who created the Klein bottle (1849-1925) @@ -99665,6 +101001,7 @@ - Klein - Felix Klein partOfSpeech: n + wikidata: Q76641 11127426-n: definition: - German dramatist whose works concern people torn between reason and emotion (1777-1811) @@ -99676,6 +101013,7 @@ - Heinrich von Kleist - Bernd Heinrich Wilhelm von Kleist partOfSpeech: n + wikidata: Q28494 11127625-n: definition: - Austrian painter influenced by art nouveau (1862-1918) @@ -99686,6 +101024,7 @@ - Klimt - Gustav Klimt partOfSpeech: n + wikidata: Q34661 11127747-n: definition: - United States abstract expressionist painter (1910-1962) @@ -99697,6 +101036,7 @@ - Franz Kline - Franz Joseph Kline partOfSpeech: n + wikidata: Q374492 11127891-n: definition: - United States physician who first described the XXY-syndrome (born in 1912) @@ -99709,6 +101049,7 @@ - Harry F. Klinefelter - Harry Fitch Kleinfelter partOfSpeech: n + wikidata: Q1348413 11128074-n: definition: - German poet (1724-1803) @@ -99719,6 +101060,7 @@ - Klopstock - Friedrich Gottlieb Klopstock partOfSpeech: n + wikidata: Q154367 11128185-n: definition: - Scottish theologian who founded Presbyterianism in Scotland and wrote a history @@ -99731,6 +101073,7 @@ - Knox - John Knox partOfSpeech: n + wikidata: Q189937 11128390-n: definition: - German bacteriologist who isolated the anthrax bacillus and the tubercle bacillus @@ -99742,6 +101085,7 @@ - Koch - Robert Koch partOfSpeech: n + wikidata: Q37193 11128574-n: definition: - British writer (born in Hungary) who wrote a novel exposing the Stalinist purges @@ -99753,6 +101097,7 @@ - Koestler - Arthur Koestler partOfSpeech: n + wikidata: Q78494 11128757-n: definition: - Japanese statesman who set Japan's expansionist policies and formed an alliance @@ -99780,6 +101125,7 @@ - Tjalling Koopmans - Tjalling Charles Koopmans partOfSpeech: n + wikidata: Q110968 11129182-n: definition: - Soviet gymnast (born in 1955) @@ -99790,6 +101136,7 @@ - Korbut - Olga Korbut partOfSpeech: n + wikidata: Q221575 11129279-n: definition: - Russian chess master (born in 1931) @@ -99801,6 +101148,7 @@ - Viktor Korchnoi - Viktor Lvovich Korchnoi partOfSpeech: n + wikidata: Q212889 11129414-n: definition: - British filmmaker (born in Hungary) (1893-1956) @@ -99812,6 +101160,7 @@ - Sir Alexander Korda - Sandor Kellner partOfSpeech: n + wikidata: Q55221 11129553-n: definition: - United States semanticist (born in Poland) (1879-1950) @@ -99823,6 +101172,7 @@ - Alfred Korzybski - Alfred Habdank Skarbek Korzybski partOfSpeech: n + wikidata: Q333402 11129718-n: definition: - Polish patriot and soldier who fought with Americans in the American Revolution @@ -99837,6 +101187,7 @@ - Kosciuszko - Tadeusz Andrzej Bonawentura Kosciuszko partOfSpeech: n + wikidata: Q191479 11129960-n: definition: - United States conductor (born in Russia) who was noted for performing the works @@ -99849,6 +101200,7 @@ - Serge Koussevitzky - Sergei Aleksandrovich Koussevitzky partOfSpeech: n + wikidata: Q353449 11130195-n: definition: - German neurologist noted for his studies of sexual deviance (1840-1902) @@ -99872,6 +101224,7 @@ - Krasner - Lee Krasner partOfSpeech: n + wikidata: Q237959 11130607-n: definition: - English biochemist (born in Germany) who discovered the Krebs cycle (1900-1981) @@ -99883,6 +101236,7 @@ - Hans Adolf Krebs - Sir Hans Adolf Krebs partOfSpeech: n + wikidata: Q57191 11130781-n: definition: - United States violinist (born in Austria) (1875-1962) @@ -99893,6 +101247,7 @@ - Kreisler - Fritz Kreisler partOfSpeech: n + wikidata: Q78517 11130907-n: definition: - United States anthropologist noted for his studies of culture (1876-1960) @@ -99905,6 +101260,7 @@ - Alfred Kroeber - Alfred Louis Kroeber partOfSpeech: n + wikidata: Q311538 11131075-n: definition: - German mathematician (1823-1891) @@ -99915,6 +101271,7 @@ - Kronecker - Leopold Kronecker partOfSpeech: n + wikidata: Q76410 11131184-n: definition: - Russian anarchist (1842-1921) @@ -99926,6 +101283,7 @@ - Prince Peter Kropotkin - Pyotr Alexeyevich Kropotkin partOfSpeech: n + wikidata: Q5752 11131325-n: definition: - British chemist who with Robert Curl and Richard Smalley discovered fullerenes @@ -99940,6 +101298,7 @@ - Harold W. Kroto - Sir Harold Walter Kroto partOfSpeech: n + wikidata: Q157250 11131567-n: definition: - Boer statesman (1825-1904) @@ -99951,6 +101310,7 @@ - Oom Paul Kruger - Stephanus Johannes Paulus Kruger partOfSpeech: n + wikidata: Q244407 11131700-n: definition: - German industrialist who manufactured steel in Essen (1787-1826) @@ -99987,6 +101347,7 @@ - Kubla Khan - Kublai Kaan partOfSpeech: n + wikidata: Q7523 11132367-n: definition: - United States filmmaker (born in 1928) @@ -100008,6 +101369,7 @@ - Kuhn - Richard Kuhn partOfSpeech: n + wikidata: Q78483 11132618-n: definition: - United States astronomer (born in the Netherlands) who studied the solar system @@ -100033,6 +101395,7 @@ - Kurosawa - Akira Kurosawa partOfSpeech: n + wikidata: Q8006 11133067-n: definition: - Russian field marshal who commanded the Russian opposition to Napoleon (1745-1813) @@ -100045,6 +101408,7 @@ - Mikhail Ilarionovich Kutuzov - Prince of Smolensk partOfSpeech: n + wikidata: Q185801 11133256-n: definition: - United States economist (born in Russia) who developed a method for using a country's @@ -100056,6 +101420,7 @@ - Kuznets - Simon Kuznets partOfSpeech: n + wikidata: Q192577 11133479-n: definition: - English dramatist (1558-1594) @@ -100068,6 +101433,7 @@ - Thomas Kyd - Thomas Kid partOfSpeech: n + wikidata: Q337082 11133591-n: definition: - Hungarian choreographer who developed Labanotation (1879-1958) @@ -100079,6 +101445,7 @@ - Laban - Rudolph Laban partOfSpeech: n + wikidata: Q213712 11133722-n: definition: - French architect who was among the first to use metal construction successfully @@ -100090,6 +101457,7 @@ - Labrouste - Henri Labrouste partOfSpeech: n + wikidata: Q434218 11133888-n: definition: - United States sculptor (born in France) noted for his large nude figures (1882-1935) @@ -100113,6 +101481,7 @@ - Marie Joseph Paul Yves Roch Gilbert du Motier - Marquis de Lafayette partOfSpeech: n + wikidata: Q186652 11134275-n: definition: - United States economist who proposed the Laffer curve (born in 1940) @@ -100123,6 +101492,7 @@ - Laffer - Arthur Laffer partOfSpeech: n + wikidata: Q708520 11134413-n: definition: - French pirate who aided the United States in the War of 1812 and received an official @@ -100148,6 +101518,7 @@ - La Fontaine - Jean de La Fontaine partOfSpeech: n + wikidata: Q49496 11134781-n: definition: - French naturalist who proposed that evolution resulted from the inheritance of @@ -100161,6 +101532,7 @@ - Jean Baptiste de Lamarck - Chevalier de Lamarck partOfSpeech: n + wikidata: Q82122 11135019-n: definition: - English essayist (1775-1834) @@ -100172,6 +101544,7 @@ - Charles Lamb - Elia partOfSpeech: n + wikidata: Q372984 11135121-n: definition: - English composer and conductor (1905-1951) @@ -100184,6 +101557,7 @@ - Constant Lambert - Leonard Constant Lambert partOfSpeech: n + wikidata: Q731407 11135283-n: definition: - (Arthurian legend) one of the knights of the Round Table; friend of King Arthur @@ -100235,6 +101609,7 @@ - Landowska - Wanda Landowska partOfSpeech: n + wikidata: Q160257 11136107-n: definition: - United States pathologist (born in Austria) who discovered human blood groups @@ -100246,6 +101621,7 @@ - Landsteiner - Karl Landsteiner partOfSpeech: n + wikidata: Q84405 11136274-n: definition: - United States educator who founded the first private school for Black students @@ -100282,6 +101658,7 @@ - Langley - Samuel Pierpoint Langley partOfSpeech: n + wikidata: Q357961 11136865-n: definition: - United States chemist who studied surface chemistry and developed the gas-filled @@ -100293,6 +101670,7 @@ - Langmuir - Irving Langmuir partOfSpeech: n + wikidata: Q184286 11137098-n: definition: - British actress and mistress of the prince who later became Edward VII (1853-1929) @@ -100305,6 +101683,7 @@ - Jersey Lillie - Emilie Charlotte le Breton partOfSpeech: n + wikidata: Q297743 11137297-n: definition: - Chinese philosopher regarded as the founder of Taoism (6th century BC) @@ -100317,6 +101696,7 @@ - Lao-tse - Lao-zi partOfSpeech: n + wikidata: Q9333 11137441-n: definition: - French mathematician and astronomer who formulated the nebular hypothesis concerning @@ -100344,6 +101724,7 @@ - Ring Lardner - Ringgold Wilmer Lardner partOfSpeech: n + wikidata: Q919515 11137921-n: definition: - French writer of moralistic maxims (1613-1680) @@ -100377,6 +101758,7 @@ - Sieur de LaSalle - Rene-Robert Cavelier partOfSpeech: n + wikidata: Q298156 11138352-n: definition: - Belgian composer (1532-1594) @@ -100426,6 +101808,7 @@ - Harry Lauder - Sir Harry MacLennan Lauder partOfSpeech: n + wikidata: Q3127854 11139051-n: definition: - United States film actor (born in England) (1899-1962) @@ -100436,6 +101819,7 @@ - Laughton - Charles Laughton partOfSpeech: n + wikidata: Q55264 11139180-n: definition: - United States slapstick comedian (born in England) who played the scatterbrained @@ -100459,6 +101843,7 @@ - Laurens - Henry Laurens partOfSpeech: n + wikidata: Q1606981 11139624-n: definition: - Australian tennis player who in 1962 was the second man to win the Australian @@ -100472,6 +101857,7 @@ - Rod Laver - Rodney George Laver partOfSpeech: n + wikidata: Q105550 11139907-n: definition: - French chemist known as the father of modern chemistry; discovered oxygen and @@ -100497,6 +101883,7 @@ - D. H. Lawrence - David Herbert Lawrence partOfSpeech: n + wikidata: Q34970 11140358-n: definition: - United States physicist who developed the cyclotron (1901-1958) @@ -100509,6 +101896,7 @@ - E. O. Lawrence - Ernest Orlando Lawrence partOfSpeech: n + wikidata: Q169577 11140520-n: definition: - English actress (1898-1952) @@ -100519,6 +101907,7 @@ - Lawrence - Gertrude Lawrence partOfSpeech: n + wikidata: Q433053 11140623-n: definition: - English portrait painter remembered for the series of portraits of the leaders @@ -100530,6 +101919,7 @@ - Lawrence - Sir Thomas Lawrence partOfSpeech: n + wikidata: Q312096 11140824-n: definition: - Welsh soldier who from 1916 to 1918 organized the Arab revolt against the Turks; @@ -100563,6 +101953,7 @@ - St. Lawrence - Laurentius partOfSpeech: n + wikidata: Q17590 11141441-n: definition: - Canadian economist best remembered for his humorous writings (1869-1944) @@ -100575,6 +101966,7 @@ - Stephen Leacock - Stephen Butler Leacock partOfSpeech: n + wikidata: Q508029 11141630-n: definition: - English paleontologist whose account of fossil discoveries in Tanzania changed @@ -100588,6 +101980,7 @@ - Louis Leakey - Louis Seymour Bazett Leakey partOfSpeech: n + wikidata: Q14837 11141866-n: definition: - English paleontologist (the wife of Louis Leakey) who discovered the Zinjanthropus @@ -100601,6 +101994,7 @@ - Mary Leakey - Mary Douglas Leakey partOfSpeech: n + wikidata: Q231111 11142104-n: definition: - English paleontologist (son of Louis Leakey and Mary Leakey) who continued the @@ -100615,6 +102009,7 @@ - Richard Leakey - Richard Erskine Leakey partOfSpeech: n + wikidata: Q318960 11142429-n: definition: - British artist and writer of nonsense verse (1812-1888) @@ -100626,6 +102021,7 @@ - Lear - Edward Lear partOfSpeech: n + wikidata: Q309759 11142569-n: definition: - United States psychologist who experimented with psychoactive drugs (including @@ -100651,6 +102047,7 @@ - John le Carre - David John Moore Cornwell partOfSpeech: n + wikidata: Q209641 11142967-n: definition: - French chemist who formulated Le Chatelier's principle (1850-1936) @@ -100661,6 +102058,7 @@ - le Chatelier - Henry le Chatelier partOfSpeech: n + wikidata: Q121926 11143114-n: definition: - French architect (born in Switzerland) (1887-1965) @@ -100671,6 +102069,7 @@ - Le Corbusier - Charles Edouard Jeanneret partOfSpeech: n + wikidata: Q4724 11143252-n: definition: - United States folk singer and composer (1885-1949) @@ -100696,6 +102095,7 @@ members: - Le Duc Tho partOfSpeech: n + wikidata: Q233969 11143580-n: definition: - American general who led the Confederate Armies in the American Civil War (1807-1870) @@ -100708,6 +102108,7 @@ - Robert E. Lee - Robert Edward Lee partOfSpeech: n + wikidata: Q165557 11143752-n: definition: - soldier of the American Revolution (1756-1818) @@ -100720,6 +102121,7 @@ - Henry Lee - Lighthorse Harry Lee partOfSpeech: n + wikidata: Q450175 11143884-n: definition: - leader of the American Revolution who proposed the resolution calling for independence @@ -100743,6 +102145,7 @@ - Lee - Tsung Dao Lee partOfSpeech: n + wikidata: Q183679 11144290-n: definition: - United States actor who was an expert in kung fu and starred in martial arts films @@ -100755,6 +102158,7 @@ - Bruce Lee - Lee Yuen Kam partOfSpeech: n + wikidata: Q16397 11144462-n: definition: - United States striptease artist who became famous on Broadway in the 1930s (1914-1970) @@ -100778,6 +102182,7 @@ - Spike Lee - Shelton Jackson Lee partOfSpeech: n + wikidata: Q51566 11144821-n: definition: - United States actress (born in England) (1899-1991) @@ -100788,6 +102193,7 @@ - Le Gallienne - Eva Le Gallienne partOfSpeech: n + wikidata: Q266402 11144951-n: definition: - French painter who was an early cubist (1881-1955) @@ -100798,6 +102204,7 @@ - Leger - Fernand Leger partOfSpeech: n + wikidata: Q157183 11145070-n: definition: - Hungarian composer of light operas (1870-1948) @@ -100808,6 +102215,7 @@ - Lehar - Franz Lehar partOfSpeech: n + wikidata: Q191917 11145183-n: definition: - German philosopher and mathematician who thought of the universe as consisting @@ -100823,6 +102231,7 @@ - Gottfried Wilhelm Leibniz - Gottfried Wilhelm Leibnitz partOfSpeech: n + wikidata: Q9047 11145536-n: definition: - English film actress (1913-1967) @@ -100846,6 +102255,7 @@ - Georges Henri Lemaitre - Edouard Lemaitre partOfSpeech: n + wikidata: Q12998 11145830-n: definition: - United States film actor (1925-2001) @@ -100857,6 +102267,7 @@ - Jack Lemmon - John Uhler partOfSpeech: n + wikidata: Q94123 11145947-n: definition: - German physicist who studied cathode rays (1862-1947) @@ -100909,6 +102320,7 @@ - Vladimir Ilyich Ulyanov - Vladimir Ilich Ulyanov partOfSpeech: n + wikidata: Q1394 11146773-n: definition: - English rock star and guitarist and songwriter who with Paul McCartney wrote most @@ -100921,6 +102333,7 @@ - Lennon - John Lennon partOfSpeech: n + wikidata: Q1203 11147001-n: definition: - French landscape gardener who designed many formal gardens including the parks @@ -100932,6 +102345,7 @@ - Le Notre - Andre Le Notre partOfSpeech: n + wikidata: Q273849 11147178-n: definition: - Italian pope from 400 to 461 who extended the authority of the papacy to the west @@ -100957,6 +102371,7 @@ - Pope Leo III - Leo III partOfSpeech: n + wikidata: Q132086 11147555-n: definition: - German pope from 1049 to 1054 whose papacy was the beginning of papal reforms @@ -100998,6 +102413,7 @@ - Gioacchino Pecci - Giovanni Vincenzo Pecci partOfSpeech: n + wikidata: Q43922 11148226-n: definition: - United States writer of thrillers (born in 1925) @@ -101010,6 +102426,7 @@ - Elmore John Leonard - Dutch Leonard partOfSpeech: n + wikidata: Q336519 11148384-n: definition: - Italian painter and sculptor and engineer and scientist and architect; the most @@ -101025,6 +102442,7 @@ - Leonardo da Vinci - da Vinci partOfSpeech: n + wikidata: Q762 11148663-n: definition: - king of Sparta and hero of the battle of Thermopylae where he was killed by the @@ -101048,6 +102466,7 @@ - Leontief - Wassily Leontief partOfSpeech: n + wikidata: Q44061 11149007-n: definition: - Russian writer (1814-1841) @@ -101059,6 +102478,7 @@ - Lermontov - Mikhail Yurievich Lermontov partOfSpeech: n + wikidata: Q46599 11149120-n: definition: - United States lyricist who collaborated on musicals with Frederick Loewe (1918-1986) @@ -101081,6 +102501,7 @@ - Ferdinand de Lesseps - Vicomte Ferdinand Marie de Lesseps partOfSpeech: n + wikidata: Q209169 11149468-n: definition: - English author of novels and short stories who grew up in Rhodesia (now Zimbabwe) @@ -101103,6 +102524,7 @@ - Lessing - Gotthold Ephraim Lessing partOfSpeech: n + wikidata: Q34628 11149798-n: definition: - Dutch pioneer microscopist who was among the first to recognize cells in animals @@ -101129,6 +102551,7 @@ - Levi-Strauss - Claude Levi-Strauss partOfSpeech: n + wikidata: Q128126 11150281-n: definition: - English critic and novelist; author of theological works and of books for children @@ -101141,6 +102564,7 @@ - C. S. Lewis - Clive Staples Lewis partOfSpeech: n + wikidata: Q9204 11150464-n: definition: - United States novelist who satirized middle-class America in his novel Main Street @@ -101166,6 +102590,7 @@ - John L. Lewis - John Llewelly Lewis partOfSpeech: n + wikidata: Q433328 11150930-n: definition: - United States explorer and soldier who lead led an expedition from St. Louis to @@ -101177,6 +102602,7 @@ - Lewis - Meriwether Lewis partOfSpeech: n + wikidata: Q313492 11151125-n: definition: - United States athlete who won gold medals at the Olympics for his skill in sprinting @@ -101190,6 +102616,7 @@ - Carl Lewis - Frederick Carleton Lewis partOfSpeech: n + wikidata: Q131237 11151348-n: definition: - United States rock star singer and pianist (born in 1935) @@ -101201,6 +102628,7 @@ - Lewis - Jerry Lee Lewis partOfSpeech: n + wikidata: Q202729 11151495-n: definition: - United States chemist who developed a method of radiocarbon dating (1908-1980) @@ -101212,6 +102640,7 @@ - Libby - Willard Frank Libby partOfSpeech: n + wikidata: Q190486 11151648-n: definition: - United States painter who was a leading exponent of pop art (1923-1997) @@ -101234,6 +102663,7 @@ - Trygve Lie - Trygve Halvden Lie partOfSpeech: n + wikidata: Q1271 11151971-n: definition: - queen of the Hawaiian islands (1838-1917) @@ -101244,6 +102674,7 @@ - Liliuokalani - Lydia Kamekeha Paki Liliuokalani partOfSpeech: n + wikidata: Q107288 11152107-n: definition: - British actress (born in Canada) (1898-1989) @@ -101255,6 +102686,7 @@ - Beatrice Lillie - Lady Peel partOfSpeech: n + wikidata: Q292791 11152235-n: definition: - United States sculptor and architect whose public works include the memorial to @@ -101267,6 +102699,7 @@ - Lin - Maya Lin partOfSpeech: n + wikidata: Q235063 11152452-n: definition: - 16th President of the United States; saved the Union during the American Civil @@ -101281,6 +102714,7 @@ - President Lincoln - President Abraham Lincoln partOfSpeech: n + wikidata: Q91 11152758-n: definition: - Swedish soprano who toured the United States under the management of P. T. Barnum @@ -101320,6 +102754,7 @@ - Vachel Lindsay - Nicholas Vachel Lindsay partOfSpeech: n + wikidata: Q1197667 11153377-n: definition: - United States playwright who collaborated with Russel Crouse on several musicals @@ -101355,6 +102790,7 @@ - Lipchitz - Jacques Lipchitz partOfSpeech: n + wikidata: Q380426 11153928-n: definition: - United States biochemist (born in Germany) noted for his studies of metabolic @@ -101366,6 +102802,7 @@ - Lipmann - Fritz Albert Lipmann partOfSpeech: n + wikidata: Q77104 11154105-n: definition: - Chinese lyric poet (701-762) @@ -101376,6 +102813,7 @@ - Li Bai - Li Po partOfSpeech: n + wikidata: Q7071 11154186-n: definition: - Italian painter whose works show a three-dimensional style (1406-1469) @@ -101386,6 +102824,7 @@ - Lippi - Fra Filippo Lippi partOfSpeech: n + wikidata: Q205148 11154329-n: definition: - Italian painter and son of Fra Filippo Lippi (1457-1504) @@ -101407,6 +102846,7 @@ - Lippmann - Gabriel Lippmann partOfSpeech: n + wikidata: Q133232 11154610-n: definition: - United States journalist (1889-1974) @@ -101417,6 +102857,7 @@ - Lippmann - Walter Lippmann partOfSpeech: n + wikidata: Q316568 11154720-n: definition: - United States chemist noted for his theories of molecular structure (born in 1919) @@ -101428,6 +102869,7 @@ - Lipscomb - William Nunn Lipscom Jr. partOfSpeech: n + wikidata: Q110935 11154885-n: definition: - English surgeon who was the first to use antiseptics (1827-1912) @@ -101439,6 +102881,7 @@ - Joseph Lister - Baron Lister partOfSpeech: n + wikidata: Q155768 11155034-n: definition: - United States prizefighter who lost his world heavyweight championship to Cassius @@ -101451,6 +102894,7 @@ - Sonny Liston - Charles Liston partOfSpeech: n + wikidata: Q313684 11155226-n: definition: - Hungarian composer and piano virtuoso (1811-1886) @@ -101462,6 +102906,7 @@ - Liszt - Franz Liszt partOfSpeech: n + wikidata: Q41309 11155361-n: definition: - French lexicographer (1801-1881) @@ -101472,6 +102917,7 @@ - Littre - Maximilien Paul Emile Littre partOfSpeech: n + wikidata: Q286107 11155478-n: definition: - United States suffragist (1820-1905) @@ -101507,6 +102953,7 @@ - Livingstone - David Livingstone partOfSpeech: n + wikidata: Q48373 11155981-n: definition: - Roman historian whose history of Rome filled 142 volumes (of which only 35 survive) @@ -101518,6 +102965,7 @@ - Livy - Titus Livius partOfSpeech: n + wikidata: Q2039 11156204-n: definition: - United States comic actor in silent films; he used physical danger as a source @@ -101530,6 +102978,7 @@ - Harold Lloyd - Harold Clayton Lloyd partOfSpeech: n + wikidata: Q104340 11156395-n: definition: - English composer of many successful musicals (some in collaboration with Sir Tim @@ -101542,6 +102991,7 @@ - Andrew Lloyd Webber - Baron Lloyd Webber of Sydmonton partOfSpeech: n + wikidata: Q180975 11156612-n: definition: - Russian mathematician who independently discovered non-Euclidean geometry (1792-1856) @@ -101553,6 +103003,7 @@ - Lobachevsky - Nikolai Ivanovich Lobachevsky partOfSpeech: n + wikidata: Q129199 11156788-n: definition: - English empiricist philosopher who believed that all knowledge is derived from @@ -101564,6 +103015,7 @@ - Locke - John Locke partOfSpeech: n + wikidata: Q9353 11156963-n: definition: - English physicist who studied electromagnetic radiation and was a pioneer of radiotelegraphy @@ -101576,6 +103028,7 @@ - Sir Oliver Lodge - Sir Oliver Joseph Lodge partOfSpeech: n + wikidata: Q379816 11157165-n: definition: - United States physiologist (born in Germany) who did research on parthenogenesis @@ -101587,6 +103040,7 @@ - Loeb - Jacques Loeb partOfSpeech: n + wikidata: Q62982 11157324-n: definition: - United States composer (born in Austria) who collaborated with Lerner on several @@ -101633,6 +103087,7 @@ - Longfellow - Henry Wadsworth Longfellow partOfSpeech: n + wikidata: Q152513 11158075-n: definition: - Austrian architect (1870-1933) @@ -101643,6 +103098,7 @@ - Loos - Adolf Loos partOfSpeech: n + wikidata: Q44323 11158170-n: definition: - Italian film actress (born in 1934) @@ -101654,6 +103110,7 @@ - Sophia Loren - Sofia Scicolone partOfSpeech: n + wikidata: Q43252 11158291-n: definition: - Dutch physicist noted for work on electromagnetic theory (1853-1928) @@ -101665,6 +103122,7 @@ - Lorentz - Hendrik Antoon Lorentz partOfSpeech: n + wikidata: Q41688 11158439-n: definition: - Austrian zoologist who studied the behavior of birds and emphasized the importance @@ -101690,6 +103148,7 @@ - Lorenzo de'Medici - Lorenzo the Magnificent partOfSpeech: n + wikidata: Q177854 11158914-n: definition: - United States actor (born in Hungary) noted for playing sinister roles (1904-1964) @@ -101736,6 +103195,7 @@ - Louis III of France - Louis III partOfSpeech: n + wikidata: Q160190 11159510-n: definition: - king of France (921-954) @@ -101759,6 +103219,7 @@ - Louis V - Louis le Faineant partOfSpeech: n + wikidata: Q205289 11159729-n: definition: - king of France whose military victories consolidated his reign (1081-1137) @@ -101772,6 +103233,7 @@ - Louis the Wideawake - Louis the Bruiser partOfSpeech: n + wikidata: Q165883 11159917-n: definition: - king of France who led the unsuccessful Second Crusade and fought frequent wars @@ -101783,6 +103245,7 @@ - Louis VII of France - Louis VII partOfSpeech: n + wikidata: Q134259 11160090-n: definition: - king of France who increased the power of the Crown over the feudal lords (1187-1226) @@ -101793,6 +103256,7 @@ - Louis VIII of France - Louis VIII partOfSpeech: n + wikidata: Q165284 11160233-n: definition: - king of France and son of Louis VIII; he led two unsuccessful Crusades; considered @@ -101807,6 +103271,7 @@ - Saint Louis - St. Louis partOfSpeech: n + wikidata: Q346 11160451-n: definition: - king of France (1289-1316) @@ -101842,6 +103307,7 @@ - Louis XII of France - Louis XII partOfSpeech: n + wikidata: Q58514 11160852-n: definition: - king of France from 1610 to 1643 who relied heavily on the advice of Cardinal @@ -101853,6 +103319,7 @@ - Louis XIII of France - Louis XIII partOfSpeech: n + wikidata: Q737533 11161009-n: definition: - king of France from 1643 to 1715; his long reign was marked by the expansion of @@ -101867,6 +103334,7 @@ - Sun King - Louis the Great partOfSpeech: n + wikidata: Q7742 11161279-n: definition: - grandson of Louis XIV and king of France from 1715 to 1774 who led France into @@ -101878,6 +103346,7 @@ - Louis XV of France - Louis XV partOfSpeech: n + wikidata: Q7738 11161485-n: definition: - king of France from 1774 to 1792; his failure to grant reforms led to the French @@ -101901,6 +103370,7 @@ - Joe Louis - Joseph Louis Barrow partOfSpeech: n + wikidata: Q273206 11161872-n: definition: - English poet (1618-1857) @@ -101911,6 +103381,7 @@ - Lovelace - Richard Lovelace partOfSpeech: n + wikidata: Q2016121 11161971-n: definition: - English astronomer who pioneered radio astronomy (born in 1913) @@ -101922,6 +103393,7 @@ - Sir Bernard Lovell - Sir Alfred Charles Bernard Lovell partOfSpeech: n + wikidata: Q319234 11162145-n: definition: - British political cartoonist (born in New Zealand) who created the character Colonel @@ -101935,6 +103407,7 @@ - Sir David Low - Sir David Alexander Cecil Low partOfSpeech: n + wikidata: Q473773 11162358-n: definition: - United States educator and president of Harvard University (1856-1943) @@ -101945,6 +103418,7 @@ - Lowell - Abbott Lawrence Lowell partOfSpeech: n + wikidata: Q306766 11162507-n: definition: - United States poet (1874-1925) @@ -101990,6 +103464,7 @@ - Malcolm Lowry - Clarence Malcolm Lowry partOfSpeech: n + wikidata: Q357120 11163034-n: definition: - English painter (1887-1976) @@ -102001,6 +103476,7 @@ - L. S. Lowry - Laurence Stephen Lowry partOfSpeech: n + wikidata: Q1354277 11163153-n: definition: - United States physician who in 1863 founded a medical school for women (1813-1888) @@ -102011,6 +103487,7 @@ - Lozier - Clemence Sophia Harned Lozier partOfSpeech: n + wikidata: Q17180744 11163321-n: definition: - German filmmaker of sophisticated comedies (1892-1947) @@ -102021,6 +103498,7 @@ - Lubitsch - Ernst Lubitsch partOfSpeech: n + wikidata: Q51562 11163448-n: definition: - United States screenwriter and filmmaker (born in 1944) @@ -102032,6 +103510,7 @@ - Lucas - George Lucas partOfSpeech: n + wikidata: Q38222 11163590-n: definition: - Roman general famous for self-indulgence and giving lavish banquets (circa 110-57 @@ -102044,6 +103523,7 @@ - Licinius Lucullus - Lucius Licinius Lucullus partOfSpeech: n + wikidata: Q242819 11163796-n: definition: - United States playwright and public official (1902-1987) @@ -102066,6 +103546,7 @@ - Henry Luce - Henry Robinson Luce partOfSpeech: n + wikidata: Q516473 11164058-n: definition: - Roman philosopher and poet; in a long didactic poem he tried to provide a scientific @@ -102078,6 +103559,7 @@ - Lucretius - Titus Lucretius Carus partOfSpeech: n + wikidata: Q47154 11164421-n: definition: - United States film actor (born in Hungary) noted for portraying monsters (1884-1956) @@ -102089,6 +103571,7 @@ - Bela Lugosi - Bela Ferenc Blasko partOfSpeech: n + wikidata: Q34529 11164594-n: definition: - (New Testament) the Apostle closely associated with St. Paul and traditionally @@ -102120,6 +103603,7 @@ - Lulli - Giambattista Lulli partOfSpeech: n + wikidata: Q1192 11165075-n: definition: - Spanish philosopher (1235-1315) @@ -102132,6 +103616,7 @@ - Raymond Lully - Ramon Lully partOfSpeech: n + wikidata: Q193660 11165189-n: definition: - United States actor who performed with his wife Lynn Fontanne in many stage productions @@ -102154,6 +103639,7 @@ - Luther - Martin Luther partOfSpeech: n + wikidata: Q9554 11165553-n: definition: - English architect who planned the city of New Delhi (1869-1944) @@ -102165,6 +103651,7 @@ - Sir Edwin Lutyens - Sir Edwin Landseer Luytens partOfSpeech: n + wikidata: Q378157 11165720-n: definition: - English writer noted for his elaborate style (1554-1606) @@ -102186,6 +103673,7 @@ members: - Lysander partOfSpeech: n + wikidata: Q143559 11166000-n: definition: - Soviet geneticist whose adherence to Lamarck's theory of evolution was favored @@ -102198,6 +103686,7 @@ - Lysenko - Trofim Denisovich Lysenko partOfSpeech: n + wikidata: Q294234 11166183-n: definition: - Macedonian general under Alexander the Great; with Seleucus he defeated Antigonus @@ -102209,6 +103698,7 @@ members: - Lysimachus partOfSpeech: n + wikidata: Q32133 11166397-n: definition: - Greek sculptor (4th century BC) @@ -102233,6 +103723,7 @@ - Bulwer-Lytton - Edward George Earle Bulwer-Lytton partOfSpeech: n + wikidata: Q318462 11166660-n: definition: - United States general who served as chief of staff and commanded Allied forces @@ -102244,6 +103735,7 @@ - MacArthur - Douglas MacArthur partOfSpeech: n + wikidata: Q127417 11166904-n: definition: - English historian noted for his history of England (1800-1859) @@ -102256,6 +103748,7 @@ - First Baron Macaulay - Lord Macaulay partOfSpeech: n + wikidata: Q315989 11167089-n: definition: - king of Scotland (died in 1057) @@ -102265,6 +103758,7 @@ members: - Macbeth partOfSpeech: n + wikidata: Q244403 11167175-n: definition: - United States composer best remembered as a composer of works for the piano (1860-1908) @@ -102275,6 +103769,7 @@ - MacDowell - Edward MacDowell partOfSpeech: n + wikidata: Q450467 11167338-n: definition: - Scottish clan leader and outlaw who was the subject of a 1817 novel by Sir Walter @@ -102314,6 +103809,7 @@ - Machiavelli - Niccolo Machiavelli partOfSpeech: n + wikidata: Q1399 11167914-n: definition: - Canadian explorer (born in England) who explored the Mackenzie River and who was @@ -102335,6 +103831,7 @@ - MacLeish - Archibald MacLeish partOfSpeech: n + wikidata: Q633354 11168249-n: definition: - Scottish physiologist who directed the research by F. G. Banting and C. H. Best @@ -102347,6 +103844,7 @@ - John Macleod - John James Rickard Macleod partOfSpeech: n + wikidata: Q232024 11168476-n: definition: - 4th President of the United States; member of the Continental Congress and rapporteur @@ -102359,6 +103857,7 @@ - James Madison - President Madison partOfSpeech: n + wikidata: Q11813 11168738-n: definition: - United States pop singer and sex symbol during the 1980s (born in 1958) @@ -102369,6 +103868,7 @@ - Madonna - Madonna Louise Ciccone partOfSpeech: n + wikidata: Q1744 11168889-n: definition: - Belgian playwright (1862-1949) @@ -102379,6 +103879,7 @@ - Maeterlinck - Count Maurice Maeterlinck partOfSpeech: n + wikidata: Q49747 11169006-n: definition: - Portuguese navigator in the service of Spain; he commanded an expedition that @@ -102391,6 +103892,7 @@ - Ferdinand Magellan - Fernao Magalhaes partOfSpeech: n + wikidata: Q1496 11169233-n: definition: - French politician who proposed the Maginot Line (1877-1932) @@ -102411,6 +103913,7 @@ - Magritte - Rene Magritte partOfSpeech: n + wikidata: Q7836 11169473-n: definition: - United States naval officer and historian (1840-1914) @@ -102445,6 +103948,7 @@ - Mailer - Norman Mailer partOfSpeech: n + wikidata: Q180962 11169857-n: definition: - French sculptor of monumental female nudes (1861-1944) @@ -102455,6 +103959,7 @@ - Maillol - Aristide Maillol partOfSpeech: n + wikidata: Q153920 11169985-n: definition: - Spanish philosopher considered the greatest Jewish scholar of the Middle Ages @@ -102467,6 +103972,7 @@ - Moses Maimonides - Rabbi Moses Ben Maimon partOfSpeech: n + wikidata: Q127398 11170214-n: definition: - French consort of Louis XIV who secretly married the king after the death of his @@ -102481,6 +103987,7 @@ - Francoise d'Aubigne - Madame de Maintenon partOfSpeech: n + wikidata: Q230670 11170461-n: definition: - English historian noted for his works on the history of English law (1850-1906) @@ -102491,6 +103998,7 @@ - Maitland - Frederic William Maitland partOfSpeech: n + wikidata: Q1376924 11170624-n: definition: - British statesman who was prime minister from 1990 until 1997 (born in 1943) @@ -102503,6 +104011,7 @@ - John R. Major - John Roy Major partOfSpeech: n + wikidata: Q9559 11170799-n: definition: - Greek Orthodox bishop and archbishop of Cyprus and the first president of independent @@ -102513,6 +104022,7 @@ members: - Makarios III partOfSpeech: n + wikidata: Q153509 11170963-n: definition: - a Hebrew minor prophet of the 5th century BC @@ -102523,6 +104033,7 @@ - Malachi - Malachias partOfSpeech: n + wikidata: Q5767200 11171074-n: definition: - United States writer (1914-1986) @@ -102533,6 +104044,7 @@ - Malamud - Bernard Malamud partOfSpeech: n + wikidata: Q351547 11171179-n: definition: - militant civil rights leader (1925-1965) @@ -102544,6 +104056,7 @@ - Malcolm X - Malcolm Little partOfSpeech: n + wikidata: Q43303 11171312-n: definition: - French philosopher (1638-1715) @@ -102555,6 +104068,7 @@ - Malebranche - Nicolas de Malebranche partOfSpeech: n + wikidata: Q309818 11171426-n: definition: - Russian abstract painter (1878-1935) @@ -102578,6 +104092,7 @@ - Bronislaw Malinowski - Bronislaw Kasper Malinowski partOfSpeech: n + wikidata: Q184992 11171788-n: definition: - French symbolist poet noted for his free verse (1842-1898) @@ -102588,6 +104103,7 @@ - Mallarme - Stephane Mallarme partOfSpeech: n + wikidata: Q767 11171922-n: definition: - United States cook who was an immune carrier of typhoid fever and who infected @@ -102612,6 +104128,7 @@ - Edmund Malone - Edmond Malone partOfSpeech: n + wikidata: Q1229512 11172321-n: definition: - English writer who published a translation of romances about King Arthur taken @@ -102646,6 +104163,7 @@ - Malraux - Andre Malraux partOfSpeech: n + wikidata: Q151164 11172846-n: definition: - an English economist who argued that increases in population would outgrow increases @@ -102658,6 +104176,7 @@ - Thomas Malthus - Thomas Robert Malthus partOfSpeech: n + wikidata: Q13526 11173084-n: definition: - United States playwright (born in 1947) @@ -102682,6 +104201,7 @@ - Nelson Mandela - Nelson Rolihlahla Mandela partOfSpeech: n + wikidata: Q8023 11173446-n: definition: - French mathematician (born in Poland) noted for inventing fractals (born in 1924) @@ -102692,6 +104212,7 @@ - Mandelbrot - Benoit Mandelbrot partOfSpeech: n + wikidata: Q101740 11173605-n: definition: - Russian poet who died in a prison camp (1891-1938) @@ -102704,6 +104225,7 @@ - Osip Emilevich Mandelstam - Mandelshtam partOfSpeech: n + wikidata: Q189950 11173773-n: definition: - a Persian prophet who founded Manichaeism (216-276) @@ -102714,6 +104236,7 @@ - Mani - Manes partOfSpeech: n + wikidata: Q203922 11173877-n: definition: - French painter whose work influenced the impressionists (1832-1883) @@ -102724,6 +104247,7 @@ - Manet - Edouard Manet partOfSpeech: n + wikidata: Q40599 11174013-n: definition: - German writer concerned about the role of the artist in bourgeois society (1875-1955) @@ -102734,6 +104258,7 @@ - Mann - Thomas Mann partOfSpeech: n + wikidata: Q37030 11174164-n: definition: - United States educator who introduced reforms that significantly altered the system @@ -102755,6 +104280,7 @@ - Mansart - Francois Mansart partOfSpeech: n + wikidata: Q313701 11174479-n: definition: - New Zealand writer of short stories (1888-1923) @@ -102766,6 +104292,7 @@ - Katherine Mansfield - Kathleen Mansfield Beauchamp partOfSpeech: n + wikidata: Q270632 11174636-n: definition: - Scottish physician who discovered that elephantiasis is spread by mosquitos and @@ -102788,6 +104315,7 @@ - Mantegna - Andrea Mantegna partOfSpeech: n + wikidata: Q5681 11175003-n: definition: - English geologist remembered as the first person to recognize that dinosaurs were @@ -102812,6 +104340,7 @@ - Mickey Mantle - Mickey Charles Mantle partOfSpeech: n + wikidata: Q345004 11175321-n: definition: - Italian novelist and poet (1785-1873) @@ -102822,6 +104351,7 @@ - Manzoni - Alessandro Manzoni partOfSpeech: n + wikidata: Q1064 11175434-n: definition: - Chinese communist leader (1893-1976) @@ -102834,6 +104364,7 @@ - Mao Zedong - Mao Tsetung partOfSpeech: n + wikidata: Q5816 11175567-n: definition: - French revolutionary leader (born in Switzerland) who was a leader in overthrowing @@ -102846,6 +104377,7 @@ - Marat - Jean Paul Marat partOfSpeech: n + wikidata: Q122290 11175804-n: definition: - French mime famous for his sad-faced clown (born in 1923) @@ -102856,6 +104388,7 @@ - Marceau - Marcel Marceau partOfSpeech: n + wikidata: Q157191 11175933-n: definition: - United States prizefighter who won the world heavyweight championship in 1952 @@ -102868,6 +104401,7 @@ - Rocco Marciano - Rocky Marciano partOfSpeech: n + wikidata: Q188362 11176112-n: definition: - Italian electrical engineer who invented wireless telegraphy and in 1901 transmitted @@ -102879,6 +104413,7 @@ - Marconi - Guglielmo Marconi partOfSpeech: n + wikidata: Q36488 11176323-n: definition: - United States political philosopher (born in Germany) concerned about the dehumanizing @@ -102902,6 +104437,7 @@ members: - Marie Antoinette partOfSpeech: n + wikidata: Q47365 11176802-n: definition: - Italian poet (1569-1625) @@ -102914,6 +104450,7 @@ - Marino - Giambattista Marino partOfSpeech: n + wikidata: Q332489 11176933-n: definition: - Apostle and companion of Saint Peter; assumed to be the author of the second Gospel @@ -102940,6 +104477,7 @@ - Dame Alicia Markova - Lilian Alicia Marks partOfSpeech: n + wikidata: Q179196 11177265-n: definition: - Russian mathematician (1856-1922) @@ -102953,6 +104491,7 @@ - Markoff - Andre Markoff partOfSpeech: n + wikidata: Q176659 11177412-n: definition: - English businessman who created a retail chain (1888-1964) @@ -102964,6 +104503,7 @@ - Simon Marks - First Baron Marks of Broughton partOfSpeech: n + wikidata: Q7519277 11177570-n: definition: - Jamaican singer who popularized reggae (1945-1981) @@ -102975,6 +104515,7 @@ - Robert Nesta Marley - Bob Marley partOfSpeech: n + wikidata: Q409 11177709-n: definition: - English poet and playwright who introduced blank verse as a form of dramatic expression; @@ -103001,6 +104542,7 @@ - John Marquand - John Philip Marquand partOfSpeech: n + wikidata: Q1190579 11178146-n: definition: - French missionary who accompanied Louis Joliet in exploring the upper Mississippi @@ -103045,6 +104587,7 @@ - Marsh - Reginald Marsh partOfSpeech: n + wikidata: Q7308806 11178744-n: definition: - United States jurist; as chief justice of the Supreme Court he established the @@ -103057,6 +104600,7 @@ - Marshall - John Marshall partOfSpeech: n + wikidata: Q310829 11178972-n: definition: - United States general and statesman who as Secretary of State organized the European @@ -103080,6 +104624,7 @@ - Marshall - E. G. Marshall partOfSpeech: n + wikidata: Q706165 11179308-n: definition: - English playwright (1575-1634) @@ -103090,6 +104635,7 @@ - Marston - John Marston partOfSpeech: n + wikidata: Q918279 11179408-n: definition: - Cuban poet and revolutionary who fought for Cuban independence from Spain (1853-1895) @@ -103101,6 +104647,7 @@ - Marti - Jose Julian Marti partOfSpeech: n + wikidata: Q103285 11179585-n: definition: - Roman poet noted for epigrams (first century BC) @@ -103110,6 +104657,7 @@ members: - Martial partOfSpeech: n + wikidata: Q2098 11179688-n: definition: - United States singer (1917-1995) @@ -103121,6 +104669,7 @@ - Dean Martin - Dino Paul Crocetti partOfSpeech: n + wikidata: Q215359 11179809-n: definition: - United States actress (1913-1990) @@ -103131,6 +104680,7 @@ - Martin - Mary Martin partOfSpeech: n + wikidata: Q285483 11179910-n: definition: - United States actor and comedian (born in 1945) @@ -103142,6 +104692,7 @@ - Martin - Steve Martin partOfSpeech: n + wikidata: Q16473 11180045-n: definition: - French bishop who is a patron saint of France (died in 397) @@ -103165,6 +104716,7 @@ - Martin V - Oddone Colonna partOfSpeech: n + wikidata: Q169612 11180351-n: definition: - English poet (1621-1678) @@ -103175,6 +104727,7 @@ - Marvell - Andrew Marvell partOfSpeech: n + wikidata: Q365935 11180447-n: definition: - founder of modern communism; wrote the Communist Manifesto with Engels in 1848; @@ -103201,6 +104754,7 @@ - Julius Marx - Groucho partOfSpeech: n + wikidata: Q103846 11180851-n: definition: - United States comedian; one of four brothers who made motion pictures together @@ -103269,6 +104823,7 @@ - Mary Tudor - Bloody Mary partOfSpeech: n + wikidata: Q82674 11182000-n: definition: - Queen of England and Scotland and Ireland; she was the eldest daughter of James @@ -103332,6 +104887,7 @@ - A. E. W. Mason - Alfred Edward Woodley Mason partOfSpeech: n + wikidata: Q382786 11183031-n: definition: - English film actor (1909-1984) @@ -103343,6 +104899,7 @@ - James Mason - James Neville Mason partOfSpeech: n + wikidata: Q209186 11183150-n: definition: - American Revolutionary leader from Virginia whose objections led to the drafting @@ -103354,6 +104911,7 @@ - Mason - George Mason partOfSpeech: n + wikidata: Q532329 11183332-n: definition: - Afghan leader of forces opposed to the Taliban; won fame by successfully resisting @@ -103388,6 +104946,7 @@ - Massenet - Jules Emile Frederic Massenet partOfSpeech: n + wikidata: Q194436 11183849-n: definition: - French choreographer and ballet dancer (born in Russia) (1895-1979) @@ -103400,6 +104959,7 @@ - Leonide Fedorovitch Massine - Leonid Fyodorovich Myasin partOfSpeech: n + wikidata: Q359383 11184048-n: definition: - United States poet (1869-1950) @@ -103410,6 +104970,7 @@ - Masters - Edgar Lee Masters partOfSpeech: n + wikidata: Q468247 11184153-n: definition: - Dutch dancer who was executed by the French as a German spy in World War I (1876-1917) @@ -103420,6 +104981,7 @@ - Mata Hari - Margarete Gertrud Zelle partOfSpeech: n + wikidata: Q82180 11184322-n: definition: - United States athlete who won Olympic gold medals in the decathlon (born in 1930) @@ -103442,6 +105004,7 @@ - Henri Matisse - Henri Emile Benoit Matisse partOfSpeech: n + wikidata: Q5589 11184661-n: definition: - (New Testament) disciple of Jesus; traditionally considered to be the author of @@ -103473,6 +105036,7 @@ - W. Somerset Maugham - William Somerset Maugham partOfSpeech: n + wikidata: Q134942 11185154-n: definition: - United States cartoonist noted for his drawings of soldiers in battle (1921-2003) @@ -103496,6 +105060,7 @@ - Guy de Maupassant - Henri Rene Albert Guy de Maupassant partOfSpeech: n + wikidata: Q9327 11185509-n: definition: - French novelist who wrote about the conflict between desire and religious belief @@ -103508,6 +105073,7 @@ - Francois Mauriac - Francois Charles Mauriac partOfSpeech: n + wikidata: Q81685 11185702-n: definition: - French writer best known for his biographies (1885-1967) @@ -103519,6 +105085,7 @@ - Andre Maurois - Emile Herzog partOfSpeech: n + wikidata: Q224029 11185844-n: definition: - German arms manufacturer and inventor of a repeating rifle and pistol (1838-1914) @@ -103532,6 +105099,7 @@ - P. P. von Mauser - Peter Paul Mauser partOfSpeech: n + wikidata: Q66665 11186050-n: definition: - English inventor (born in the United States) who invented the Maxim gun that was @@ -103544,6 +105112,7 @@ - Maxim - Sir Hiram Stevens Maxim partOfSpeech: n + wikidata: Q315601 11186241-n: definition: - Roman Emperor from 286 until he abdicated in 305; when Diocletian divided the @@ -103568,6 +105137,7 @@ - J. C. Maxwell - James Clerk Maxwell partOfSpeech: n + wikidata: Q9095 11186722-n: definition: - Soviet poet; leader of Russian futurism (1893-1930) @@ -103579,6 +105149,7 @@ - Mayakovski - Vladimir Vladimirovich Mayakovski partOfSpeech: n + wikidata: Q132964 11186867-n: definition: - United States filmmaker (born in Russia) who founded his own film company and @@ -103591,6 +105162,7 @@ - Louis B. Mayer - Louis Burt Mayer partOfSpeech: n + wikidata: Q319682 11187078-n: definition: - United States physicist (born in Germany) noted for her research on the structure @@ -103603,6 +105175,7 @@ - Mayer - Marie Goeppert Mayer partOfSpeech: n + wikidata: Q57100 11187259-n: definition: - United States baseball player (born in 1931) @@ -103615,6 +105188,7 @@ - Willie Howard Mays Jr. - Say Hey Kid partOfSpeech: n + wikidata: Q561852 11187408-n: definition: - Italian nationalist whose writings spurred the movement for a unified and independent @@ -103626,6 +105200,7 @@ - Mazzini - Giuseppe Mazzini partOfSpeech: n + wikidata: Q187336 11187585-n: definition: - United States politician who unscrupulously accused many citizens of being Communists @@ -103638,6 +105213,7 @@ - Joseph McCarthy - Joseph Raymond McCarthy partOfSpeech: n + wikidata: Q189197 11187782-n: definition: - United States satirical novelist and literary critic (1912-1989) @@ -103649,6 +105225,7 @@ - Mary McCarthy - Mary Therese McCarthy partOfSpeech: n + wikidata: Q268147 11187942-n: definition: - English rock star and bass guitarist and songwriter who with John Lennon wrote @@ -103662,6 +105239,7 @@ - Paul McCartney - Sir James Paul McCartney partOfSpeech: n + wikidata: Q2599 11188208-n: definition: - heroine of the American Revolution who carried water to soldiers during the Battle @@ -103676,6 +105254,7 @@ - Mary Ludwig Hays McCauley - Molly Pitcher partOfSpeech: n + wikidata: Q3890710 11188503-n: definition: - United States operatic tenor (born in Ireland) (1884-1945) @@ -103686,6 +105265,7 @@ - McCormack - John McCormack partOfSpeech: n + wikidata: Q733814 11188635-n: definition: - United States inventor and manufacturer of a mechanical harvester (1809-1884) @@ -103723,6 +105303,7 @@ - John McGraw - John Joseph McGraw partOfSpeech: n + wikidata: Q712153 11189125-n: definition: - United States educator who compiled the McGuffey Eclectic Readers (1800-1873) @@ -103756,6 +105337,7 @@ - William McKinley - President McKinley partOfSpeech: n + wikidata: Q35041 11189585-n: definition: - Canadian writer noted for his analyses of the mass media (1911-1980) @@ -103779,6 +105361,7 @@ - McMaster - John Bach McMaster partOfSpeech: n + wikidata: Q15513520 11189933-n: definition: - United States evangelist (born in Canada) noted for her extravagant religious @@ -103790,6 +105373,7 @@ - McPherson - Aimee Semple McPherson partOfSpeech: n + wikidata: Q2563141 11190113-n: definition: - United States philosopher of pragmatism (1863-1931) @@ -103824,6 +105408,7 @@ - Meade - George Gordon Meade partOfSpeech: n + wikidata: Q297121 11190594-n: definition: - English economist noted for his studies of international trade and finance (1907-1995) @@ -103835,6 +105420,7 @@ - Meade - James Edward Meade partOfSpeech: n + wikidata: Q235843 11190754-n: definition: - United States labor leader who was the first president of the AFL-CIO (1894-1980) @@ -103845,6 +105431,7 @@ - Meany - George Meany partOfSpeech: n + wikidata: Q141704 11190903-n: definition: - British immunologist (born in Brazil) who studied tissue transplants and discovered @@ -103868,6 +105455,7 @@ - Meiji Tenno - Mutsuhito partOfSpeech: n + wikidata: Q174231 11191288-n: definition: - Israeli statesman (born in Russia) (1898-1978) @@ -103878,6 +105466,7 @@ - Meir - Golda Meir partOfSpeech: n + wikidata: Q42992 11191399-n: definition: - German physicist (1882-1974) @@ -103889,6 +105478,7 @@ - Meissner - Fritz W. Meissner partOfSpeech: n + wikidata: Q61686 11191503-n: definition: - German anatomist (1829-1905) @@ -103912,6 +105502,7 @@ - Meitner - Lise Meitner partOfSpeech: n + wikidata: Q56189 11191841-n: definition: - German theologian and Luther's successor as leader of the Reformation in Germany @@ -103925,6 +105516,7 @@ - Philipp Melanchthon - Philipp Schwarzerd partOfSpeech: n + wikidata: Q76325 11192035-n: definition: - Australian operatic soprano (1861-1931) @@ -103936,6 +105528,7 @@ - Dame Nellie Melba - Helen Porter Mitchell partOfSpeech: n + wikidata: Q237607 11192171-n: definition: - (New Testament) one of the three sages from the east who came bearing gifts for @@ -103959,6 +105552,7 @@ - Lauritz Melchior - Lauritz Lebrecht Hommel Melchior partOfSpeech: n + wikidata: Q542823 11192599-n: definition: - United States financier and philanthropist (1855-1937) @@ -103972,6 +105566,7 @@ - Andrew W. Mellon - Andrew William Mellon partOfSpeech: n + wikidata: Q446858 11192785-n: definition: - United States writer of novels and short stories (1819-1891) @@ -103992,6 +105587,7 @@ members: - Menander partOfSpeech: n + wikidata: Q118992 11193021-n: definition: - United States journalist and literary critic (1880-1956) @@ -104004,6 +105600,7 @@ - H. L. Mencken - Henry Louis Mencken partOfSpeech: n + wikidata: Q439204 11193189-n: definition: - Augustinian monk and botanist whose experiments in breeding garden peas led to @@ -104033,6 +105630,7 @@ - Dmitri Ivanovich Mendeleyev - Dmitri Ivanovich Mendeleev partOfSpeech: n + wikidata: Q9106 11193768-n: definition: - German architect who migrated to Palestine in 1937 (1887-1953) @@ -104043,6 +105641,7 @@ - Mendelsohn - Erich Mendelsohn partOfSpeech: n + wikidata: Q76730 11193907-n: definition: - German musician and romantic composer of orchestral and choral works (1809-1847) @@ -104054,6 +105653,7 @@ - Felix Mendelssohn - Jakob Ludwig Felix Mendelssohn-Bartholdy partOfSpeech: n + wikidata: Q46096 11194109-n: definition: - French otologist who first described a form of vertigo now known as Meniere's @@ -104065,6 +105665,7 @@ - Meniere - Prosper Meniere partOfSpeech: n + wikidata: Q949511 11194344-n: definition: - United States psychiatrist who with his sons founded a famous psychiatric clinic @@ -104089,6 +105690,7 @@ - Karl Menninger - Karl Augustus Menninger partOfSpeech: n + wikidata: Q3080926 11194720-n: definition: - United States psychiatrist and son of Charles Menninger (1899-1966) @@ -104101,6 +105703,7 @@ - William Menninger - William Claire Menninger partOfSpeech: n + wikidata: Q8006366 11194891-n: definition: - United States composer (born in Italy) of operas (born in 1911) @@ -104124,6 +105727,7 @@ - Yehudi Menuhin - Sir Yehudi Menuhin partOfSpeech: n + wikidata: Q156814 11195233-n: definition: - Flemish geographer who lived in Germany; he invented the Mercator projection of @@ -104136,6 +105740,7 @@ - Gerardus Mercator - Gerhard Kremer partOfSpeech: n + wikidata: Q6353 11195435-n: definition: - British maker of printed calico cloth who invented mercerizing (1791-1866) @@ -104146,6 +105751,7 @@ - Mercer - John Mercer partOfSpeech: n + wikidata: Q908655 11195595-n: definition: - Belgian racing cyclist who won the Tour de France five times (born in 1945) @@ -104156,6 +105762,7 @@ - Merckx - Eddy Merckx partOfSpeech: n + wikidata: Q103756 11195738-n: definition: - Greek film actress (1925-1994) @@ -104179,6 +105786,7 @@ - Meredith - George Meredith partOfSpeech: n + wikidata: Q90238 11195995-n: definition: - United States civil rights leader whose college registration caused riots in traditionally @@ -104223,6 +105831,7 @@ - Merman - Ethel Merman partOfSpeech: n + wikidata: Q129087 11196659-n: definition: - United States sociologist (1910-2003) @@ -104235,6 +105844,7 @@ - Robert Merton - Robert King Merton partOfSpeech: n + wikidata: Q312843 11196787-n: definition: - United States religious and writer (1915-1968) @@ -104258,6 +105868,7 @@ - Franz Anton Mesmer - Friedrich Anton Mesmer partOfSpeech: n + wikidata: Q160202 11197141-n: definition: - Russian bacteriologist in France who formulated the theory of phagocytosis (1845-1916) @@ -104271,6 +105882,7 @@ - Elie Metchnikov - Ilya Ilich Metchnikov partOfSpeech: n + wikidata: Q172254 11197360-n: definition: - (Old Testament) a patriarch (grandfather of Noah) who is said to have lived 969 @@ -104283,6 +105895,7 @@ members: - Methuselah partOfSpeech: n + wikidata: Q156290 11197522-n: definition: - Austrian statesman (1773-1859) @@ -104295,6 +105908,7 @@ - Klemens Metternich - Prince Klemens Wenzel Nepomuk Lothar von Metternich partOfSpeech: n + wikidata: Q45662 11197685-n: definition: - German composer of operas in a style that influenced Richard Wagner (1791-1864) @@ -104306,6 +105920,7 @@ - Giacomo Meyerbeer - Jakob Liebmann Beer partOfSpeech: n + wikidata: Q105237 11197863-n: definition: - United States biochemist (born in Germany) who studied the metabolism of muscles @@ -104318,6 +105933,7 @@ - Otto Meyerhof - Otto Fritz Meyerhof partOfSpeech: n + wikidata: Q57132 11198049-n: definition: - a minor Hebrew prophet (8th century BC) who prophesied the future destruction @@ -104330,6 +105946,7 @@ - Micah - Micheas partOfSpeech: n + wikidata: Q2804969 11198151-n: definition: - Florentine sculptor and painter and architect; one of the outstanding figures @@ -104343,6 +105960,7 @@ - Michelangelo - Michelangelo Buonarroti partOfSpeech: n + wikidata: Q5592 11198383-n: definition: - United States physicist (born in Germany) who collaborated with Morley in the @@ -104370,6 +105988,7 @@ - James Michener - James Albert Michener partOfSpeech: n + wikidata: Q361653 11198771-n: definition: - English playwright and pamphleteer (1570-1627) @@ -104381,6 +106000,7 @@ - Middleton - Thomas Middleton partOfSpeech: n + wikidata: Q344865 11198912-n: definition: - United States architect (born in Germany) who built unornamented steel frame and @@ -104392,6 +106012,7 @@ - Mies Van Der Rohe - Ludwig Mies Van Der Rohe partOfSpeech: n + wikidata: Q41508 11199114-n: definition: - French composer of works that combine jazz and polytonality and Brazilian music @@ -104403,6 +106024,7 @@ - Milhaud - Darius Milhaud partOfSpeech: n + wikidata: Q186264 11199277-n: definition: - English philosopher and economist remembered for his interpretations of empiricism @@ -104416,6 +106038,7 @@ - John Mill - John Stuart Mill partOfSpeech: n + wikidata: Q50020 11199492-n: definition: - Scottish philosopher who expounded Bentham's utilitarianism; father of John Stuart @@ -104427,6 +106050,7 @@ - Mill - James Mill partOfSpeech: n + wikidata: Q271666 11199656-n: definition: - Englishman and Pre-Raphaelite painter (1829-1896) @@ -104437,6 +106061,7 @@ - Millais - Sir John Everett Millais partOfSpeech: n + wikidata: Q159606 11199787-n: definition: - United States poet (1892-1950) @@ -104449,6 +106074,7 @@ - Edna Millay - Edna Saint Vincent Millay partOfSpeech: n + wikidata: Q62134 11199913-n: definition: - United States playwright (1915-2005) @@ -104459,6 +106085,7 @@ - Miller - Arthur Miller partOfSpeech: n + wikidata: Q80596 11200019-n: definition: - United States novelist whose novels were originally banned as pornographic (1891-1980) @@ -104470,6 +106097,7 @@ - Henry Miller - Henry Valentine Miller partOfSpeech: n + wikidata: Q187765 11200199-n: definition: - United States bandleader of a popular big band (1909-1944) @@ -104481,6 +106109,7 @@ - Glenn Miller - Alton Glenn Miller partOfSpeech: n + wikidata: Q103651 11200347-n: definition: - French painter of rural scenes (1814-1875) @@ -104491,6 +106120,7 @@ - Millet - Jean Francois Millet partOfSpeech: n + wikidata: Q148458 11200466-n: definition: - United States physicist who isolated the electron and measured its charge (1868-1953) @@ -104512,6 +106142,7 @@ - Mills - Robert Mills partOfSpeech: n + wikidata: Q956665 11200802-n: definition: - English writer of stories for children (1882-1956) @@ -104532,6 +106163,7 @@ members: - Miltiades partOfSpeech: n + wikidata: Q210350 11201063-n: definition: - English poet; remembered primarily as the author of an epic poem describing humanity's @@ -104543,6 +106175,7 @@ - Milton - John Milton partOfSpeech: n + wikidata: Q79759 11201245-n: definition: - German mathematician (born in Russia) who suggested the concept of four-dimensional @@ -104568,6 +106201,7 @@ - Minnewit - Peter Minnewit partOfSpeech: n + wikidata: Q312889 11201624-n: definition: - French revolutionary who was prominent in the early days of the French Revolution @@ -104580,6 +106214,7 @@ - Comte de Mirabeau - Honore-Gabriel Victor Riqueti partOfSpeech: n + wikidata: Q218747 11201825-n: definition: - Spanish surrealist painter (1893-1983) @@ -104590,6 +106225,7 @@ - Miro - Joan Miro partOfSpeech: n + wikidata: Q152384 11201927-n: definition: - United States dancer who formed the first Black classical ballet company (born @@ -104601,6 +106237,7 @@ - Mitchell - Arthur Mitchell partOfSpeech: n + wikidata: Q3753500 11202088-n: definition: - United States labor leader; president of the United Mine Workers of America from @@ -104612,6 +106249,7 @@ - Mitchell - John Mitchell partOfSpeech: n + wikidata: Q6248995 11202265-n: definition: - United States writer noted for her novel about the South during the American Civil @@ -104624,6 +106262,7 @@ - Margaret Mitchell - Margaret Munnerlyn Mitchell partOfSpeech: n + wikidata: Q173540 11202469-n: definition: - United States astronomer who studied sunspots and nebulae (1818-1889) @@ -104634,6 +106273,7 @@ - Mitchell - Maria Mitchell partOfSpeech: n + wikidata: Q239229 11202611-n: definition: - United States aviator and general who was an early advocate of military air power @@ -104647,6 +106287,7 @@ - William Mitchell - Billy Mitchell partOfSpeech: n + wikidata: Q863201 11202815-n: definition: - English aeronautical engineer (1895-1937) @@ -104658,6 +106299,7 @@ - R. J. Mitchell - Reginald Joseph Mitchell partOfSpeech: n + wikidata: Q186025 11202956-n: definition: - United States film actor (1917-1997) @@ -104680,6 +106322,7 @@ - Nancy Mitford - Nancy Freeman Mitford partOfSpeech: n + wikidata: Q260026 11203201-n: definition: - United States writer (born in England) who wrote on American culture (1917-1996) @@ -104705,6 +106348,7 @@ - Mithridates VI - Mithridates the Great partOfSpeech: n + wikidata: Q185126 11203595-n: definition: - French statesman and president of France from 1981 to 1995 (1916-1996) @@ -104716,6 +106360,7 @@ - Francois Mitterrand - Francois Maurice Marie Mitterrand partOfSpeech: n + wikidata: Q2038 11203781-n: definition: - German mathematician responsible for the Mobius strip (1790-1868) @@ -104727,6 +106372,7 @@ - August F. Mobius - August Ferdinand Mobius partOfSpeech: n + wikidata: Q57335 11203945-n: definition: - Italian painter and sculptor (1884-1920) @@ -104739,6 +106385,7 @@ - Modigliani - Amedeo Modigliano partOfSpeech: n + wikidata: Q120993 11204082-n: definition: - the Arab prophet who, according to Islam, was the last messenger of Allah (570-632) @@ -104752,6 +106399,7 @@ - Mahomet - Mahound partOfSpeech: n + wikidata: Q9458 11204263-n: definition: - Albanian soldier in the service of Turkey who was made viceroy of Egypt and took @@ -104765,6 +106413,7 @@ - Mehemet Ali - Muhammad Ali partOfSpeech: n + wikidata: Q182781 11204521-n: definition: - Yugoslav geophysicist for whom the Mohorovicic discontinuity was named (1857-1936) @@ -104785,6 +106434,7 @@ - Moliere - Jean-Baptiste Poquelin partOfSpeech: n + wikidata: Q687 11204815-n: definition: - Hungarian playwright (1878-1952) @@ -104795,6 +106445,7 @@ - Molnar - Ferenc Molnar partOfSpeech: n + wikidata: Q296809 11204917-n: definition: - Soviet statesman (1890-1986) @@ -104806,6 +106457,7 @@ - Molotov - Vyacheslav Mikhailovich Molotov partOfSpeech: n + wikidata: Q132899 11205034-n: definition: - German historian noted for his history of Rome (1817-1903) @@ -104816,6 +106468,7 @@ - Mommsen - Theodor Mommsen partOfSpeech: n + wikidata: Q25351 11205165-n: definition: - Dutch painter whose work (intersecting lines at right angles and planes in primary @@ -104827,6 +106480,7 @@ - Mondrian - Piet Mondrian partOfSpeech: n + wikidata: Q151803 11205382-n: definition: - French impressionist painter (1840-1926) @@ -104837,6 +106491,7 @@ - Monet - Claude Monet partOfSpeech: n + wikidata: Q296 11205490-n: definition: - United States jazz pianist who was one of the founders of the bebop style (1917-1982) @@ -104848,6 +106503,7 @@ - Thelonious Monk - Thelonious Sphere Monk partOfSpeech: n + wikidata: Q109612 11205670-n: definition: - French economist who advocated a Common Market in Europe (1888-1979) @@ -104858,6 +106514,7 @@ - Monnet - Jean Monnet partOfSpeech: n + wikidata: Q159700 11205806-n: definition: - French biochemist who (with Francois Jacob) explained how genes are activated @@ -104870,6 +106527,7 @@ - Jacques Monod - Jacques Lucien Monod partOfSpeech: n + wikidata: Q231402 11206032-n: definition: - 5th President of the United States; author of the Monroe Doctrine (1758-1831) @@ -104881,6 +106539,7 @@ - James Monroe - President Monroe partOfSpeech: n + wikidata: Q11815 11206197-n: definition: - United States film actress noted for sex appeal (1926-1962) @@ -104892,6 +106551,7 @@ - Marilyn Monroe - Norma Jean Baker partOfSpeech: n + wikidata: Q4616 11206346-n: definition: - United States anthropologist (born in England) who popularized anthropology (1905-) @@ -104902,6 +106562,7 @@ - Montagu - Ashley Montagu partOfSpeech: n + wikidata: Q725974 11206501-n: definition: - French writer regarded as the originator of the modern essay (1533-1592) @@ -104914,6 +106575,7 @@ - Michel Montaigne - Michel Eyquem Montaigne partOfSpeech: n + wikidata: Q41568 11206675-n: definition: - French noblewoman who was mistress to Louis XIV until he became attracted to Madame @@ -104926,6 +106588,7 @@ - Marquise de Montespan - Francoise-Athenais de Rochechouart partOfSpeech: n + wikidata: Q230982 11206901-n: definition: - French political philosopher who advocated the separation of executive and legislative @@ -104938,6 +106601,7 @@ - Baron de la Brede et de Montesquieu - Charles Louis de Secondat partOfSpeech: n + wikidata: Q15975 11207144-n: definition: - Italian educator who developed a method of teaching mentally handicapped children @@ -104950,6 +106614,7 @@ - Montessori - Maria Montesorri partOfSpeech: n + wikidata: Q131117 11207354-n: definition: - Italian composer (1567-1643) @@ -104960,6 +106625,7 @@ - Monteverdi - Claudio Monteverdi partOfSpeech: n + wikidata: Q53068 11207461-n: definition: - Irish dancer (1818-1861) @@ -104971,6 +106637,7 @@ - Lola Montez - Marie Dolores Eliza Rosanna Gilbert partOfSpeech: n + wikidata: Q161154 11207591-n: definition: - the last Aztec emperor in Mexico who was overthrown and killed by Hernando Cortes @@ -104982,6 +106649,7 @@ - Moctezuma II - Montezuma II partOfSpeech: n + wikidata: Q141791 11207744-n: definition: - an English nobleman who led the baronial rebellion against Henry III (1208-1265) @@ -104993,6 +106661,7 @@ - Simon de Montfort - Earl of Leicester partOfSpeech: n + wikidata: Q310092 11207920-n: definition: - French inventor who (with his brother Jacques Etienne Montgolfier) pioneered hot-air @@ -105002,8 +106671,9 @@ - 09854736-n members: - Montgolfier - - Josef Michel Montgolfier + - Joseph Michel Montgolfier partOfSpeech: n + wikidata: Q2467332 11208113-n: definition: - French inventor who (with his brother Josef Michel Montgolfier) pioneered hot-air @@ -105015,6 +106685,7 @@ - Montgolfier - Jacques Etienne Montgolfier partOfSpeech: n + wikidata: Q3158089 11208306-n: definition: - English general during World War II; won victories over Rommel in North Africa @@ -105029,6 +106700,7 @@ - Sir Bernard Law Montgomery - 1st Viscount Montgomery of Alamein partOfSpeech: n + wikidata: Q152025 11208603-n: definition: - Canadian novelist (1874-1942) @@ -105052,6 +106724,7 @@ - Moody - Dwight Lyman Moody partOfSpeech: n + wikidata: Q453218 11208842-n: definition: - United States tennis player who dominated women's tennis in the 1920s and 1930s @@ -105077,6 +106750,7 @@ - Moon - Sun Myung Moon partOfSpeech: n + wikidata: Q296734 11209264-n: definition: - British sculptor whose works are monumental organic forms (1898-1986) @@ -105088,6 +106762,7 @@ - Henry Moore - Henry Spencer Moore partOfSpeech: n + wikidata: Q151097 11209422-n: definition: - United States poet noted for irony and wit (1887-1972) @@ -105099,6 +106774,7 @@ - Marianne Moore - Marianne Craig Moore partOfSpeech: n + wikidata: Q278495 11209569-n: definition: - Irish poet who wrote nostalgic and patriotic verse (1779-1852) @@ -105109,6 +106785,7 @@ - Moore - Thomas Moore partOfSpeech: n + wikidata: Q315346 11209699-n: definition: - English philosopher (1873-1958) @@ -105120,6 +106797,7 @@ - G. E. Moore - George Edward Moore partOfSpeech: n + wikidata: Q295386 11209819-n: definition: - English actor and comedian who appeared on television and in films (born in 1935) @@ -105144,6 +106822,7 @@ - Moore - Douglas Moore partOfSpeech: n + wikidata: Q958213 11210173-n: definition: - English statesman who opposed Henry VIII's divorce from Catherine of Aragon and @@ -105168,6 +106847,7 @@ - J. P. Morgan - John Pierpont Morgan partOfSpeech: n + wikidata: Q54168 11210582-n: definition: - soldier in the American Revolution who defeated the British in the battle of Cowpens, @@ -105179,6 +106859,7 @@ - Morgan - Daniel Morgan partOfSpeech: n + wikidata: Q2767 11210764-n: definition: - a Welsh buccaneer who raided Spanish colonies in the West Indies for the English @@ -105193,6 +106874,7 @@ - Henry Morgan - Sir Henry Morgan partOfSpeech: n + wikidata: Q215502 11210944-n: definition: - United States biologist who formulated the chromosome theory of heredity (1866-1945) @@ -105215,6 +106897,7 @@ - Morgan - Lewis Henry Morgan partOfSpeech: n + wikidata: Q313458 11211241-n: definition: - United States chemist and physicist who collaborated with Michelson in the Michelson-Morley @@ -105240,6 +106923,7 @@ members: - Mormon partOfSpeech: n + wikidata: Q2701214 11211643-n: definition: - United States statesman who led the committee that produced the final draft of @@ -105263,6 +106947,7 @@ - Morris - Robert Morris partOfSpeech: n + wikidata: Q7412232 11212057-n: definition: - English poet and craftsman (1834-1896) @@ -105274,6 +106959,7 @@ - Morris - William Morris partOfSpeech: n + wikidata: Q182589 11212185-n: definition: - United States suffragist in Wyoming (1814-1902) @@ -105286,6 +106972,7 @@ - Esther Morris - Esther Hobart McQuigg Slack Morris partOfSpeech: n + wikidata: Q499505 11212339-n: definition: - United States writer whose novels describe the lives of African-Americans (born @@ -105298,6 +106985,7 @@ - Toni Morrison - Chloe Anthony Wofford partOfSpeech: n + wikidata: Q72334 11212523-n: definition: - United States rock singer (1943-1971) @@ -105309,6 +106997,7 @@ - Jim Morrison - James Douglas Morrison partOfSpeech: n + wikidata: Q44301 11212656-n: definition: - United States portrait painter who patented the telegraph and developed the Morse @@ -105323,6 +107012,7 @@ - Samuel F. B. Morse - Samuel Finley Breese Morse partOfSpeech: n + wikidata: Q75698 11212891-n: definition: - English nobleman who deposed Edward II and was executed by Edward III (1287-1330) @@ -105345,6 +107035,7 @@ - Jelly Roll Morton - Ferdinand Joseph La Menthe Morton partOfSpeech: n + wikidata: Q317128 11213240-n: definition: - Swedish chemist who discovered rare earth elements (1797-1858) @@ -105369,6 +107060,7 @@ members: - Moses partOfSpeech: n + wikidata: Q9077 11213635-n: definition: - United States painter of colorful and primitive rural scenes (1860-1961) @@ -105380,6 +107072,7 @@ - Grandma Moses - Anna Mary Robertson Moses partOfSpeech: n + wikidata: Q260683 11213804-n: definition: - German physicist (born in 1929) @@ -105390,6 +107083,7 @@ - Mossbauer - Rudolf Ludwig Mossbauer partOfSpeech: n + wikidata: Q44286 11213918-n: definition: - United States abstract expressionist painter (1915-1991) @@ -105425,6 +107119,7 @@ - Moynihan - Daniel Patrick Moynihan partOfSpeech: n + wikidata: Q713505 11214345-n: definition: - prolific Austrian composer and child prodigy; master of the classical style in @@ -105436,6 +107131,7 @@ - Mozart - Wolfgang Amadeus Mozart partOfSpeech: n + wikidata: Q254 11214577-n: definition: - Egyptian statesman who became president in 1981 after Sadat was assassinated (born @@ -105447,6 +107143,7 @@ - Mubarak - Hosni Mubarak partOfSpeech: n + wikidata: Q34105 11214739-n: definition: - leader of Black Muslims who campaigned for independence for Black Americans (1897-1975) @@ -105457,6 +107154,7 @@ - Muhammad - Elijah Muhammad partOfSpeech: n + wikidata: Q345182 11214900-n: definition: - United States naturalist (born in England) who advocated the creation of national @@ -105468,6 +107166,7 @@ - Muir - John Muir partOfSpeech: n + wikidata: Q379580 11215063-n: definition: - reclusive Afghanistani politician and leader of the Taliban who imposed a strict @@ -105479,6 +107178,7 @@ - Mullah Omar - Mullah Mohammed Omar partOfSpeech: n + wikidata: Q193968 11215285-n: definition: - United States geneticist who studied the effects of X-rays on genes (1890-1967) @@ -105512,6 +107212,7 @@ - Johann Muller - Regiomontanus partOfSpeech: n + wikidata: Q76365 11215761-n: definition: - German physiologist and anatomist (1801-1858) @@ -105523,6 +107224,7 @@ - Muller - Johannes Peter Muller partOfSpeech: n + wikidata: Q57992 11215903-n: definition: - Swiss physicist who studied superconductivity (born in 1927) @@ -105534,6 +107236,7 @@ - Muller - Karl Alex Muller partOfSpeech: n + wikidata: Q122298 11216036-n: definition: - Swiss chemist who synthesized DDT and discovered its use as an insecticide (1899-1965) @@ -105544,6 +107247,7 @@ - Muller - Paul Hermann Muller partOfSpeech: n + wikidata: Q115475 11216198-n: definition: - Norwegian painter (1863-1944) @@ -105554,6 +107258,7 @@ - Munch - Edvard Munch partOfSpeech: n + wikidata: Q41406 11216295-n: definition: - German raconteur who told preposterous stories about his adventures as a soldier @@ -105568,6 +107273,7 @@ - Munchausen - Baron Munchausen partOfSpeech: n + wikidata: Q77066 11216617-n: definition: - British writer of short stories (1870-1916) @@ -105580,6 +107286,7 @@ - Hector Hugh Munro - Saki partOfSpeech: n + wikidata: Q311526 11216754-n: definition: - British writer (born in Ireland) known primarily for her novels (1919-1999) @@ -105591,6 +107298,7 @@ - Iris Murdoch - Dame Jean Iris Murdoch partOfSpeech: n + wikidata: Q217495 11216924-n: definition: - United States publisher (born in Australia in 1931) @@ -105604,6 +107312,7 @@ - Rupert Murdoch - Keith Rupert Murdoch partOfSpeech: n + wikidata: Q53944 11217089-n: definition: - Scottish philologist and the lexicographer who shaped the Oxford English Dictionary @@ -105621,6 +107330,7 @@ - Sir James Augustus Murray - Sir James Augustus Henry Murray partOfSpeech: n + wikidata: Q960207 11217407-n: definition: - British classical scholar (born in Australia) who advocated the League of Nations @@ -105633,6 +107343,7 @@ - Gilbert Murray - George Gilbert Aime Murphy partOfSpeech: n + wikidata: Q538478 11217623-n: definition: - Spanish painter (1617-1682) @@ -105643,6 +107354,7 @@ - Murillo - Bartolome Esteban Murillo partOfSpeech: n + wikidata: Q192062 11217733-n: definition: - United States broadcast journalist remembered for his reports from London during @@ -105668,6 +107380,7 @@ - Stanley Frank Musial - Stan the Man partOfSpeech: n + wikidata: Q1328142 11218084-n: definition: - French poet and writer (1810-1857) @@ -105680,6 +107393,7 @@ - Alfred de Musset - Louis Charles Alfred de Musset partOfSpeech: n + wikidata: Q179680 11218243-n: definition: - Italian fascist dictator (1883-1945) @@ -105691,6 +107405,7 @@ - Benito Mussolini - Il Duce partOfSpeech: n + wikidata: Q23559 11218365-n: definition: - Russian composer of operas and orchestral works (1839-1881) @@ -105705,6 +107420,7 @@ - Modest Petrovich Mussorgsky - Modest Petrovich Moussorgsky partOfSpeech: n + wikidata: Q132682 11218598-n: definition: - United States motion-picture pioneer remembered for his pictures of running horses @@ -105729,6 +107445,7 @@ - Gunnar Myrdal - Karl Gunnar Myrdal partOfSpeech: n + wikidata: Q152452 11218971-n: definition: - United States writer (born in Russia) (1899-1977) @@ -105740,6 +107457,7 @@ - Vladimir Nabokov - Vladimir vladimirovich Nabokov partOfSpeech: n + wikidata: Q36591 11219127-n: definition: - a Hebrew minor prophet of the 7th century BC @@ -105749,6 +107467,7 @@ members: - Nahum partOfSpeech: n + wikidata: Q1981722 11219224-n: definition: - United States educator (born in Canada) who invented the game of basketball (1861-1939) @@ -105759,6 +107478,7 @@ - Naismith - James Naismith partOfSpeech: n + wikidata: Q188962 11219384-n: definition: - Indian religious leader who founded Sikhism in dissent from the caste system of @@ -105773,6 +107493,7 @@ - Nanak - Guru Nanak partOfSpeech: n + wikidata: Q83322 11219717-n: definition: - Norwegian explorer of the Arctic and director of the League of Nations relief @@ -105785,6 +107506,7 @@ - Nansen - Fridtjof Nansen partOfSpeech: n + wikidata: Q72292 11219933-n: definition: - the mother-in-law of Ruth whose story is told in the Book of Ruth in the Old Testament @@ -105795,6 +107517,7 @@ - Naomi - Noemi partOfSpeech: n + wikidata: Q2596433 11220080-n: definition: - Scottish mathematician who invented logarithms; introduced the use of the decimal @@ -105806,6 +107529,7 @@ - Napier - John Napier partOfSpeech: n + wikidata: Q159592 11220266-n: definition: - French general who became emperor of the French (1769-1821) @@ -105820,6 +107544,7 @@ - Bonaparte - Little Corporal partOfSpeech: n + wikidata: Q517 11220482-n: definition: - nephew of Napoleon I and emperor of the French from 1852 to 1871 (1808-1873) @@ -105831,6 +107556,7 @@ - Emperor Napoleon III - Charles Louis Napoleon Bonaparte partOfSpeech: n + wikidata: Q7721 11220676-n: definition: - United States writer noted for his droll epigrams (1902-1971) @@ -105851,6 +107577,7 @@ - Nasser - Gamal Abdel Nasser partOfSpeech: n + wikidata: Q39524 11220939-n: definition: - United States political cartoonist (1840-1902) @@ -105861,6 +107588,7 @@ - Nast - Thomas Nast partOfSpeech: n + wikidata: Q214957 11221051-n: definition: - United States prohibitionist who raided saloons and destroyed bottles of liquor @@ -105874,6 +107602,7 @@ - Carry Nation - Carry Amelia Moore Nation partOfSpeech: n + wikidata: Q2583364 11221254-n: definition: - Italian chemist noted for work on polymers (1903-1979) @@ -105884,6 +107613,7 @@ - Natta - Giulio Natta partOfSpeech: n + wikidata: Q234145 11221376-n: definition: - Venezuelan master terrorist raised by a Marxist-Leninist father; trained and worked @@ -105906,6 +107636,7 @@ - Hector Hevodidbon - Michael Assat partOfSpeech: n + wikidata: Q222831 11221730-n: definition: - United States tennis player (born in Czechoslovakia) who won nine Wimbledon women's @@ -105917,6 +107648,7 @@ - Navratilova - Martina Navratilova partOfSpeech: n + wikidata: Q54545 11221931-n: definition: - United States actress (born in Russia) (1879-1945) @@ -105927,6 +107659,7 @@ - Nazimova - Alla Nazimova partOfSpeech: n + wikidata: Q234795 11222053-n: definition: - (Old Testament) king of Chaldea who captured and destroyed Jerusalem and exiled @@ -105954,6 +107687,7 @@ - Nicholas V - Tomasso Parentucelli partOfSpeech: n + wikidata: Q134588 11222467-n: definition: - (Old Testament) a famous hunter @@ -105975,6 +107709,7 @@ - Neel - Louis Eugene Felix Neel partOfSpeech: n + wikidata: Q155781 11222712-n: definition: - queen of Egypt and wife of Akhenaton (14th century BC) @@ -105984,6 +107719,7 @@ members: - Nefertiti partOfSpeech: n + wikidata: Q40930 11222823-n: definition: - Indian statesman and leader with Gandhi in the struggle for home rule; was the @@ -105995,6 +107731,7 @@ - Nehru - Jawaharlal Nehru partOfSpeech: n + wikidata: Q1047 11223049-n: definition: - English admiral who defeated the French fleets of Napoleon but was mortally wounded @@ -106021,6 +107758,7 @@ - Nernst - Walther Hermann Nernst partOfSpeech: n + wikidata: Q57125 11223462-n: definition: - Roman Emperor notorious for his monstrous vice and fantastic luxury (was said @@ -106046,6 +107784,7 @@ - Reyes - Neftali Ricardo Reyes partOfSpeech: n + wikidata: Q34189 11223910-n: definition: - Italian architect who pioneered in the use of reinforced concrete (1891-1979) @@ -106056,6 +107795,7 @@ - Nervi - Pier Luigi Nervi partOfSpeech: n + wikidata: Q313528 11224059-n: definition: - Emperor of Rome who introduced a degree of freedom after the repressive reign @@ -106067,6 +107807,7 @@ - Nerva - Marcus Cocceius Nerva partOfSpeech: n + wikidata: Q1424 11224266-n: definition: - (Greek mythology) a wise old counselor to the Greeks at Troy @@ -106112,6 +107853,7 @@ - Newcomb - Simon Newcomb partOfSpeech: n + wikidata: Q164401 11224952-n: definition: - English prelate and theologian who (with John Keble and Edward Pusey) founded @@ -106126,6 +107868,7 @@ - John Henry Newman - Cardinal Newman partOfSpeech: n + wikidata: Q44490 11225236-n: definition: - United States film actor (born in 1925) @@ -106137,6 +107880,7 @@ - Paul Newman - Paul Leonard Newman partOfSpeech: n + wikidata: Q41871 11225365-n: definition: - English mathematician and physicist; remembered for developing the calculus and @@ -106150,6 +107894,7 @@ - Isaac Newton - Sir Isaac Newton partOfSpeech: n + wikidata: Q935 11225637-n: definition: - French marshal in the Napoleonic Wars (1769-1815) @@ -106162,6 +107907,7 @@ - Michel Ney - Duc d'Elchingen partOfSpeech: n + wikidata: Q40756 11225787-n: definition: - a bishop in Asia Minor who is associated with Santa Claus (4th century) @@ -106174,6 +107920,7 @@ - Saint Nicholas - St. Nicholas partOfSpeech: n + wikidata: Q44269 11225965-n: definition: - czar of Russia from 1825 to 1855 who led Russia into the Crimean War (1796-1855) @@ -106187,6 +107934,7 @@ - Nicholas I - Czar Nicholas I partOfSpeech: n + wikidata: Q130734 11226140-n: definition: - the last czar of Russia who was forced to abdicate in 1917 by the Russian Revolution; @@ -106198,6 +107946,7 @@ - Nicholas II of Russia - Nicholas II partOfSpeech: n + wikidata: Q40787 11226346-n: definition: - United States golfer considered by many to be the greatest golfer of all time @@ -106210,6 +107959,7 @@ - Jack Nicklaus - Jack William Nicklaus partOfSpeech: n + wikidata: Q9424 11226534-n: definition: - English diplomat and author (1886-1968) @@ -106246,6 +107996,7 @@ - Niebuhr - Reinhold Niebuhr partOfSpeech: n + wikidata: Q358561 11226996-n: definition: - Danish composer (1865-1931) @@ -106257,6 +108008,7 @@ - Carl Nielsen - Carl August Nielsen partOfSpeech: n + wikidata: Q205139 11227115-n: definition: - influential German philosopher remembered for his concept of the superman and @@ -106270,6 +108022,7 @@ - Nietzsche - Friedrich Wilhelm Nietzsche partOfSpeech: n + wikidata: Q9358 11227400-n: definition: - English nurse remembered for her work during the Crimean War (1820-1910) @@ -106306,6 +108059,7 @@ - Brigit Nilsson - Marta Brigit Nilsson partOfSpeech: n + wikidata: Q233951 11227919-n: definition: - United States admiral of the Pacific fleet during World War II who used aircraft @@ -106359,6 +108113,7 @@ - Alfred Nobel - Alfred Bernhard Nobel partOfSpeech: n + wikidata: Q23810 11228907-n: definition: - German mathematician (1882-1935) @@ -106369,6 +108124,7 @@ - Noether - Emmy Noether partOfSpeech: n + wikidata: Q7099 11229009-n: definition: - United States bacteriologist (born in Japan) who discovered the cause of yellow @@ -106380,6 +108136,7 @@ - Noguchi - Hideyo Noguchi partOfSpeech: n + wikidata: Q356114 11229191-n: definition: - United States sculptor (1904-1988) @@ -106390,6 +108147,7 @@ - Noguchi - Isamu Noguchi partOfSpeech: n + wikidata: Q442628 11229296-n: definition: - Australian golfer (born in 1955) @@ -106424,6 +108182,7 @@ - Frank Norris - Benjamin Franklin Norris Jr. partOfSpeech: n + wikidata: Q712746 11229665-n: definition: - English chemist (1897-1978) @@ -106434,6 +108193,7 @@ - Norrish - Ronald George Wreyford Norrish partOfSpeech: n + wikidata: Q235834 11229780-n: definition: - British statesman under George III whose policies led to rebellion in the American @@ -106446,6 +108206,7 @@ - Frederick North - Second Earl of Guilford partOfSpeech: n + wikidata: Q312593 11229980-n: definition: - United States biochemist (1891-1987) @@ -106456,6 +108217,7 @@ - Northrop - John Howard Northrop partOfSpeech: n + wikidata: Q106399 11230095-n: definition: - French astrologer who wrote cryptic predictions whose interpretations are still @@ -106467,6 +108229,7 @@ - Nostradamus - Michel de Notredame partOfSpeech: n + wikidata: Q39978 11230281-n: definition: - English poet (1880-1958) @@ -106477,6 +108240,7 @@ - Noyes - Alfred Noyes partOfSpeech: n + wikidata: Q1390604 11230373-n: definition: - British industrialist who manufactured automobiles and created a philanthropic @@ -106491,6 +108255,7 @@ - William Richard Morris - First Viscount Nuffield partOfSpeech: n + wikidata: Q335487 11230600-n: definition: - Russian dancer who was often the partner of Dame Margot Fonteyn and who defected @@ -106502,6 +108267,7 @@ - Nureyev - Rudolf Nureyev partOfSpeech: n + wikidata: Q84217 11230796-n: definition: - United States sharpshooter who was featured in Buffalo Bill's Wild West Show (1860-1926) @@ -106567,6 +108333,7 @@ - O'Casey - Sean O'Casey partOfSpeech: n + wikidata: Q315170 11231507-n: definition: - English scholastic philosopher and assumed author of Occam's Razor (1285-1349) @@ -106602,6 +108369,7 @@ - Ochs - Adolph Simon Ochs partOfSpeech: n + wikidata: Q365489 11231977-n: definition: - United States writer (1925-1964) @@ -106624,6 +108392,7 @@ - Odets - Clifford Odets partOfSpeech: n + wikidata: Q734944 11232216-n: definition: - Germanic barbarian leader who ended the Western Roman Empire in 476 and became @@ -106636,6 +108405,7 @@ - Odovacar - Odovakar partOfSpeech: n + wikidata: Q103333 11232416-n: definition: - Danish physicist (1777-1851) @@ -106646,6 +108416,7 @@ - Oersted - Hans Christian Oersted partOfSpeech: n + wikidata: Q44412 11232524-n: definition: - French composer of many operettas and an opera (1819-1880) @@ -106656,6 +108427,7 @@ - Offenbach - Jacques Offenbach partOfSpeech: n + wikidata: Q41555 11232659-n: definition: - Irish writer of short stories (1896-1984) @@ -106666,6 +108438,7 @@ - O'Flaherty - Liam O'Flaherty partOfSpeech: n + wikidata: Q370973 11232776-n: definition: - English psychologist who collaborated with I. A. Richards in designing Basic English @@ -106691,6 +108464,7 @@ - O'Hara - John Henry O'Hara partOfSpeech: n + wikidata: Q548345 11233084-n: definition: - German physicist who formulated Ohm's law (1787-1854) @@ -106702,6 +108476,7 @@ - Ohm - Georg Simon Ohm partOfSpeech: n + wikidata: Q1585 11233206-n: definition: - United States painter (1887-1986) @@ -106712,6 +108487,7 @@ - O'Keeffe - Georgia O'Keeffe partOfSpeech: n + wikidata: Q46408 11233313-n: definition: - German naturalist whose speculations that plants and animals are made up of tiny @@ -106725,6 +108501,7 @@ - Okenfuss - Lorenz Okenfuss partOfSpeech: n + wikidata: Q55069834 11233542-n: definition: - King and patron saint of Norway (995-1030) @@ -106741,6 +108518,7 @@ - St. Olaf - St. Olav partOfSpeech: n + wikidata: Q208331 11233716-n: definition: - United States sculptor (born in Sweden); a leader of the pop art movement who @@ -106766,6 +108544,7 @@ - Barney Oldfield - Berna Eli Oldfield partOfSpeech: n + wikidata: Q808483 11234143-n: definition: - United States jazz musician who influenced the style of Louis Armstrong (1885-1938) @@ -106789,6 +108568,7 @@ - Sir Laurence Kerr Olivier - Baron Olivier of Brighton partOfSpeech: n + wikidata: Q55245 11234503-n: definition: - United States landscape architect primarily responsible for the design of Central @@ -106800,6 +108580,7 @@ - Olmsted - Frederick Law Olmsted partOfSpeech: n + wikidata: Q364187 11234697-n: definition: - Persian poet and mathematician and astronomer whose poetry was popularized by @@ -106812,6 +108593,7 @@ members: - Omar Khayyam partOfSpeech: n + wikidata: Q35900 11234916-n: definition: - Canadian writer (born in Sri Lanka in 1943) @@ -106823,6 +108605,7 @@ - Michael Ondaatje - Philip Michael Ondaatje partOfSpeech: n + wikidata: Q313593 11235060-n: definition: - United States playwright (1888-1953) @@ -106834,6 +108617,7 @@ - Eugene O'Neill - Eugene Gladstone O'Neill partOfSpeech: n + wikidata: Q93157 11235195-n: definition: - United States musician (born in Japan) who married John Lennon and collaborated @@ -106855,6 +108639,7 @@ - Onsager - Lars Onsager partOfSpeech: n + wikidata: Q107405 11235531-n: definition: - Dutch astronomer who proved that the galaxy is rotating and proposed the existence @@ -106891,6 +108676,7 @@ - Oppenheimer - Robert Oppenheimer partOfSpeech: n + wikidata: Q132537 11236090-n: definition: - United States composer and rockabilly tenor popular in the 1950s (1936-1988) @@ -106913,6 +108699,7 @@ - Orczy - Baroness Emmusca Orczy partOfSpeech: n + wikidata: Q234530 11236376-n: definition: - German musician who developed a widely used system for teaching music to children @@ -106925,6 +108712,7 @@ - Orff - Carl Orff partOfSpeech: n + wikidata: Q44086 11236552-n: definition: - Greek philosopher and theologian who reinterpreted Christian doctrine through @@ -106946,6 +108734,7 @@ - Ormandy - Eugene Ormandy partOfSpeech: n + wikidata: Q344023 11236912-n: definition: - Mexican painter noted for his monumental murals (1883-1949) @@ -106968,6 +108757,7 @@ - Bobby Orr - Robert Orr partOfSpeech: n + wikidata: Q348017 11237172-n: definition: - Nicaraguan statesman (born in 1945) @@ -106979,6 +108769,7 @@ - Daniel Ortega - Daniel Ortega Saavedra partOfSpeech: n + wikidata: Q57402 11237302-n: definition: - Spanish philosopher who advocated leadership by an intellectual elite (1883-1955) @@ -106989,6 +108780,7 @@ - Ortega y Gasset - Jose Ortega y Gasset partOfSpeech: n + wikidata: Q153020 11237469-n: definition: - imaginative British writer concerned with social justice (1903-1950) @@ -107001,6 +108793,7 @@ - Eric Blair - Eric Arthur Blair partOfSpeech: n + wikidata: Q3335 11237658-n: definition: - English playwright (1929-1994) @@ -107012,6 +108805,7 @@ - John Osborne - John James Osborne partOfSpeech: n + wikidata: Q313841 11237779-n: definition: - the conqueror of Turkey who founded the Ottoman Empire and the Ottoman dynasty @@ -107024,6 +108818,7 @@ - Osman I - Othman I partOfSpeech: n + wikidata: Q83100 11238044-n: definition: - German chemist (1853-1932) @@ -107034,6 +108829,7 @@ - Ostwald - Wilhelm Ostwald partOfSpeech: n + wikidata: Q12658 11238143-n: definition: - United States assassin of President John F. Kennedy (1939-1963) @@ -107046,6 +108842,7 @@ - Oswald - Lee Harvey Oswald partOfSpeech: n + wikidata: Q48745 11238280-n: definition: - United States inventor who manufactured the first elevator with a safety device @@ -107059,6 +108856,7 @@ - Otis - Elisha Graves Otis partOfSpeech: n + wikidata: Q171413 11238463-n: definition: - British actor (born in Ireland in 1932) @@ -107072,6 +108870,7 @@ - Peter O'Toole - Peter Seamus O'Toole partOfSpeech: n + wikidata: Q103876 11238615-n: definition: - King of the Germans and Holy Roman Emperor (912-973) @@ -107084,6 +108883,7 @@ - Otho I - Otto the Great partOfSpeech: n + wikidata: Q43915 11238766-n: definition: - Roman poet remembered for his elegiac verses on love (43 BC - AD 17) @@ -107094,6 +108894,7 @@ - Ovid - Publius Ovidius Naso partOfSpeech: n + wikidata: Q7198 11238928-n: definition: - English comparative anatomist and paleontologist who was an opponent of Darwinism @@ -107106,6 +108907,7 @@ - Owen - Sir Richard Owen partOfSpeech: n + wikidata: Q151556 11239111-n: definition: - Welsh industrialist and social reformer who founded cooperative communities (1771-1858) @@ -107141,6 +108943,7 @@ - Ozawa - Seiji Ozawa partOfSpeech: n + wikidata: Q313649 11239625-n: definition: - Polish pianist who in 1919 served as the first Prime Minister of independent Poland @@ -107155,6 +108958,7 @@ - Ignace Paderewski - Ignace Jan Paderewski partOfSpeech: n + wikidata: Q191957 11239841-n: definition: - Italian violinist and composer of music for the violin (1782-1840) @@ -107165,6 +108969,7 @@ - Paganini - Niccolo Paganini partOfSpeech: n + wikidata: Q66075 11239982-n: definition: - United States diplomat and writer about the Old South (1853-1922) @@ -107188,6 +108993,7 @@ - Page - Sir Frederick Handley Page partOfSpeech: n + wikidata: Q3844925 11240309-n: definition: - English pathologist who discovered the cause of trichinosis (1814-1899) @@ -107212,6 +109018,7 @@ - Pahlevi - Mohammed Reza Pahlevi partOfSpeech: n + wikidata: Q128245 11240654-n: definition: - United States baseball player; a black pitcher noted for his longevity (1906-1982) @@ -107223,6 +109030,7 @@ - Satchel Paige - Leroy Robert Paige partOfSpeech: n + wikidata: Q555730 11240826-n: definition: - American Revolutionary leader and pamphleteer (born in England) who supported @@ -107237,6 +109045,7 @@ - Tom Paine - Thomas Paine partOfSpeech: n + wikidata: Q126462 11241097-n: definition: - American Revolutionary leader and signer of the Declaration of Independence (1731-1814) @@ -107247,6 +109056,7 @@ - Paine - Robert Treat Paine partOfSpeech: n + wikidata: Q743472 11241258-n: definition: - Italian composer (1526-1594) @@ -107257,6 +109067,7 @@ - Palestrina - Giovanni Pierluigi da Palestrina partOfSpeech: n + wikidata: Q179277 11241379-n: definition: - English poet (1824-1897) @@ -107278,6 +109089,7 @@ - Palladio - Andrea Palladio partOfSpeech: n + wikidata: Q177692 11241640-n: definition: - United States golfer (born in 1929) @@ -107289,6 +109101,7 @@ - Arnold Palmer - Arnold Daniel Palmer partOfSpeech: n + wikidata: Q9434 11241768-n: definition: - Indian grammarian whose grammatical rules for Sanskrit are the first known example @@ -107299,6 +109112,7 @@ members: - Panini partOfSpeech: n + wikidata: Q189725 11241946-n: definition: - art historian (1892-1968) @@ -107309,6 +109123,7 @@ - Panofsky - Erwin Panofsky partOfSpeech: n + wikidata: Q57656 11242044-n: definition: - Swiss physician who introduced treatments of particular illnesses based on his @@ -107323,6 +109138,7 @@ - Philippus Aureolus Paracelsus - Theophrastus Philippus Aureolus Bombastus von Hohenheim partOfSpeech: n + wikidata: Q83428 11242447-n: definition: - Italian sociologist and economist whose theories influenced the development of @@ -107335,6 +109151,7 @@ - Pareto - Vilfredo Pareto partOfSpeech: n + wikidata: Q11031 11242645-n: definition: - Scottish explorer in Africa (1771-1806) @@ -107345,6 +109162,7 @@ - Park - Mungo Park partOfSpeech: n + wikidata: Q219086 11242749-n: definition: - United States writer noted for her sharp wit (1893-1967) @@ -107356,6 +109174,7 @@ - Dorothy Parker - Dorothy Rothschild Parker partOfSpeech: n + wikidata: Q270707 11242904-n: definition: - United States saxophonist and leader of the bop style of jazz (1920-1955) @@ -107390,6 +109209,7 @@ - Parkinson - James Parkinson partOfSpeech: n + wikidata: Q336489 11243386-n: definition: - United States civil rights leader who refused to give up her seat on a bus to @@ -107402,6 +109222,7 @@ - Parks - Rosa Parks partOfSpeech: n + wikidata: Q41921 11243632-n: definition: - a presocratic Greek philosopher born in Italy; held the metaphysical view that @@ -107413,6 +109234,7 @@ members: - Parmenides partOfSpeech: n + wikidata: Q125551 11243919-n: definition: - Irish nationalist leader (1846-1891) @@ -107434,6 +109256,7 @@ - Parr - Catherine Parr partOfSpeech: n + wikidata: Q192943 11244163-n: definition: - United States painter (1870-1966) @@ -107445,6 +109268,7 @@ - Maxfield Parrish - Maxfield Frederick Parrish partOfSpeech: n + wikidata: Q1333928 11244299-n: definition: - United States sociologist (1902-1979) @@ -107468,6 +109292,7 @@ - Pascal - Blaise Pascal partOfSpeech: n + wikidata: Q1290 11244644-n: definition: - Russian writer whose best known novel was banned by Soviet authorities but translated @@ -107480,6 +109305,7 @@ - Boris Pasternak - Boris Leonidovich Pasternak partOfSpeech: n + wikidata: Q41223 11244867-n: definition: - French chemist and biologist whose discovery that fermentation is caused by microorganisms @@ -107492,6 +109318,7 @@ - Pasteur - Louis Pasteur partOfSpeech: n + wikidata: Q529 11245155-n: definition: - American Revolutionary leader (born in Ireland) who was a member of the Constitutional @@ -107514,6 +109341,7 @@ - Alan Paton - Alan Stewart Paton partOfSpeech: n + wikidata: Q361623 11245459-n: definition: - Apostle and patron saint of Ireland; an English missionary to Ireland in the 5th @@ -107527,6 +109355,7 @@ - Saint Patrick - St. Patrick partOfSpeech: n + wikidata: Q165479 11245651-n: definition: - (New Testament) a Christian missionary to the Gentiles; author of several Epistles @@ -107551,6 +109380,7 @@ - Saul - Saul of Tarsus partOfSpeech: n + wikidata: Q9200 11246116-n: definition: - Italian pope from 1534 to 1549 who excommunicated Henry VIII of England in 1538 @@ -107564,6 +109394,7 @@ - Paul III - Alessandro Farnese partOfSpeech: n + wikidata: Q133001 11246417-n: definition: - Italian pope from 1963 to 1978 who eased restrictions on fasting and on interfaith @@ -107586,6 +109417,7 @@ - Paul - Alice Paul partOfSpeech: n + wikidata: Q127328 11246703-n: definition: - United States physicist (born in Austria) who proposed the exclusion principle @@ -107618,6 +109450,7 @@ - Pavarotti - Luciano Pavarotti partOfSpeech: n + wikidata: Q37615 11247196-n: definition: - Russian physiologist who observed conditioned salivary responses in dogs (1849-1936) @@ -107639,6 +109472,7 @@ - Pavlova - Anna Pavlova partOfSpeech: n + wikidata: Q151874 11247489-n: definition: - English architect (1801-1865) @@ -107650,6 +109484,7 @@ - Joseph Paxton - Sir Joseph Paxton partOfSpeech: n + wikidata: Q318372 11247608-n: definition: - educator who founded the first kindergarten in the United States (1804-1894) @@ -107661,6 +109496,7 @@ - Elizabeth Peabody - Elizabeth Palmer Peabody partOfSpeech: n + wikidata: Q1331289 11247786-n: definition: - United States Arctic explorer and United States naval officer who has been regarded @@ -107685,6 +109521,7 @@ - Robert Peel - Sir Robert Peel partOfSpeech: n + wikidata: Q181875 11248143-n: definition: - United States architect (born in China in 1917) @@ -107724,6 +109561,7 @@ - Peirce - Benjamin Peirce partOfSpeech: n + wikidata: Q467611 11248681-n: definition: - a British or Irish monk who denied the doctrines of original sin and predestination @@ -107745,6 +109583,7 @@ - Penn - William Penn partOfSpeech: n + wikidata: Q209152 11249085-n: definition: - king of the Franks and father of Charlemagne who defended papal interests and @@ -107758,6 +109597,7 @@ - Pepin III - Pepin the Short partOfSpeech: n + wikidata: Q81212 11249313-n: definition: - English diarist whose diary contained detailed descriptions of 17th century disasters @@ -107769,6 +109609,7 @@ - Pepys - Samuel Pepys partOfSpeech: n + wikidata: Q106143 11249489-n: definition: - English soldier killed in a rebellion against Henry IV (1364-1403) @@ -107803,6 +109644,7 @@ members: - Pericles partOfSpeech: n + wikidata: Q80398 11250011-n: definition: - Argentine soldier who became president of Argentina (1895-1974) @@ -107813,6 +109655,7 @@ - Peron - Juan Domingo Peron partOfSpeech: n + wikidata: Q93330 11250148-n: definition: - United States commodore who led the fleet that defeated the British on Lake Erie @@ -107849,6 +109692,7 @@ - Perry - Ralph Barton Perry partOfSpeech: n + wikidata: Q32679 11250770-n: definition: - United States general who commanded the American forces in Europe during World @@ -107862,6 +109706,7 @@ - John Joseph Pershing - Black Jack Pershing partOfSpeech: n + wikidata: Q272383 11250967-n: definition: - English biochemist (born in Austria); studied the molecular structure of blood @@ -107874,6 +109719,7 @@ - Max Perutz - Max Ferdinand Perutz partOfSpeech: n + wikidata: Q78480 11251147-n: definition: - disciple of Jesus and leader of the Apostles; regarded by Catholics as the vicar @@ -107890,6 +109736,7 @@ - Saint Peter the Apostle - St. Peter the Apostle partOfSpeech: n + wikidata: Q33923 11251423-n: definition: - czar of Russia who introduced ideas from western Europe to reform the government; @@ -107902,6 +109749,7 @@ - Czar Peter I - Peter the Great partOfSpeech: n + wikidata: Q8479 11251673-n: definition: - an Italian poet famous for love lyrics (1304-1374) @@ -107913,6 +109761,7 @@ - Petrarca - Francesco Petrarca partOfSpeech: n + wikidata: Q1401 11251811-n: definition: - Roman satirist (died in 66) @@ -107924,6 +109773,7 @@ - Gaius Petronius - Petronius Arbiter partOfSpeech: n + wikidata: Q47180 11251933-n: definition: - ancient Greek sculptor (circa 500-432 BC) @@ -107934,6 +109784,7 @@ - Phidias - Pheidias partOfSpeech: n + wikidata: Q177302 11252040-n: definition: - (New Testament) a Christian (probably living in Colossae) whose slave escaped @@ -107965,10 +109816,10 @@ ili: i96553 instance_hypernym: - 10492384-n + - 87460721-n members: - Philip - Prince Philip - - Duke of Edinburgh partOfSpeech: n 11252605-n: definition: @@ -107981,6 +109832,7 @@ - Philip II - Philip II of Spain partOfSpeech: n + wikidata: Q34417 11252827-n: definition: - king of ancient Macedonia and father of Alexander the Great (382-336 BC) @@ -107991,6 +109843,7 @@ - Philip II - Philip II of Macedon partOfSpeech: n + wikidata: Q130650 11252979-n: definition: - son of Louis VII whose reign as king of France saw wars with the English that @@ -108026,6 +109879,7 @@ - Philip VI - Philip of Valois partOfSpeech: n + wikidata: Q170586 11253585-n: definition: - friend of Damon; Phintias (according to legend) was condemned to death by Dionysius @@ -108063,6 +109917,7 @@ - Edith Giovanna Gassion - Little Sparrow partOfSpeech: n + wikidata: Q1631 11254282-n: definition: - Swiss psychologist remembered for his studies of cognitive development in children @@ -108074,6 +109929,7 @@ - Piaget - Jean Piaget partOfSpeech: n + wikidata: Q123190 11254462-n: definition: - American Confederate general known for leading a disastrous charge at Gettysburg @@ -108086,6 +109942,7 @@ - Pickett - George Edward Pickett partOfSpeech: n + wikidata: Q454069 11254633-n: definition: - United States film actress (born in Canada) who starred in silent films (1893-1979) @@ -108097,6 +109954,7 @@ - Mary Pickford - Gladys Smith partOfSpeech: n + wikidata: Q104109 11254803-n: definition: - 14th President of the United States (1804-1869) @@ -108108,6 +109966,7 @@ - Franklin Pierce - President Pierce partOfSpeech: n + wikidata: Q12312 11254941-n: definition: - prolific and influential Spanish artist who lived in France (1881-1973) @@ -108119,6 +109978,7 @@ - Picasso - Pablo Picasso partOfSpeech: n + wikidata: Q5593 11255102-n: definition: - the Roman procurator of Judea who ordered that Jesus be crucified (died in AD @@ -108151,6 +110011,7 @@ members: - Pindar partOfSpeech: n + wikidata: Q134929 11255609-n: definition: - English dramatist whose plays are characterized by silences and the use of inaction @@ -108162,6 +110023,7 @@ - Pinter - Harold Pinter partOfSpeech: n + wikidata: Q41042 11255777-n: definition: - Italian novelist and playwright (1867-1936) @@ -108173,6 +110035,7 @@ - Pirandello - Luigi Pirandello partOfSpeech: n + wikidata: Q1403 11255916-n: definition: - United States neoclassical composer (1894-1976) @@ -108183,6 +110046,7 @@ - Piston - Walter Piston partOfSpeech: n + wikidata: Q711052 11256033-n: definition: - English educator who invented a system of phonetic shorthand (1813-1897) @@ -108216,6 +110080,7 @@ - First Earl of Chatham - Pitt the Elder partOfSpeech: n + wikidata: Q208663 11256487-n: definition: - English statesman and son of Pitt the Elder (1759-1806) @@ -108229,6 +110094,7 @@ - Second Earl of Chatham - Pitt the Younger partOfSpeech: n + wikidata: Q128902 11256653-n: definition: - a British playwright who created the fictional character Sweeney Todd (1799-1855) @@ -108267,6 +110133,7 @@ - Pius V - Antonio Ghislieri partOfSpeech: n + wikidata: Q131945 11257265-n: definition: - Italian pope from 1775 to 1799 who served during the French Revolution; Napoleon @@ -108281,6 +110148,7 @@ - Giovanni Angelo Braschi - Giannangelo Braschi partOfSpeech: n + wikidata: Q128019 11257540-n: definition: - Italian pope from 1800 to 1823 who was humiliated by Napoleon and taken prisoner @@ -108359,6 +110227,7 @@ - Pizarro - Francisco Pizarro partOfSpeech: n + wikidata: Q44741 11258896-n: definition: - German physicist whose explanation of blackbody radiation in the context of quantized @@ -108371,6 +110240,7 @@ - Max Planck - Max Karl Ernst Ludwig Planck partOfSpeech: n + wikidata: Q9021 11259133-n: definition: - United States writer and poet (1932-1963) @@ -108382,6 +110252,7 @@ - Plath - Sylvia Plath partOfSpeech: n + wikidata: Q133054 11259261-n: definition: - ancient Athenian philosopher; pupil of Socrates; teacher of Aristotle (428-347 @@ -108392,6 +110263,7 @@ members: - Plato partOfSpeech: n + wikidata: Q859 11259433-n: definition: - comic dramatist of ancient Rome (253?-184 BC) @@ -108402,6 +110274,7 @@ - Plautus - Titus Maccius Plautus partOfSpeech: n + wikidata: Q47160 11259557-n: definition: - Roman author of an encyclopedic natural history; died while observing the eruption @@ -108426,6 +110299,7 @@ - Pliny the Younger - Gaius Plinius Caecilius Secundus partOfSpeech: n + wikidata: Q168707 11259979-n: definition: - Roman philosopher (born in Egypt) who was the leading representative of Neoplatonism @@ -108436,6 +110310,7 @@ members: - Plotinus partOfSpeech: n + wikidata: Q134189 11260129-n: definition: - Greek biographer who wrote Parallel Lives (46?-120 AD) @@ -108445,6 +110320,7 @@ members: - Plutarch partOfSpeech: n + wikidata: Q41523 11260239-n: definition: - a Powhatan woman (the daughter of Powhatan) who befriended the English at Jamestown @@ -108468,6 +110344,7 @@ - Poe - Edgar Allan Poe partOfSpeech: n + wikidata: Q16867 11260599-n: definition: - United States film actor and director (born in 1927) @@ -108503,6 +110380,7 @@ - Pollack - Sydney Pollack partOfSpeech: n + wikidata: Q51522 11261096-n: definition: - United States artist famous for painting with a drip technique; a leader of abstract @@ -108514,6 +110392,7 @@ - Pollock - Jackson Pollock partOfSpeech: n + wikidata: Q37571 11261290-n: definition: - Venetian traveler who explored Asia in the 13th century and served Kublai Khan @@ -108525,6 +110404,7 @@ - Polo - Marco Polo partOfSpeech: n + wikidata: Q6101 11261445-n: definition: - Greek bishop of Smyrna who refused to recant his Christian faith and was burned @@ -108550,6 +110430,7 @@ - Marquise de Pompadour - Jeanne Antoinette Poisson partOfSpeech: n + wikidata: Q188965 11261844-n: definition: - Roman general and statesman who quarrelled with Caesar and fled to Egypt where @@ -108563,6 +110444,7 @@ - Gnaeus Pompeius Magnus - Pompey the Great partOfSpeech: n + wikidata: Q125414 11262067-n: definition: - Spanish explorer who accompanied Columbus on his second trip in 1493; in 1513 @@ -108585,6 +110467,7 @@ - Lily Pons - Alice-Josephine Pons partOfSpeech: n + wikidata: Q242387 11262459-n: definition: - United States soprano (1897-1981) @@ -108607,6 +110490,7 @@ members: - Pontiac partOfSpeech: n + wikidata: Q314960 11262733-n: definition: - English poet and satirist (1688-1744) @@ -108617,6 +110501,7 @@ - Pope - Alexander Pope partOfSpeech: n + wikidata: Q164047 11262839-n: definition: - British philosopher (born in Austria) who argued that scientific theories can @@ -108641,6 +110526,7 @@ - William Sydney Porter - O. Henry partOfSpeech: n + wikidata: Q172788 11263258-n: definition: - United States composer and lyricist of musical comedies (1891-1946) @@ -108652,6 +110538,7 @@ - Cole Porter - Cole Albert Porter partOfSpeech: n + wikidata: Q215120 11263414-n: definition: - United States writer of novels and short stories (1890-1980) @@ -108662,6 +110549,7 @@ - Porter - Katherine Anne Porter partOfSpeech: n + wikidata: Q236958 11263552-n: definition: - United States manufacturer of breakfast cereals and Postum (1854-1914) @@ -108685,6 +110573,7 @@ - Emily Post - Emily Price Post partOfSpeech: n + wikidata: Q2915964 11263897-n: definition: - United States aviator who in 1933 made the first solo flight around the world @@ -108738,6 +110627,7 @@ - Ezra Pound - Ezra Loomis Pound partOfSpeech: n + wikidata: Q163366 11264755-n: definition: - French painter in the classical style (1594-1665) @@ -108748,6 +110638,7 @@ - Poussin - Nicolas Poussin partOfSpeech: n + wikidata: Q41554 11264877-n: definition: - English physicist who discovered the pion (the first known meson) which is a subatomic @@ -108843,6 +110734,7 @@ members: - Priam partOfSpeech: n + wikidata: Q170473 11266398-n: definition: - United States operatic soprano (born 1927) @@ -108854,6 +110746,7 @@ - Leontyne Price - Mary Leontyne Price partOfSpeech: n + wikidata: Q233718 11266532-n: definition: - English chemist who isolated many gases and discovered oxygen (independently of @@ -108865,6 +110758,7 @@ - Priestley - Joseph Priestley partOfSpeech: n + wikidata: Q159636 11266708-n: definition: - Russian physicist whose research into ways of moving electrons around atoms led @@ -108891,6 +110785,7 @@ - Prokofiev - Sergei Sergeyevich Prokofiev partOfSpeech: n + wikidata: Q49481 11267145-n: definition: - French socialist who argued that property is theft (1809-1865) @@ -108902,6 +110797,7 @@ - Proudhon - Pierre Joseph Proudhon partOfSpeech: n + wikidata: Q5749 11267288-n: definition: - French novelist (1871-1922) @@ -108912,6 +110808,7 @@ - Proust - Marcel Proust partOfSpeech: n + wikidata: Q7199 11267403-n: definition: - Alexandrian astronomer (of the 2nd century) who proposed a geocentric system of @@ -108923,6 +110820,7 @@ - Ptolemy - Claudius Ptolemaeus partOfSpeech: n + wikidata: Q34943 11267634-n: definition: - the king of Egypt who founded the Macedonian dynasty in Egypt; a close friend @@ -108935,6 +110833,7 @@ - Ptolemy I Soter - Ptolemy I partOfSpeech: n + wikidata: Q168261 11267887-n: definition: - son of Ptolemy I and king of Egypt who was said to be responsible for the Septuagint @@ -108946,6 +110845,7 @@ - Ptolemy II Philadelphus - Ptolemy II partOfSpeech: n + wikidata: Q39576 11268067-n: definition: - Italian operatic composer noted for the dramatic realism of his operas (1858-1924) @@ -108956,6 +110856,7 @@ - Puccini - Giacomo Puccini partOfSpeech: n + wikidata: Q7311 11268222-n: definition: - English architect who played a prominent role in the 19th century revival of Gothic @@ -108968,6 +110869,7 @@ - Pugin - Augustus Welby Northmore Pugin partOfSpeech: n + wikidata: Q313288 11268416-n: definition: - United States newspaper publisher (born in Hungary) who established the Pulitzer @@ -108979,6 +110881,7 @@ - Pulitzer - Joseph Pulitzer partOfSpeech: n + wikidata: Q173417 11268589-n: definition: - English organist at Westminster Abbey and composer of many theatrical pieces (1659-1695) @@ -108990,6 +110893,7 @@ - Purcell - Henry Purcell partOfSpeech: n + wikidata: Q9695 11268767-n: definition: - Bohemian physiologist remembered for his discovery of Purkinje cells and the Purkinje @@ -109002,6 +110906,7 @@ - Jan Evangelista Purkinje - Johannes Evangelista Purkinje partOfSpeech: n + wikidata: Q159542 11268987-n: definition: - English theologian who (with John Henry Newman and John Keble) founded the Oxford @@ -109025,6 +110930,7 @@ - Alexander Pushkin - Aleksandr Sergeyevich Pushkin partOfSpeech: n + wikidata: Q7200 11269312-n: definition: - Russian statesman who was twice president (2000, 2012) and prime minister (1999, @@ -109038,6 +110944,7 @@ - Vladimir Putin - Vladimir Vladimirovich Putin partOfSpeech: n + wikidata: Q7747 11269549-n: definition: - United States writer and illustrator of children's books (1853-1911) @@ -109049,6 +110956,7 @@ - Pyle - Howard Pyle partOfSpeech: n + wikidata: Q525713 11269702-n: definition: - United States writer of pessimistic novels about life in a technologically advanced @@ -109060,6 +110968,7 @@ - Pynchon - Thomas Pynchon partOfSpeech: n + wikidata: Q35155 11269880-n: definition: - king of Epirus; defeated the Romans in two battles in spite of staggering losses @@ -109071,6 +110980,7 @@ - Pyrrhus of Epirus - Pyrrhus partOfSpeech: n + wikidata: Q94848 11270046-n: definition: - Greek philosopher and mathematician who proved the Pythagorean theorem; considered @@ -109082,6 +110992,7 @@ members: - Pythagoras partOfSpeech: n + wikidata: Q10261 11270277-n: definition: - Libyan leader who seized power in a military coup d'etat in 1969; deposed the @@ -109099,6 +111010,7 @@ - Muammar al-Qaddafi - Muammar el-Qaddafi partOfSpeech: n + wikidata: Q19878 11270571-n: definition: - the first Qin emperor who unified China, built much of the Great Wall, standardized @@ -109111,6 +111023,7 @@ - Qin Shi Huang Ti - Ch'in Shih Huang Ti partOfSpeech: n + wikidata: Q7192 11270823-n: definition: - American patriot who presented the colonists' grievances to the English king (1744-1775) @@ -109172,6 +111085,7 @@ - Sergei Rachmaninov - Sergei Vasilievich Rachmaninov partOfSpeech: n + wikidata: Q131861 11271778-n: definition: - French advocate of Jansenism; tragedian who based his works on Greek and Roman @@ -109210,6 +111124,7 @@ - Sir Thomas Raffles - Sir Thomas Stamford Raffles partOfSpeech: n + wikidata: Q130327 11272382-n: definition: - a chief of the Sioux; he was with Sitting Bull and others at the Battle of Little @@ -109237,6 +111152,7 @@ - Walter Ralegh - Sir Walter Ralegh partOfSpeech: n + wikidata: Q189144 11272905-n: definition: - French composer of operas whose writings laid the foundation for the modern theory @@ -109248,6 +111164,7 @@ - Rameau - Jean-Philippe Rameau partOfSpeech: n + wikidata: Q1145 11273087-n: definition: - any of 11 kings of ancient Egypt between 1315 and 1090 BC @@ -109273,6 +111190,7 @@ - Ramesses the Great - Ramses the Great partOfSpeech: n + wikidata: Q1523 11273445-n: definition: - Spanish histologist noted for his work on the structure of the nervous system @@ -109284,6 +111202,7 @@ - Ramon y Cajal - Santiago Ramon y Cajal partOfSpeech: n + wikidata: Q150526 11273620-n: definition: - United States writer (born in Russia) noted for her polemical novels and political @@ -109295,6 +111214,7 @@ - Rand - Ayn Rand partOfSpeech: n + wikidata: Q132524 11273792-n: definition: - leader in the women's suffrage movement in Montana; the first woman to serve in @@ -109307,6 +111227,7 @@ - Rankin - Jeannette Rankin partOfSpeech: n + wikidata: Q232407 11274018-n: definition: - Italian painter whose many paintings exemplify the ideals of the High Renaissance @@ -109331,6 +111252,7 @@ - Rask - Rasmus Christian Rask partOfSpeech: n + wikidata: Q310958 11274383-n: definition: - Danish ethnologist and Arctic explorer; led expeditions into the Arctic to find @@ -109345,6 +111267,7 @@ - Rasmussen - Kund Johan Victor Rasmussen partOfSpeech: n + wikidata: Q312769 11274673-n: definition: - Siberian peasant monk who was religious advisor in the court of Nicholas II; was @@ -109380,6 +111303,7 @@ - Ravel - Maurice Ravel partOfSpeech: n + wikidata: Q1178 11275201-n: definition: - English physicist who studied the density of gases and discovered argon; made @@ -109393,6 +111317,7 @@ - Lord Rayleigh - John William Strutt partOfSpeech: n + wikidata: Q83297 11275450-n: definition: - 40th President of the United States (1911-2004) @@ -109405,6 +111330,7 @@ - Ronald Wilson Reagan - President Reagan partOfSpeech: n + wikidata: Q9960 11275609-n: definition: - French physicist who invented the alcohol thermometer (1683-1757) @@ -109415,6 +111341,7 @@ - Reaumur - Rene Antoine Ferchault de Reaumur partOfSpeech: n + wikidata: Q310779 11275765-n: definition: - (Old Testament) wife of Isaac and mother of Jacob and Esau @@ -109438,6 +111365,7 @@ members: - Red Cloud partOfSpeech: n + wikidata: Q312721 11276115-n: definition: - United States actor and filmmaker who starred with Paul Newman in several films @@ -109488,6 +111416,7 @@ - William Rehnquist - William Hubbs Rehnquist partOfSpeech: n + wikidata: Q311562 11277021-n: definition: - United States composer (born in 1936) @@ -109499,6 +111428,7 @@ - Steve Reich - Stephen Michael Reich partOfSpeech: n + wikidata: Q262791 11277149-n: definition: - Austrian born psychoanalyst who lived in the United States; advocated sexual freedom @@ -109510,6 +111440,7 @@ - Reich - Wilhelm Reich partOfSpeech: n + wikidata: Q84412 11277385-n: definition: - a Swiss chemist born in Poland; studied the hormones of the adrenal cortex @@ -109521,6 +111452,7 @@ - Reichstein - Tadeus Reichstein partOfSpeech: n + wikidata: Q115490 11277537-n: definition: - Scottish philosopher of common sense who opposed the ideas of David Hume (1710-1796) @@ -109531,6 +111463,7 @@ - Reid - Thomas Reid partOfSpeech: n + wikidata: Q316347 11277687-n: definition: - German bacteriologist who described a disease now known as Reiter's syndrome and @@ -109555,6 +111488,7 @@ - Rembrandt van Ryn - Rembrandt Harmensz van Rijn partOfSpeech: n + wikidata: Q5598 11278086-n: definition: - French impressionist painter (1841-1919) @@ -109566,6 +111500,7 @@ - Renoir - Pierre Auguste Renoir partOfSpeech: n + wikidata: Q39931 11278204-n: definition: - Italian composer remembered for his symphonic poems (1879-1936) @@ -109576,6 +111511,7 @@ - Respighi - Ottorino Respighi partOfSpeech: n + wikidata: Q243837 11278343-n: definition: - (Old Testament) a son of Jacob and forefather of one of the tribes of Israel @@ -109587,6 +111523,7 @@ members: - Reuben partOfSpeech: n + wikidata: Q625661 11278491-n: definition: - American silversmith remembered for his midnight ride (celebrated in a poem by @@ -109600,6 +111537,7 @@ - Revere - Paul Revere partOfSpeech: n + wikidata: Q327071 11278759-n: definition: - English portrait painter and first president of the Royal Academy (1723-1792) @@ -109610,6 +111548,7 @@ - Reynolds - Sir Joshua Reynolds partOfSpeech: n + wikidata: Q194402 11278914-n: definition: - United States parapsychologist (1895-1980) @@ -109621,6 +111560,7 @@ - J. B. Rhine - Joseph Banks Rhine partOfSpeech: n + wikidata: Q735788 11279044-n: definition: - British colonial financier and statesman in South Africa; made a fortune in gold @@ -109637,6 +111577,7 @@ - Cecil J. Rhodes - Cecil John Rhodes partOfSpeech: n + wikidata: Q19825 11279447-n: definition: - English economist who argued that the laws of supply and demand should operate @@ -109648,6 +111589,7 @@ - Ricardo - David Ricardo partOfSpeech: n + wikidata: Q160270 11279625-n: definition: - United States playwright (1892-1967) @@ -109660,6 +111602,7 @@ - Elmer Leopold Rice - Elmer Reizenstein partOfSpeech: n + wikidata: Q1333006 11279767-n: definition: - English lyricist who frequently worked with Andrew Lloyd Webber (born in 1944) @@ -109671,6 +111614,7 @@ - Sir Tim Rice - Timothy Miles Bindon Rice partOfSpeech: n + wikidata: Q298295 11279940-n: definition: - son of Henry II and King of England from 1189 to 1199; a leader of the Third Crusade; @@ -109737,6 +111681,7 @@ - Ralph Richardson - Sir Ralph David Richardson partOfSpeech: n + wikidata: Q381285 11281354-n: definition: - United States architect (1838-1886) @@ -109747,6 +111692,7 @@ - Richardson - Henry Hobson Richardson partOfSpeech: n + wikidata: Q723234 11281473-n: definition: - French prelate and statesman; principal minister to Louis XIII (1585-1642) @@ -109760,6 +111706,7 @@ - Armand Jean du Plessis - Cardinal Richelieu partOfSpeech: n + wikidata: Q26702 11281688-n: definition: - Canadian novelist (born in 1931) @@ -109770,6 +111717,7 @@ - Richler - Mordecai Richler partOfSpeech: n + wikidata: Q452282 11281794-n: definition: - the most decorated United States combat pilot in World War I (1890-1973) @@ -109793,6 +111741,7 @@ - Hyman Rickover - Hyman George Rickover partOfSpeech: n + wikidata: Q541637 11282158-n: definition: - pioneer of non-Euclidean geometry (1826-1866) @@ -109816,6 +111765,7 @@ - David Riesman - David Riesman Jr. partOfSpeech: n + wikidata: Q504319 11282458-n: definition: - United States poet (1849-1916) @@ -109826,6 +111776,7 @@ - Riley - James Whitcomb Riley partOfSpeech: n + wikidata: Q770177 11282564-n: definition: - German poet (born in Austria) whose imagery and mystic lyricism influenced 20th-century @@ -109837,6 +111788,7 @@ - Rilke - Rainer Maria Rilke partOfSpeech: n + wikidata: Q76483 11282755-n: definition: - French poet whose work influenced the surrealists (1854-1891) @@ -109848,6 +111800,7 @@ - Arthur Rimbaud - Jean Nicholas Arthur Rimbaud partOfSpeech: n + wikidata: Q493 11282919-n: definition: - Russian composer of operas and orchestral works; often used themes from folk music @@ -109862,6 +111815,7 @@ - Rimski-Korsakov - Nikolai Andreyevich Rimski-Korsakov partOfSpeech: n + wikidata: Q93227 11283170-n: definition: - United States showman whose song-and-dance troop evolved into a circus (1863-1926) @@ -109885,6 +111839,7 @@ - Rittenhouse - David Rittenhouse partOfSpeech: n + wikidata: Q902703 11283548-n: definition: - Swiss hotelier who created a chain of elegant hotels (1850-1918) @@ -109895,6 +111850,7 @@ - Ritz - Cesar Ritz partOfSpeech: n + wikidata: Q114347 11283677-n: definition: - socialist Mexican painter of murals (1886-1957) @@ -109905,6 +111861,7 @@ - Rivera - Diego Rivera partOfSpeech: n + wikidata: Q171128 11283793-n: definition: - United States choreographer who brought human emotion to classical ballet and @@ -109916,6 +111873,7 @@ - Robbins - Jerome Robbins partOfSpeech: n + wikidata: Q353019 11283992-n: definition: - United States parliamentary authority and author (in 1876) of Robert's Rules of @@ -109940,6 +111898,7 @@ - Roberts - Bartholomew Roberts partOfSpeech: n + wikidata: Q313430 11284333-n: definition: - United States writer remembered for his historical novels about colonial America @@ -109951,6 +111910,7 @@ - Roberts - Kenneth Roberts partOfSpeech: n + wikidata: Q346729 11284498-n: definition: - United States evangelist (born 1918) @@ -109985,6 +111945,7 @@ - Oscar Robertson - Oscar Palmer Robertson partOfSpeech: n + wikidata: Q17717 11284963-n: definition: - United States bass singer and an outspoken critic of racism and proponent of socialism @@ -109998,6 +111959,7 @@ - Paul Robeson - Paul Bustill Robeson partOfSpeech: n + wikidata: Q273233 11285173-n: definition: - French revolutionary; leader of the Jacobins and architect of the Reign of Terror; @@ -110010,6 +111972,7 @@ - Robespierre - Maxmillien Marie Isidore de Robespierre partOfSpeech: n + wikidata: Q44197 11285406-n: definition: - United States film actor noted for playing gangster roles (1893-1973) @@ -110032,6 +111995,7 @@ - Robinson - Edwin Arlington Robinson partOfSpeech: n + wikidata: Q1294394 11285721-n: definition: - United States baseball player; first Black to play in the major leagues (1919-1972) @@ -110043,6 +112007,7 @@ - Jackie Robinson - Jack Roosevelt Robinson partOfSpeech: n + wikidata: Q221048 11285904-n: definition: - United States historian who stressed the importance of intellectual and social @@ -110054,6 +112019,7 @@ - Robinson - James Harvey Robinson partOfSpeech: n + wikidata: Q1680536 11286107-n: definition: - Irish playwright and theater manager in Dublin (1886-1958) @@ -110079,6 +112045,7 @@ - Sugar Ray Robinson - Walker Smith partOfSpeech: n + wikidata: Q316706 11286514-n: definition: - English chemist noted for his studies of molecular structures in plants (1886-1975) @@ -110090,6 +112057,7 @@ - Robert Robinson - Sir Robert Robinson partOfSpeech: n + wikidata: Q49351 11286693-n: definition: - French general who commanded French troops in the American Revolution, notably @@ -110103,6 +112071,7 @@ - Comte de Rochambeau - Jean Baptiste Donatien de Vimeur partOfSpeech: n + wikidata: Q508363 11286910-n: definition: - United States gynecologist and devout Catholic who conducted the first clinical @@ -110139,6 +112108,7 @@ - Second Marquis of Rockingham - Charles Watson-Wentworth partOfSpeech: n + wikidata: Q378043 11287558-n: definition: - United States illustrator whose works present a sentimental idealized view of @@ -110150,6 +112120,7 @@ - Rockwell - Norman Rockwell partOfSpeech: n + wikidata: Q271884 11287735-n: definition: - United States composer of musical comedies (especially in collaboration with Oscar @@ -110161,6 +112132,7 @@ - Rodgers - Richard Rodgers partOfSpeech: n + wikidata: Q269094 11287939-n: definition: - French sculptor noted for his renderings of the human form (1840-1917) @@ -110172,6 +112144,7 @@ - Auguste Rodin - Francois Auguste Rene Rodin partOfSpeech: n + wikidata: Q30755 11288108-n: definition: - United States engineer (born in Germany) who designed and began construction of @@ -110185,6 +112158,7 @@ - John Roebling - John Augustus Roebling partOfSpeech: n + wikidata: Q77237 11288316-n: definition: - German physicist who discovered x-rays and developed roentgenography (1845-1923) @@ -110207,6 +112181,7 @@ - Rogers - Carl Rogers partOfSpeech: n + wikidata: Q191004 11288657-n: definition: - United States dancer and film actress who partnered with Fred Astaire (1911-1995) @@ -110233,6 +112208,7 @@ - Will Rogers - William Penn Adair Rogers partOfSpeech: n + wikidata: Q457840 11289075-n: definition: - English physician who in retirement compiled a well-known thesaurus (1779-1869) @@ -110243,6 +112219,7 @@ - Roget - Peter Mark Roget partOfSpeech: n + wikidata: Q2076898 11289226-n: definition: - Norse chieftain who became the first duke of Normandy (860-931) @@ -110254,6 +112231,7 @@ - Rolf - Hrolf partOfSpeech: n + wikidata: Q273773 11289357-n: definition: - United States composer (born in Hungary) who composed operettas (1887-1951) @@ -110264,6 +112242,7 @@ - Romberg - Sigmund Romberg partOfSpeech: n + wikidata: Q742945 11289505-n: definition: - German field marshal noted for brilliant generalship in North Africa during World @@ -110276,6 +112255,7 @@ - Erwin Rommel - Desert Fox partOfSpeech: n + wikidata: Q14060 11289687-n: definition: - 26th President of the United States; hero of the Spanish-American War; Panama @@ -110291,6 +112271,7 @@ - President Roosevelt - President Theodore Roosevelt partOfSpeech: n + wikidata: Q33866 11290013-n: definition: - 32nd President of the United States; elected four times; instituted New Deal to @@ -110321,6 +112302,7 @@ - Eleanor Roosevelt - Anna Eleanor Roosevelt partOfSpeech: n + wikidata: Q83396 11290567-n: definition: - American seamstress said to have made the first American flag at the request of @@ -110333,6 +112315,7 @@ - Betsy Ross - Betsy Griscom Ross partOfSpeech: n + wikidata: Q234952 11290762-n: definition: - a politician in Wyoming who was the first woman governor in the United States @@ -110380,6 +112363,7 @@ - John Ross - Sir John Ross partOfSpeech: n + wikidata: Q456083 11291553-n: definition: - English poet and painter who was a leader of the Pre-Raphaelites (1828-1882) @@ -110390,6 +112374,7 @@ - Rossetti - Dante Gabriel Rossetti partOfSpeech: n + wikidata: Q186748 11291710-n: definition: - Italian composer remembered for his operas (1792-1868) @@ -110401,6 +112386,7 @@ - Rossini - Gioacchino Antonio Rossini partOfSpeech: n + wikidata: Q9726 11291849-n: definition: - French dramatist and poet whose play immortalized Cyrano de Bergerac (1868-1918) @@ -110412,6 +112398,7 @@ - Rostand - Edmond Rostand partOfSpeech: n + wikidata: Q202749 11292020-n: definition: - United States writer whose novels portray middle-class Jewish life (born in 1933) @@ -110423,6 +112410,7 @@ - Philip Roth - Philip Milton Roth partOfSpeech: n + wikidata: Q187019 11292188-n: definition: - United States abstract painter (born in Russia) whose paintings are characterized @@ -110434,6 +112422,7 @@ - Rothko - Mark Rothko partOfSpeech: n + wikidata: Q160149 11292405-n: definition: - any of family of powerful Jewish bankers in Europe @@ -110441,7 +112430,6 @@ instance_hypernym: - 09857212-n members: - - Charlotte de Rothschild - Rothschild partOfSpeech: n 11292513-n: @@ -110467,6 +112455,7 @@ - Rousseau - Jean-Jacques Rousseau partOfSpeech: n + wikidata: Q6527 11292962-n: definition: - French primitive painter (1844-1910) @@ -110478,6 +112467,7 @@ - Henri Rousseau - Le Douanier Rousseau partOfSpeech: n + wikidata: Q156386 11293094-n: definition: - prolific Flemish baroque painter; knighted by the English king Charles I (1577-1640) @@ -110489,6 +112479,7 @@ - Peter Paul Rubens - Sir Peter Paul Rubens partOfSpeech: n + wikidata: Q5599 11293276-n: definition: - Russian composer and pianist (1829-1894) @@ -110516,6 +112507,7 @@ - Arthur Rubinstein - Artur Rubinstein partOfSpeech: n + wikidata: Q183182 11293669-n: definition: - German field marshal in World War II who directed the conquest of Poland and led @@ -110528,6 +112520,7 @@ - von Rundstedt - Karl Rudolf Gerd von Rundstedt partOfSpeech: n + wikidata: Q70527 11293897-n: definition: - United States writer of humorous stylized stories about Broadway and the New York @@ -110540,6 +112533,7 @@ - Damon Runyon - Alfred Damon Runyon partOfSpeech: n + wikidata: Q714880 11294093-n: definition: - English leader (born in Germany) of the Royalist forces during the English Civil @@ -110552,6 +112546,7 @@ - Rupert - Prince Rupert partOfSpeech: n + wikidata: Q76930 11294259-n: definition: - physician and American Revolutionary leader; signer of the Declaration of Independence @@ -110577,6 +112572,7 @@ - Salman Rushdie - Ahmed Salman Rushdie partOfSpeech: n + wikidata: Q44306 11294704-n: definition: - British art critic (1819-1900) @@ -110587,6 +112583,7 @@ - Ruskin - John Ruskin partOfSpeech: n + wikidata: Q179126 11294802-n: definition: - English philosopher and mathematician who collaborated with Whitehead (1872-1970) @@ -110611,6 +112608,7 @@ - George William Russell - A.E. partOfSpeech: n + wikidata: Q366070 11295160-n: definition: - United States astronomer who developed a theory of stellar evolution (1877-1957) @@ -110633,6 +112631,7 @@ - Russell - Lillian Russell partOfSpeech: n + wikidata: Q435415 11295485-n: definition: - United States basketball center (born in 1934) @@ -110644,6 +112643,7 @@ - Bill Russell - William Felton Russell partOfSpeech: n + wikidata: Q242185 11295626-n: definition: - English film director (born in 1927) @@ -110655,6 +112655,7 @@ - Ken Russell - Henry Kenneth Alfred Russell partOfSpeech: n + wikidata: Q55249 11295762-n: definition: - United States religious leader who founded the sect that is now called Jehovah's @@ -110677,6 +112678,7 @@ members: - Ruth partOfSpeech: n + wikidata: Q1774982 11296090-n: definition: - United States professional baseball player famous for hitting home runs (1895-1948) @@ -110689,6 +112691,7 @@ - George Herman Ruth - Sultan of Swat partOfSpeech: n + wikidata: Q213812 11296275-n: definition: - British physicist (born in New Zealand) who discovered the atomic nucleus and @@ -110702,6 +112705,7 @@ - First Baron Rutherford - First Baron Rutherford of Nelson partOfSpeech: n + wikidata: Q9123 11296539-n: definition: - British chemist who isolated nitrogen (1749-1819) @@ -110724,6 +112728,7 @@ - Rutledge - John Rutledge partOfSpeech: n + wikidata: Q370781 11296961-n: definition: - United States architect (born in Finland) (1910-1961) @@ -110734,6 +112739,7 @@ - Saarinen - Eero Saarinen partOfSpeech: n + wikidata: Q167073 11297086-n: definition: - Finnish architect and city planner who moved to the United States in 1923; father @@ -110745,6 +112751,7 @@ - Saarinen - Eliel Saarinen partOfSpeech: n + wikidata: Q312028 11297269-n: definition: - United States microbiologist (born in Poland) who developed the Sabin vaccine @@ -110757,6 +112764,7 @@ - Albert Sabin - Albert Bruce Sabin partOfSpeech: n + wikidata: Q164790 11297490-n: definition: - the Shoshone guide and interpreter who guided the Lewis and Clark expedition part @@ -110794,6 +112802,7 @@ - Anwar Sadat - Anwar el-Sadat partOfSpeech: n + wikidata: Q42013 11298110-n: definition: - French soldier and writer whose descriptions of sexual perversion gave rise to @@ -110807,6 +112816,7 @@ - Comte Donatien Alphonse Francois de Sade - Marquis de Sade partOfSpeech: n + wikidata: Q123867 11298341-n: definition: - French pianist and composer (1835-1921) @@ -110818,6 +112828,7 @@ - Saint-Saens - Charles Camille Saint-Saens partOfSpeech: n + wikidata: Q150445 11298488-n: definition: - Soviet physicist and dissident; helped develop the first Russian hydrogen bomb; @@ -110830,6 +112841,7 @@ - Andrei Sakharov - Andrei Dimitrievich Sakharov partOfSpeech: n + wikidata: Q997 11298746-n: definition: - sultan of Syria and Egypt; reconquered Jerusalem from the Christians in 1187 but @@ -110841,6 +112853,7 @@ - Saladin - Salah-ad-Din Yusuf ibn-Ayyub partOfSpeech: n + wikidata: Q8581 11298970-n: definition: - United States writer (born 1919) @@ -110852,6 +112865,7 @@ - J. D. Salinger - Jerome David Salinger partOfSpeech: n + wikidata: Q79904 11299099-n: definition: - United States virologist who developed the Salk vaccine that is injected against @@ -110864,6 +112878,7 @@ - Jonas Salk - Jonas Edward Salk partOfSpeech: n + wikidata: Q200101 11299290-n: definition: - woman whose dancing beguiled Herod into giving her the head of John the Baptist @@ -110897,6 +112912,7 @@ members: - Samson partOfSpeech: n + wikidata: Q214648 11299864-n: definition: - (Old Testament) Hebrew prophet and judge who anointed Saul as king @@ -110920,6 +112936,7 @@ - Amandine Aurore Lucie Dupin - Baroness Dudevant partOfSpeech: n + wikidata: Q3816 11300203-n: definition: - United States writer remembered for his poetry in free verse and his six volume @@ -110970,6 +112987,7 @@ - Antonio Lopez de Santa Anna - Antonio Lopez de Santa Ana partOfSpeech: n + wikidata: Q189145 11301164-n: definition: - anthropologist and linguist; studied languages of North American Indians (1884-1939) @@ -110981,6 +112999,7 @@ - Sapir - Edward Sapir partOfSpeech: n + wikidata: Q191095 11301335-n: definition: - the Greek lyric poet of Lesbos; much admired although only fragments of her poetry @@ -110992,6 +113011,7 @@ members: - Sappho partOfSpeech: n + wikidata: Q17892 11301545-n: definition: - (Old Testament) the wife of Abraham and mother of Isaac @@ -111013,6 +113033,7 @@ - Sarazen - Gene Sarazen partOfSpeech: n + wikidata: Q723707 11301827-n: definition: - United States painter (born in Italy) known for his society portraits (1856-1925) @@ -111044,6 +113065,7 @@ - Saroyan - William Saroyan partOfSpeech: n + wikidata: Q207356 11302276-n: definition: - French writer and existentialist philosopher (1905-1980) @@ -111055,6 +113077,7 @@ - Sartre - Jean-Paul Sartre partOfSpeech: n + wikidata: Q9364 11302424-n: definition: - French composer noted for his experimentalism and rejection of Romanticism (1866-1925) @@ -111079,6 +113102,7 @@ members: - Saul partOfSpeech: n + wikidata: Q28730 11302792-n: definition: - Italian religious and political reformer; a Dominican friar in Florence who preached @@ -111131,6 +113155,7 @@ members: - Saxo Grammaticus partOfSpeech: n + wikidata: Q106837 11303672-n: definition: - English writer of detective fiction (1893-1957) @@ -111143,6 +113168,7 @@ - Dorothy L. Sayers - Dorothy Leigh Sayers partOfSpeech: n + wikidata: Q106740 11303833-n: definition: - Swedish chemist (born in Germany) who discovered oxygen before Priestley did (1742-1786) @@ -111155,6 +113181,7 @@ - Karl Scheele - Karl Wilhelm Scheele partOfSpeech: n + wikidata: Q70538 11304014-n: definition: - fashion designer born in Italy who was noted for her use of synthetic materials @@ -111166,6 +113193,7 @@ - Schiaparelli - Elsa Schiaparelli partOfSpeech: n + wikidata: Q464023 11304206-n: definition: - Italian astronomer who first noted lines (which he called canals) on the surface @@ -111178,6 +113206,7 @@ - Schiaparelli - Giovanni Virginio Schiaparelli partOfSpeech: n + wikidata: Q14281 11304399-n: definition: - German romantic writer (1759-1805) @@ -111189,6 +113218,7 @@ - Schiller - Johann Christoph Friedrich von Schiller partOfSpeech: n + wikidata: Q22670 11304531-n: definition: - German physiologist and histologist who in 1838 formulated the cell theory (1804-1881) @@ -111202,6 +113232,7 @@ - Matthias Schleiden - M. J. Schleiden partOfSpeech: n + wikidata: Q76747 11304732-n: definition: - United States historian (1888-1965) @@ -111214,6 +113245,7 @@ - Arthur Schlesinger - Arthur Meier Schlesinger partOfSpeech: n + wikidata: Q4799614 11304874-n: definition: - United States historian and advisor to President Kennedy (born in 1917) @@ -111250,6 +113282,7 @@ - Helmut Schmidt - Helmut Heinrich Waldemar Schmidt partOfSpeech: n + wikidata: Q2516 11305446-n: definition: - United States composer (born in Austria) and pianist noted for his interpretations @@ -111275,6 +113308,7 @@ - Christian Schonbein - Christian Friedrich Schonbein partOfSpeech: n + wikidata: Q61319 11305892-n: definition: - United States composer and musical theorist (born in Austria) who developed atonal @@ -111288,6 +113322,7 @@ - Schoenberg - Arnold Schoenberg partOfSpeech: n + wikidata: Q154770 11306107-n: definition: - United States geologist and ethnologist and explorer who discovered the source @@ -111313,6 +113348,7 @@ - Schopenhauer - Arthur Schopenhauer partOfSpeech: n + wikidata: Q38193 11306466-n: definition: - Austrian physicist who discovered the wave equation (1887-1961) @@ -111323,6 +113359,7 @@ - Schrodinger - Erwin Schrodinger partOfSpeech: n + wikidata: Q9130 11306608-n: definition: - Austrian composer known for his compositions for voice and piano (1797-1828) @@ -111335,6 +113372,7 @@ - Franz Peter Schubert - Franz Seraph Peter Schubert partOfSpeech: n + wikidata: Q7312 11306810-n: definition: - United States cartoonist whose comic strip included the beagle Snoopy (1922-2000) @@ -111359,6 +113397,7 @@ - Robert Schumann - Robert Alexander Schumann partOfSpeech: n + wikidata: Q7351 11307176-n: definition: - German pianist and composer of piano music; renowned for her interpretation of @@ -111372,6 +113411,7 @@ - Schumann - Clara Josephine Schumann partOfSpeech: n + wikidata: Q132232 11307427-n: definition: - United States operatic contralto (1861-1936) @@ -111382,6 +113422,7 @@ - Schumann-Heink - Ernestine Schumann-Heink partOfSpeech: n + wikidata: Q79035 11307560-n: definition: - United States economist (born in Czechoslovakia) (1883-1950) @@ -111393,6 +113434,7 @@ - Joseph Schumpeter - Joseph Alois Schumpeter partOfSpeech: n + wikidata: Q78477 11307724-n: definition: - German physiologist and histologist who in 1838 and 1839 identified the cell as @@ -111419,6 +113461,7 @@ - Schweitzer - Albert Schweitzer partOfSpeech: n + wikidata: Q49325 11308206-n: definition: - Roman general who commanded the invasion of Carthage in the second Punic War and @@ -111458,6 +113501,7 @@ - Scorsese - Martin Scorsese partOfSpeech: n + wikidata: Q41148 11308920-n: definition: - United States slave who sued for liberty after living in a non-slave state; caused @@ -111480,6 +113524,7 @@ - Walter Scott - Sir Walter Scott partOfSpeech: n + wikidata: Q79025 11309297-n: definition: - United States general who was a hero of the War of 1812 and who defeated Santa @@ -111491,6 +113536,7 @@ - Scott - Winfield Scott partOfSpeech: n + wikidata: Q354759 11309481-n: definition: - English explorer who reached the South Pole just a month after Amundsen; he and @@ -111513,6 +113559,7 @@ - Scott - George C. Scott partOfSpeech: n + wikidata: Q182450 11309820-n: definition: - Russian composer of orchestral and piano music (1872-1915) @@ -111525,6 +113572,7 @@ - Aleksandr Scriabin - Aleksandr Nikolayevich Scriabin partOfSpeech: n + wikidata: Q185647 11309989-n: definition: - French playwright (1791-1861) @@ -111535,6 +113583,7 @@ - Scribe - Augustin Eugene Scribe partOfSpeech: n + wikidata: Q319261 11310097-n: definition: - United States newspaper publisher and half-brother of Edward Wyllis Scripps (1835-1908) @@ -111546,6 +113595,7 @@ - Scripps - James Edmund Scripps partOfSpeech: n + wikidata: Q3161050 11310262-n: definition: - United States newspaper publisher who founded an important press association; @@ -111558,6 +113608,7 @@ - Scripps - Edward Wyllis Scripps partOfSpeech: n + wikidata: Q3048722 11310467-n: definition: - United States chemist who was one of the discoverers of plutonium (1912-1999) @@ -111569,6 +113620,7 @@ - Glenn T. Seaborg - Glenn Theodore Seaborg partOfSpeech: n + wikidata: Q48973 11310643-n: definition: - muckraking United States journalist who exposed bad conditions in mental institutions @@ -111582,6 +113634,7 @@ - Elizabeth Cochrane Seaman - Nellie Bly partOfSpeech: n + wikidata: Q230299 11310854-n: definition: - United States poet killed in World War I (1888-1916) @@ -111605,6 +113658,7 @@ - Pete Seeger - Peter Seeger partOfSpeech: n + wikidata: Q244441 11311169-n: definition: - United States sculptor (born in 1924) @@ -111615,6 +113669,7 @@ - Segal - George Segal partOfSpeech: n + wikidata: Q703624 11311274-n: definition: - Spanish guitarist who made classical guitar a concert instrument (1893-1987) @@ -111626,6 +113681,7 @@ - Segovia - Andres Segovia partOfSpeech: n + wikidata: Q192529 11311441-n: definition: - United States tennis player (born in Yugoslavia in 1973) @@ -111650,6 +113706,7 @@ - Seleucus I - Seleucus I Nicator partOfSpeech: n + wikidata: Q184176 11311814-n: definition: - Scottish sailor who was put ashore on a deserted island off the coast of Chile @@ -111674,6 +113731,7 @@ - Sellers - Peter Sellers partOfSpeech: n + wikidata: Q177984 11312197-n: definition: - United States filmmaker noted for his film adaptations of popular novels (1902-1965) @@ -111685,6 +113743,7 @@ - David O. Selznick - David Oliver Selznick partOfSpeech: n + wikidata: Q72291 11312381-n: definition: - Roman statesman and philosopher who was an advisor to Nero; his nine extant tragedies @@ -111699,6 +113758,7 @@ - Seneca - Lucius Annaeus Seneca partOfSpeech: n + wikidata: Q2054 11312652-n: definition: - German printer who invented lithography (1771-1834) @@ -111710,6 +113770,7 @@ - Alois Senefelder - Aloys Senefelder partOfSpeech: n + wikidata: Q161048 11312799-n: definition: - king of Assyria who invaded Judea twice and defeated Babylon and rebuilt Nineveh @@ -111731,6 +113792,7 @@ - Sennett - Mack Sennett partOfSpeech: n + wikidata: Q317574 11313147-n: definition: - Cherokee who created a notation for writing the Cherokee language (1770-1843) @@ -111743,6 +113805,7 @@ - Sequoyah - George Guess partOfSpeech: n + wikidata: Q313595 11313324-n: definition: - United States concert pianist (born in Czechoslovakia) (1903-1991) @@ -111753,6 +113816,7 @@ - Serkin - Rudolf Serkin partOfSpeech: n + wikidata: Q213545 11313460-n: definition: - Spanish missionary who founded Franciscan missions in California (1713-1784) @@ -111764,6 +113828,7 @@ - Junipero Serra - Miguel Jose Serra partOfSpeech: n + wikidata: Q522107 11313626-n: definition: - Canadian writer (born in England) who wrote about life in the Yukon Territory @@ -111788,6 +113853,7 @@ - Roger Sessions - Roger Huntington Sessions partOfSpeech: n + wikidata: Q550632 11313962-n: definition: - United States religious leader who was the first person born in the United States @@ -111814,6 +113880,7 @@ - Georges Seurat - Georges Pierre Seurat partOfSpeech: n + wikidata: Q34013 11314339-n: definition: - United States politician who as Secretary of State in 1867 arranged for the purchase @@ -111858,6 +113925,7 @@ members: - Shah Jahan partOfSpeech: n + wikidata: Q83672 11315023-n: definition: - United States artist whose work reflected social and political themes (1898-1969) @@ -111884,6 +113952,7 @@ - William Shakspere - Bard of Avon partOfSpeech: n + wikidata: Q692 11315454-n: definition: - Indian sitar player who popularized classical Indian music in the West (born in @@ -111895,6 +113964,7 @@ - Shankar - Ravi Shankar partOfSpeech: n + wikidata: Q103774 11315609-n: definition: - United States electrical engineer who pioneered mathematical communication theory @@ -111908,6 +113978,7 @@ - Claude E. Shannon - Claude Elwood Shannon partOfSpeech: n + wikidata: Q92760 11315818-n: definition: - United States astronomer (1885-1972) @@ -111918,6 +113989,7 @@ - Shapley - Harlow Shapley partOfSpeech: n + wikidata: Q281170 11315926-n: definition: - British playwright (born in Ireland); founder of the Fabian Society (1856-1950) @@ -111930,6 +114002,7 @@ - G. B. Shaw - George Bernard Shaw partOfSpeech: n + wikidata: Q19185 11316129-n: definition: - United States physician and suffragist (1847-1919) @@ -111953,6 +114026,7 @@ - Henry Wheeler Shaw - Josh Billings partOfSpeech: n + wikidata: Q955265 11316419-n: definition: - United States clarinetist and leader of a swing band (1910-2004) @@ -111989,6 +114063,7 @@ - Shearer - Moira Shearer partOfSpeech: n + wikidata: Q266166 11316904-n: definition: - Englishman and romantic poet (1792-1822) @@ -111999,6 +114074,7 @@ - Shelley - Percy Bysshe Shelley partOfSpeech: n + wikidata: Q93343 11317022-n: definition: - English writer who created Frankenstein's monster and married Percy Bysshe Shelley @@ -112012,6 +114088,7 @@ - Mary Wollstonecraft Shelley - Mary Godwin Wollstonecraft Shelley partOfSpeech: n + wikidata: Q47152 11317253-n: definition: - astronaut who made the first United States' suborbital rocket-powered flight in @@ -112024,6 +114101,7 @@ - Alan Shepard - Alan Bartlett Shepard Jr. partOfSpeech: n + wikidata: Q174979 11317447-n: definition: - United States author of surrealistic allegorical plays (born in 1943) @@ -112034,6 +114112,7 @@ - Shepard - Sam Shepard partOfSpeech: n + wikidata: Q294583 11317585-n: definition: - Irish playwright remembered for his satirical comedies of manners (1751-1816) @@ -112044,6 +114123,7 @@ - Sheridan - Richard Brinsley Sheridan partOfSpeech: n + wikidata: Q352725 11317746-n: definition: - American Revolutionary leader and signer of the Declaration of Independence and @@ -112055,6 +114135,7 @@ - Sherman - Roger Sherman partOfSpeech: n + wikidata: Q354721 11317973-n: definition: - United States general who was commander of all Union troops in the West; he captured @@ -112067,6 +114148,7 @@ - Sherman - William Tecumseh Sherman partOfSpeech: n + wikidata: Q188936 11318230-n: definition: - English physiologist who conducted research on reflex action (1857-1952) @@ -112090,7 +114172,7 @@ partOfSpeech: n 11318509-n: definition: - - Ukranian poet (1814-1861) + - Ukrainian poet (1814-1861) ili: i96906 instance_hypernym: - 10463768-n @@ -112099,6 +114181,7 @@ - Shevchenko - Taras Grigoryevich Shevchenko partOfSpeech: n + wikidata: Q134958 11318624-n: definition: - United States broadcast journalist who was in Berlin at the outbreak of World @@ -112111,6 +114194,7 @@ - Shirer - William Lawrence Shirer partOfSpeech: n + wikidata: Q327287 11318800-n: definition: - United States physicist (born in England) who contributed to the development of @@ -112123,6 +114207,7 @@ - William Shockley - William Bradford Shockley partOfSpeech: n + wikidata: Q163415 11319020-n: definition: - Russian composer best known for his fifteen symphonies (1906-1975) @@ -112134,6 +114219,7 @@ - Dmitri Shostakovich - Dmitri Dmitrievich Shostakovich partOfSpeech: n + wikidata: Q80135 11319202-n: definition: - English novelist who settled in Australia after World War II (1899-1960) @@ -112156,6 +114242,7 @@ - Jean Sibelius - Johan Julius Christian Sibelius partOfSpeech: n + wikidata: Q45682 11319496-n: definition: - English actress noted for her performances in Shakespearean roles (1755-1831) @@ -112167,6 +114254,7 @@ - Sarah Siddons - Sarah Kemble Siddons partOfSpeech: n + wikidata: Q234746 11319667-n: definition: - English poet (1554-1586) @@ -112177,6 +114265,7 @@ - Sidney - Sir Philip Sidney partOfSpeech: n + wikidata: Q315509 11319765-n: definition: - German electrical engineer (1816-1892) @@ -112187,6 +114276,7 @@ - Siemens - Ernst Werner von Siemens partOfSpeech: n + wikidata: Q58577 11319885-n: definition: - engineer who was a brother of Ernst Werner von Siemens and who moved to England @@ -112225,6 +114315,7 @@ - Beverly Sills - Belle Miriam Silverman partOfSpeech: n + wikidata: Q235517 11320460-n: definition: - United States poet and cartoonist remembered for his stories and poems for children @@ -112238,6 +114329,7 @@ - Shel Silverstein - Shelby Silverstein partOfSpeech: n + wikidata: Q361257 11320673-n: definition: - French writer (born in Belgium) best known for his detective novels featuring @@ -112277,6 +114369,7 @@ - Neil Simon - Marvin Neil Simon partOfSpeech: n + wikidata: Q315808 11321274-n: definition: - United States singer and songwriter (born in 1942) @@ -112288,6 +114381,7 @@ - Simon - Paul Simon partOfSpeech: n + wikidata: Q4028 11321409-n: definition: - one of the twelve Apostles (first century) @@ -112302,6 +114396,7 @@ - Simon the Zealot - Simon the Canaanite partOfSpeech: n + wikidata: Q12871 11321592-n: definition: - Scottish obstetrician and surgeon who pioneered in the use of ether and discovered @@ -112340,6 +114435,7 @@ - Frank Sinatra - Francis Albert Sinatra partOfSpeech: n + wikidata: Q40912 11322219-n: definition: - English electrical engineer who founded a company that introduced many innovative @@ -112353,6 +114449,7 @@ - Clive Sinclair - Sir Clive Marles Sinclair partOfSpeech: n + wikidata: Q23889 11322444-n: definition: - United States writer whose novels argued for social reform (1878-1968) @@ -112364,6 +114461,7 @@ - Upton Sinclair - Upton Beall Sinclair partOfSpeech: n + wikidata: Q216134 11322610-n: definition: - United States writer (born in Poland) of Yiddish stories and novels (1904-1991) @@ -112374,6 +114472,7 @@ - Singer - Isaac Bashevis Singer partOfSpeech: n + wikidata: Q75612 11322767-n: definition: - United States inventor of an improved chain-stitch sewing machine (1811-1875) @@ -112387,6 +114486,7 @@ - Isaac M. Singer - Isaac Merrit Singer partOfSpeech: n + wikidata: Q312011 11322957-n: definition: - Mexican painter of murals depicting protest and revolution (1896-1974) @@ -112398,6 +114498,7 @@ - David Siqueiros - David Alfaro Siqueiros partOfSpeech: n + wikidata: Q315647 11323127-n: definition: - Indian general and nawab of Bengal who opposed the colonization of India by England; @@ -112422,6 +114523,7 @@ - Sitter - Willem de Sitter partOfSpeech: n + wikidata: Q313059 11323693-n: definition: - a chief of the Sioux; took up arms against settlers in the northern Great Plains @@ -112445,6 +114547,7 @@ - Dame Edith Sitwell - Dame Edith Louisa Sitwell partOfSpeech: n + wikidata: Q259921 11324134-n: definition: - Italian pope from 1471 to 1484 who consented to the establishment of the Spanish @@ -112468,6 +114571,7 @@ - Skeat - Walter William Skeat partOfSpeech: n + wikidata: Q322106 11324456-n: definition: - United States psychologist and a leading proponent of behaviorism (1904-1990) @@ -112480,6 +114584,7 @@ - B. F. Skinner - Burrhus Frederic Skinner partOfSpeech: n + wikidata: Q213195 11324664-n: definition: - United States actress noted for her one-woman shows (1901-1979) @@ -112490,6 +114595,7 @@ - Skinner - Cornelia Otis Skinner partOfSpeech: n + wikidata: Q2997475 11324806-n: definition: - United States actor (1858-1942) @@ -112525,6 +114631,7 @@ - Smetana - Bedrich Smetana partOfSpeech: n + wikidata: Q48173 11325253-n: definition: - Scottish economist who advocated private enterprise and free trade (1723-1790) @@ -112535,6 +114642,7 @@ - Smith - Adam Smith partOfSpeech: n + wikidata: Q9381 11325397-n: definition: - English explorer who helped found the colony at Jamestown, Virginia; was said @@ -112557,6 +114665,7 @@ - Smith - Joseph Smith partOfSpeech: n + wikidata: Q47102 11325740-n: definition: - United States blues singer (1894-1937) @@ -112567,6 +114676,7 @@ - Smith - Bessie Smith partOfSpeech: n + wikidata: Q93349 11325846-n: definition: - United States suffragist who refused to pay taxes until she could vote (1792-1886) @@ -112589,6 +114699,7 @@ - Kate Smith - Kathryn Elizabeth Smith partOfSpeech: n + wikidata: Q297442 11326170-n: definition: - United States sculptor (1906-1965) @@ -112600,6 +114711,7 @@ - David Smith - David Roland Smith partOfSpeech: n + wikidata: Q726169 11326292-n: definition: - Rhodesian statesman who declared independence of Zimbabwe from Great Britain (born @@ -112612,6 +114724,7 @@ - Ian Smith - Ian Douglas Smith partOfSpeech: n + wikidata: Q313424 11326468-n: definition: - Scottish writer of adventure novels (1721-1771) @@ -112636,6 +114749,7 @@ - Smuts - Jan Christian Smuts partOfSpeech: n + wikidata: Q214321 11326755-n: definition: - United States golfer known for the graceful arc of his swing (1912-2002) @@ -112660,6 +114774,7 @@ - Snellen - Hermann Snellen partOfSpeech: n + wikidata: Q24141 11327077-n: definition: - English writer of novels about moral dilemmas in academe (1905-1980) @@ -112707,6 +114822,7 @@ - Soddy - Frederick Soddy partOfSpeech: n + wikidata: Q102830 11327754-n: definition: - (Old Testament) son of David and king of Israel noted for his wisdom (10th century @@ -112719,6 +114835,7 @@ members: - Solomon partOfSpeech: n + wikidata: Q37085 11327932-n: definition: - Belgian chemist who developed the Solvay process and built factories exploiting @@ -112731,6 +114848,7 @@ - Solvay - Ernest Solvay partOfSpeech: n + wikidata: Q311665 11328115-n: definition: - Soviet writer and political dissident whose novels exposed the brutality of Soviet @@ -112756,6 +114874,7 @@ - Sondheim - Stephen Sondheim partOfSpeech: n + wikidata: Q153579 11328515-n: definition: - United States writer (born in 1933) @@ -112766,6 +114885,7 @@ - Sontag - Susan Sontag partOfSpeech: n + wikidata: Q152824 11328619-n: definition: - one of the great tragedians of ancient Greece (497-406 BC) @@ -112775,6 +114895,7 @@ members: - Sophocles partOfSpeech: n + wikidata: Q7235 11328734-n: definition: - Danish chemist who devised the pH scale (1868-1939) @@ -112785,6 +114906,7 @@ - Sorensen - Soren Peter Lauritz Sorensen partOfSpeech: n + wikidata: Q319325 11328872-n: definition: - French architect (1713-1780) @@ -112796,6 +114918,7 @@ - Soufflot - Jacques Germain Soufflot partOfSpeech: n + wikidata: Q550244 11328983-n: definition: - a United States bandmaster and composer of military marches (1854-1932) @@ -112808,6 +114931,7 @@ - John Philip Sousa - March King partOfSpeech: n + wikidata: Q295935 11329159-n: definition: - English poet and friend of Wordsworth and Coleridge (1774-1843) @@ -112818,6 +114942,7 @@ - Southey - Robert Southey partOfSpeech: n + wikidata: Q216838 11329313-n: definition: - French expressionist painter (born in Lithuania) (1893-1943) @@ -112828,6 +114953,7 @@ - Soutine - Chaim Soutine partOfSpeech: n + wikidata: Q160141 11329444-n: definition: - Italian physiologist who disproved the theory of spontaneous generation (1729-1799) @@ -112838,6 +114964,7 @@ - Spallanzani - Lazzaro Spallanzani partOfSpeech: n + wikidata: Q213351 11329608-n: definition: - Scottish writer of satirical novels (born in 1918) @@ -112863,6 +114990,7 @@ - Boris Spassky - Boris Vasilevich Spassky partOfSpeech: n + wikidata: Q177310 11329953-n: definition: - German Nazi architect who worked for Hitler (1905-1981) @@ -112873,6 +115001,7 @@ - Speer - Albert Speer partOfSpeech: n + wikidata: Q60045 11330076-n: definition: - English explorer who with Sir Richard Burton was the first European to explore @@ -112897,6 +115026,7 @@ - Spencer - Herbert Spencer partOfSpeech: n + wikidata: Q144535 11330518-n: definition: - English poet and critic (1909-1995) @@ -112909,6 +115039,7 @@ - Stephen Spender - Sir Stephen Harold Spender partOfSpeech: n + wikidata: Q448764 11330674-n: definition: - German philosopher who argued that cultures grow and decay in cycles (1880-1936) @@ -112919,6 +115050,7 @@ - Spengler - Oswald Spengler partOfSpeech: n + wikidata: Q57112 11330828-n: definition: - English poet who wrote an allegorical romance celebrating Elizabeth I in the Spenserian @@ -112930,6 +115062,7 @@ - Spenser - Edmund Spenser partOfSpeech: n + wikidata: Q4352055 11331006-n: definition: - United States engineer and inventor of the gyrocompass (1860-1930) @@ -112951,6 +115084,7 @@ - Spielberg - Steven Spielberg partOfSpeech: n + wikidata: Q8877 11331282-n: definition: - United States writer of popular detective novels (born in 1918) @@ -112962,6 +115096,7 @@ - Mickey Spillane - Frank Morrison Spillane partOfSpeech: n + wikidata: Q336081 11331445-n: definition: - Dutch philosopher who espoused a pantheistic system (1632-1677) @@ -112975,6 +115110,7 @@ - Baruch de Spinoza - Benedict de Spinoza partOfSpeech: n + wikidata: Q35802 11331618-n: definition: - United States pediatrician whose many books on child care influenced the upbringing @@ -112997,6 +115133,7 @@ - Spode - Josiah Spode partOfSpeech: n + wikidata: Q18559808 11331954-n: definition: - French romantic writer (1766-1817) @@ -113008,6 +115145,7 @@ - Madame de Stael - Baronne Anne Louise Germaine Necker de Steal-Holstein partOfSpeech: n + wikidata: Q123041 11332115-n: definition: - Russian leader who succeeded Lenin as head of the Communist Party and created @@ -113020,6 +115158,7 @@ - Joseph Stalin - Iosif Vissarionovich Dzhugashvili partOfSpeech: n + wikidata: Q855 11332357-n: definition: - English colonist in America; leader of the Pilgrims in the early days of the Plymouth @@ -113043,6 +115182,7 @@ - Stanford - Leland Stanford partOfSpeech: n + wikidata: Q382109 11332704-n: definition: - Russian actor and theater director who trained his actors to emphasize the psychological @@ -113057,6 +115197,7 @@ - Konstantin Sergeyevich Stanislavsky - Konstantin Sergeevich Alekseev partOfSpeech: n + wikidata: Q49484 11333006-n: definition: - Welsh journalist and explorer who led an expedition to Africa in search of David @@ -113107,6 +115248,7 @@ - Starkey - Richard Starkey partOfSpeech: n + wikidata: Q2632 11333906-n: definition: - United States dancer and choreographer who collaborated with Ted Shawn (1877-1968) @@ -113120,6 +115262,7 @@ - Ruth Saint Denis - Ruth St. Denis partOfSpeech: n + wikidata: Q268760 11334114-n: definition: - English writer (1672-1729) @@ -113140,6 +115283,7 @@ - Steen - Jan Steen partOfSpeech: n + wikidata: Q205863 11334310-n: definition: - United States journalist whose exposes in 1906 started an era of muckraking journalism @@ -113152,6 +115296,7 @@ - Lincoln Steffens - Joseph Lincoln Steffens partOfSpeech: n + wikidata: Q1825813 11334509-n: definition: - United States photographer who pioneered artistic photography (1879-1973) @@ -113163,6 +115308,7 @@ - Steichen - Edward Jean Steichen partOfSpeech: n + wikidata: Q313899 11334661-n: definition: - experimental expatriate United States writer (1874-1946) @@ -113173,6 +115319,7 @@ - Stein - Gertrude Stein partOfSpeech: n + wikidata: Q188385 11334787-n: definition: - United States writer noted for his novels about agricultural workers (1902-1968) @@ -113195,6 +115342,7 @@ - Steinberg - Saul Steinberg partOfSpeech: n + wikidata: Q432856 11335135-n: definition: - United States feminist (born in 1934) @@ -113205,6 +115353,7 @@ - Steinem - Gloria Steinem partOfSpeech: n + wikidata: Q231178 11335244-n: definition: - Austrian philosopher who founded anthroposophy (1861-1925) @@ -113239,6 +115388,7 @@ - Steinmetz - Charles Proteus Steinmetz partOfSpeech: n + wikidata: Q60677 11335755-n: definition: - United States piano maker (born in Germany) who founded a famous piano manufacturing @@ -113253,6 +115403,7 @@ - Henry Engelhard Steinway - Heinrich Engelhard Steinway partOfSpeech: n + wikidata: Q215850 11335998-n: definition: - United States minimalist painter (born in 1936) @@ -113287,6 +115438,7 @@ - Stendhal - Marie Henri Beyle partOfSpeech: n + wikidata: Q502 11336424-n: definition: - United States baseball manager (1890-1975) @@ -113298,6 +115450,7 @@ - Casey Stengel - Charles Dillon Stengel partOfSpeech: n + wikidata: Q1047261 11336562-n: definition: - English writer (1832-1904) @@ -113308,6 +115461,7 @@ - Stephen - Sir Leslie Stephen partOfSpeech: n + wikidata: Q740657 11336664-n: definition: - English railway pioneer who built the first passenger railway in 1825 (1781-1848) @@ -113318,6 +115472,7 @@ - Stephenson - George Stephenson partOfSpeech: n + wikidata: Q133614 11336823-n: definition: - United States concert violinist (born in Russia in 1920) @@ -113340,6 +115495,7 @@ - Sterne - Laurence Sterne partOfSpeech: n + wikidata: Q218960 11337081-n: definition: - American Revolutionary leader (born in Prussia) who trained the troops under George @@ -113352,6 +115508,7 @@ - Steuben - Baron Friedrich Wilhelm Ludolf Gerhard Augustin von Steuben partOfSpeech: n + wikidata: Q213525 11337304-n: definition: - United States filmmaker (1905-1975) @@ -113362,6 +115519,7 @@ - Stevens - George Stevens partOfSpeech: n + wikidata: Q51490 11337411-n: definition: - United States poet (1879-1955) @@ -113372,6 +115530,7 @@ - Stevens - Wallace Stevens partOfSpeech: n + wikidata: Q166835 11337514-n: definition: - United States psychologist and psychophysicist who proposed Stevens' power law @@ -113397,6 +115556,7 @@ - Adlai Stevenson - Adlai Ewing Stevenson partOfSpeech: n + wikidata: Q311719 11337892-n: definition: - Scottish author (1850-1894) @@ -113408,6 +115568,7 @@ - Robert Louis Stevenson - Robert Louis Balfour Stevenson partOfSpeech: n + wikidata: Q1512 11338034-n: definition: - Scottish philosopher and follower of Thomas Reid (1753-1828) @@ -113418,6 +115579,7 @@ - Stewart - Dugald Stewart partOfSpeech: n + wikidata: Q218254 11338166-n: definition: - United States film actor who portrayed incorruptible but modest heroes (1908-1997) @@ -113430,6 +115592,7 @@ - Jimmy Stewart - James Maitland Stewart partOfSpeech: n + wikidata: Q102462 11338343-n: definition: - United States photographer (1864-1946) @@ -113440,6 +115603,7 @@ - Stieglitz - Alfred Stieglitz partOfSpeech: n + wikidata: Q313055 11338457-n: definition: - United States general who commanded the Allied forces in China and Burma and India @@ -113454,6 +115618,7 @@ - Vinegar Joe Stilwell - Uncle Joe partOfSpeech: n + wikidata: Q346551 11338687-n: definition: - United States writer (1834-1902) @@ -113466,6 +115631,7 @@ - Frank Stockton - Francis Richard Stockton partOfSpeech: n + wikidata: Q1444002 11338819-n: definition: - Irish writer of the horror novel about Dracula (1847-1912) @@ -113477,6 +115643,7 @@ - Bram Stoker - Abraham Stoker partOfSpeech: n + wikidata: Q36184 11338962-n: definition: - United States conductor (born in Britain) (1882-1977) @@ -113488,6 +115655,7 @@ - Leopold Stokowski - Leopold Antoni Stanislaw Stokowski partOfSpeech: n + wikidata: Q297562 11339129-n: definition: - United States architect (1902-1978) @@ -113498,6 +115666,7 @@ - Stone - Edward Durell Stone partOfSpeech: n + wikidata: Q3048508 11339408-n: definition: - United States journalist who advocated liberal causes (1907-1989) @@ -113521,6 +115690,7 @@ - Stone - Lucy Stone partOfSpeech: n + wikidata: Q452281 11339699-n: definition: - United States filmmaker (born in 1946) @@ -113545,6 +115715,7 @@ - Harlan F. Stone - Harlan Fisk Stone partOfSpeech: n + wikidata: Q942386 11340039-n: definition: - birth-control campaigner who in 1921 opened the first birth control clinic in @@ -113557,6 +115728,7 @@ - Marie Stopes - Marie Charlotte Carmichael Stopes partOfSpeech: n + wikidata: Q442231 11340240-n: definition: - British dramatist (born in Czechoslovakia in 1937) @@ -113583,6 +115755,7 @@ - Harriet Beecher Stowe - Harriet Elizabeth Beecher Stowe partOfSpeech: n + wikidata: Q102513 11340626-n: definition: - English biographer and leading member of the Bloomsbury Group (1880-1932) @@ -113607,6 +115780,7 @@ - Stradivarius - Antonius Stradivarius partOfSpeech: n + wikidata: Q182011 11341046-n: definition: - United States actor and film director (born in Austria) who was a leader in developing @@ -113620,6 +115794,7 @@ - Lee Strasberg - Israel Strassberg partOfSpeech: n + wikidata: Q297945 11341291-n: definition: - Austrian composer of waltzes (1804-1849) @@ -113658,6 +115833,7 @@ - Strauss - Richard Strauss partOfSpeech: n + wikidata: Q13894 11341836-n: definition: - composer who was born in Russia but lived in the United States after 1939 (1882-1971) @@ -113669,6 +115845,7 @@ - Igor Stravinsky - Igor Fyodorovich Stravinsky partOfSpeech: n + wikidata: Q7314 11342063-n: definition: - United States film actress (born in 1949) @@ -113679,6 +115856,7 @@ - Streep - Meryl Streep partOfSpeech: n + wikidata: Q873 11342173-n: definition: - United States singer and actress (born in 1942) @@ -113691,6 +115869,7 @@ - Barbra Streisand - Barbra Joan Streisand partOfSpeech: n + wikidata: Q4636 11342339-n: definition: - United States architect and student of Latrobe (1787-1854) @@ -113701,6 +115880,7 @@ - Strickland - William Strickland partOfSpeech: n + wikidata: Q1132047 11342476-n: definition: - Swedish dramatist and novelist (1849-1912) @@ -113712,6 +115892,7 @@ - August Strindberg - Johan August Strindberg partOfSpeech: n + wikidata: Q7724 11342622-n: definition: - United States film actor (born in Austria) (1885-1957) @@ -113722,6 +115903,7 @@ - Stroheim - Erich von Stroheim partOfSpeech: n + wikidata: Q78508 11342753-n: definition: - United States painter best known for his portraits of George Washington (1755-1828) @@ -113733,6 +115915,7 @@ - Gilbert Stuart - Gilbert Charles Stuart partOfSpeech: n + wikidata: Q41402 11342932-n: definition: - English historian noted for his constitutional history of medieval England (1825-1901) @@ -113755,6 +115938,7 @@ - Peter Stuyvesant - Petrus Stuyvesant partOfSpeech: n + wikidata: Q161536 11343311-n: definition: - United States writer best known for his novels (born in 1925) @@ -113765,6 +115949,7 @@ - Styron - William Styron partOfSpeech: n + wikidata: Q245257 11343443-n: definition: - English poet and courtier (1609-1642) @@ -113776,6 +115961,7 @@ - Suckling - Sir John Suckling partOfSpeech: n + wikidata: Q2339246 11343575-n: definition: - French writer whose novels described the sordid side of city life (1804-1857) @@ -113786,6 +115972,7 @@ - Sue - Eugene Sue partOfSpeech: n + wikidata: Q315220 11343716-n: definition: - Indonesian statesman who seized power from Sukarno in 1967 (born in 1921) @@ -113795,6 +115982,7 @@ members: - Suharto partOfSpeech: n + wikidata: Q44819 11343844-n: definition: - Indonesian statesman who obtained the independence of Indonesia from the Netherlands @@ -113806,6 +115994,7 @@ - Sukarno - Achmad Sukarno partOfSpeech: n + wikidata: Q76127 11344085-n: definition: - Roman general and dictator (138-78 BC) @@ -113816,6 +116005,7 @@ - Sulla - Lucius Cornelius Sulla Felix partOfSpeech: n + wikidata: Q483783 11344207-n: definition: - English composer of operettas who collaborated with the librettist William Gilbert @@ -113829,6 +116019,7 @@ - Arthur Seymour Sullivan - Sir Arthur Sullivan partOfSpeech: n + wikidata: Q212692 11344423-n: definition: - United States educator who was the teacher and lifelong companion of Helen Keller @@ -113878,6 +116069,7 @@ - Louis Henry Sullivan - Louis Henri Sullivan partOfSpeech: n + wikidata: Q243240 11345141-n: definition: - French statesman (1560-1641) @@ -113889,6 +116081,7 @@ - Duc de Sully - Maxmilien de Bethune partOfSpeech: n + wikidata: Q379953 11345260-n: definition: - United States painter (born in England) of portraits and historical scenes (1783-1872) @@ -113899,6 +116092,7 @@ - Sully - Thomas Sully partOfSpeech: n + wikidata: Q786545 11345414-n: definition: - United States sociologist (1840-1910) @@ -113921,6 +116115,7 @@ - Billy Sunday - William Ashley Sunday partOfSpeech: n + wikidata: Q366141 11345658-n: definition: - Chinese statesman who organized the Kuomintang and led the revolution that overthrew @@ -113944,6 +116139,7 @@ - Joan Sutherland - Dame Joan Sutherland partOfSpeech: n + wikidata: Q207269 11346003-n: definition: - Norwegian explorer who led expeditions into the Arctic (1855-1930) @@ -113955,6 +116151,7 @@ - Sverdrup - Otto Neumann Sverdrup partOfSpeech: n + wikidata: Q321261 11346149-n: definition: - Dutch naturalist and microscopist who proposed a classification of insects and @@ -113979,6 +116176,7 @@ - Gloria Swanson - Gloria May Josephine Svensson partOfSpeech: n + wikidata: Q229232 11346586-n: definition: - Swedish theologian (1688-1772) @@ -113991,6 +116189,7 @@ - Emanuel Swedenborg - Emanuel Svedberg partOfSpeech: n + wikidata: Q185832 11346725-n: definition: - English phonetician; one of the founders of modern phonetics (1845-1912) @@ -114013,6 +116212,7 @@ - Jonathan Swift - Dean Swift partOfSpeech: n + wikidata: Q41166 11346994-n: definition: - United States meat-packer who began the use of refrigerated railroad cars (1839-1903) @@ -114033,6 +116233,7 @@ - Swinburne - Algernon Charles Swinburne partOfSpeech: n + wikidata: Q315511 11347268-n: definition: - English physician (1624-1689) @@ -114055,6 +116256,7 @@ - Sylvester II - Gerbert partOfSpeech: n + wikidata: Q172383 11347539-n: definition: - English writer (1840-1893) @@ -114065,6 +116267,7 @@ - Symonds - John Addington Symonds partOfSpeech: n + wikidata: Q538549 11347645-n: definition: - English poet (1865-1945) @@ -114075,6 +116278,7 @@ - Symons - Arthur Symons partOfSpeech: n + wikidata: Q711666 11347739-n: definition: - Irish poet and playwright whose plays are based on rural Irish life (1871-1909) @@ -114088,6 +116292,7 @@ - John Millington Synge - Edmund John Millington Synge partOfSpeech: n + wikidata: Q213447 11347959-n: definition: - United States conductor (born in Hungary) (1897-1970) @@ -114098,6 +116303,7 @@ - Szell - George Szell partOfSpeech: n + wikidata: Q310638 11348080-n: definition: - United States biochemist (born in Hungary) who was the first to isolate vitamin @@ -114110,6 +116316,7 @@ - Albert Szent-Gyorgyi - Albert von Szent-Gyorgyi partOfSpeech: n + wikidata: Q180468 11348284-n: definition: - United States physicist and molecular biologist who helped develop the first atom @@ -114122,6 +116329,7 @@ - Szilard - Leo Szilard partOfSpeech: n + wikidata: Q153238 11348519-n: definition: - Roman historian who wrote major works on the history of the Roman Empire (56-120) @@ -114133,6 +116341,7 @@ - Publius Cornelius Tacitus - Gaius Cornelius Tacitus partOfSpeech: n + wikidata: Q2161 11348709-n: definition: - 27th President of the United States and later chief justice of the United States @@ -114156,6 +116365,7 @@ - Taft - Lorado Taft partOfSpeech: n + wikidata: Q1869845 11349025-n: definition: - Indian writer and philosopher whose poetry (based on traditional Hindu themes) @@ -114182,6 +116392,7 @@ - Fox Talbot - William Henry Fox Talbot partOfSpeech: n + wikidata: Q299565 11349502-n: definition: - United States ballerina who promoted American ballet through tours and television @@ -114204,6 +116415,7 @@ - Talleyrand - Charles Maurice de Talleyrand partOfSpeech: n + wikidata: Q160499 11349803-n: definition: - English organist and composer of church and secular music; was granted a monopoly @@ -114240,6 +116452,7 @@ - Igor Tamm - Igor Yevgeneevich Tamm partOfSpeech: n + wikidata: Q155759 11350341-n: definition: - Norman leader in the First Crusade who played an important role in the capture @@ -114250,6 +116463,7 @@ members: - Tancred partOfSpeech: n + wikidata: Q51720 11350499-n: definition: - United States actress (born in England) who made many stage appearances, often @@ -114261,6 +116475,7 @@ - Tandy - Jessica Tandy partOfSpeech: n + wikidata: Q182104 11350687-n: definition: - United States jurist who served as chief justice of the United States Supreme @@ -114275,6 +116490,7 @@ - Roger Taney - Roger Brooke Taney partOfSpeech: n + wikidata: Q359470 11350958-n: definition: - Japanese architect (born in 1913) @@ -114285,6 +116501,7 @@ - Tange - Kenzo Tange partOfSpeech: n + wikidata: Q151794 11351058-n: definition: - United States surrealist painter (born in France) (1900-1955) @@ -114295,6 +116512,7 @@ - Tanguy - Yves Tanguy partOfSpeech: n + wikidata: Q66809948 11351187-n: definition: - United States abolitionist (1786-1865) @@ -114305,6 +116523,7 @@ - Tappan - Arthur Tappan partOfSpeech: n + wikidata: Q2110221 11351295-n: definition: - United States filmmaker (born in 1963) @@ -114330,6 +116549,7 @@ - Ida M. Tarbell - Ida Minerva Tarbell partOfSpeech: n + wikidata: Q271712 11351664-n: definition: - Russian filmmaker (1932-1986) @@ -114356,6 +116576,7 @@ - Tarquinius Superbus - Lucius Tarquinius Superbus partOfSpeech: n + wikidata: Q193047 11352063-n: definition: - Dutch navigator who was the first European to discover Tasmania and New Zealand @@ -114368,6 +116589,7 @@ - Abel Tasman - Abel Janszoon Tasman partOfSpeech: n + wikidata: Q42188 11352245-n: definition: - Italian poet who wrote an epic poem about the capture of Jerusalem during the @@ -114379,6 +116601,7 @@ - Tasso - Torquato Tasso partOfSpeech: n + wikidata: Q168962 11352418-n: definition: - United States poet and critic (1899-1979) @@ -114391,6 +116614,7 @@ - Allen Tate - John Orley Allen Tate partOfSpeech: n + wikidata: Q975706 11352567-n: definition: - French filmmaker (1908-1982) @@ -114402,6 +116626,7 @@ - Jacques Tati - Jacques Tatischeff partOfSpeech: n + wikidata: Q51549 11352683-n: definition: - United States jazz pianist who was almost completely blind; his innovations influenced @@ -114426,6 +116651,7 @@ - Tatum - Edward Lawrie Tatum partOfSpeech: n + wikidata: Q237499 11353066-n: definition: - English economist remembered for his studies of the development of capitalism @@ -114438,6 +116664,7 @@ - Tawney - Richard Henry Tawney partOfSpeech: n + wikidata: Q2589871 11353232-n: definition: - 12th President of the United States; died in office (1784-1850) @@ -114449,6 +116676,7 @@ - Zachary Taylor - President Taylor partOfSpeech: n + wikidata: Q11896 11353385-n: definition: - United States film actress (born in England) who was a childhood star; as an adult @@ -114460,6 +116688,7 @@ - Taylor - Elizabeth Taylor partOfSpeech: n + wikidata: Q34851 11353596-n: definition: - United States composer and music critic (1885-1966) @@ -114505,6 +116734,7 @@ - Edward Thatch - Blackbeard partOfSpeech: n + wikidata: Q213518 11354210-n: definition: - United States poet (1884-1933) @@ -114515,6 +116745,7 @@ - Teasdale - Sara Teasdale partOfSpeech: n + wikidata: Q276013 11354312-n: definition: - Italian operatic soprano (born in 1922) @@ -114525,6 +116756,7 @@ - Tebaldi - Renata Tebaldi partOfSpeech: n + wikidata: Q229179 11354423-n: definition: - a famous chief of the Shawnee who tried to unite Indian tribes against the increasing @@ -114536,6 +116768,7 @@ - Tecumseh - Tecumtha partOfSpeech: n + wikidata: Q257808 11354604-n: definition: - French paleontologist and philosopher (1881-1955) @@ -114559,6 +116792,7 @@ - Dame Kiri Te Kanawa - Dame Kiri Janette Te Kanawa partOfSpeech: n + wikidata: Q380133 11354920-n: definition: - German baroque composer (1681-1767) @@ -114569,6 +116803,7 @@ - Telemann - Georg Philipp Telemann partOfSpeech: n + wikidata: Q75854 11355036-n: definition: - United States physicist (born in Hungary) who worked on the first atom bomb and @@ -114591,6 +116826,7 @@ - Tenniel - Sir John Tenniel partOfSpeech: n + wikidata: Q457881 11355325-n: definition: - Englishman and Victorian poet (1809-1892) @@ -114603,6 +116839,7 @@ - First Baron Tennyson - Alfred Lord Tennyson partOfSpeech: n + wikidata: Q173869 11355486-n: definition: - Sherpa mountaineer guide who with Sir Edmund Hillary was one of the first to attain @@ -114614,6 +116851,7 @@ members: - Tenzing Norgay partOfSpeech: n + wikidata: Q80732 11355690-n: definition: - dramatist of ancient Rome (born in Greece) whose comedies were based on works @@ -114625,6 +116863,7 @@ - Terence - Publius Terentius Afer partOfSpeech: n + wikidata: Q172048 11355873-n: definition: - Indian nun and missionary in the Roman Catholic Church (born of Albanian parents @@ -114640,6 +116879,7 @@ - Mother Theresa - Agnes Gonxha Bojaxhiu partOfSpeech: n + wikidata: Q30547 11356171-n: definition: - Spanish mystic and religious reformer; author of religious classics and a Christian @@ -114651,6 +116891,7 @@ - Teresa of Avila - Saint Teresa of Avila partOfSpeech: n + wikidata: Q174880 11356359-n: definition: - Soviet cosmonaut who was the first woman in space (born in 1937) @@ -114674,6 +116915,7 @@ - Dame Ellen Terry - Dame Alice Ellen Terry partOfSpeech: n + wikidata: Q241966 11356663-n: definition: - Carthaginian theologian whose writing influenced early Christian theology (160-230) @@ -114684,6 +116926,7 @@ - Tertullian - Quintus Septimius Florens Tertullianus partOfSpeech: n + wikidata: Q174929 11356845-n: definition: - United States electrical engineer and inventor (born in Croatia but of Serbian @@ -114698,6 +116941,7 @@ - Tesla - Nikola Tesla partOfSpeech: n + wikidata: Q9036 11357197-n: definition: - English writer (born in India) (1811-1863) @@ -114708,6 +116952,7 @@ - Thackeray - William Makepeace Thackeray partOfSpeech: n + wikidata: Q167768 11357326-n: definition: - a presocratic Greek philosopher and astronomer (who predicted an eclipse in 585 @@ -114721,6 +116966,7 @@ - Thales - Thales of Miletus partOfSpeech: n + wikidata: Q36303 11357624-n: definition: - innovative United States dancer and choreographer (born in 1941) @@ -114732,6 +116978,7 @@ - Tharp - Twyla Tharp partOfSpeech: n + wikidata: Q454336 11357774-n: definition: - British stateswoman; first woman to serve as Prime Minister (born in 1925) @@ -114745,6 +116992,7 @@ - Baroness Thatcher of Kesteven - Iron Lady partOfSpeech: n + wikidata: Q7416 11357994-n: definition: - Athenian statesman who persuaded Athens to build a navy and then led it to victory @@ -114755,6 +117003,7 @@ members: - Themistocles partOfSpeech: n + wikidata: Q179552 11358167-n: definition: - the last emperor of a united Roman Empire, he took control of the eastern empire @@ -114769,6 +117018,7 @@ - Theodosius the Great - Flavius Theodosius partOfSpeech: n + wikidata: Q46696 11358479-n: definition: - Greek philosopher who was a student of Aristotle and who succeeded Aristotle as @@ -114779,6 +117029,7 @@ members: - Theophrastus partOfSpeech: n + wikidata: Q160362 11358662-n: definition: - Greek poet who is said to have originated Greek tragedy (sixth century BC) @@ -114788,6 +117039,7 @@ members: - Thespis partOfSpeech: n + wikidata: Q117176 11358791-n: definition: - the Apostle who would not believe the resurrection of Jesus until he saw Jesus @@ -114804,6 +117056,7 @@ - doubting Thomas - Thomas the doubting Apostle partOfSpeech: n + wikidata: Q43669 11359036-n: definition: - Welsh poet (1914-1953) @@ -114815,6 +117068,7 @@ - Dylan Thomas - Dylan Marlais Thomas partOfSpeech: n + wikidata: Q191023 11359150-n: definition: - a radio broadcast journalist during World War I and World War II noted for his @@ -114848,6 +117102,7 @@ - Thomas - Seth Thomas partOfSpeech: n + wikidata: Q933160 11359664-n: definition: - English physicist (born in America) who studied heat and friction; experiments @@ -114860,6 +117115,7 @@ - Benjamin Thompson - Count Rumford partOfSpeech: n + wikidata: Q44645 11359900-n: definition: - United States classical archaeologist (born in Canada) noted for leading the excavation @@ -114873,6 +117129,7 @@ - Homer A. Thompson - Homer Armstrong Thompson partOfSpeech: n + wikidata: Q1626000 11360141-n: definition: - English physicist who experimented with the conduction of electricity through @@ -114886,6 +117143,7 @@ - Joseph John Thomson - Sir Joseph John Thomson partOfSpeech: n + wikidata: Q47285 11360406-n: definition: - English physicist (son of Joseph John Thomson) who was a co-discoverer of the @@ -114910,6 +117168,7 @@ - Thomson - Elihu Thomson partOfSpeech: n + wikidata: Q559794 11360819-n: definition: - United States composer who collaborated with Gertrude Stein (1896-1989) @@ -114921,6 +117180,7 @@ - Virgil Thomson - Virgil Garnett Thomson partOfSpeech: n + wikidata: Q544485 11360987-n: definition: - United States writer and social critic (1817-1862) @@ -114943,6 +117203,7 @@ - Thorndike - Edward Lee Thorndike partOfSpeech: n + wikidata: Q309765 11361262-n: definition: - English actress (1882-1976) @@ -114953,6 +117214,7 @@ - Thorndike - Dame Sybil Thorndike partOfSpeech: n + wikidata: Q177248 11361369-n: definition: - American architect (1759-1828) @@ -114963,6 +117225,7 @@ - Thornton - William Thornton partOfSpeech: n + wikidata: Q1347934 11361474-n: definition: - outstanding United States athlete (1887-1953) @@ -114974,6 +117237,7 @@ - Jim Thorpe - James Francis Thorpe partOfSpeech: n + wikidata: Q221482 11361609-n: definition: - ancient Greek historian remembered for his history of the Peloponnesian War (460-395 @@ -114984,6 +117248,7 @@ members: - Thucydides partOfSpeech: n + wikidata: Q41683 11361755-n: definition: - United States humorist and cartoonist who published collections of essays and @@ -114997,6 +117262,7 @@ - James Thurber - James Grover Thurber partOfSpeech: n + wikidata: Q124527 11361965-n: definition: - son-in-law of Augustus who became a suspicious tyrannical Emperor of Rome after @@ -115008,6 +117274,7 @@ - Tiberius - Tiberius Claudius Nero Caesar Augustus partOfSpeech: n + wikidata: Q1407 11362186-n: definition: - Italian painter (1696-1770) @@ -115041,6 +117308,7 @@ - Big Bill Tilden - William Tatem Tilden Jr. partOfSpeech: n + wikidata: Q54684 11362613-n: definition: - United States theologian (born in Germany) (1886-1965) @@ -115052,6 +117320,7 @@ - Paul Tillich - Paul Johannes Tillich partOfSpeech: n + wikidata: Q60104 11362761-n: definition: - a disciple of Saint Paul who became the leader of the Christian community at Ephesus @@ -115072,6 +117341,7 @@ - Tinbergen - Jan Tinbergen partOfSpeech: n + wikidata: Q183181 11363035-n: definition: - Dutch zoologist who showed that much animal behavior is innate and stereotyped @@ -115083,6 +117353,7 @@ - Tinbergen - Nikolaas Tinbergen partOfSpeech: n + wikidata: Q153890 11363203-n: definition: - Italian painter of the Venetian school (1518-1594) @@ -115093,6 +117364,7 @@ - Tintoretto - Jacopo Robusti partOfSpeech: n + wikidata: Q9319 11363328-n: definition: - Spanish dramatist who wrote the first dramatic treatment of the legend of Don @@ -115104,6 +117376,7 @@ - Tirso de Molina - Gabriel Tellez partOfSpeech: n + wikidata: Q295598 11363502-n: definition: - old master of the Venetian school (1490-1576) @@ -115114,6 +117387,7 @@ - Titian - Tiziano Vecellio partOfSpeech: n + wikidata: Q47551 11363620-n: definition: - Yugoslav statesman who led the resistance to German occupation during World War @@ -115138,6 +117412,7 @@ - Titus Vespasianus Augustus - Titus Flavius Vespasianus partOfSpeech: n + wikidata: Q1421 11363993-n: definition: - a Greek disciple and helper of Saint Paul @@ -115159,6 +117434,7 @@ - Tobey - Mark Tobey partOfSpeech: n + wikidata: Q261562 11364230-n: definition: - United States economist (1918-2002) @@ -115169,6 +117445,7 @@ - Tobin - James Tobin partOfSpeech: n + wikidata: Q211776 11364332-n: definition: - French political writer noted for his analysis of American institutions (1805-1859) @@ -115180,6 +117457,7 @@ - Alexis de Tocqueville - Alexis Charles Henri Maurice de Tocqueville partOfSpeech: n + wikidata: Q140694 11364544-n: definition: - Scottish chemist noted for his research into the structure of nucleic acids (born @@ -115193,6 +117471,7 @@ - Sir Alexander Robertus Todd - Lord Todd partOfSpeech: n + wikidata: Q157242 11364728-n: definition: - Japanese army officer who initiated the Japanese attack on Pearl Harbor and who @@ -115207,6 +117486,7 @@ - Tojo Hideki - Tojo Eiki partOfSpeech: n + wikidata: Q160847 11365012-n: definition: - United States writer remembered as the secretary and companion of Gertrude Stein @@ -115230,6 +117510,7 @@ - J.R.R. Tolkien - John Ronald Reuel Tolkien partOfSpeech: n + wikidata: Q892 11365373-n: definition: - Russian author remembered for two great novels (1828-1910) @@ -115241,6 +117522,7 @@ - Leo Tolstoy - Count Lev Nikolayevitch Tolstoy partOfSpeech: n + wikidata: Q7243 11365534-n: definition: - United States astronomer who discovered the planet Pluto (1906-1997) @@ -115252,6 +117534,7 @@ - Clyde Tombaugh - Clyde William Tombaugh partOfSpeech: n + wikidata: Q190232 11365700-n: definition: - Japanese molecular biologist noted for his studies of how the immune system produces @@ -115263,6 +117546,7 @@ - Susumu Tonegawa - Tonegawa Susumu partOfSpeech: n + wikidata: Q108602 11365873-n: definition: - the Spaniard who as Grand Inquisitor was responsible for the death of thousands @@ -115274,6 +117558,7 @@ - Torquemada - Tomas de Torquemada partOfSpeech: n + wikidata: Q210735 11366105-n: definition: - Italian physicist who invented the mercury barometer (1608-1647) @@ -115284,6 +117569,7 @@ - Torricelli - Evangelista Torricelli partOfSpeech: n + wikidata: Q102490 11366252-n: definition: - Italian conductor of many orchestras worldwide (1867-1957) @@ -115294,6 +117580,7 @@ - Toscanini - Arturo Toscanini partOfSpeech: n + wikidata: Q13003 11366386-n: definition: - French painter who portrayed life in the cafes and music halls of Montmartre (1864-1901) @@ -115377,6 +117664,7 @@ - Tracy - Spencer Tracy partOfSpeech: n + wikidata: Q71275 11367669-n: definition: - English botanist who was one of the first to collect specimens of plants (1570-1638) @@ -115388,6 +117676,7 @@ - Tradescant - John Tradescant partOfSpeech: n + wikidata: Q1375506 11367829-n: definition: - Roman Emperor and adoptive son of Nerva; extended the Roman Empire to the east @@ -115421,6 +117710,7 @@ - Tree - Sir Herbert Beerbohm Tree partOfSpeech: n + wikidata: Q1352525 11368351-n: definition: - English historian who wrote a history of the American revolution and a biography @@ -115446,6 +117736,7 @@ - Trevelyan - George Macaulay Trevelyan partOfSpeech: n + wikidata: Q1373357 11368807-n: definition: - United States golfer (born in 1939) @@ -115458,6 +117749,7 @@ - Lee Buck Trevino - Supermex partOfSpeech: n + wikidata: Q950128 11368941-n: definition: - English engineer who built the first railway locomotive (1771-1833) @@ -115468,6 +117760,7 @@ - Trevithick - Richard Trevithick partOfSpeech: n + wikidata: Q217157 11369087-n: definition: - United States literary critic (1905-1975) @@ -115478,6 +117771,7 @@ - Trilling - Lionel Trilling partOfSpeech: n + wikidata: Q1827287 11369202-n: definition: - English writer of novels (1815-1882) @@ -115488,6 +117782,7 @@ - Trollope - Anthony Trollope partOfSpeech: n + wikidata: Q318399 11369313-n: definition: - Russian revolutionary and Communist theorist who helped Lenin and built up the @@ -115502,6 +117797,7 @@ - Leon Trotsky - Lev Davidovich Bronstein partOfSpeech: n + wikidata: Q33391 11369630-n: definition: - French filmmaker (1932-1984) @@ -115512,6 +117808,7 @@ - Truffaut - Francois Truffaut partOfSpeech: n + wikidata: Q53002 11369734-n: definition: - elected vice president in Roosevelt's 4th term; became 33rd President of the United @@ -115527,6 +117824,7 @@ - Harry S Truman - President Truman partOfSpeech: n + wikidata: Q11613 11370054-n: definition: - United States screenwriter who was blacklisted and imprisoned for refusing to @@ -115538,6 +117836,7 @@ - Trumbo - Dalton Trumbo partOfSpeech: n + wikidata: Q350666 11370281-n: definition: - American satirical poet (1750-1831) @@ -115548,6 +117847,7 @@ - Trumbull - John Trumbull partOfSpeech: n + wikidata: Q377145 11370388-n: definition: - American painter of historical scenes (1756-1843) @@ -115558,6 +117858,7 @@ - Trumbull - John Trumbull partOfSpeech: n + wikidata: Q369263 11370509-n: definition: - American Revolutionary leader who as governor of Connecticut provided supplies @@ -115569,6 +117870,7 @@ - Trumbull - Jonathan Trumbull partOfSpeech: n + wikidata: Q880734 11370700-n: definition: - United States abolitionist and feminist who was freed from slavery and became @@ -115581,6 +117883,7 @@ - Truth - Sojourner Truth partOfSpeech: n + wikidata: Q105180 11370954-n: definition: - United States abolitionist born a slave on a plantation in Maryland and became @@ -115593,6 +117896,7 @@ - Tubman - Harriet Tubman partOfSpeech: n + wikidata: Q102870 11371207-n: definition: - United States historian (1912-1989) @@ -115605,6 +117909,7 @@ - Barbara Tuchman - Barbara Wertheim Tuchman partOfSpeech: n + wikidata: Q59112 11371342-n: definition: - United States vaudevillian (born in Russia) noted for her flamboyant performances @@ -115617,6 +117922,7 @@ - Tucker - Sophie Tucker partOfSpeech: n + wikidata: Q152520 11371524-n: definition: - United States anarchist influential before World War I (1854-1939) @@ -115628,6 +117934,7 @@ - Tucker - Benjamin Ricketson Tucker partOfSpeech: n + wikidata: Q505871 11371672-n: definition: - United States dancer and choreographer (born in England) (1909-1987) @@ -115639,6 +117946,7 @@ - Tudor - Antony Tudor partOfSpeech: n + wikidata: Q608183 11371827-n: definition: - United States prizefighter who won the world heavyweight championship by defeating @@ -115651,6 +117959,7 @@ - Gene Tunney - James Joseph Tunney partOfSpeech: n + wikidata: Q406742 11372030-n: definition: - Russian writer of stories and novels and plays (1818-1883) @@ -115662,6 +117971,7 @@ - Ivan Turgenev - Ivan Sergeevich Turgenev partOfSpeech: n + wikidata: Q42831 11372187-n: definition: - French economist who in 1774 was put in control of finances by Louis XVI; his @@ -115674,6 +117984,7 @@ - Turgot - Anne Robert Jacques Turgot partOfSpeech: n + wikidata: Q221303 11372493-n: definition: - English mathematician who conceived of the Turing machine and broke German codes @@ -115686,6 +117997,7 @@ - Alan Turing - Alan Mathison Turing partOfSpeech: n + wikidata: Q7251 11372696-n: definition: - United States historian who stressed the role of the western frontier in American @@ -115697,6 +118009,7 @@ - Turner - Frederick Jackson Turner partOfSpeech: n + wikidata: Q548462 11372878-n: definition: - English landscape painter whose treatment of light and color influenced the French @@ -115709,6 +118022,7 @@ - Turner - Joseph Mallord William Turner partOfSpeech: n + wikidata: Q159758 11373073-n: definition: - United States endocrinologist (1892-1970) @@ -115720,6 +118034,7 @@ - Turner - Henry Hubert Turner partOfSpeech: n + wikidata: Q582761 11373190-n: definition: - United States slave and insurrectionist who in 1831 led a rebellion of slaves @@ -115732,6 +118047,7 @@ - Turner - Nat Turner partOfSpeech: n + wikidata: Q329730 11373407-n: definition: - English highwayman (1706-1739) @@ -115744,6 +118060,7 @@ - Turpin - Dick Turpin partOfSpeech: n + wikidata: Q977890 11373505-n: definition: - French modeler (resident in England after 1802) who made wax death masks of prominent @@ -115769,6 +118086,7 @@ - Tutankhamun - Tutankhamen partOfSpeech: n + wikidata: Q12154 11373996-n: definition: - South African prelate and leader of the antiapartheid struggle (born in 1931) @@ -115779,6 +118097,7 @@ - Tutu - Desmond Tutu partOfSpeech: n + wikidata: Q43033 11374140-n: definition: - elected vice president and became the 10th President of the United States when @@ -115791,6 +118110,7 @@ - John Tyler - President Tyler partOfSpeech: n + wikidata: Q11881 11374328-n: definition: - English translator and Protestant martyr; his translation of the Bible into English @@ -115809,6 +118129,7 @@ - Tindal - William Tindal partOfSpeech: n + wikidata: Q219639 11374738-n: definition: - British physicist (born in Ireland) remembered for his experiments on the transparency @@ -115822,6 +118143,7 @@ - Tyndall - John Tyndall partOfSpeech: n + wikidata: Q360808 11375077-n: definition: - United States prizefighter who was world heavyweight champion (born in 1966) @@ -115833,6 +118155,7 @@ - Mike Tyson - Michael Gerald Tyson partOfSpeech: n + wikidata: Q79031 11375242-n: definition: - French poet (born in Romania) who was one of the cofounders of the dada movement @@ -115856,6 +118179,7 @@ - Uhland - Johann Ludwig Uhland partOfSpeech: n + wikidata: Q61058 11375532-n: definition: - Russian ballet dancer (1910-1998) @@ -115867,6 +118191,7 @@ - Galina Ulanova - Galina Sergeevna Ulanova partOfSpeech: n + wikidata: Q28885 11375664-n: definition: - a Christian believed to be of Cappadocian descent who became bishop of the Visigoths @@ -115905,6 +118230,7 @@ - Undset - Sigrid Undset partOfSpeech: n + wikidata: Q80889 11376278-n: definition: - United States writer (1885-1977) @@ -115915,6 +118241,7 @@ - Untermeyer - Louis Untermeyer partOfSpeech: n + wikidata: Q1872015 11376387-n: definition: - United States author (born 1932) @@ -115926,6 +118253,7 @@ - John Updike - John Hoyer Updike partOfSpeech: n + wikidata: Q105756 11376507-n: definition: - United States architect (born in England) (1802-1878) @@ -115936,6 +118264,7 @@ - Upjohn - Richard Upjohn partOfSpeech: n + wikidata: Q2066635 11376631-n: definition: - French pope from 1088 to 1099 whose sermons called for the First Crusade (1042-1099) @@ -115950,6 +118279,7 @@ - Otho - Otho of Lagery partOfSpeech: n + wikidata: Q30578 11376817-n: definition: - French pope from 1362 to 1370 who tried to reestablish the papacy in Rome but @@ -115963,6 +118293,7 @@ - Urban V - Guillaume de Grimoard partOfSpeech: n + wikidata: Q133046 11377081-n: definition: - Italian pope from 1378 to 1389 whose contested election began the Great Schism; @@ -115975,6 +118306,7 @@ - Urban VI - Bartolomeo Prignano partOfSpeech: n + wikidata: Q171626 11377327-n: definition: - Italian pope from 1623 to 1644 who sanctioned the condemnation of Galileo but @@ -115987,6 +118319,7 @@ - Urban VIII - Maffeo Barberini partOfSpeech: n + wikidata: Q131579 11377509-n: definition: - United States chemist who discovered deuterium (1893-1981) @@ -116036,6 +118369,7 @@ - Sir Peter Ustinov - Peter Alexander Ustinov partOfSpeech: n + wikidata: Q55796 11378220-n: definition: - French painter noted for his paintings of Parisian street scenes (1883-1955) @@ -116046,6 +118380,7 @@ - Utrillo - Maurice Utrillo partOfSpeech: n + wikidata: Q108301 11378369-n: definition: - United States physicist who discovered two belts of charged particles from the @@ -116058,6 +118393,7 @@ - Van Allen - James Alfred Van Allen partOfSpeech: n + wikidata: Q271963 11378593-n: definition: - English architect (1664-1726) @@ -116069,6 +118405,7 @@ - John Vanbrugh - Sir John Vanbrigh partOfSpeech: n + wikidata: Q333398 11378714-n: definition: - 8th President of the United States (1782-1862) @@ -116080,6 +118417,7 @@ - Martin Van Buren - President Van Buren partOfSpeech: n + wikidata: Q11820 11378858-n: definition: - English navigator remembered for his exploration of the Pacific coast of North @@ -116091,6 +118429,7 @@ - Vancouver - George Vancouver partOfSpeech: n + wikidata: Q205485 11379032-n: definition: - United States physicist (1901-1967) @@ -116128,6 +118467,7 @@ - Johannes van der Waals - Johannes Diderik van der Waals partOfSpeech: n + wikidata: Q131721 11379553-n: definition: - Belgian architect (1863-1957) @@ -116140,6 +118480,7 @@ - Henri van de Velde - Henri Clemens van de Velde partOfSpeech: n + wikidata: Q154083 11379692-n: definition: - United States writer and literary critic (1885-1950) @@ -116152,6 +118493,7 @@ - Carl Van Doren - Carl Clinton Van Doren partOfSpeech: n + wikidata: Q5039991 11379862-n: definition: - Flemish painter of numerous portraits (1599-1641) @@ -116177,6 +118519,7 @@ - Vincent van Gogh - Gogh partOfSpeech: n + wikidata: Q5582 11380170-n: definition: - United States physicist (1899-1980) @@ -116212,6 +118555,7 @@ - Varese - Edgar Varese partOfSpeech: n + wikidata: Q57247 11380739-n: definition: - Brazilian statesman who ruled Brazil as a virtual dictator (1883-1954) @@ -116222,6 +118566,7 @@ - Vargas - Getulio Dornelles Vargas partOfSpeech: n + wikidata: Q156844 11380890-n: definition: - Peruvian writer (born in 1936) @@ -116244,6 +118589,7 @@ - Varro - Marcus Terentius Varro partOfSpeech: n + wikidata: Q206119 11381137-n: definition: - French painter (born in Hungary) who was a pioneer of op art (1908-1997) @@ -116267,6 +118613,7 @@ - Vasari - Giorgio Vasari partOfSpeech: n + wikidata: Q128027 11381418-n: definition: - United States jazz singer noted for her complex bebop phrasing and scat singing @@ -116278,6 +118625,7 @@ - Vaughan - Sarah Vaughan partOfSpeech: n + wikidata: Q229513 11381580-n: definition: - English composer influenced by folk tunes and music of the Tudor period (1872-1958) @@ -116288,6 +118636,7 @@ - Vaughan Williams - Ralph Vaughan Williams partOfSpeech: n + wikidata: Q207947 11381752-n: definition: - United States landscape architect (born in England) who designed Central Park @@ -116310,6 +118659,7 @@ - Veblen - Oswald Veblen partOfSpeech: n + wikidata: Q536558 11382017-n: definition: - United States economist who wrote about conspicuous consumption (1857-1929) @@ -116332,6 +118682,7 @@ - Lope de Vega - Lope Felix de Vega Carpio partOfSpeech: n + wikidata: Q165257 11382324-n: definition: - Spanish painter (1599-1660) @@ -116342,6 +118693,7 @@ - Velazquez - Diego Rodriguez de Silva y Velazquez partOfSpeech: n + wikidata: Q297 11382447-n: definition: - English logician who introduced Venn diagrams (1834-1923) @@ -116352,6 +118704,7 @@ - Venn - John Venn partOfSpeech: n + wikidata: Q216811 11382568-n: definition: - United States geneticist who published the complete base sequences for all the @@ -116366,6 +118719,7 @@ - Craig Ventner - J. Craig Ventner partOfSpeech: n + wikidata: Q311003 11382880-n: definition: - United States architect (born in 1925) @@ -116377,6 +118731,7 @@ - Robert Venturi - Robert Charles Venturi partOfSpeech: n + wikidata: Q212312 11383015-n: definition: - Italian operatic composer (1813-1901) @@ -116386,8 +118741,9 @@ members: - Verdi - Giuseppe Verdi - - Guiseppe Fortunino Francesco Verdi + - Giuseppe Fortunino Francesco Verdi partOfSpeech: n + wikidata: Q7317 11383159-n: definition: - French symbolist poet (1844-1896) @@ -116398,6 +118754,7 @@ - Verlaine - Paul Verlaine partOfSpeech: n + wikidata: Q755 11383264-n: definition: - Dutch painter renowned for his use of light (1632-1675) @@ -116410,6 +118767,7 @@ - Jan Vermeer - Jan van der Meer partOfSpeech: n + wikidata: Q41264 11383407-n: definition: - French writer who is considered the father of science fiction (1828-1905) @@ -116420,6 +118778,7 @@ - Verne - Jules Verne partOfSpeech: n + wikidata: Q33977 11383547-n: definition: - Danish philologist (1846-1896) @@ -116443,6 +118802,7 @@ - Vernier - Paul Vernier partOfSpeech: n + wikidata: Q956260 11383786-n: definition: - Italian painter of the Venetian school (1528-1588) @@ -116454,6 +118814,7 @@ - Paolo Veronese - Paola Caliari partOfSpeech: n + wikidata: Q9440 11383925-n: definition: - Florentine navigator who explored the eastern coast of North America (circa 1485-1528) @@ -116466,6 +118827,7 @@ - Verrazzano - Giovanni da Verrazzano partOfSpeech: n + wikidata: Q147676 11384130-n: definition: - Italian fashion designer (1946-1997) @@ -116476,6 +118838,7 @@ - Versace - Gianni Versace partOfSpeech: n + wikidata: Q264490 11384238-n: definition: - South African statesman who instituted the policy of apartheid (1901-1966) @@ -116487,6 +118850,7 @@ - Hendrik Verwoerd - Hendrik Frensch Verwoerd partOfSpeech: n + wikidata: Q297000 11384414-n: definition: - a Flemish surgeon who is considered the father of modern anatomy (1514-1564) @@ -116497,6 +118861,7 @@ - Vesalius - Andreas Vesalius partOfSpeech: n + wikidata: Q170267 11384565-n: definition: - United States freed slave and insurrectionist in South Carolina who was involved @@ -116509,6 +118874,7 @@ - Vesey - Denmark Vesey partOfSpeech: n + wikidata: Q721096 11384794-n: definition: - Emperor of Rome and founder of the Flavian dynasty who consolidated Roman rule @@ -116521,6 +118887,7 @@ - Vespasian - Titus Flavius Sabinus Vespasianus partOfSpeech: n + wikidata: Q1419 11385095-n: definition: - Florentine navigator who explored the coast of South America; America was named @@ -116533,6 +118900,7 @@ - Amerigo Vespucci - Americus Vespucius partOfSpeech: n + wikidata: Q47674 11385295-n: definition: - Italian dancing-master for Louis XVI who was considered the greatest dancer of @@ -116544,6 +118912,7 @@ - Vestris - Gaetan Vestris partOfSpeech: n + wikidata: Q29073 11385511-n: definition: - king of Italy who completed the unification of Italy by acquiring Venice and Rome @@ -116555,6 +118924,7 @@ - Victor Emmanuel II of Italy - Victor Emanuel II partOfSpeech: n + wikidata: Q168691 11385669-n: definition: - king of Italy who appointed Mussolini prime minister; he abdicated in 1946 and @@ -116566,6 +118936,7 @@ - Victor Emmanuel III of Italy - Victor Emanuel III partOfSpeech: n + wikidata: Q150642 11385852-n: definition: - queen of Great Britain and Ireland and empress of India from 1837 to 1901; the @@ -116578,6 +118949,7 @@ - Victoria - Queen Victoria partOfSpeech: n + wikidata: Q9439 11386104-n: definition: - United States writer (born in 1925) @@ -116589,6 +118961,7 @@ - Gore Vidal - Eugene Luther Vidal partOfSpeech: n + wikidata: Q167821 11386227-n: definition: - French painter noted for her portraits (1755-1842) @@ -116600,6 +118973,7 @@ - Elisabeth Vigee-Lebrun - Marie Louise Elisabeth Vigee-Lebrun partOfSpeech: n + wikidata: Q213163 11386400-n: definition: - Mexican revolutionary leader (1878-1923) @@ -116622,6 +118996,7 @@ - Villa-Lobos - Heitor Villa-Lobos partOfSpeech: n + wikidata: Q203514 11386653-n: definition: - United States railroad magnate and businessman (1835-1900) @@ -116643,6 +119018,7 @@ - Villon - Francois Villon partOfSpeech: n + wikidata: Q849 11386890-n: definition: - British historian (born in Russia) (1854-1925) @@ -116654,6 +119030,7 @@ - Vinogradoff - Sir Paul Gavrilovich Vinogradoff partOfSpeech: n + wikidata: Q1976412 11387030-n: definition: - United States jurist who served as chief justice of the Supreme Court (1890-1953) @@ -116665,6 +119042,7 @@ - Vinson - Frederick Moore Vinson partOfSpeech: n + wikidata: Q460151 11387190-n: definition: - German pathologist who recognized that all cells come from cells by binary fission @@ -116677,6 +119055,7 @@ - Rudolf Virchow - Rudolf Karl Virchow partOfSpeech: n + wikidata: Q76432 11387431-n: definition: - a Roman poet; author of the epic poem ‘Aeneid’ (70-19 BC) @@ -116688,6 +119067,7 @@ - Vergil - Publius Vergilius Maro partOfSpeech: n + wikidata: Q1398 11387576-n: definition: - Italian filmmaker (1906-1976) @@ -116699,6 +119079,7 @@ - Luchino Visconti - Don Luchino Visconti Conte di Modrone partOfSpeech: n + wikidata: Q13888 11387720-n: definition: - Christian martyr and patron of those who suffer from epilepsy and Sydenham's chorea @@ -116723,6 +119104,7 @@ - Antonio Vivaldi - Antonio Lucio Vivaldi partOfSpeech: n + wikidata: Q1340 11388071-n: definition: - Spanish explorer who was the first European to explore the California coast (1550-1615) @@ -116733,6 +119115,7 @@ - Vizcaino - Sebastian Vizcaino partOfSpeech: n + wikidata: Q141710 11388235-n: definition: - French painter and exponent of fauvism (1876-1958) @@ -116743,6 +119126,7 @@ - Vlaminck - Maurice de Vlaminck partOfSpeech: n + wikidata: Q241098 11388363-n: definition: - Italian physicist after whom the volt is named; studied electric currents and @@ -116756,6 +119140,7 @@ - Conte Alessandro Volta - Conte Alessandro Giuseppe Antonio Anastasio Volta partOfSpeech: n + wikidata: Q680 11388633-n: definition: - French writer who was the embodiment of 18th century Enlightenment (1694-1778) @@ -116767,6 +119152,7 @@ - Arouet - Francois-Marie Arouet partOfSpeech: n + wikidata: Q9068 11388836-n: definition: - United States writer whose novels and short stories are a mixture of realism and @@ -116802,6 +119188,7 @@ - von Sternberg - Josef von Sternberg partOfSpeech: n + wikidata: Q78719 11389439-n: definition: - Russian poet (born in 1933) @@ -116825,6 +119212,7 @@ - Edouard Vuillard - Jean Edouard Vuillard partOfSpeech: n + wikidata: Q239394 11389671-n: definition: - English tennis player who won many women's singles titles (born in 1945) @@ -116835,6 +119223,7 @@ - Wade - Virginia Wade partOfSpeech: n + wikidata: Q233234 11389829-n: definition: - German composer of operas and inventor of the musical drama in which drama and @@ -116847,6 +119236,7 @@ - Richard Wagner - Wilhelm Richard Wagner partOfSpeech: n + wikidata: Q1511 11390063-n: definition: - Austrian architect and pioneer of modern architecture (1841-1918) @@ -116857,6 +119247,7 @@ - Wagner - Otto Wagner partOfSpeech: n + wikidata: Q84287 11390196-n: definition: - English writer (1925-1994) @@ -116868,6 +119259,7 @@ - John Wain - John Barrington Wain partOfSpeech: n + wikidata: Q1343804 11390309-n: definition: - United States jurist who was appointed chief justice of the United States Supreme @@ -116881,6 +119273,7 @@ - Morrison R. Waite - Morrison Remick Waite partOfSpeech: n + wikidata: Q1349419 11390549-n: definition: - Polish filmmaker (born in 1929) @@ -116917,6 +119310,7 @@ - Walesa - Lech Walesa partOfSpeech: n + wikidata: Q444 11391120-n: definition: - United States writer (born in 1944) @@ -116928,6 +119322,7 @@ - Alice Walker - Alice Malsenior Walker partOfSpeech: n + wikidata: Q215868 11391249-n: definition: - New Zealand runner who in 1975 became the first person to run a mile in less than @@ -116939,6 +119334,7 @@ - Walker - John Walker partOfSpeech: n + wikidata: Q358383 11391438-n: definition: - English naturalist who formulated a concept of evolution that resembled Charles @@ -116950,6 +119346,7 @@ - Wallace - Alfred Russel Wallace partOfSpeech: n + wikidata: Q160627 11391617-n: definition: - English writer noted for his crime novels (1875-1932) @@ -116985,6 +119382,7 @@ - Wallenstein - Albrecht Eusebius Wenzel von Wallenstein partOfSpeech: n + wikidata: Q153545 11392237-n: definition: - United States jazz musician (1904-1943) @@ -117010,6 +119408,7 @@ - Sir Robert Walpole - First Earl of Orford partOfSpeech: n + wikidata: Q104190 11392594-n: definition: - English writer and historian; son of Sir Robert Walpole (1717-1797) @@ -117023,6 +119422,7 @@ - Horatio Walpole - Fourth Earl of Orford partOfSpeech: n + wikidata: Q309903 11392794-n: definition: - German conductor (1876-1962) @@ -117033,6 +119433,7 @@ - Walter - Bruno Walter partOfSpeech: n + wikidata: Q156910 11392891-n: definition: - Irish physicist who (with Sir John Cockcroft in 1931) first split an atom (1903-1995) @@ -117056,6 +119457,7 @@ - Walton - Izaak Walton partOfSpeech: n + wikidata: Q562133 11393226-n: definition: - English composer (1902-1983) @@ -117068,6 +119470,7 @@ - Sir William Walton - Sir William Turner Walton partOfSpeech: n + wikidata: Q310939 11393374-n: definition: - United States businessman whose business grew into one of the first department @@ -117090,6 +119493,7 @@ - Aby Warburg - Aby Moritz Warburg partOfSpeech: n + wikidata: Q60185 11393667-n: definition: - German biochemist who pioneered the use of chemical techniques in biological investigations; @@ -117113,6 +119517,7 @@ - Montgomery Ward - Aaron Montgomery Ward partOfSpeech: n + wikidata: Q4662269 11394080-n: definition: - English writer of novels who was an active opponent of the women's suffrage movement @@ -117139,6 +119544,7 @@ - Barbara Ward - Baroness Jackson of Lodsworth partOfSpeech: n + wikidata: Q2884066 11394443-n: definition: - United States artist who was a leader of the Pop Art movement (1930-1987) @@ -117149,6 +119555,7 @@ - Warhol - Andy Warhol partOfSpeech: n + wikidata: Q5603 11394584-n: definition: - United States filmmaker who with his brothers founded the movie studio that produced @@ -117157,8 +119564,8 @@ instance_hypernym: - 10108159-n members: + - Harry Morris Warner - Warner - - Charles Dudley Warner partOfSpeech: n 11394784-n: definition: @@ -117171,6 +119578,7 @@ - Warren - Earl Warren partOfSpeech: n + wikidata: Q311197 11394947-n: definition: - United States writer and poet (1905-1989) @@ -117182,6 +119590,7 @@ - Warren - Robert Penn Warren partOfSpeech: n + wikidata: Q312720 11395082-n: definition: - English statesman; during the War of the Roses he fought first for the house of @@ -117209,6 +119618,7 @@ - George Washington - President Washington partOfSpeech: n + wikidata: Q23 11395672-n: definition: - United States educator who was born a slave but became educated and founded a @@ -117221,6 +119631,7 @@ - Booker T. Washington - Booker Taliaferro Washington partOfSpeech: n + wikidata: Q319871 11395904-n: definition: - German bacteriologist who developed a diagnostic test for syphilis (1866-1925) @@ -117231,6 +119642,7 @@ - Wassermann - August von Wassermann partOfSpeech: n + wikidata: Q77360 11396064-n: definition: - United States actress and singer (1896-1977) @@ -117255,6 +119667,7 @@ - James Watson - James Dewey Watson partOfSpeech: n + wikidata: Q83333 11396395-n: definition: - United States psychologist considered the founder of behavioristic psychology @@ -117267,6 +119680,7 @@ - Watson - John Broadus Watson partOfSpeech: n + wikidata: Q217477 11396560-n: definition: - United States telephone engineer who assisted Alexander Graham Bell in his experiments @@ -117279,6 +119693,7 @@ - Watson - Thomas Augustus Watson partOfSpeech: n + wikidata: Q1397650 11396737-n: definition: - Scottish engineer and inventor whose improvements in the steam engine led to its @@ -117291,6 +119706,7 @@ - Watt - James Watt partOfSpeech: n + wikidata: Q9041 11396934-n: definition: - French painter (1684-1721) @@ -117302,6 +119718,7 @@ - Watteau - Jean Antoine Watteau partOfSpeech: n + wikidata: Q183221 11397038-n: definition: - English poet and theologian (1674-1748) @@ -117313,6 +119730,7 @@ - Watts - Isaac Watts partOfSpeech: n + wikidata: Q537034 11397163-n: definition: - English author of satirical novels (1903-1966) @@ -117324,6 +119742,7 @@ - Evelyn Waugh - Evelyn Arthur Saint John Waugh partOfSpeech: n + wikidata: Q107002 11397310-n: definition: - British field marshal in North Africa in World War II; he defeated the Italians @@ -117349,6 +119768,7 @@ - Anthony Wayne - Mad Anthony Wayne partOfSpeech: n + wikidata: Q574116 11397707-n: definition: - United States film actor who played tough heroes (1907-1979) @@ -117360,6 +119780,7 @@ - John Wayne - Duke Wayne partOfSpeech: n + wikidata: Q40531 11397846-n: definition: - English sociologist and economist and a central member of the Fabian Society (1859-1947) @@ -117373,6 +119794,7 @@ - Sidney James Webb - First Baron Passfield partOfSpeech: n + wikidata: Q332442 11398082-n: definition: - English writer and a central member of the Fabian Society (1858-1943) @@ -117384,6 +119806,7 @@ - Beatrice Webb - Martha Beatrice Potter Webb partOfSpeech: n + wikidata: Q242666 11398249-n: definition: - German physiologist who studied sensory responses to stimuli and is considered @@ -117420,6 +119843,7 @@ - Weber - Max Weber partOfSpeech: n + wikidata: Q9387 11398800-n: definition: - United States abstract painter (born in Russia) (1881-1961) @@ -117430,6 +119854,7 @@ - Weber - Max Weber partOfSpeech: n + wikidata: Q535334 11398924-n: definition: - German physicist and brother of E. H. Weber; noted for his studies of terrestrial @@ -117441,6 +119866,7 @@ - Weber - Wilhelm Eduard Weber partOfSpeech: n + wikidata: Q76707 11399103-n: definition: - United States lexicographer (1758-1843) @@ -117451,6 +119877,7 @@ - Webster - Noah Webster partOfSpeech: n + wikidata: Q241676 11399212-n: definition: - United States politician and orator (1782-1817) @@ -117471,6 +119898,7 @@ - Webster - John Webster partOfSpeech: n + wikidata: Q225904 11399431-n: definition: - English potter (1730-1795) @@ -117481,6 +119909,7 @@ - Wedgwood - Josiah Wedgwood partOfSpeech: n + wikidata: Q319331 11399531-n: definition: - German geophysicist who proposed the theory of continental drift (1880-1930) @@ -117492,6 +119921,7 @@ - Wegener - Alfred Lothar Wegener partOfSpeech: n + wikidata: Q76323 11399686-n: definition: - United States mathematician (born in France) (1906-1998) @@ -117502,6 +119932,7 @@ - Weil - Andre Weil partOfSpeech: n + wikidata: Q323232 11399807-n: definition: - French philosopher (1909-1943) @@ -117512,6 +119943,7 @@ - Weil - Simone Weil partOfSpeech: n + wikidata: Q157309 11399903-n: definition: - German composer; collaborated with Bertolt Brecht (1900-1950) @@ -117522,6 +119954,7 @@ - Weill - Kurt Weill partOfSpeech: n + wikidata: Q55004 11400030-n: definition: - United States theoretical physicist (born in 1933) @@ -117532,6 +119965,7 @@ - Weinberg - Steven Weinberg partOfSpeech: n + wikidata: Q179282 11400154-n: definition: - German biologist who was one of the founders of modern genetics; his theory of @@ -117558,6 +119992,7 @@ - Chaim Weizmann - Chaim Azriel Weizmann partOfSpeech: n + wikidata: Q172183 11400650-n: definition: - United States abolitionist (1803-1895) @@ -117568,6 +120003,7 @@ - Weld - Theodore Dwight Weld partOfSpeech: n + wikidata: Q2157757 11400763-n: definition: - United States actor and filmmaker (1915-1985) @@ -117580,6 +120016,7 @@ - Orson Welles - George Orson Welles partOfSpeech: n + wikidata: Q24829 11400918-n: definition: - British general and statesman; he defeated Napoleon at Waterloo; subsequently @@ -117595,6 +120032,7 @@ - Arthur Wellesley - Iron Duke partOfSpeech: n + wikidata: Q131691 11401188-n: definition: - prolific English writer best known for his science-fiction novels; he also wrote @@ -117608,6 +120046,7 @@ - H. G. Wells - Herbert George Wells partOfSpeech: n + wikidata: Q42511 11401452-n: definition: - United States writer about rural southern life (1909-2001) @@ -117640,6 +120079,7 @@ - Wernicke - Karl Wernicke partOfSpeech: n + wikidata: Q48965 11401819-n: definition: - English clergyman and founder of Methodism (1703-1791) @@ -117650,6 +120090,7 @@ - Wesley - John Wesley partOfSpeech: n + wikidata: Q213393 11401959-n: definition: - English clergyman and brother of John Wesley who wrote many hymns (1707-1788) @@ -117660,6 +120101,7 @@ - Wesley - Charles Wesley partOfSpeech: n + wikidata: Q349070 11402107-n: definition: - English painter (born in America) who became the second president of the Royal @@ -117671,6 +120113,7 @@ - West - Benjamin West partOfSpeech: n + wikidata: Q313498 11402273-n: definition: - United States film actress (1892-1980) @@ -117682,6 +120125,7 @@ - West - Mae West partOfSpeech: n + wikidata: Q202878 11402393-n: definition: - British writer (born in Ireland) (1892-1983) @@ -117694,6 +120138,7 @@ - Dame Rebecca West - Cicily Isabel Fairfield partOfSpeech: n + wikidata: Q236669 11402550-n: definition: - United States inventor and manufacturer (1846-1914) @@ -117715,6 +120160,7 @@ - Weston - Edward Weston partOfSpeech: n + wikidata: Q346988 11402790-n: definition: - United States novelist (1862-1937) @@ -117726,6 +120172,7 @@ - Edith Wharton - Edith Newbold Jones Wharton partOfSpeech: n + wikidata: Q276032 11402925-n: definition: - American poet (born in Africa) who was the first recognized Black writer in America @@ -117749,6 +120196,7 @@ - Wheatstone - Sir Charles Wheatstone partOfSpeech: n + wikidata: Q156942 11403273-n: definition: - Scottish archaeologist (1890-1976) @@ -117760,6 +120208,7 @@ - Sir Mortimer Wheeler - Sir Robert Eric Mortimer Wheeler partOfSpeech: n + wikidata: Q733878 11403420-n: definition: - United States painter (1834-1903) @@ -117770,6 +120219,7 @@ - Whistler - James Abbott McNeill Whistler partOfSpeech: n + wikidata: Q203643 11403541-n: definition: - United States educator who in 1865 (with Ezra Cornell) founded Cornell University @@ -117805,6 +120255,7 @@ - White - Stanford White partOfSpeech: n + wikidata: Q572735 11404017-n: definition: - United States political journalist (1915-1986) @@ -117827,6 +120278,7 @@ - Patrick White - Patrick Victor Martindale White partOfSpeech: n + wikidata: Q129187 11404286-n: definition: - United States jurist appointed chief justice of the United States Supreme Court @@ -117841,6 +120293,7 @@ - Edward D. White - Edward Douglas White Jr. partOfSpeech: n + wikidata: Q706463 11404561-n: definition: - English philosopher and mathematician who collaborated with Bertrand Russell (1861-1947) @@ -117852,6 +120305,7 @@ - Whitehead - Alfred North Whitehead partOfSpeech: n + wikidata: Q183372 11404750-n: definition: - United States frontier missionary who established a post in Oregon where Christianity @@ -117863,6 +120317,7 @@ - Whitman - Marcus Whitman partOfSpeech: n + wikidata: Q979972 11404981-n: definition: - United States poet who celebrated the greatness of America (1819-1892) @@ -117873,6 +120328,7 @@ - Whitman - Walt Whitman partOfSpeech: n + wikidata: Q81438 11405121-n: definition: - United States inventor of the mechanical cotton gin (1765-1825) @@ -117884,6 +120340,7 @@ - Whitney - Eli Whitney partOfSpeech: n + wikidata: Q280930 11405272-n: definition: - United States poet best known for his nostalgic poems about New England (1807-1892) @@ -117917,6 +120374,7 @@ - Wiener - Norbert Wiener partOfSpeech: n + wikidata: Q178577 11405743-n: definition: - United States writer (born in Romania) who survived Nazi concentration camps and @@ -117930,6 +120388,7 @@ - Elie Wiesel - Eliezer Wiesel partOfSpeech: n + wikidata: Q18391 11406000-n: definition: - Austrian investigator of Nazi war crimes (born in 1908) @@ -117940,6 +120399,7 @@ - Wiesenthal - Simon Wiesenthal partOfSpeech: n + wikidata: Q49086 11406133-n: definition: - United States physicist (born in Hungary) noted for his work on the structure @@ -117965,6 +120425,7 @@ - Oscar Wilde - Oscar Fingal O'Flahertie Wills Wilde partOfSpeech: n + wikidata: Q30875 11406498-n: definition: - United States filmmaker (born in Austria) whose dark humor infused many of the @@ -117977,6 +120438,7 @@ - Billy Wilder - Samuel Wilder partOfSpeech: n + wikidata: Q51547 11406687-n: definition: - United States writer and dramatist (1897-1975) @@ -118012,6 +120474,7 @@ - Wilkes - Charles Wilkes partOfSpeech: n + wikidata: Q119329 11407174-n: definition: - English reformer who published attacks on George III and supported the rights @@ -118044,6 +120507,7 @@ - Wilkins - George Hubert Wilkins partOfSpeech: n + wikidata: Q577806 11407687-n: definition: - United States civil rights leader (1901-1981) @@ -118054,6 +120518,7 @@ - Wilkins - Roy Wilkins partOfSpeech: n + wikidata: Q2738344 11407801-n: definition: - English chemist honored for his research on pollutants in car exhausts (born in @@ -118065,6 +120530,7 @@ - Wilkinson - Sir Geoffrey Wilkinson partOfSpeech: n + wikidata: Q274128 11407968-n: definition: - United States educator who was an early campaigner for higher education for women @@ -118090,6 +120556,7 @@ - Willard - Frances Elizabeth Caroline Willard partOfSpeech: n + wikidata: Q450197 11408316-n: definition: - Finnish physician who first described vascular hemophilia (1870-1949) @@ -118103,6 +120570,7 @@ - Erik von Willebrand - Erik Adolf von Willebrand partOfSpeech: n + wikidata: Q921355 11408533-n: definition: - duke of Normandy who led the Norman invasion of England and became the first Norman @@ -118115,6 +120583,7 @@ - William I - William the Conqueror partOfSpeech: n + wikidata: Q37594 11408836-n: definition: - the second son of William the Conqueror who succeeded him as King of England (1056-1100) @@ -118126,6 +120595,7 @@ - William II - William Rufus partOfSpeech: n + wikidata: Q102005 11408998-n: definition: - King of England and Scotland and Ireland; he married the daughter of James II @@ -118139,6 +120609,7 @@ - William III - William of Orange partOfSpeech: n + wikidata: Q129987 11409296-n: definition: - King of England and Ireland; son of George III who ascended the throne after a @@ -118163,6 +120634,7 @@ - Tennessee Williams - Thomas Lanier Williams partOfSpeech: n + wikidata: Q134262 11409614-n: definition: - English clergyman and colonist who was expelled from Massachusetts for criticizing @@ -118187,6 +120659,7 @@ - Ted Williams - Theodore Samuel Williams partOfSpeech: n + wikidata: Q172478 11410053-n: definition: - United States poet (1883-1963) @@ -118197,6 +120670,7 @@ - Williams - William Carlos Williams partOfSpeech: n + wikidata: Q178106 11410165-n: definition: - English philosopher credited with reviving the field of moral philosophy (1929-2003) @@ -118208,6 +120682,7 @@ - Sir Bernard Williams - Bernard Arthur Owen Williams partOfSpeech: n + wikidata: Q345641 11410359-n: definition: - United States country singer and songwriter (1923-1953) @@ -118221,6 +120696,7 @@ - Hiram Williams - Hiram King Williams partOfSpeech: n + wikidata: Q206181 11410544-n: definition: - English physician who was a pioneer in the study of the brain (1621-1675) @@ -118231,6 +120707,7 @@ - Willis - Thomas Willis partOfSpeech: n + wikidata: Q452335 11410687-n: definition: - English geneticist involved with the first successful cloning of a sheep from @@ -118256,6 +120733,7 @@ - Thomas Woodrow Wilson - President Wilson partOfSpeech: n + wikidata: Q34296 11411118-n: definition: - United States literary critic (1895-1972) @@ -118266,6 +120744,7 @@ - Wilson - Edmund Wilson partOfSpeech: n + wikidata: Q704931 11411229-n: definition: - Scottish physicist who invented the cloud chamber (1869-1959) @@ -118276,6 +120755,7 @@ - Wilson - Charles Thomson Rees Wilson partOfSpeech: n + wikidata: Q162900 11411374-n: definition: - United States entomologist who has generalized from social insects to other animals @@ -118309,6 +120789,7 @@ - Wilson - John Tuzo Wilson partOfSpeech: n + wikidata: Q472056 11411910-n: definition: - United States physicist honored for his work on cosmic microwave radiation (born @@ -118330,6 +120811,7 @@ - Wilson - Alexander Wilson partOfSpeech: n + wikidata: Q931286 11412205-n: definition: - English writer of novels and short stories (1913-1991) @@ -118341,10 +120823,11 @@ - Sir Angus Wilson - Angus Frank Johnstone Wilson partOfSpeech: n + wikidata: Q287460 11412363-n: definition: - author of the first novel by an African American that was published in the United - States (1808-1870) + States (1825-1900) ili: i97453 instance_hypernym: - 10813654-n @@ -118353,6 +120836,7 @@ - Wilson - Harriet Wilson partOfSpeech: n + wikidata: Q3376165 11412534-n: definition: - German archaeologist and art historian said to be the father of archaeology (1717-1768) @@ -118365,6 +120849,7 @@ - Johann Winckelmann - Johann Joachim Winckelmann partOfSpeech: n + wikidata: Q57280 11412749-n: definition: - German chemist who studied steroids and cholesterol and discovered histamine (1876-1959) @@ -118376,6 +120861,7 @@ - Windaus - Adolf Windaus partOfSpeech: n + wikidata: Q77142 11412908-n: definition: - English colonial administrator who traveled to America on the Mayflower and served @@ -118387,6 +120873,7 @@ - Winslow - Edward Winslow partOfSpeech: n + wikidata: Q864808 11413119-n: definition: - United States religious leader (born in Bohemia) who united reform Jewish organizations @@ -118398,6 +120885,7 @@ - Wise - Isaac Mayer Wise partOfSpeech: n + wikidata: Q1673434 11413310-n: definition: - United States Jewish leader (born in Hungary) (1874-1949) @@ -118419,6 +120907,7 @@ - Wister - Owen Wister partOfSpeech: n + wikidata: Q1281119 11413541-n: definition: - American Revolutionary leader and educator (born in Scotland) who signed of the @@ -118444,6 +120933,7 @@ - Ludwig Wittgenstein - Ludwig Josef Johan Wittgenstein partOfSpeech: n + wikidata: Q9391 11414037-n: definition: - English writer known for his humorous novels and stories (1881-1975) @@ -118477,6 +120967,7 @@ - Wolf - Hugo Wolf partOfSpeech: n + wikidata: Q215747 11414486-n: definition: - United States writer best known for his autobiographical novels (1900-1938) @@ -118488,6 +120979,7 @@ - Thomas Wolfe - Thomas Clayton Wolfe partOfSpeech: n + wikidata: Q314256 11414652-n: definition: - United States writer who has written extensively on American culture (born in @@ -118501,6 +120993,7 @@ - Thomas Wolfe - Thomas Kennerly Wolfe Jr. partOfSpeech: n + wikidata: Q216195 11414843-n: definition: - German anatomist (1733-1794) @@ -118524,6 +121017,7 @@ - Wollaston - William Hyde Wollaston partOfSpeech: n + wikidata: Q312975 11415194-n: definition: - English writer and early feminist who denied male supremacy and advocated equal @@ -118547,6 +121041,7 @@ - Wood - Grant Wood partOfSpeech: n + wikidata: Q217434 11415604-n: definition: - English writer of novels about murders and thefts and forgeries (1814-1887) @@ -118559,6 +121054,7 @@ - Mrs. Henry Wood - Ellen Price Wood partOfSpeech: n + wikidata: Q2493772 11415768-n: definition: - English conductor (1869-1944) @@ -118580,6 +121076,7 @@ - Wood - Natalie Wood partOfSpeech: n + wikidata: Q180919 11415995-n: definition: - United States social economist (1876-1933) @@ -118590,6 +121087,7 @@ - Woodbury - Helen Laura Sumner Woodbury partOfSpeech: n + wikidata: Q30020894 11416123-n: definition: - United States advocate of women's suffrage; in 1872 she was the first woman to @@ -118602,6 +121100,7 @@ - Woodhull - Victoria Clafin Woodhull partOfSpeech: n + wikidata: Q260378 11416333-n: definition: - United States chemist honored for synthesizing complex organic compounds (1917-1979) @@ -118626,6 +121125,7 @@ - C. Vann Woodward - Comer Vann Woodward partOfSpeech: n + wikidata: Q612410 11416662-n: definition: - English author whose work used such techniques as stream of consciousness and @@ -118638,6 +121138,7 @@ - Virginia Woolf - Adeline Virginia Stephen Woolf partOfSpeech: n + wikidata: Q40909 11416938-n: definition: - United States drama critic and journalist (1887-1943) @@ -118661,6 +121162,7 @@ - Sir Leonard Woolley - Sir Charles Leonard Woolley partOfSpeech: n + wikidata: Q356134 11417266-n: definition: - United States businessman who opened a shop in 1879 selling low-priced goods and @@ -118683,6 +121185,7 @@ - Worcester - Joseph Emerson Worcester partOfSpeech: n + wikidata: Q6282899 11417652-n: definition: - a romantic English poet whose work was inspired by the Lake District where he @@ -118694,6 +121197,7 @@ - Wordsworth - William Wordsworth partOfSpeech: n + wikidata: Q45546 11417880-n: definition: - French couturier (born in England) regarded as the founder of Parisian haute couture; @@ -118715,6 +121219,7 @@ - Wouk - Herman Wouk partOfSpeech: n + wikidata: Q49072 11418190-n: definition: - English architect who designed more than fifty London churches (1632-1723) @@ -118725,6 +121230,7 @@ - Wren - Sir Christopher Wren partOfSpeech: n + wikidata: Q170373 11418339-n: definition: - United States early feminist (born in Scotland) (1795-1852) @@ -118746,6 +121252,7 @@ - Wright - Frank Lloyd Wright partOfSpeech: n + wikidata: Q5604 11418606-n: definition: - United States aviation pioneer who (with his brother Wilbur Wright) invented the @@ -118757,6 +121264,7 @@ - Wright - Orville Wright partOfSpeech: n + wikidata: Q494455 11418778-n: definition: - United States aviation pioneer who (with his brother Orville Wright) invented @@ -118768,6 +121276,7 @@ - Wright - Wilbur Wright partOfSpeech: n + wikidata: Q1396131 11418950-n: definition: - United States writer whose work is concerned with the oppression of African Americans @@ -118779,6 +121288,7 @@ - Wright - Richard Wright partOfSpeech: n + wikidata: Q319820 11419118-n: definition: - United States writer of detective novels (1888-1939) @@ -118801,6 +121311,7 @@ - Wurlitzer - Rudolf Wurlitzer partOfSpeech: n + wikidata: Q1448789 11419442-n: definition: - English poet who introduced the sonnet form to English literature (1503-1542) @@ -118813,6 +121324,7 @@ - Wyat - Sir Thomas Wyat partOfSpeech: n + wikidata: Q314325 11419616-n: definition: - English architect (1746-1813) @@ -118823,6 +121335,7 @@ - Wyatt - James Wyatt partOfSpeech: n + wikidata: Q1350728 11419712-n: definition: - English playwright noted for his humorous and satirical plays (1641-1716) @@ -118850,6 +121363,7 @@ - Wiclif - John Wiclif partOfSpeech: n + wikidata: Q173893 11420122-n: definition: - United States painter (born in 1917) @@ -118860,6 +121374,7 @@ - Wyeth - Andrew Wyeth partOfSpeech: n + wikidata: Q316325 11420226-n: definition: - English prelate and statesman; founded a college at Oxford and Winchester College @@ -118895,6 +121410,7 @@ - Wylie - Elinor Morton Hoyt Wylie partOfSpeech: n + wikidata: Q460055 11420700-n: definition: - United States country singer (1942-1998) @@ -118918,6 +121434,7 @@ - Wyszynski - Stefan Wyszynski partOfSpeech: n + wikidata: Q165522 11421005-n: definition: - Spanish missionary and Jesuit who establish missionaries in Japan and Ceylon and @@ -118929,6 +121446,7 @@ - Xavier - Saint Francis Xavier partOfSpeech: n + wikidata: Q163900 11421190-n: definition: - Greek philosopher (560-478 BC) @@ -118938,6 +121456,7 @@ members: - Xenophanes partOfSpeech: n + wikidata: Q131671 11421278-n: definition: - Greek general and historian; student of Socrates (430-354 BC) @@ -118948,6 +121467,7 @@ members: - Xenophon partOfSpeech: n + wikidata: Q129772 11421414-n: definition: - king of Persia who led a vast army against Greece and won the battle of Thermopylae @@ -118959,6 +121479,7 @@ - Xerxes I - Xerxes the Great partOfSpeech: n + wikidata: Q129165 11421613-n: definition: - English philanthropist who made contributions to a college in Connecticut that @@ -118980,6 +121501,7 @@ - Yamamoto - Isoroku Yamamoto partOfSpeech: n + wikidata: Q152325 11421943-n: definition: - Saudi Arabian minister of petroleum who was a central figure in the creation of @@ -118992,6 +121514,7 @@ - Yamani - Ahmed Zoki Yamani partOfSpeech: n + wikidata: Q401574 11422116-n: definition: - United States physicist (born in China) who collaborated with Tsung Dao Lee in @@ -119041,6 +121564,7 @@ - Robert M. Yerkes - Robert Mearns Yerkes partOfSpeech: n + wikidata: Q1399298 11422797-n: definition: - French bacteriologist born in Switzerland; was a student of Pasteur; discovered @@ -119053,6 +121577,7 @@ - Alexandre Yersin - Alexandre Emile Jean Yersin partOfSpeech: n + wikidata: Q123920 11423011-n: definition: - Russian poet who expressed the feelings of the post-Stalinist generation (born @@ -119066,6 +121591,7 @@ - Yevgeni Yevtushenko - Yevgeni Aleksandrovich Yevtushenko partOfSpeech: n + wikidata: Q297736 11423216-n: definition: - United States religious leader of the Mormon Church after the assassination of @@ -119088,6 +121614,7 @@ - Cy Young - Danton True Young partOfSpeech: n + wikidata: Q362264 11423596-n: definition: - English poet (1683-1765) @@ -119098,6 +121625,7 @@ - Young - Edward Young partOfSpeech: n + wikidata: Q507699 11423688-n: definition: - United States jazz tenor saxophonist (1909-1959) @@ -119110,6 +121638,7 @@ - Pres Young - Lester Willis Young partOfSpeech: n + wikidata: Q110714 11423824-n: definition: - British physicist and Egyptologist; he revived the wave theory of light and proposed @@ -119134,6 +121663,7 @@ - Whitney Young - Whitney Moore Young Jr. partOfSpeech: n + wikidata: Q3025297 11424276-n: definition: - United States film and television actress (1913-2000) @@ -119144,6 +121674,7 @@ - Young - Loretta Young partOfSpeech: n + wikidata: Q253384 11424398-n: definition: - Japanese mathematical physicist who proposed that nuclear forces are mediated @@ -119183,6 +121714,7 @@ - Zangwill - Israel Zangwill partOfSpeech: n + wikidata: Q113681 11424967-n: definition: - United States filmmaker whose works include the first full-length feature film @@ -119207,6 +121739,7 @@ - Zapata - Emiliano Zapata partOfSpeech: n + wikidata: Q41718 11425315-n: definition: - a Hebrew minor prophet of the late 6th century BC @@ -119217,6 +121750,7 @@ - Zechariah - Zacharias partOfSpeech: n + wikidata: Q604259 11425433-n: definition: - Dutch physicist honored for his research on the influence of magnetism on radiation @@ -119229,6 +121763,7 @@ - Zeeman - Pieter Zeeman partOfSpeech: n + wikidata: Q79000 11425680-n: definition: - ancient Greek philosopher who founded the Stoic school (circa 335-263 BC) @@ -119262,6 +121797,7 @@ - Zephaniah - Sophonias partOfSpeech: n + wikidata: Q1761359 11426137-n: definition: - German inventor who designed and built the first rigid motorized dirigible (1838-1917) @@ -119272,6 +121808,7 @@ - Zeppelin - Count Ferdinand von Zeppelin partOfSpeech: n + wikidata: Q75780 11426310-n: definition: - Chinese revolutionary and communist leader (1898-1976) @@ -119311,6 +121848,7 @@ - Flo Ziegfeld - Florenz Ziegfeld partOfSpeech: n + wikidata: Q95024 11426901-n: definition: - German chemist honored for his research on polymers (1898-1973) @@ -119322,6 +121860,7 @@ - Ziegler - Karl Waldemar Ziegler partOfSpeech: n + wikidata: Q76624 11427043-n: definition: - United States violinist (born in Russia) (1889-1985) @@ -119332,6 +121871,7 @@ - Zimbalist - Efrem Zimbalist partOfSpeech: n + wikidata: Q614454 11427170-n: definition: - United States filmmaker (born in Austria) (1907-1997) @@ -119387,6 +121927,7 @@ - Zoroaster - Zarathustra partOfSpeech: n + wikidata: Q35811 11427860-n: definition: - German chemist (born in Austria) honored for his research on colloidal solutions @@ -119410,6 +121951,7 @@ - Zukerman - Pinchas Zukerman partOfSpeech: n + wikidata: Q346204 11428143-n: definition: - Austrian writer (1881-1942) @@ -119420,6 +121962,7 @@ - Zweig - Stefan Zweig partOfSpeech: n + wikidata: Q78491 11428238-n: definition: - Swiss theologian whose sermons began the Reformation in Switzerland (1484-1531) @@ -119505,14 +122048,6 @@ - strawwoman - front woman partOfSpeech: n -80147706-n: - definition: - - a servile black character in a novel by Harriet Beecher Stowe - instance_hypernym: - - 09610740-n - members: - - Uncle Tom - partOfSpeech: n 80161412-n: definition: - a female workman who is employed to repair roads @@ -120143,12 +122678,13 @@ partOfSpeech: n 81448123-n: definition: - - a human female employed to do housework + - a human male employed to do housework hypernym: - 10306910-n - 09946547-n members: - cleaning man + - charman partOfSpeech: n 81483025-n: definition: @@ -120513,15 +123049,6 @@ members: - rewrite man partOfSpeech: n -82046135-n: - definition: - - a woman who is a careerist - hypernym: - - 09914674-n - - 10807146-n - members: - - career woman - partOfSpeech: n 82074520-n: definition: - a Black woman or girl @@ -121107,15 +123634,6 @@ members: - tuner partOfSpeech: n -83218519-n: - definition: - - a woman who works in a dairy - hypernym: - - 10099179-n - - 10807146-n - members: - - dairywoman - partOfSpeech: n 83222719-n: definition: - a man who dances in a chorus line @@ -122325,15 +124843,6 @@ members: - gagwoman partOfSpeech: n -85556310-n: - definition: - - a human male employed to do housework - hypernym: - - 10306910-n - - 09946547-n - members: - - charman - partOfSpeech: n 85561854-n: definition: - a male bully employed as a thug or bodyguard @@ -122606,6 +125115,14 @@ members: - alderman partOfSpeech: n +85994344-n: + definition: + - British royal title created for the former monarch Edward VIII after his abdication + hypernym: + - 10058345-n + members: + - Duke of Windsor + partOfSpeech: n 86032704-n: definition: - a female person who has received a degree from a school (high school or college @@ -123537,6 +126054,15 @@ members: - miracle woman partOfSpeech: n +87460721-n: + definition: + - British royal title created for Prince Frederick and subsequently held by other + members of the British royal family + hypernym: + - 10058345-n + members: + - Duke of Edinburgh + partOfSpeech: n 87464708-n: definition: - a man who works in a coal mine @@ -123674,6 +126200,15 @@ members: - gagman partOfSpeech: n +87565945-n: + definition: + - a man who makes or mends dresses + hypernym: + - 10140473-n + - 10306910-n + members: + - needleman + partOfSpeech: n 87584402-n: definition: - archer who uses an arbalest @@ -123866,7 +126401,7 @@ partOfSpeech: n 87970505-n: definition: - - a working woman who takes in washing + - a working man who takes in washing hypernym: - 10306910-n - 10788571-n @@ -124404,15 +126939,6 @@ members: - townswoman partOfSpeech: n -89117996-n: - definition: - - a female who attends a counter (as in a diner) - hypernym: - - 09989248-n - - 10807146-n - members: - - counterwoman - partOfSpeech: n 89208478-n: definition: - a woman who steers a ship @@ -125072,7 +127598,7 @@ hypernym: - 10132360-n members: - - friend with benefit + - friend with benefits partOfSpeech: n source: Colloquial WordNet 91001401-n: diff --git a/src/yaml/noun.plant.yaml b/src/yaml/noun.plant.yaml index 7f298d2b..cbd45d4d 100644 --- a/src/yaml/noun.plant.yaml +++ b/src/yaml/noun.plant.yaml @@ -9313,7 +9313,7 @@ ili: i98982 members: - leather flower - - vase-fine + - vase-vine - vase vine - Clematis viorna partOfSpeech: n @@ -20599,7 +20599,7 @@ partOfSpeech: n 11943130-n: definition: - - a variety of pussytoes + - a variety of pussytoes, with leaves resembling a plantain hypernym: - 11942843-n ili: i99877 @@ -20608,7 +20608,7 @@ partOfSpeech: n 11943224-n: definition: - - a variety of pussytoes + - a variety of pussytoes, widespread across North America hypernym: - 11942843-n ili: i99878 @@ -20617,7 +20617,7 @@ partOfSpeech: n 11943308-n: definition: - - a variety of pussytoes + - a variety of pussytoes, with a single flowering head hypernym: - 11942843-n ili: i99879 @@ -21782,7 +21782,7 @@ partOfSpeech: n 11961563-n: definition: - - a variety of knapweed + - a variety of knapweed, widespread across England hypernym: - 11968733-n ili: i99983 @@ -21791,7 +21791,7 @@ partOfSpeech: n 11961647-n: definition: - - a variety of knapweed + - a variety of knapweed, found in France and Northern Italy hypernym: - 11968733-n ili: i99984 @@ -32312,18 +32312,8 @@ - Hordeum vulgare mero_part: - 07819069-n - - 12144165-n partOfSpeech: n wikidata: Q11577 -12144165-n: - definition: - - a grain of barley - hypernym: - - 12177336-n - ili: i100862 - members: - - barleycorn - partOfSpeech: n 12144258-n: definition: - European annual grass often found as a weed in waste ground especially along roadsides @@ -52234,8 +52224,7 @@ partOfSpeech: n 12485408-n: definition: - - one of many subfamilies into which some classification systems subdivide the Liliaceae - but not widely accepted + - a monocot subfamily of the family Asparagaceae, including beargrasses hypernym: - 11576638-n ili: i102475 @@ -52245,8 +52234,8 @@ partOfSpeech: n 12485612-n: definition: - - one of many subfamilies into which some classification systems subdivide the Liliaceae - but not widely accepted + - a family of flowering plants, placed in the order Asparagales of the monocots, + including the Chilean blue crocus hypernym: - 11576638-n ili: i102476 @@ -65855,7 +65844,8 @@ partOfSpeech: n 12714005-n: definition: - - tropical American tree + - tropical American tree harvested by locals for resin, food, wood, and other medical + uses hypernym: - 12711414-n ili: i103561 @@ -65864,7 +65854,7 @@ partOfSpeech: n 12714113-n: definition: - - tropical American tree + - tropical American tree with a girth often exceeding ten feet hypernym: - 12711414-n ili: i103562 @@ -70372,7 +70362,6 @@ members: - poison ivy - markweed - - poison mercury - poison oak - Toxicodendron radicans - Rhus radicans @@ -84576,7 +84565,8 @@ partOfSpeech: n 13024734-n: definition: - - a type of slime mushroom + - a type of slime mushroom with non-waxy gills that are free from attachment to + the stalk hypernym: - 13024606-n ili: i105078 @@ -84585,7 +84575,8 @@ partOfSpeech: n 13024825-n: definition: - - a type of slime mushroom + - a type of slime mushroom broadly ellipsoid to ellipsoid, usually smooth (although + a few may bear minute, spiny, warts), and inamyloid hypernym: - 13024606-n ili: i105079 @@ -86631,10 +86622,10 @@ - 12991632-n - 13060109-n - 13060313-n - - 13062308-n - 13064024-n - 13067045-n - - 13067976-n + - 13062485-n + - 13068145-n partOfSpeech: n 13060109-n: definition: @@ -86757,21 +86748,9 @@ - dog stinkhorn - Mutinus caninus partOfSpeech: n -13062308-n: - definition: - - an order of fungi belonging to the class Gasteromycetes - hypernym: - - 11615127-n - ili: i105264 - members: - - Tulostomatales - - order Tulostomatales - mero_member: - - 13062485-n - partOfSpeech: n 13062485-n: definition: - - a family of fungi belonging to the order Tulostomatales + - a family of fungi belonging to the order Gasteromycetes hypernym: - 11611234-n ili: i105265 @@ -87092,18 +87071,6 @@ - Sphaerobolaceae - family Sphaerobolaceae partOfSpeech: n -13067976-n: - definition: - - an order of fungi belonging to the class Gasteromycetes - hypernym: - - 11615127-n - ili: i105293 - members: - - Secotiales - - order Secotiales - mero_member: - - 13068145-n - partOfSpeech: n 13068145-n: definition: - a family of fungi that have a stalk and cap and a wrinkled mass of tissue (the @@ -88689,7 +88656,7 @@ partOfSpeech: n 13096032-n: definition: - - a poisonous fungus with a bright yellow brown cap and a long cinnamon colored + - a poisonous fungus with a bright yellow brown cap and a long cinnamon-colored stalk hypernym: - 13019575-n @@ -89431,7 +89398,6 @@ - prickle - pricker - sticker - - spikelet partOfSpeech: n 13110662-n: definition: @@ -97641,6 +97607,16 @@ - pond bald cypress - southern cypress partOfSpeech: n +83538585-n: + definition: + - A reproductive shoot system that is the ultimate and congested inflorescence, + especially in grasses, a racemose unit consisting of one or a few closely-packed + florets born along a rachilla and subtended by two glumes + hypernym: + - 11696293-n + members: + - spikelet + partOfSpeech: n 84172907-n: definition: - cypress tree of river valleys of Mexican highlands diff --git a/src/yaml/noun.possession.yaml b/src/yaml/noun.possession.yaml index 9e1ca644..8552a5af 100644 --- a/src/yaml/noun.possession.yaml +++ b/src/yaml/noun.possession.yaml @@ -1627,6 +1627,7 @@ - Marshall Plan - European Recovery Program partOfSpeech: n + wikidata: Q4576 13287915-n: definition: - any monetary aid diff --git a/src/yaml/noun.process.yaml b/src/yaml/noun.process.yaml index 6f999d34..4eda9c0a 100644 --- a/src/yaml/noun.process.yaml +++ b/src/yaml/noun.process.yaml @@ -1876,7 +1876,7 @@ ili: i107459 members: - decentralization - - decentalisation + - decentralisation partOfSpeech: n 13478551-n: definition: diff --git a/src/yaml/noun.quantity.yaml b/src/yaml/noun.quantity.yaml index e63351b2..4690d4af 100644 --- a/src/yaml/noun.quantity.yaml +++ b/src/yaml/noun.quantity.yaml @@ -8380,7 +8380,7 @@ - 13625961-n ili: i108829 members: - - Ukranian monetary unit + - Ukrainian monetary unit partOfSpeech: n 13725256-n: definition: diff --git a/src/yaml/noun.state.yaml b/src/yaml/noun.state.yaml index 7920f8f2..94d802d1 100644 --- a/src/yaml/noun.state.yaml +++ b/src/yaml/noun.state.yaml @@ -3490,6 +3490,7 @@ members: - Cold War partOfSpeech: n + wikidata: Q8683 14005842-n: definition: - a conflict of people's opinions or actions or characters @@ -7851,7 +7852,7 @@ ili: i110808 members: - dysosmia - - parosamia + - parosmia - olfactory impairment partOfSpeech: n wikidata: Q690210 @@ -9097,6 +9098,7 @@ ili: i110927 members: - gingivitis + - ulitis partOfSpeech: n 14104779-n: definition: @@ -11611,7 +11613,6 @@ members: - tinea - ringworm - - roundworm partOfSpeech: n 14149256-n: definition: @@ -24940,15 +24941,6 @@ members: - tympanitis partOfSpeech: n -14381098-n: - definition: - - inflammation of the gums - hypernym: - - 14359944-n - ili: i112443 - members: - - ulitis - partOfSpeech: n 14381175-n: definition: - inflammation of the ureter diff --git a/src/yaml/noun.substance.yaml b/src/yaml/noun.substance.yaml index 4ba827d4..d93a58cd 100644 --- a/src/yaml/noun.substance.yaml +++ b/src/yaml/noun.substance.yaml @@ -4855,7 +4855,7 @@ - 14686753-n ili: i114083 members: - - crocolite + - crocoite partOfSpeech: n 14697311-n: definition: @@ -7783,6 +7783,9 @@ ili: i114358 members: - alpha iron + - ferrite + - alpha-ferrite + - alpha-Fe partOfSpeech: n 14744994-n: definition: @@ -8054,6 +8057,7 @@ ili: i114384 members: - andesite + - adesite partOfSpeech: n 14749623-n: definition: @@ -8082,6 +8086,7 @@ ili: i114387 members: - chrysotile + - white asbestos partOfSpeech: n 14750120-n: definition: @@ -11045,7 +11050,7 @@ wikidata: Q2641370 14801263-n: definition: - - an antacid + - an antacid with an Italian lemon taste exemplifies: - 06864792-n hypernym: @@ -11056,7 +11061,7 @@ partOfSpeech: n 14801347-n: definition: - - an antacid + - an antacid also containing aspirin exemplifies: - 06864792-n hypernym: @@ -11078,7 +11083,7 @@ wikidata: Q254296 14801600-n: definition: - - an antacid + - an antacid containing a suspension of aluminum hydroxide and magnesium hydroxide exemplifies: - 06864792-n hypernym: @@ -11089,7 +11094,7 @@ partOfSpeech: n 14801682-n: definition: - - an antacid + - an antacid which contains calcium carbonate, magnesium hydroxide and simethicone exemplifies: - 06864792-n hypernym: @@ -11110,18 +11115,18 @@ partOfSpeech: n 14801927-n: definition: - - an antacid + - an antacid containing bismuth subsalicylate with a bright pink color exemplifies: - 06864792-n hypernym: - 14802178-n ili: i114679 members: - - Pepto-bismal + - Pepto-bismol partOfSpeech: n 14802015-n: definition: - - an antacid + - a calcium and magnesium-based antacid produced by Procter & Gamble exemplifies: - 06864792-n hypernym: @@ -14069,7 +14074,6 @@ ili: i114965 members: - nitrile - - nitril - cyanide partOfSpeech: n 14851675-n: @@ -16030,7 +16034,6 @@ - ferrite mero_substance: - 14744853-n - - 92363685-n partOfSpeech: n 14883495-n: definition: @@ -18681,6 +18684,8 @@ members: - polyurethane - polyurethan + - PUR + - PU partOfSpeech: n wikidata: Q146322 14927490-n: @@ -18688,7 +18693,6 @@ - a foam made by adding water to polyurethane plastics hypernym: - 14927246-n - - 92364728-n ili: i115402 members: - polyfoam @@ -20519,15 +20523,6 @@ mero_substance: - 15069215-n partOfSpeech: n -14956360-n: - definition: - - dark greyish extrusive rock - hypernym: - - 14956017-n - ili: i115584 - members: - - adesite - partOfSpeech: n 14956441-n: definition: - large mass of intrusive igneous rock believed to have solidified deep within the @@ -26059,7 +26054,7 @@ - heme - haem - hematin - - haemitin + - haematin - protoheme partOfSpeech: n 15049795-n: @@ -26116,8 +26111,6 @@ ili: i116122 members: - globin - - hematohiston - - haematohiston partOfSpeech: n 15050722-n: definition: @@ -31535,40 +31528,9 @@ - flerovium partOfSpeech: n source: plWordNet 4.0 -92363685-n: - definition: - - a magnetic allotrope of iron; stable below 906 degrees centigrade - hypernym: - - 14666595-n - members: - - ferrite - - alpha-ferrite - - alpha-Fe - partOfSpeech: n - source: plWordNet 4.0 -92363714-n: - definition: - - a grey or green fibrous mineral; an important source of commercial asbestos - hypernym: - - 14749770-n - members: - - white asbestos - partOfSpeech: n - source: plWordNet 4.0 -92364728-n: - definition: - - any of various polymers containing the urethane radical; a wide variety of synthetic - forms are made and used as adhesives or plastics or paints or rubber - hypernym: - - 15018895-n - members: - - PUR - - PU - partOfSpeech: n - source: plWordNet 4.0 92365838-n: definition: - - a B vitamin that is essential for metabolism of amino acids and starch + - a vitamin B6 phosphate that is the phosphoric ester derivative of pyridoxamine hypernym: - 15115309-n members: @@ -31998,12 +31960,12 @@ source: plWordNet 4.0 92427724-n: definition: - - a substance that promotes drying (e.g., calcium oxide absorbs water and is used - to remove moisture) + - a substance that promotes drying of oils hypernym: - 14803955-n members: - oil drying agent + - siccative partOfSpeech: n source: plWordNet 4.0 92427729-n: diff --git a/src/yaml/noun.time.yaml b/src/yaml/noun.time.yaml index eea5c136..6b56fa2c 100644 --- a/src/yaml/noun.time.yaml +++ b/src/yaml/noun.time.yaml @@ -527,6 +527,7 @@ mero_part: - 15149313-n partOfSpeech: n + wikidata: Q101313 15149313-n: definition: - approximately the last 63 million years @@ -541,6 +542,7 @@ - 15149497-n - 15150049-n partOfSpeech: n + wikidata: Q102416 15149497-n: definition: - the period of the last 2 million years @@ -555,6 +557,7 @@ - 15149665-n - 15149816-n partOfSpeech: n + wikidata: Q26185 15149665-n: definition: - approximately the last 10,000 years @@ -567,6 +570,7 @@ - Recent - Recent epoch partOfSpeech: n + wikidata: Q25445 15149816-n: definition: - from two million to 11 thousand years ago; extensive glaciation of the Northern @@ -596,6 +600,7 @@ - 15150797-n - 15150952-n partOfSpeech: n + wikidata: Q188645 15150275-n: definition: - from 13 million to 2 million years ago; growth of mountains; cooling of climate; @@ -607,6 +612,7 @@ - Pliocene - Pliocene epoch partOfSpeech: n + wikidata: Q76259 15150471-n: definition: - from 25 million to 13 million years ago; appearance of grazing mammals @@ -617,6 +623,7 @@ - Miocene - Miocene epoch partOfSpeech: n + wikidata: Q76267 15150631-n: definition: - from 40 million to 25 million years ago; appearance of sabertoothed cats @@ -627,6 +634,7 @@ - Oligocene - Oligocene epoch partOfSpeech: n + wikidata: Q101873 15150797-n: definition: - from 58 million to 40 million years ago; presence of modern mammals @@ -637,6 +645,7 @@ - Eocene - Eocene epoch partOfSpeech: n + wikidata: Q76274 15150952-n: definition: - from 63 million to 58 million years ago; appearance of birds and earliest mammals @@ -647,6 +656,7 @@ - Paleocene - Paleocene epoch partOfSpeech: n + wikidata: Q76252 15151127-n: definition: - from 230 million to 63 million years ago @@ -662,6 +672,7 @@ - 15151547-n - 15151702-n partOfSpeech: n + wikidata: Q83222 15151313-n: definition: - the period from 135 million to 63 million years ago; end of the age of reptiles; @@ -673,6 +684,7 @@ - Cretaceous - Cretaceous period partOfSpeech: n + wikidata: Q44626 15151547-n: definition: - the period from 190 million to 135 million years ago, distinguished by dinosaurs @@ -684,6 +696,7 @@ - Jurassic - Jurassic period partOfSpeech: n + wikidata: Q45805 15151702-n: definition: - the period from 230 million to 190 million years ago; distinguished by dinosaurs, @@ -695,6 +708,7 @@ - Triassic - Triassic period partOfSpeech: n + wikidata: Q47158 15151883-n: definition: - from 544 million to about 230 million years ago @@ -712,6 +726,7 @@ - 15153315-n - 15153501-n partOfSpeech: n + wikidata: Q75507 15152117-n: definition: - the period from 280 million to 230 million years ago; distinguished by reptiles @@ -722,6 +737,7 @@ - Permian - Permian period partOfSpeech: n + wikidata: Q76402 15152259-n: definition: - the period from 345 million to 280 million years ago @@ -735,6 +751,7 @@ - 15152459-n - 15152681-n partOfSpeech: n + wikidata: Q133738 15152459-n: definition: - the period from 310 million to 280 million years ago; characterized by warm climate @@ -748,6 +765,7 @@ - Upper Carboniferous - Upper Carboniferous period partOfSpeech: n + wikidata: Q373772 15152681-n: definition: - the period from 345 million to 310 million years ago; characterized by an increase @@ -761,6 +779,7 @@ - Lower Carboniferous - Lower Carboniferous period partOfSpeech: n + wikidata: Q744718 15152934-n: definition: - the period from 405 million to 345 million years ago; characterized by preponderance @@ -773,6 +792,7 @@ - Devonian period - Age of Fishes partOfSpeech: n + wikidata: Q65955 15153152-n: definition: - the period from 425 million to 405 million years ago; characterized by the first @@ -784,6 +804,7 @@ - Silurian - Silurian period partOfSpeech: n + wikidata: Q62412 15153315-n: definition: - the period from 500 million to 425 million years ago; characterized by conodonts @@ -795,6 +816,7 @@ - Ordovician - Ordovician period partOfSpeech: n + wikidata: Q62100 15153501-n: definition: - the period from 544 million to about 500 million years ago; characterized by marine @@ -806,6 +828,7 @@ - Cambrian - Cambrian period partOfSpeech: n + wikidata: Q79064 15153663-n: definition: - the eon following the Hadean time and preceding the Phanerozoic eon; from about @@ -822,6 +845,7 @@ - 15153949-n - 15154172-n partOfSpeech: n + wikidata: Q103910 15153949-n: definition: - from 2,500 to 544 million years ago; bacteria and fungi; primitive multicellular @@ -834,6 +858,7 @@ - Proterozoic eon - Proterozoic aeon partOfSpeech: n + wikidata: Q104162 15154172-n: definition: - the time from 3,800 million years to 2,500 million years ago; earth's crust formed; @@ -850,6 +875,7 @@ - Archeozoic eon - Archaeozoic aeon partOfSpeech: n + wikidata: Q104168 15154524-n: definition: - the earliest eon in the history of the Earth from the first accretion of planetary @@ -867,6 +893,7 @@ - Priscoan eon - Priscoan aeon partOfSpeech: n + wikidata: Q104460 15154879-n: attribute: - 00131484-a @@ -2979,6 +3006,7 @@ - D-day - 6 June 1944 partOfSpeech: n + wikidata: Q16470 15187687-n: definition: - the day of a victory @@ -3012,6 +3040,7 @@ - V-J Day - 15 August 1945 partOfSpeech: n + wikidata: Q618979 15188052-n: definition: - any one of the seven days in a week @@ -7377,6 +7406,7 @@ members: - Bronze Age partOfSpeech: n + wikidata: Q11761 15256430-n: definition: - (classical mythology) the last and worst age of the world @@ -7400,6 +7430,7 @@ members: - Iron Age partOfSpeech: n + wikidata: Q11764 15256760-n: definition: - (archeology) the earliest known period of human culture, characterized by the @@ -7417,6 +7448,7 @@ - 15258036-n - 15258208-n partOfSpeech: n + wikidata: Q11759 15257032-n: definition: - the earliest part of the Stone Age marked by the earliest signs of human culture @@ -7443,6 +7475,7 @@ - 15257696-n - 15257844-n partOfSpeech: n + wikidata: Q40203 15257509-n: definition: - the oldest part of the Paleolithic Age with the emergence of the hand ax; ended @@ -7453,6 +7486,7 @@ members: - Lower Paleolithic partOfSpeech: n + wikidata: Q7463501 15257696-n: definition: - the time period of Neanderthal man; ended about 35,000 years BC @@ -7462,6 +7496,7 @@ members: - Middle Paleolithic partOfSpeech: n + wikidata: Q626270 15257844-n: definition: - the time period during which only modern Homo sapiens was known to have existed; @@ -7472,6 +7507,7 @@ members: - Upper Paleolithic partOfSpeech: n + wikidata: Q479505 15258036-n: definition: - middle part of the Stone Age beginning about 15,000 years ago @@ -7496,6 +7532,7 @@ - Neolithic - New Stone Age partOfSpeech: n + wikidata: Q36422 15258411-n: definition: - time required for one complete cycle of the precession of the equinoxes, about @@ -9095,6 +9132,7 @@ - Baroque era - Baroque period partOfSpeech: n + wikidata: Q37853 15284095-n: definition: - the period of history between classical antiquity and the Italian Renaissance @@ -9105,6 +9143,7 @@ - Middle Ages - Dark Ages partOfSpeech: n + wikidata: Q217192 15284623-n: definition: - the period of European history at the close of the Middle Ages and the rise of @@ -9121,6 +9160,7 @@ - 15230676-n - 15284941-n partOfSpeech: n + wikidata: Q4692 15284941-n: definition: - the early period when Italy was the center of the Renaissance @@ -9130,6 +9170,7 @@ members: - Italian Renaissance partOfSpeech: n + wikidata: Q1404472 15285088-n: definition: - the transformation from an agricultural to an industrial nation @@ -9140,6 +9181,7 @@ - Industrial Revolution - technological revolution partOfSpeech: n + wikidata: Q2269 15285247-n: definition: - the historic period (1793-94) during the French Revolution when thousands were @@ -9152,6 +9194,7 @@ members: - Reign of Terror partOfSpeech: n + wikidata: Q193547 15285462-n: definition: - any period of brutal suppression thought to resemble the Reign of Terror in France @@ -9215,6 +9258,7 @@ members: - New Deal partOfSpeech: n + wikidata: Q186356 15286469-n: definition: - the period after the American Civil War when the southern states were reorganized @@ -9227,6 +9271,7 @@ - Reconstruction - Reconstruction Period partOfSpeech: n + wikidata: Q623429 15286679-n: definition: - the reign of Charles II in England; 1660-1685 @@ -9236,6 +9281,7 @@ members: - Restoration partOfSpeech: n + wikidata: Q7316195 15286783-n: definition: - the period that presses run to produce an issue of a newspaper @@ -11261,6 +11307,7 @@ - Depression - Great Depression partOfSpeech: n + wikidata: Q8698 15319625-n: definition: - the period from 1920 to 1933 when the sale of alcoholic beverages was prohibited @@ -11359,6 +11406,7 @@ - Regency era - Regency partOfSpeech: n + wikidata: Q25861 15321021-n: definition: - the length of time that a movie or tv show runs @@ -11530,6 +11578,7 @@ - Western Schism - Great Schism partOfSpeech: n + wikidata: Q26189 15323750-n: definition: - a period during a parliamentary session when members of British Parliament may @@ -11648,6 +11697,7 @@ - Sept. 11 - Sep 11 partOfSpeech: n + wikidata: Q10806 84502472-n: definition: - the period between midnight and noon diff --git a/src/yaml/verb.body.yaml b/src/yaml/verb.body.yaml index 1d760d29..3defbebc 100644 --- a/src/yaml/verb.body.yaml +++ b/src/yaml/verb.body.yaml @@ -1213,6 +1213,7 @@ - call to mind example: - These pictures bring back sad memories + - this remark evoked sadness hypernym: - 00018806-v ili: i21876 @@ -1221,6 +1222,9 @@ - bring back - bring round - bring around + - suggest + - evoke + - paint a picture partOfSpeech: v 00022309-v: definition: @@ -2904,7 +2908,7 @@ - please don't undress in front of everybody! - She strips in front of strangers every night for a living hypernym: - - 00179205-v + - 00173351-v ili: i22021 members: - undress diff --git a/src/yaml/verb.change.yaml b/src/yaml/verb.change.yaml index c6b2cf89..ad8b5903 100644 --- a/src/yaml/verb.change.yaml +++ b/src/yaml/verb.change.yaml @@ -633,7 +633,7 @@ - vary the frequency, amplitude, phase, or other characteristic of (electromagnetic waves) hypernym: - - 00122978-v + - 00126072-v ili: i22377 members: - modulate @@ -642,7 +642,7 @@ definition: - to modify microorganisms by repeated culture in the developing chick embryo hypernym: - - 00122978-v + - 00126072-v ili: i22378 members: - avianize @@ -2137,11 +2137,15 @@ - increase or raise example: - OPEC bumped up the price of oil + - boost the voltage in an electrical circuit hypernym: - 00158311-v ili: i22502 members: - bump up + - boost + - advance + - supercharge partOfSpeech: v 00158612-v: definition: @@ -2953,7 +2957,7 @@ partOfSpeech: v 00172745-v: definition: - - take away + - become poorer hypernym: - 00204228-v ili: i22573 @@ -3005,6 +3009,8 @@ - Remove the dirty dishes from the table - take the gun from your pocket - This machine withdraws heat from the environment + - Take that weight off me! + - pull the old soup cans from the supermarket shelf hypernym: - 02372362-v ili: i22577 @@ -3013,6 +3019,8 @@ - take - take away - withdraw + - take off + - pull partOfSpeech: v 00175817-v: definition: @@ -3268,17 +3276,6 @@ - tear off - rip off partOfSpeech: v -00179205-v: - definition: - - take away - example: - - Take that weight off me! - hypernym: - - 00173351-v - ili: i22600 - members: - - take off - partOfSpeech: v 00179372-v: definition: - remove a cloak from @@ -4369,7 +4366,7 @@ partOfSpeech: v 00195686-v: definition: - - remove + - remove debris from example: - clear the leaves from the lawn - Clear snow from the road @@ -4467,7 +4464,7 @@ example: - declaw a cat hypernym: - - 00179205-v + - 00173351-v ili: i22705 members: - declaw @@ -4487,7 +4484,7 @@ definition: - take the horns off (an animal) hypernym: - - 00179205-v + - 00173351-v ili: i22707 members: - dehorn @@ -10724,7 +10721,7 @@ example: - Adapt our native cuisine to the available food resources of the new country hypernym: - - 00122978-v + - 00126072-v ili: i23224 members: - adapt @@ -10982,7 +10979,7 @@ example: - Let out that dress — I gained a lot of weight hypernym: - - 00122978-v + - 00126072-v ili: i23244 members: - let out @@ -10994,7 +10991,7 @@ example: - Please take in this skirt — I've lost weight hypernym: - - 00122978-v + - 00126072-v ili: i23245 members: - take in @@ -14208,7 +14205,7 @@ partOfSpeech: v 00354849-v: definition: - - put an end to + - put an end to a situation example: - lift a ban - raise a siege @@ -14338,7 +14335,7 @@ partOfSpeech: v 00356457-v: definition: - - come to an end + - come to an end (of a state) example: - Their marriage dissolved - The tobacco monopoly broke up @@ -14993,7 +14990,7 @@ - 00367200-v 00367200-v: definition: - - remove water from + - concentrate by removing water from example: - condense the milk hypernym: @@ -22696,19 +22693,6 @@ members: - preisolate partOfSpeech: v -00498142-v: - definition: - - increase or raise - example: - - boost the voltage in an electrical circuit - hypernym: - - 00153083-v - ili: i24194 - members: - - boost - - advance - - supercharge - partOfSpeech: v 00498300-v: definition: - treat with ammonia; cause to undergo ammonification @@ -25047,7 +25031,7 @@ definition: - make full of cavities, like a honeycomb hypernym: - - 00122978-v + - 00126072-v ili: i24394 members: - honeycomb @@ -27577,19 +27561,6 @@ members: - drift partOfSpeech: v -00572673-v: - definition: - - take away - example: - - pull the old soup cans from the supermarket shelf - hypernym: - - 00173351-v - ili: i24606 - members: - - pull - partOfSpeech: v - similar: - - 01999243-v 00572815-v: definition: - make pagan in character diff --git a/src/yaml/verb.cognition.yaml b/src/yaml/verb.cognition.yaml index 406a41fa..831cfd7e 100644 --- a/src/yaml/verb.cognition.yaml +++ b/src/yaml/verb.cognition.yaml @@ -5002,6 +5002,7 @@ - Her agent had booked her for several concerts in Tokyo hypernym: - 00680201-v + ili: i25111 members: - book partOfSpeech: v diff --git a/src/yaml/verb.communication.yaml b/src/yaml/verb.communication.yaml index 33de21ad..50f72ef6 100644 --- a/src/yaml/verb.communication.yaml +++ b/src/yaml/verb.communication.yaml @@ -3348,7 +3348,7 @@ partOfSpeech: v 00803639-v: definition: - - refuse to acknowledge + - pretend not to notice example: - He turns a blind eye to the injustices in his office hypernym: @@ -10335,19 +10335,6 @@ members: - rip out partOfSpeech: v -00932330-v: - definition: - - call to mind - example: - - this remark evoked sadness - hypernym: - - 00945869-v - ili: i26262 - members: - - suggest - - evoke - - paint a picture - partOfSpeech: v 00932561-v: definition: - suggest as a logically necessary consequence; in logic diff --git a/src/yaml/verb.contact.yaml b/src/yaml/verb.contact.yaml index 7c28d81d..293bbda0 100644 --- a/src/yaml/verb.contact.yaml +++ b/src/yaml/verb.contact.yaml @@ -4691,7 +4691,7 @@ partOfSpeech: v 01282077-v: definition: - - make smaller + - cause to be smaller example: - The heat contracted the woollen garment hypernym: @@ -12672,21 +12672,6 @@ members: - pull partOfSpeech: v -01409889-v: - definition: - - hit with great force - domain_topic: - - 00524569-n - example: - - He killed the ball - hypernym: - - 01407698-v - ili: i28760 - members: - - kill - partOfSpeech: v - similar: - - 01410030-v 01410030-v: definition: - hit with so much force as to make a return impossible, in racket games @@ -12694,14 +12679,13 @@ - 00524569-n example: - She killed the ball + - He killed the ball hypernym: - 01407698-v ili: i28761 members: - kill partOfSpeech: v - similar: - - 01409889-v 01410222-v: definition: - hit or play a ball successfully @@ -14372,7 +14356,7 @@ - 02081903-v 01436307-v: definition: - - remove + - take someone to hell example: - The devil will fetch you! hypernym: @@ -16767,7 +16751,7 @@ partOfSpeech: v 01478367-v: definition: - - release + - release a feeling example: - uncork his anger hypernym: @@ -18775,11 +18759,13 @@ - propel through the air example: - throw a frisbee + - The rocket lofted the space shuttle into the air hypernym: - 01514338-v ili: i29265 members: - throw + - loft partOfSpeech: v 01511516-v: definition: @@ -22317,7 +22303,7 @@ partOfSpeech: v 01568702-v: definition: - - destroy completely + - destroy completely by means of consumption example: - The fire consumed the building hypernym: @@ -24835,17 +24821,6 @@ - lasso - rope partOfSpeech: v -01607363-v: - definition: - - propel through the air - example: - - The rocket lofted the space shuttle into the air - hypernym: - - 01514338-v - ili: i29771 - members: - - loft - partOfSpeech: v 01607507-v: definition: - fasten or join with a joggle diff --git a/src/yaml/verb.creation.yaml b/src/yaml/verb.creation.yaml index 01a0afef..6a6a4657 100644 --- a/src/yaml/verb.creation.yaml +++ b/src/yaml/verb.creation.yaml @@ -875,6 +875,8 @@ 01637966-v: definition: - concoct something artificial or untrue + example: + - vamp up an excuse for not attending the meeting hypernym: - 01637684-v ili: i29918 @@ -884,6 +886,8 @@ - cook up - make up - invent + - vamp + - vamp up partOfSpeech: v 01638276-v: definition: @@ -4688,7 +4692,7 @@ partOfSpeech: v 01701863-v: definition: - - make up + - make up a word or phrase example: - coin phrases or words hypernym: @@ -7210,18 +7214,6 @@ - prefabricate - preassemble partOfSpeech: v -01743426-v: - definition: - - make up - example: - - vamp up an excuse for not attending the meeting - hypernym: - - 01637966-v - ili: i30434 - members: - - vamp - - vamp up - partOfSpeech: v 01743556-v: definition: - produce shoddily, without much attention to detail diff --git a/src/yaml/verb.motion.yaml b/src/yaml/verb.motion.yaml index a9e6e778..f63b7b1b 100644 --- a/src/yaml/verb.motion.yaml +++ b/src/yaml/verb.motion.yaml @@ -9889,7 +9889,6 @@ similar: - 01858118-v - 01353852-v - - 00572673-v 01999581-v: definition: - move ahead; travel onward in time or space @@ -11242,11 +11241,13 @@ - reach in time example: - I have to catch a train at 7 o'clock + - We barely made the plane hypernym: - 02021901-v ili: i31831 members: - catch + - make partOfSpeech: v similar: - 01157556-v @@ -11400,8 +11401,6 @@ - arrive at - gain partOfSpeech: v - similar: - - 02025384-v 02025001-v: definition: - reach the summit (of a mountain) @@ -11426,19 +11425,6 @@ members: - top partOfSpeech: v -02025384-v: - definition: - - reach in time - example: - - We barely made the plane - hypernym: - - 02024442-v - ili: i31846 - members: - - make - partOfSpeech: v - similar: - - 02024442-v 02025505-v: definition: - succeed in reaching; arrive at diff --git a/src/yaml/verb.perception.yaml b/src/yaml/verb.perception.yaml index d7eca7c3..ad090b2b 100644 --- a/src/yaml/verb.perception.yaml +++ b/src/yaml/verb.perception.yaml @@ -5227,7 +5227,7 @@ - his speeches smacked of racism - this passage smells of plagiarism hypernym: - - 00932330-v + - 00945869-v ili: i32727 members: - smack diff --git a/src/yaml/verb.possession.yaml b/src/yaml/verb.possession.yaml index 6cde8005..36d6cce9 100644 --- a/src/yaml/verb.possession.yaml +++ b/src/yaml/verb.possession.yaml @@ -1298,17 +1298,6 @@ - junk - scrap partOfSpeech: v -02228261-v: - definition: - - dispose of - example: - - We waste the dirty water by channeling it into the sewer - hypernym: - - 02227100-v - ili: i32862 - members: - - waste - partOfSpeech: v 02228412-v: definition: - remove unwanted elements @@ -1340,12 +1329,14 @@ example: - Get rid of these old shoes! - The company got rid of all the dead wood + - We waste the dirty water by channeling it into the sewer hypernym: - 02372362-v ili: i32865 members: - get rid of - remove + - waste partOfSpeech: v 02229563-v: definition: diff --git a/src/yaml/verb.social.yaml b/src/yaml/verb.social.yaml index 58a6de5c..8d4dd44d 100644 --- a/src/yaml/verb.social.yaml +++ b/src/yaml/verb.social.yaml @@ -6187,7 +6187,7 @@ partOfSpeech: v 02485579-v: definition: - - release + - release a publication example: - The publisher wants to distribute the book in Asia hypernym: @@ -11751,7 +11751,7 @@ partOfSpeech: v 02584595-v: definition: - - behave as expected during of holidays or rites + - behave as expected during holidays or rites example: - Keep the commandments - celebrate Christmas diff --git a/src/yaml/verb.stative.yaml b/src/yaml/verb.stative.yaml index 56b40806..88efffce 100644 --- a/src/yaml/verb.stative.yaml +++ b/src/yaml/verb.stative.yaml @@ -1838,7 +1838,7 @@ definition: - suggest that someone is guilty hypernym: - - 00932330-v + - 00945869-v ili: i34857 members: - incriminate @@ -8556,7 +8556,7 @@ partOfSpeech: v 02752492-v: definition: - - come to an end + - come to an end (of an event) example: - The heat wave finally broke yesterday hypernym: