forked from gregorycrane/Homerica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcunliffe.hompers.unicode.xml
8447 lines (6779 loc) · 670 KB
/
cunliffe.hompers.unicode.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml-model href="http://www.stoa.org/epidoc/schema/latest/tei-epidoc.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader xml:lang="eng">
<fileDesc>
<titleStmt>
<title type="work" >A Lexicon of the Homeric Dialect</title>
<author>Richard John Cunliffe</author>
<sponsor>Perseus Project, Tufts University</sponsor>
<principal>Gregory Crane</principal>
<respStmt>
<persName>Gregory Crane</persName>
<resp>Editor-in-Chief, Perseus Digital Library</resp>
</respStmt>
<respStmt>
<resp>Prepared under the supervision of</resp>
<name>Gregory Crane</name>
</respStmt>
<funder>GRC as volunteer.</funder>
</titleStmt>
<extent>About 10MB</extent>
<publicationStmt>
<publisher>Trustees of Tufts University</publisher>
<pubPlace>Medford, MA</pubPlace>
<authority>Perseus Project</authority>
</publicationStmt>
<sourceDesc>
<biblStruct>
<monogr>
<author>Richard John Cunliffe</author>
<title xml:lang="lat">A Lexicon of the Homeric Dialect.</title>
<imprint>
<pubPlace>London</pubPlace>
<publisher>Blackie and sons</publisher>
<date>1924</date>
</imprint>
</monogr>
</biblStruct>
</sourceDesc>
</fileDesc>
<encodingDesc>
<refsDecl n="CTS">
<cRefPattern n="line" matchPattern="(.+)" replacementPattern="#xpath(/tei:TEI/tei:text/tei:body/tei:div/tei:sp/tei:l[@n='$1'])">
<p>This pointer pattern extracts line</p>
</cRefPattern>
</refsDecl>
<!-- <refsDecl n="CTS">
<cRefPattern n="card" matchPattern="(\w+)" replacementPattern="#xpath(/tei:TEI/tei:text/tei:body/tei:div/tei:div[@n='$1'])">
<p>This pointer pattern extracts cards</p>
</cRefPattern>
</refsDecl>-->
</encodingDesc>
<profileDesc>
<langUsage>
<language ident="eng">English</language>
<language ident="grc">Greek</language>
<language ident="lat">Latin</language>
</langUsage>
</profileDesc>
<revisionDesc>
<change when="2017-12-30" who="GRC">Created the initial rough version.</change>
</revisionDesc>
</teiHeader>
<text>
<body>
<div type="textpart" xml:id="abantes-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄβαντες</foreign></head>
<p><foreign xml:lang="greek">Γ?̔θοοί, μεγάθυμοι, μένεα πνείοντες, ὄπιθεν κομόωντες̓.</foreign> The men of Euboea <bibl n="Hom. Il. 2.536">Il. 2.536</bibl>, <bibl n="Il. 2.541">541</bibl>, <bibl n="Il. 2.542">542</bibl>, <bibl n="Hom. Il. 4.464">Il. 4.464</bibl>.
</p></div>
<div type="textpart" xml:id="abarbaree-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀβαρβαρέη</foreign></head>
<p>A sea-nymph. Mother by Boucolion of Aesepus-2 and Pedasus-3 (twins) <bibl n="Hom. Il. 7.22">Il. 7.22</bibl>.
</p></div>
<div type="textpart" xml:id="abas-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄβας</foreign></head>
<p>T. Son of Eurydamas-1. With his brother Polyidus-1 s. Diomedes <bibl n="Hom. Il. 5.148">Il. 5.148</bibl>.
</p></div>
<div type="textpart" xml:id="abioi-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄβιοι</foreign></head>
<p><foreign xml:lang="greek">̔δικαιότατοι ἀνθρώπων̓.</foreign> An unknown race so described <bibl n="Hom. Il. 13.6">Il. 13.6</bibl>.
</p></div>
<div type="textpart" xml:id="ablerus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄβληρος</foreign></head>
<p>T. S. Antilochus <bibl n="Hom. Il. 7.32">Il. 7.32</bibl>.
</p></div>
<div type="textpart" xml:id="abydus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄβυδος</foreign></head>
<p>A city on the s.e. of the Hellespont, a little below Sestus on the other side <bibl n="Hom. Il. 2.836">Il. 2.836</bibl>.</p>
<p> <foreign xml:lang="greek">Ἀβυδόθεν [-θεν],</foreign> from A. <bibl n="Hom. Il. 4.500">Il. 4.500</bibl>.</p>
<p><foreign xml:lang="greek">Ἀβυδόθι [-θι],</foreign> at A. <bibl n="Hom. Il. 16.584">Il. 16.584</bibl>.
</p></div>
<div type="textpart" xml:id="agathon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγάθων</foreign></head>
<p>(<foreign xml:lang="greek">δῖος</foreign>). A son of Priam (his mother not named) <bibl n="Hom. Il. 24.249">Il. 24.249</bibl>.
</p></div>
<div type="textpart" xml:id="agaclees-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγακλέης</foreign></head>
<p>(<foreign xml:lang="greek">μεγάθυμος.</foreign>) Father of Epeigeus <bibl n="Hom. Il. 16.571">Il. 16.571</bibl>.
</p></div>
<div type="textpart" xml:id="agamemnoneus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγαμεμνόνεος</foreign></head>
<p>Adj. fr. <foreign xml:lang="greek">Ἀγαμέμνων</foreign> <bibl n="Hom. Il. 10.326">Il. 10.326</bibl>, <bibl n="Hom. Il. 23.295">Il. 23.295</bibl>, <bibl n="Il. 23.525">525</bibl>: <bibl n="Hom. Od. 3.264">Od. 3.264</bibl>.
</p></div>
<div type="textpart" xml:id="agamemnonides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγαμεμνονίδης</foreign></head>
<p>Patr. fr. next. Of Orestes-3 <bibl n="Hom. Od. 1.30">Od. 1.30</bibl>.
</p></div>
<div type="textpart" xml:id="agamemnon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγαμέμνων</foreign></head>
<p>(<foreign xml:lang="greek">ἄναξ ἀνδρῶν, βασιλεύς, δὶος, εὐρὺ κρείων, κλυτός, κοσμήτωρ λαῶν, κρείων, κύδιστος, πελώριος, ποιμὴν λαῶν</foreign>). Patr. <foreign xml:lang="greek">Ἀτρεΐδης, Ἀτρεΐων.</foreign> King of Mycenae and great suzerain of the Greeks. Son of Atreus, brother of Menclaüs, husband of Clytaemnestra, and father by her of Orestes-3, Chrysothemis, Laodice-2 and Iphianassa. Dismisses Chryses with menaces <bibl n="Hom. Il. 1.26">Il. 1.26</bibl>; in the assembly summoned by Achilles abuses Calchas <bibl n="Hom. Il. 1.106">Il. 1.106</bibl>, addresses A. and proposes to send back Chryseis <bibl n="Hom. Il. 1.131">131</bibl>, addresses him again and threatens to take Briseis from him <bibl n="Hom. Il. 1.173">173</bibl>, addresses Nestor <bibl n="Hom. Il. 1.286">286</bibl>; has a ship prepared to carry back Chryseis <bibl n="Hom. Il. 1.308">Il. 1.308</bibl>, bids the people cleanse themselves <bibl n="Hom. Il. 1.313">313</bibl>, sends his heralds to bring away Briseis <bibl n="Hom. Il. 1.320">320</bibl>; Zeus sends Oneirus to beguile him <bibl n="Hom. Il. 2.8">Il. 2.8</bibl>, he summons the council of chiefs and relates his dream <bibl n="Hom. Il. 2.53">53</bibl>, the sceptre bequeathed to him by Thyestes <bibl n="Hom. Il. 2.107">107</bibl>, addresses the assembly and counsels a return home <bibl n="Hom. Il. 2.110">110</bibl>, assents to the opposite counsel of Nestor <bibl n="Hom. Il. 2.370">370</bibl>, summons the host to the fight <bibl n="Hom. Il. 2.441">441</bibl>; enumeration of his followers <bibl n="Hom. Il. 2.569">Il. 2.569</bibl>; described on the walls by Helen to Priam <bibl n="Hom. Il. 3.172">Il. 3.172</bibl>; prays to Zeus and performs the oath-sacrifice <bibl n="Hom. Il. 3.276">Il. 3.276</bibl>; sends for Machaon to see the wounded Menelaus <bibl n="Hom. Il. 4.193">Il. 4.193</bibl>; goes round and inspects the host and the chiefs <bibl n="Hom. Il. 4.223">Il. 4.223</bibl>; slays Adrestus-3 taken by Menelaus <bibl n="Hom. Il. 7.63">Il. 7.63</bibl>; accepts Hector's challenge, but does not get the lot <bibl n="Hom. Il. 6.162">Il. 6.162</bibl>; refuses the proposals of the Trojan herald except as to the burning of the dead <bibl n="Hom. Il. 6.406">Il. 6.406</bibl>; reproaches the Greeks retreating before Hector <bibl n="Hom. Il. 8.217">Il. 8.217</bibl>; calls an assembly <bibl n="Hom. Il. 9.9">Il. 9.9</bibl>, addresses it and again counsels a return home <bibl n="Hom. Il. 9.17">17</bibl>, reproved by Diomedes <bibl n="Hom. Il. 9.32">32</bibl>, in a gathering in his hut agrees, on the suggestion of Nestor, to placate Achilles <bibl n="Hom. Il. 9.115">115</bibl>, an embassy is dispatched accordingly <bibl n="Hom. Il. 9.178">178</bibl>, but returns unsuccessful <bibl n="Hom. Il. 9.669">669</bibl>; A. cannot sleep (<bibl n="Hom. Il. 10.1">1</bibl>), goes to rouse Nestor and other chiefs <bibl n="Hom. Il. 10.17">17</bibl>; his <foreign xml:lang="greek">ἀριστεία</foreign> <bibl n="Od. 11.15">15</bibl>, is wounded by Coon 248, but continues to fight 255, retires 280; with the other wounded chiefs encounters Nestor <bibl n="Hom. Il. 14.27">Il. 14.27</bibl>, advises the launching of the ships <bibl n="Hom. Il. 14.65">65</bibl>, reproved by Odysseus <bibl n="Hom. Il. 14.83">83</bibl>, accepts the reproof <bibl n="Hom. Il. 14.104">104</bibl>; his speech in the assembly on the renunciation by Achilles of his wrath <bibl n="Hom. Il. 19.78">Il. 19.78</bibl>, his oath about Briseis <bibl n="Hom. Il. 19.258">258</bibl>; receives the prize for spear-throwing without a contest <bibl n="Hom. Il. 23.884">Il. 23.884</bibl>; etc.: after the taking of Troy advised, opposing Menelaus, delay in returning home in order to placate Athene <bibl n="Hom. Od. 3.141">Od. 3.141</bibl>, remained accordingly <bibl n="Hom. Od. 3.155">155</bibl>; his death at the hands of Aegisthus <bibl n="Hom. Od. 1.32">Od. 1.32</bibl>, <bibl n="Od. 1.298">298</bibl>, <bibl n="Hom. Od. 3.194">Od. 3.194</bibl>, <bibl n="Od. 3.234">234</bibl>, <bibl n="Od. 3.250">250</bibl>, <bibl n="Od. 3.303">303</bibl>, <bibl n="Hom. Od. 4.519">Od. 4.519</bibl>, <bibl n="Hom. Od. 11.384">Od. 11.384</bibl>, <bibl n="Od. 11.409">409</bibl>, <bibl n="Hom. Od. 13.383">Od. 13.383</bibl>, <bibl n="Hom. Od. 24.96">Od. 24.96</bibl> (see also Orestes-3); in the Shades <bibl n="Hom. Od. 11.387">Od. 11.387</bibl>, <bibl n="Hom. Od. 24.19">Od. 24.19</bibl>; etc.
</p></div>
<div type="textpart" xml:id="agamede-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγαμήδη</foreign></head>
<p>(<foreign xml:lang="greek">ξανθή</foreign>). Eldest daughter of Augeias and wife of Moulius-1. Skilled in drugs <bibl n="Hom. Il. 11.740">Il. 11.740</bibl>.
</p></div>
<div type="textpart" xml:id="agapenor-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγαπήνωρ</foreign></head>
<p>(<foreign xml:lang="greek">κρείων</foreign>). Son of Ancaeus-1 and leader of the Arcadians <bibl n="Hom. Il. 2.609">Il. 2.609</bibl>.
</p></div>
<div type="textpart" xml:id="agasthenes-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγασθένης</foreign></head>
<p>(<foreign xml:lang="greek">ἄναξ.</foreign>) Patr. <foreign xml:lang="greek">Αὐγηϊάδης.</foreign> Son of Augeias and father of Polyxeinus <bibl n="Hom. Il. 2.624">Il. 2.624</bibl>.
</p></div>
<div type="textpart" xml:id="agastrophus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγάστροφος</foreign></head>
<p>T (<foreign xml:lang="greek">δουρικλυτὁς, ἴφθιμος</foreign>). Patr. <foreign xml:lang="greek">Παιονίδης.</foreign> Wounded and slain by Diomedes <bibl n="Hom. Il. 11.338">Il. 11.338</bibl>, <bibl n="Il. 11.368">368</bibl>, <bibl n="Il. 11.373">373</bibl>.
</p></div>
<div type="textpart" xml:id="agaue-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγαύη</foreign></head>
<p>A Nereid <bibl n="Hom. Il. 18.42">Il. 18.42</bibl>.
</p></div>
<div type="textpart" xml:id="agelaos-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγέλαος</foreign>-1</head>
<p>T. Patr. <foreign xml:lang="greek">Φραδμονίδης.</foreign> S. Diomedes <bibl n="Hom. Il. 8.257">Il. 8.257</bibl>.
</p></div>
<div type="textpart" xml:id="agelaos-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγέλαος</foreign>-2</head>
<p>G. S. Hector <bibl n="Hom. Il. 11.302">Il. 11.302</bibl>.
</p></div>
<div type="textpart" xml:id="agelaos-3-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγέλαος</foreign>-3</head>
<p><foreign xml:lang="greek">Ἀγέλεως,</foreign> <bibl n="Hom. Od. 22.131">Od. 22.131</bibl>, <bibl n="Od. 22.247">247</bibl> (<foreign xml:lang="greek">διοτρεφής</foreign>). Patr. <foreign xml:lang="greek">Δαμαστορίδης</foreign>-2 A suitor. Counsels the
<pb xml:id="p.2"></pb>
suitors to abstain from violence <bibl n="Hom. Od. 13.321">Od. 13.321</bibl>, <bibl n="Od. 13.339">339</bibl>; in the fight advises communication with the people outside <bibl n="Hom. Od. 22.131">Od. 22.131</bibl>, <bibl n="Od. 22.136">136</bibl>; <bibl n="Hom. Od. 22.212">Od. 22.212</bibl>, <bibl n="Od. 22.241">241</bibl>, <bibl n="Od. 22.247">247</bibl>; s. Odysseus <bibl n="Hom. Od. 22.293">Od. 22.293</bibl>, <bibl n="Od. 22.327">327</bibl>.
</p></div>
<div type="textpart" xml:id="agenor-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγήνωρ</foreign></head>
<p>T (<foreign xml:lang="greek">ἀμύμων τε κρατερός τε, ἀντίθεος, δῖος, μεγάθυμος</foreign>). Patr. <foreign xml:lang="greek">Ἀντηνορίδης.</foreign> Son of Antenor and father of Echeclus-1 Slays Elephenor <bibl n="Hom. Il. 4.467">Il. 4.467</bibl>; <bibl n="Hom. Il. 11.59">Il. 11.59</bibl>, <bibl n="Hom. Il. 12.93">Il. 12.93</bibl>, <bibl n="Hom. Il. 13.490">Il. 13.490</bibl>, <bibl n="Il. 13.598">598</bibl>, <bibl n="Hom. Il. 14.425">Il. 14.425</bibl>; slays Clonius <bibl n="Hom. Il. 15.340">Il. 15.340</bibl>; <bibl n="Hom. Il. 16.535">Il. 16.535</bibl>, <bibl n="Hom. Od. 3.474">Od. 3.474</bibl>; stands up to Achilles <bibl n="Hom. Il. 21.545">Il. 21.545</bibl>, <bibl n="Il. 21.579">579</bibl>, is snatched away by Apollo 595, 600.
</p></div>
<div type="textpart" xml:id="agcaios-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγκαῖος</foreign>-1.</head>
<p>Father of Agapenor <bibl n="Hom. Il. 2.609">Il. 2.609</bibl>.
</p></div>
<div type="textpart" xml:id="agcaios-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγκαῖος</foreign>-2</head>
<p>(<foreign xml:lang="greek">Πλευρώνιος</foreign>). Nestor beat him at wrestling <bibl n="Hom. Il. 23.635">Il. 23.635</bibl>.
</p></div>
<div type="textpart" xml:id="aglaie-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγλαΐη</foreign></head>
<p>Mother of Nireus by Charopos <bibl n="Hom. Il. 2.672">Il. 2.672</bibl>.
</p></div>
<div type="textpart" xml:id="agrius-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄγριος</foreign></head>
<p>Son of Portheus <bibl n="Hom. Il. 14.117">Il. 14.117</bibl>.
</p></div>
<div type="textpart" xml:id="agchialos-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγχίαλος</foreign>-1</head>
<p>G (<foreign xml:lang="greek">εἰδὼς χάρμης</foreign>). With his brother Menesthes s. Hector <bibl n="Hom. Il. 5.609">Il. 5.609</bibl>.
</p></div>
<div type="textpart" xml:id="agchialos-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγχίαλος</foreign>-2</head>
<p>(<foreign xml:lang="greek">δαΐφρων</foreign>). Father of Mentes-2 <bibl n="Hom. Od. 1.180">Od. 1.180</bibl>, <bibl n="Od. 1.418">418</bibl>.
</p></div>
<div type="textpart" xml:id="agchialos-3-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγχίαλος</foreign>-3.</head>
<p>A Phaeacian <bibl n="Hom. Od. 8.112">Od. 8.112</bibl>.
</p></div>
<div type="textpart" xml:id="agchises-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγχΐσης</foreign></head>
<p>(<foreign xml:lang="greek">ἀμύμων, ἄναξ ἀνδρῶν, μεγαλήτωρ</foreign>). Son of Capys and father of Aeneas by Aphrodite; father also of Hippodameia-2 <bibl n="Hom. Il. 2.819">Il. 2.819</bibl>, <bibl n="Il. 2.820">820</bibl>, <bibl n="Hom. Il. 5.247">Il. 5.247</bibl>, <bibl n="Il. 5.268">268</bibl>, <bibl n="Il. 5.313">313</bibl>, <bibl n="Il. 5.468">468</bibl>, <bibl n="Hom. Il. 12.98">Il. 12.98</bibl>, <bibl n="Hom. Il. 13.428">Il. 13.428</bibl>, <bibl n="Hom. Il. 17.491">Il. 17.491</bibl>, <bibl n="Hom. Od. 3.112">Od. 3.112</bibl>, <bibl n="Od. 3.208">208</bibl>, <bibl n="Od. 3.239">239</bibl>, <bibl n="Od. 3.240">240</bibl>.
</p></div>
<div type="textpart" xml:id="agchisiades-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγχισιάδης</foreign>-1</head>
<p>Patr. fr. prec. Of Aeneas <bibl n="Hom. Il. 17.754">Il. 17.754</bibl>, <bibl n="Hom. Od. 3.160">Od. 3.160</bibl>.
</p></div>
<div type="textpart" xml:id="agchisiades-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀγχισιάδης</foreign>-2.</head>
<p>Patr. of Echepolus-2 <bibl n="Hom. Il. 23.296">Il. 23.296</bibl>.
</p></div>
<div type="textpart" xml:id="adamas-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀδάμας</foreign></head>
<p>T. Patr. <foreign xml:lang="greek">Ἀσιάδης.</foreign> App. son of Asius-2 <bibl n="Hom. Il. 12.140">Il. 12.140</bibl>; wounds Antilochus and is killed by Meriones <bibl n="Hom. Il. 13.560">Il. 13.560</bibl>, <bibl n="Il. 13.759">759</bibl>, <bibl n="Il. 13.771">771</bibl>.
</p></div>
<div type="textpart" xml:id="admetus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄδμητος</foreign></head>
<p>Husband of Alcestis and father of Eumelus <bibl n="Hom. Il. 2.713">Il. 2.713</bibl>, <bibl n="Il. 2.714">714</bibl>, <bibl n="Hom. Il. 23.289">Il. 23.289</bibl>, <bibl n="Il. 23.391">391</bibl>, <bibl n="Il. 23.532">532</bibl>.
</p></div>
<div type="textpart" xml:id="adresteia-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀδρήστεια</foreign></head>
<p>A plain at the mouth of the Grenicus <bibl n="Hom. Il. 2.828">Il. 2.828</bibl>.
</p></div>
<div type="textpart" xml:id="adreste-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀδρήστη</foreign></head>
<p>A handmaid of Helen at Sparta <bibl n="Hom. Od. 4.123">Od. 4.123</bibl>.
</p></div>
<div type="textpart" xml:id="adrestine-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀδρηστίνη</foreign></head>
<p>Patr. fr. next. Of Aegialeia <bibl n="Hom. Il. 5.412">Il. 5.412</bibl>.
</p></div>
<div type="textpart" xml:id="adrestos-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄδρηστος</foreign>-1</head>
<p>King of Sicyon, and father of Aegialeia <bibl n="Hom. Il. 2.572">Il. 2.572</bibl>; father also of the wife of Tydeus (Deipyle) <bibl n="Hom. Il. 14.121">Il. 14.121</bibl>; his horse Arion <bibl n="Hom. Il. 23.347">Il. 23.347</bibl>.
</p></div>
<div type="textpart" xml:id="adrestos-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄδρηστος</foreign>-2</head>
<p>Son of Merops and with his brother Amphius-1 the leader of the men of Adresteia, etc. <bibl n="Hom. Il. 2.830">Il. 2.830</bibl>; both s. Diomedes <bibl n="Hom. Il. 11.328">Il. 11.328</bibl>.
</p></div>
<div type="textpart" xml:id="adrestos-3-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄδρηστος</foreign>-3</head>
<p>T. Taken by Menelaus <bibl n="Hom. Il. 7.37">Il. 7.37</bibl>, <bibl n="Il. 7.45">45</bibl>; s. Agamemnon <bibl n="Hom. Il. 7.63">Il. 7.63</bibl>.
</p></div>
<div type="textpart" xml:id="adrestos-4-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄδρηστος</foreign>-4</head>
<p>T. S. Patroclus <bibl n="Hom. Il. 16.694">Il. 16.694</bibl>.
</p></div>
<div type="textpart" xml:id="azeides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀζεΐδης</foreign></head>
<p>Patr. of Actor-1 <bibl n="Hom. Il. 2.513">Il. 2.513</bibl>.
</p></div>
<div type="textpart" xml:id="athenai-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀθῆναι</foreign></head>
<p>also <foreign xml:lang="greek">Ἀθήνη</foreign>-1<bibl n="Hom. Od. 6.80">Od. 6.80</bibl> (<foreign xml:lang="greek">ἐϋκτίμενον πτολίεθρον, εὐρυάγυια, ίεραί, δῆμος Ἐρεχθῆος</foreign>) Athens <bibl n="Hom. Il. 2.546">Il. 2.546</bibl>, <bibl n="Il. 2.549">549</bibl>: <bibl n="Hom. Od. 3.278">Od. 3.278</bibl>, <bibl n="Od. 3.307">307</bibl>, <bibl n="Hom. Od. 6.80">Od. 6.80</bibl>, <bibl n="Hom. Od. 11.323">Od. 11.323</bibl>.
</p></div>
<div type="textpart" xml:id="athenaie-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀθηναίη</foreign>-2</head>
<p>, <foreign xml:lang="greek">Ἀθήνη</foreign>, also <foreign xml:lang="greek">Παλλὰς Ἀθηναίη</foreign> <bibl n="Hom. Il. 1.200">Il. 1.200</bibl>, <bibl n="Hom. Il. 10.275">Il. 10.275</bibl>, <bibl n="Hom. Il. 11.438">Il. 11.438</bibl>, <bibl n="Hom. Il. 15.614">Il. 15.614</bibl>: <bibl n="Hom. Od. 3.42">Od. 3.42</bibl>, <bibl n="Hom. Od. 4.828">Od. 4.828</bibl>, <bibl n="Hom. Od. 13.190">Od. 13.190</bibl>, <bibl n="Od. 13.252">252</bibl>, <bibl n="Od. 13.300">300</bibl>, <bibl n="Od. 13.371">371</bibl>, <bibl n="Hom. Od. 16.298">Od. 16.298</bibl>, <bibl n="Hom. Od. 24.547">Od. 24.547</bibl>. And <foreign xml:lang="greek">Π.</foreign> <foreign xml:lang="greek">Ἀθήνη</foreign> <bibl n="Hom. Il. 1.400">Il. 1.400</bibl>, <bibl n="Hom. Il. 4.78">Il. 4.78</bibl>, <bibl n="Hom. Il. 5.510">Il. 5.510</bibl>, <bibl n="Hom. Il. 18.217">Il. 18.217</bibl>, <bibl n="Hom. Il. 21.290">Il. 21.290</bibl>, etc. : <bibl n="Hom. Od. 1.125">Od. 1.125</bibl>, <bibl n="Hom. Od. 3.222">Od. 3.222</bibl>, <bibl n="Hom. Od. 8.7">Od. 8.7</bibl>, <bibl n="Hom. Od. 15.1">Od. 15.1</bibl>, <bibl n="Hom. Od. 24.520">Od. 24.520</bibl>, etc. (Never <foreign xml:lang="greek">Π.</foreign> alone.) (<foreign xml:lang="greek">ἀγελείη</foreign>, (<foreign xml:lang="greek">αἰγιόχοιο</foreign>) Dio\s te/kos, )Alalkomenhi/+s, )Atrutw/nh, (<foreign xml:lang="greek">θεὰ</foreign>) glaukw=pis, di=a qea/wn, Dio\s e)kgegaui=a, e)rusi/ptolis, h)u)+komos, quga/thr Dio/s, kou/rh Dio\s (<foreign xml:lang="greek">αιγιόχοιο</foreign>), <foreign xml:lang="greek">κυδίστη, λαοσσόος, ληῗτις, μεγάθυμος, πολύβουλος, πότνια, Τριτογένεια.</foreign>) Daughter of Zeus (her mother not named). Sent by
Hera checks the wrath of Achilles in the assembly <bibl n="Hom. Il. 1.194">Il. 1.194</bibl>; sent by her to stop the flight of the Greeks <bibl n="Hom. Il. 2.156">Il. 2.156</bibl>; sent by Zeus to induce the Trojans to break the truce <bibl n="Hom. Il. 4.78">Il. 4.78</bibl>; inspires spirit into Diomedes <bibl n="Hom. Il. 5.1">Il. 5.1</bibl>, <bibl n="Il. 5.121">121</bibl>, leads Ares from the fight <bibl n="Hom. Il. 5.35">Il. 5.35</bibl>, arms herself <bibl n="Hom. Il. 5.733">733</bibl>, mounts the chariot of Diomedes <bibl n="Hom. Il. 5.835">835</bibl>, they put Ares to flight <bibl n="Hom. Il. 5.855">855</bibl>; the prayer to her of the aged Trojan women <bibl n="Hom. Il. 7.297">Il. 7.297</bibl>; again arms herself <bibl n="Hom. Od. 8.384">Od. 8.384</bibl>, Hera and she start for the field to aid the Greeks <bibl n="Hom. Od. 8.392">392</bibl>, they are stopped by Iris sent by Zeus <bibl n="Hom. Od. 8.413">413</bibl>; she checks Ares in his wrath at the death of Ascalaphus <bibl n="Hom. Il. 15.121">Il. 15.121</bibl>; kindles fire from the head of Achilles <bibl n="Hom. Il. 18.203">Il. 18.203</bibl>; introduces nectar and ambrosia into his body <bibl n="Hom. Il. 19.349">Il. 19.349</bibl>; in the Battle of the Gods Ares attacks her <bibl n="Hom. Il. 21.391">Il. 21.391</bibl>, she fells him with a stone <bibl n="Hom. Il. 21.403">403</bibl>, she knocks down Aphrodite <bibl n="Hom. Il. 21.423">423</bibl>; comes to the aid of Achilles against Hector <bibl n="Hom. Il. 22.214">Il. 22.214</bibl>, in the likeness of Deiphobus beguiles <foreign xml:lang="greek">Η.</foreign> 226; in the chariotrace disables Eumelus <bibl n="Hom. Il. 23.391">Il. 23.391</bibl>; etc. : in the likeness of Mentes appears to Telemachus <bibl n="Hom. Od. 1.102">Od. 1.102</bibl>, urges him to go to Pylus and Sparta <bibl n="Hom. Od. 1.284">284</bibl>, accompanies him in the likeness of Mentor-2 <bibl n="Hom. Od. 2.399">Od. 2.399</bibl>, her advice to him at Pylus <bibl n="Hom. Od. 3.14">Od. 3.14</bibl>, her prayer to Poseidon <bibl n="Hom. Od. 3.55">55</bibl>, she returns to the ship <bibl n="Hom. Od. 3.357">357</bibl>; meets Odysseus and conducts him to the city of the Phaeacians <bibl n="Hom. Od. 6.18">Od. 6.18</bibl>; marks Odysseus's throw of the <foreign xml:lang="greek">δίσκος</foreign> <bibl n="Hom. Od. 8.193">Od. 8.193</bibl>; in the likeness of a youth appears to O. on his landing in Ithaca <bibl n="Hom. Od. 13.221">Od. 13.221</bibl>, reveals herself <bibl n="Hom. Od. 13.296">296</bibl>, they consult <bibl n="Hom. Od. 13.372">372</bibl>, she transforms him into a beggar <bibl n="Hom. Od. 13.429">429</bibl>; she departs for Sparta <bibl n="Hom. Od. 13.439">Od. 13.439</bibl>, where she urges Telemachus to go home and warns him of the ambush of the suitors <bibl n="Hom. Od. 15.10">Od. 15.10</bibl>; she appears to Odysseus and retransforms him <bibl n="Hom. Od. 16.155">Od. 16.155</bibl>; she transforms him back to a beggar <bibl n="Hom. Od. 16.454">Od. 16.454</bibl>; she suggests to Penelope to appear before the suitors <bibl n="Hom. Od. 18.158">Od. 18.158</bibl>; she bears the light while the arms are being removed <bibl n="Hom. Od. 19.33">Od. 19.33</bibl>; she appears to Odysseus while he lies in the <foreign xml:lang="greek">πρόδομος</foreign> <bibl n="Hom. Od. 13.30">Od. 13.30</bibl>; she appears in the crisis of the fight with the suitors <bibl n="Hom. Od. 22.205">Od. 22.205</bibl>; is advised by Zeus to make peace between the Ithacans and Odysseus and his followers <bibl n="Hom. Od. 24.472">Od. 24.472</bibl>, stops the fight <bibl n="Hom. Od. 24.531">531</bibl>; etc.
</p></div>
<div type="textpart" xml:id="athenaioi-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀθηναῖοι</foreign></head>
<p>G (<foreign xml:lang="greek">μήστωρες ἀϋτῆς</foreign>). The Athenians <bibl n="Hom. Il. 2.551">Il. 2.551</bibl>, <bibl n="Il. 2.558">558</bibl>, <bibl n="Hom. Il. 4.328">Il. 4.328</bibl>, <bibl n="Hom. Il. 13.196">Il. 13.196</bibl>, <bibl n="Il. 13.689">689</bibl>, <bibl n="Hom. Il. 15.337">Il. 15.337</bibl>.
</p></div>
<div type="textpart" xml:id="athene-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀθήνη</foreign>-1</head>
<p>See <foreign xml:lang="greek">Ἀθῆναι.</foreign>
</p></div>
<div type="textpart" xml:id="athene-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀθήνη</foreign>-2</head>
<p>See <foreign xml:lang="greek">Ἀθηναίη.</foreign>
</p></div>
<div type="textpart" xml:id="athus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄθως</foreign></head>
<p>The mountain terminating the peninsula Acte running out from Chalcidice <bibl n="Hom. Il. 14.229">Il. 14.229</bibl>.
</p></div>
<div type="textpart" xml:id="aiaie-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰαίη</foreign></head>
<p>An epithet or name of uncertain meaning (cf. <foreign xml:lang="greek">Αἰήτης</foreign>). Of Circe <bibl n="Hom. Od. 9.32">Od. 9.32</bibl>, <bibl n="Hom. Od. 12.268">Od. 12.268</bibl>, <bibl n="Od. 12.273">273</bibl>.</p>
<p>Of her island <bibl n="Hom. Od. 10.135">Od. 10.135</bibl>, <bibl n="Hom. Od. 11.70">Od. 11.70</bibl>, <bibl n="Hom. Od. 12.3">Od. 12.3</bibl>.
</p></div>
<div type="textpart" xml:id="aiacides-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰακίδης</foreign></head>
<p>Patr. fr. next. Of Peleus <bibl n="Hom. Il. 16.15">Il. 16.15</bibl>, <bibl n="Hom. Il. 18.433">Il. 18.433</bibl>, <bibl n="Hom. Il. 21.189">Il. 21.189</bibl>.</p>
<p>Of Achilles (grandson) <bibl n="Hom. Il. 2.860">Il. 2.860</bibl>, <bibl n="Hom. Il. 9.184">Il. 9.184</bibl>, <bibl n="Hom. Il. 10.402">Il. 10.402</bibl>, <bibl n="Hom. Il. 11.805">Il. 11.805</bibl>, <bibl n="Hom. Il. 16.134">Il. 16.134</bibl>, <bibl n="Hom. Il. 17.76">Il. 17.76</bibl>, etc. : <bibl n="Hom. Od. 11.471">Od. 11.471</bibl>, <bibl n="Od. 11.538">538</bibl>.
</p></div>
<div type="textpart" xml:id="aiacus-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰακός</foreign></head>
<p>Son of Zeus and father of Peleus <bibl n="Hom. Il. 21.189">Il. 21.189</bibl>.
</p></div>
<div type="textpart" xml:id="aias-1-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴας</foreign>-1</head>
<div n="1" type="textpart"><p>Voc. <foreign xml:lang="greek">αἶαν?̔ἄλκιμος, ἀντίθεος,?̓αρήϊος, βοὴν ἀγαθός, δαΐφρων, διογενής, ἕρκος?̓αχαιῶν, κοίρανος λαῶν, κυδάλιμος, μεγάθυμος, μεψαλήτωρ, <pb xml:id="p.3"></pb> μέγας, πελώριος, ταχύς, τελαμώνιος?̔υἱός̓, φαίδιμος̓.</foreign> Patr. <foreign xml:lang="greek">Τελαμωνιάδης.</foreign> (1) Son of Telamon and leader of the men of Salamis <bibl n="Hom. Il. 2.557">Il. 2.557</bibl>; after Achilles the most soldierly of the Greeks <bibl n="Hom. Il. 2.768">Il. 2.768</bibl>; described by Helen to Priam <bibl n="Hom. Il. 3.225">Il. 3.225</bibl>; he and Aias-2 visited by Agamemnon in his inspection <bibl n="Hom. Il. 4.273">Il. 4.273</bibl>; chosen by lot to fight Hector <bibl n="Hom. Il. 6.181">Il. 6.181</bibl>, the fight <bibl n="Hom. Il. 6.206">206</bibl>, they exchange gifts <bibl n="Hom. Il. 6.303">303</bibl>; his brother the archer Teucrus shoots from behind his shield <bibl n="Hom. Il. 8.267">Il. 8.267</bibl>, he rescues him when wounded <bibl n="Hom. Il. 8.330">330</bibl>; is one of the embassy to Achilles <bibl n="Hom. Il. 9.169">Il. 9.169</bibl>, makes the final appeal <bibl n="Hom. Il. 9.622">622</bibl>; with Menelaus comes to the rescue of Odysseus <bibl n="Hom. Il. 11.465">Il. 11.465</bibl>, retires panic-stricken <bibl n="Hom. Il. 11.544">544</bibl>; goes with Teucrus to the help of Menestheus <bibl n="Hom. Il. 12.364">Il. 12.364</bibl>; disables Hector <bibl n="Hom. Il. 14.409">Il. 14.409</bibl>; makes a stand on the platforms of the ships <bibl n="Hom. Il. 15.674">Il. 15.674</bibl>, retires to a gangway <bibl n="Hom. Il. 15.727">727</bibl>, abandons the ship <bibl n="Hom. Il. 16.102">Il. 16.102</bibl>; with Menelaus comes to the rescue of the corpse of Patroclus <bibl n="Hom. Il. 17.123">Il. 17.123</bibl>, his cry for light <bibl n="Hom. Il. 17.645">645</bibl>, the corpse is at last rescued <bibl n="Hom. Il. 18.231">Il. 18.231</bibl>; his drawn wrestling-match with Odysseus <bibl n="Hom. Il. 23.708">Il. 23.708</bibl>, meets Diomedes in the fight in armour <bibl n="Hom. Il. 23.811">811</bibl>, is second in putting the weight <bibl n="Hom. Il. 23.838">838</bibl>; etc. : <bibl n="Hom. Od. 3.109">Od. 3.109</bibl>; in the Shades <bibl n="Hom. Od. 11.469">Od. 11.469</bibl>, avoids Odysseus <bibl n="Hom. Od. 11.543">543</bibl>, <bibl n="Hom. Od. 11.550">550</bibl>; in the second <foreign xml:lang="greek">νέκυια</foreign><bibl n="Hom. Od. 24.17">Od. 24.17</bibl>.</p></div>
<div n="2" type="textpart"><p> In dual <foreign xml:lang="greek">Αἴαντε</foreign> and pl. <foreign xml:lang="greek">Αἴαντες</foreign> (with dat. <foreign xml:lang="greek">Αἰάντεσσιν</foreign>) the two <foreign xml:lang="greek">̔ομώνυμοι</foreign> (P 720) spoken of or acting together (<foreign xml:lang="greek">θεράποντες Ἄρηος, θοῦριν ὲπιειμένοι ἀλκήν, μεμαότε θούριδος ἀλκῆς, κορυστά, πολέμου ἀκορήτω</foreign>) <bibl n="Hom. Il. 2.406">Il. 2.406</bibl>, <bibl n="Hom. Il. 4.273">Il. 4.273</bibl>, <bibl n="Hom. Il. 6.164">Il. 6.164</bibl>, <bibl n="Hom. Il. 12.265">Il. 12.265</bibl>, <bibl n="Hom. Il. 13.126">Il. 13.126</bibl>, <bibl n="Hom. Il. 16.555">Il. 16.555</bibl>, <bibl n="Hom. Il. 18.157">Il. 18.157</bibl>, etc.
</p></div></div>
<div type="textpart" xml:id="aias-2-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴας</foreign>-2</head>
<p>Voc. <foreign xml:lang="greek">Αἶαν?̔δουρικλυτός, ταχύς, φαίδιμος̓.</foreign> Patr. <foreign xml:lang="greek">Ὀϊλιάδης.</foreign> Son of Oieus-1 and leader of the Locrians. Described <bibl n="Hom. Il. 2.527">Il. 2.527</bibl>; recognizes a god in the guise of Calchas <bibl n="Hom. Il. 13.66">Il. 13.66</bibl>; stands firm with his namesake <bibl n="Hom. Il. 13.701">Il. 13.701</bibl>; does much execution <bibl n="Hom. Il. 14.520">Il. 14.520</bibl>; slays Cleoboulus <bibl n="Hom. Il. 16.330">Il. 16.330</bibl>; watching the chariot-race abuses Idomeneus <bibl n="Hom. Il. 23.473">Il. 23.473</bibl>, comes in second in the foot-race <bibl n="Hom. Il. 23.754">754</bibl>; etc.: his death at the Gyraean Rock <bibl n="Hom. Od. 4.499">Od. 4.499</bibl>, <bibl n="Od. 4.509">509</bibl>.</p>
<p> See also prec. (2).
</p></div>
<div type="textpart" xml:id="aigai-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγαί</foreign></head>
<p>A seat of the worship of Poseidon of disputed site <bibl n="Hom. Od. 8.203">Od. 8.203</bibl>, <bibl n="Hom. Il. 13.21">Il. 13.21</bibl>: <bibl n="Hom. Od. 5.381">Od. 5.381</bibl>.
</p></div>
<div type="textpart" xml:id="aigaion-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγαίων</foreign></head>
<p>A hundred-handed being called by the gods <foreign xml:lang="greek">Βριάρεως.</foreign> Saved Zeus from bonds <bibl n="Hom. Il. 1.403">Il. 1.403</bibl>, <bibl n="Il. 1.404">404</bibl>.
</p></div>
<div type="textpart" xml:id="aigeides-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγεί͂δης</foreign></head>
<p>Patr. fr. <foreign xml:lang="greek">Αἰγεύς,</foreign> king of Athens. Of Theseus <bibl n="Hom. Il. 1.265">Il. 1.265</bibl>.
</p></div>
<div type="textpart" xml:id="aigialeia-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγιάλεια</foreign></head>
<p>(<foreign xml:lang="greek">περίφρων</foreign>). Patr. <foreign xml:lang="greek">Ἀδρηστίνη.</foreign> Daughter of Adrestus-1 and wife of Diomedes <bibl n="Hom. Il. 5.412">Il. 5.412</bibl>.
</p></div>
<div type="textpart" xml:id="aigialos-1-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγιαλός</foreign>-1</head>
<p>A town in Agamemnon's realm <bibl n="Hom. Il. 2.575">Il. 2.575</bibl>.
</p></div>
<div type="textpart" xml:id="aigialos-2-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγιαλός</foreign>-2</head>
<p>A Paphlagonian town <bibl n="Hom. Il. 2.855">Il. 2.855</bibl>.
</p></div>
<div type="textpart" xml:id="aigilips-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγίλιψ</foreign></head>
<p>(<foreign xml:lang="greek">τρηχεῖα</foreign>). App. a town of Ithaca <bibl n="Hom. Il. 2.633">Il. 2.633</bibl>.
</p></div>
<div type="textpart" xml:id="aigina-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴγινα</foreign></head>
<p>The Aegean island. In the realm of Diomedes <bibl n="Hom. Il. 2.562">Il. 2.562</bibl>.
</p></div>
<div type="textpart" xml:id="aigion-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴγιον</foreign></head>
<p>Atown in Agamemnon's realm <bibl n="Hom. Il. 2.574">Il. 2.574</bibl>.
</p></div>
<div type="textpart" xml:id="aigisthus-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴγισθος</foreign></head>
<p>(<foreign xml:lang="greek">ἀμύμων, ἄναλκις, δολόμητις</foreign>). Patr. <foreign xml:lang="greek">Θυεστιάδης.</foreign> Son of Thyestes and cousin of Agamemnon and Menelaus. Seduced Clytaemnestra and with her aid killed A. (C. killing Cassandra (<bibl n="Hom. Od. 11.422">Od. 11.422</bibl>)) on A. 's return, all his and A. 's
followers also being killed <bibl n="Hom. Od. 1.35">Od. 1.35</bibl>, <bibl n="Od. 1.42">42</bibl>, <bibl n="Od. 1.300">300</bibl>, <bibl n="Hom. Od. 3.194">Od. 3.194</bibl>, <bibl n="Od. 3.198">198</bibl>, <bibl n="Od. 3.235">235</bibl>, <bibl n="Od. 3.250">250</bibl>, <bibl n="Od. 3.256">256</bibl>, <bibl n="Od. 3.263">263</bibl>, <bibl n="Od. 3.303">303</bibl>, <bibl n="Hom. Od. 4.518">Od. 4.518</bibl>, <bibl n="Od. 4.525">525</bibl>, <bibl n="Od. 4.529">529</bibl>, <bibl n="Od. 4.537">537</bibl>, <bibl n="Hom. Od. 11.389">Od. 11.389</bibl>, <bibl n="Od. 11.409">409</bibl>, <bibl n="Hom. Od. 24.22">Od. 24.22</bibl>, <bibl n="Od. 24.97">97</bibl>; slain with Clytaemnestra by Orestes-3 <bibl n="Hom. Od. 1.29">Od. 1.29</bibl>, <bibl n="Od. 1.300">300</bibl>, <bibl n="Hom. Od. 3.195">Od. 3.195</bibl>, <bibl n="Od. 3.198">198</bibl>, <bibl n="Od. 3.306">306</bibl>, <bibl n="Od. 3.310">310</bibl>.
</p></div>
<div type="textpart" xml:id="aigyptios-1-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγύπτιος</foreign>-1</head>
<p>Father of Antiphus-4 and Eurynomus <bibl n="Hom. Od. 2.15">Od. 2.15</bibl>.
</p></div>
<div type="textpart" xml:id="aigyptios-2-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰγύπτιος</foreign>-2</head>
<div n="1" type="textpart"><p>(1) Adj. fr. <foreign xml:lang="greek">Αἴγυπτος</foreign> (1). Of Proteus <bibl n="Hom. Od. 4.385">Od. 4.385</bibl>. </p></div>
<div n="2" type="textpart"><p> Adj. fr. <foreign xml:lang="greek">Αἴγυπτος</foreign> (2), Egyptian <bibl n="Hom. Od. 4.229">Od. 4.229</bibl>. Of Thebes-2 <bibl n="Hom. Od. 4.127">Od. 4.127</bibl>.</p>
<p>In pl., the Egyptians <bibl n="Hom. Od. 4.83">Od. 4.83</bibl>.</p>
<p>So <foreign xml:lang="greek">Αἰγύπτιοι ἄνδρες</foreign> <bibl n="Od. 14.263">263</bibl>, 286, <bibl n="Hom. Od. 17.432">Od. 17.432</bibl>.
</p></div></div>
<div type="textpart" xml:id="aigyptus-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴγυπτος</foreign></head>
<div n="1" type="textpart"><p>(1) (<foreign xml:lang="greek">διιπετὴς ποταμός, ἐϋρρείτης</foreign>). In masc., the river Nile <bibl n="Hom. Od. 3.300">Od. 3.300</bibl>, <bibl n="Hom. Od. 4.477">Od. 4.477</bibl>, <bibl n="Od. 4.581">581</bibl>, <bibl n="Hom. Od. 14.257">Od. 14.257</bibl>, <bibl n="Od. 14.258">258</bibl>, <bibl n="Hom. Od. 17.427">Od. 17.427</bibl>.</p>
<p><foreign xml:lang="greek">Αἴγυπτόνδε [-δε],</foreign> to the N. <bibl n="Hom. Od. 4.483">Od. 4.483</bibl>, <bibl n="Hom. Od. 14.246">Od. 14.246</bibl>, <bibl n="Hom. Od. 17.426">Od. 17.426</bibl>.</p></div>
<div n="2" type="textpart"><p> In fem., the land of Egypt <bibl n="Hom. Od. 4.351">Od. 4.351</bibl>, <bibl n="Od. 4.355">355</bibl>, <bibl n="Hom. Od. 14.275">Od. 14.275</bibl>, <bibl n="Hom. Od. 17.448">Od. 17.448</bibl>.
</p></div></div>
<div type="textpart" xml:id="aides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀΐδης</foreign></head>
<p><foreign xml:lang="greek">-αο, -εω.</foreign> Also genit. <foreign xml:lang="greek">Ἄϊδος?̔ἆ</foreign> and dat. <foreign xml:lang="greek">Ἄϊδι?̔ἆ?̔ἀδάμαστος, ἀμείλιχος, ἐνέροισιν ἀνάσσων, ἴφθιμος, κλυτότωλος, κρατερός, πελώριος, πυλάρτης, στυγερός</foreign>). Hades, son of Cronus and Rhea, brother of Zeus, Poseidon, Hera and Demeter, and husband of Persephoncia. By lot (<bibl n="Hom. Il. 15.187">Il. 15.187</bibl>, <bibl n="Il. 15.191">191</bibl>) got the underworld as his realm. Wounded by Heracles with an arrow <bibl n="Hom. Il. 5.395">Il. 5.395</bibl>; <foreign xml:lang="greek">πύλαι Ἀΐδαο</foreign> <bibl n="Hom. Il. 5.646">Il. 5.646</bibl>, <bibl n="Hom. Il. 9.312">Il. 9.312</bibl>, <bibl n="Hom. Il. 23.71">Il. 23.71</bibl>: <bibl n="Hom. Od. 14.156">Od. 14.156</bibl>; <foreign xml:lang="greek">Ἄϊδος κυνέη</foreign> <bibl n="Hom. Il. 5.845">Il. 5.845</bibl>; his dog carried off by Heracles <bibl n="Hom. Il. 8.367">Il. 8.367</bibl>, <bibl n="Il. 8.368">368</bibl>; etc.: <bibl n="Hom. Od. 10.534">Od. 10.534</bibl>, <bibl n="Hom. Od. 11.47">Od. 11.47</bibl>, etc. </p>
<p>In local sense <bibl n="Hom. Il. 23.244">Il. 23.244</bibl>.</p>
<p>His <foreign xml:lang="greek">δόμος</foreign> or <foreign xml:lang="greek">δόμοι, δῶ, δῶμα,</foreign> see <foreign xml:lang="greek">δόμος</foreign> (2), <foreign xml:lang="greek">δῶ</foreign> (2), <foreign xml:lang="greek">δῶμα</foreign> (2) in Lex. </p>
<p>See also <foreign xml:lang="greek">εἰς</foreign> <foreign xml:lang="greek">Π̔̓</foreign> (2), <foreign xml:lang="greek">εἴσω</foreign> (3), <foreign xml:lang="greek">ἐκ Π̔̓</foreign> (1) in Lex.</p>
<p><foreign xml:lang="greek">Ἄϊδόσδε [-δε],</foreign> to H. H 330, <bibl n="Hom. Il. 16.856">Il. 16.856</bibl>, <bibl n="Hom. Od. 3.294">Od. 3.294</bibl>, <bibl n="Hom. Il. 22.362">Il. 22.362</bibl>, <bibl n="Hom. Il. 23.137">Il. 23.137</bibl>: <bibl n="Hom. Od. 3.410">Od. 3.410</bibl>, <bibl n="Hom. Od. 7.11">Od. 7.11</bibl>, <bibl n="Hom. Od. 10.560">Od. 10.560</bibl>, <bibl n="Hom. Od. 11.65">Od. 11.65</bibl>, <bibl n="Od. 11.475">475</bibl>.
</p></div>
<div type="textpart" xml:id="aidoneus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀϊδωνεύς</foreign></head>
<p>=prec. <bibl n="Hom. Il. 5.190">Il. 5.190</bibl>, <bibl n="Hom. Od. 3.61">Od. 3.61</bibl>.
</p></div>
<div type="textpart" xml:id="aietes-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰήτης</foreign></head>
<p>(<foreign xml:lang="greek">ὀλοόφρων</foreign>). King of Colchis, son of Eelius and Perse and brother of Circe <bibl n="Hom. Od. 10.137">Od. 10.137</bibl>; the voyage of the Argo from his land <bibl n="Hom. Od. 12.70">Od. 12.70</bibl>.
</p></div>
<div type="textpart" xml:id="aithe-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴθη</foreign></head>
<p>(<foreign xml:lang="greek">καλλίθριξ</foreign>). A mare of Agamemnon's. Driven by Menelaus in the chariot-race <bibl n="Hom. Il. 23.295">Il. 23.295</bibl>, <bibl n="Il. 23.409">409</bibl>, <bibl n="Il. 23.525">525</bibl>.
</p></div>
<div type="textpart" xml:id="aithices-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴθικες</foreign></head>
<p>A people of Thessaly. The Centaurs driven to their land by Peirithous <bibl n="Hom. Il. 2.744">Il. 2.744</bibl>.
</p></div>
<div type="textpart" xml:id="aithiopes-cunliffe-name" n="Αἰθίοψ" >
<head><foreign xml:lang="greek">Αἰθίοπες</foreign></head>
<p><foreign xml:lang="greek">Αἰθιοπῆες</foreign> A 423 (<foreign xml:lang="greek">ἀμύμονες, ἔσχατοι ἀνδρῶν</foreign>). A people represented as dwelling by Ocean on the extreme limits of the world. Zeus and the gods go thither for a sacrifice <bibl n="Hom. Il. 1.423">Il. 1.423</bibl>; so Iris <bibl n="Hom. Il. 23.206">Il. 23.206</bibl>: and Poseidon <bibl n="Hom. Od. 1.22">Od. 1.22</bibl>, <bibl n="Hom. Od. 5.287">Od. 5.287</bibl>.</p>
<p>Divided into two peoples <bibl n="Hom. Od. 1.22">Od. 1.22</bibl>.</p>
<p> Visited by Menelaus <bibl n="Hom. Od. 4.84">Od. 4.84</bibl>.</p>
<p>Returning from them Poseidon desries Odysseus <bibl n="Hom. Od. 5.282">Od. 5.282</bibl>.
</p></div>
<div type="textpart" xml:id="aithre-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴθρη</foreign></head>
<p>Daughter of Pittheus. A handmaid of Helen at Troy <bibl n="Hom. Il. 3.144">Il. 3.144</bibl>.
</p></div>
<div type="textpart" xml:id="aithon-1-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴθων</foreign>-1</head>
<p>One of Hector's horses <bibl n="Hom. Od. 8.185">Od. 8.185</bibl>.
</p></div>
<div type="textpart" xml:id="aithon-2-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴθων</foreign>-2</head>
<p>The name assumed by Odysseus in his tale to Penelope <bibl n="Hom. Od. 19.183">Od. 19.183</bibl>.
</p></div>
<div type="textpart" xml:id="aihmonides-1-cunliffe-name" >
<head><foreign xml:lang="greek">Αἱμονίδης</foreign>-1</head>
<p>Patr. of Maeon <bibl n="Hom. Il. 4.394">Il. 4.394</bibl>.
</p></div>
<div type="textpart" xml:id="aihmonides-2-cunliffe-name" >
<head><foreign xml:lang="greek">Αἱμονίδης</foreign>-2</head>
<p>Patr. of Laerces-1 <bibl n="Hom. Il. 16.467">Il. 16.467</bibl>.
</p></div>
<div type="textpart" xml:id="aihmon-cunliffe-name" >
<head><foreign xml:lang="greek">Αἵμων</foreign></head>
<p>G (<foreign xml:lang="greek">κρείων</foreign>) <bibl n="Hom. Il. 4.296">Il. 4.296</bibl>.
</p></div>
<div type="textpart" xml:id="aineias-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰνείας</foreign></head>
<p><foreign xml:lang="greek">Αἰνέας</foreign> N 541 (<foreign xml:lang="greek">ἄναξ ἀνδρῶν, ἀτάλαντος Ἄρηϊ, βονηφόος, δαΐφρων, ἐΰς, μεγάθυμος, μεγαλήτωρ, πόδας ταχύς, Τρώων ἀγός?̔βουληφόρος̓̓.</foreign> Patr. <foreign xml:lang="greek">Ἀγχισιάδης.</foreign> Son of Anchises and Aphrodite. Leader of the Dardanians <bibl n="Hom. Il. 2.820">Il. 2.820</bibl>; with Pandarus
<pb xml:id="p.4"></pb>
attacks Diomedes <bibl n="Hom. Il. 5.166">Il. 5.166</bibl>, is wounded by <foreign xml:lang="greek">Δ.</foreign> 305, but rescued by Aphrodite 311, his horses driven off by Capaneus 319, <bibl n="Hom. Il. 8.108">Il. 8.108</bibl>, <bibl n="Hom. Il. 23.292">Il. 23.292</bibl>, D attacks him again <bibl n="Hom. Il. 5.432">Il. 5.432</bibl>, but retires before Apollo <bibl n="Hom. Il. 5.443">443</bibl>; A. 's resentment against Priam <bibl n="Hom. Il. 13.459">Il. 13.459</bibl>; he meets Achilles in fight <bibl n="Hom. Od. 3.160">Od. 3.160</bibl>, tells his parentage <bibl n="Hom. Od. 3.199">199</bibl>, is rescued by Poseidon <bibl n="Hom. Od. 3.320">320</bibl>; etc.
</p></div>
<div type="textpart" xml:id="ainius-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴνιος</foreign></head>
<p>T. A Paeonian. S. Achilles <bibl n="Hom. Il. 21.210">Il. 21.210</bibl>.
</p></div>
<div type="textpart" xml:id="ainus-cunliffe-name" >
<head><foreign xml:lang="greek">Αἶνος</foreign></head>
<p>The mod. Enos, a Thracian town at the mouth of the Hebrus.</p>
<p><foreign xml:lang="greek">Αἰνόθεν [-θεν],</foreign> from Ae. <bibl n="Hom. Il. 4.520">Il. 4.520</bibl>.
</p></div>
<div type="textpart" xml:id="aiolides-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰολίδης</foreign></head>
<p>Patr. fr. <foreign xml:lang="greek">Αἴολος</foreign> (no doubt different from the Aeolus below; but the Aeolus legends can hardly be disentangled). Of Sisyphus <bibl n="Hom. Il. 7.154">Il. 7.154</bibl>.</p>
<p>Of Cretheus <bibl n="Hom. Od. 11.237">Od. 11.237</bibl>.
</p></div>
<div type="textpart" xml:id="aiolie-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰολίη</foreign></head>
<p>Adj. fr. next <bibl n="Hom. Od. 10.1">Od. 10.1</bibl>, <bibl n="Od. 10.55">55</bibl>.
</p></div>
<div type="textpart" xml:id="aiolus-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴολος</foreign></head>
<p>(<foreign xml:lang="greek">μεγαλήτωρ, φίλος ἀθανάτοισι θεοῖσιν</foreign>). Patr. <foreign xml:lang="greek">Ἱπποτάδης.</foreign> Dwelt with his sons and daughters on a floating island <bibl n="Hom. Od. 10.2">Od. 10.2</bibl>; made by Zeus controller of the winds <bibl n="Hom. Od. 10.21">Od. 10.21</bibl>; <bibl n="Hom. Od. 10.36">Od. 10.36</bibl>, <bibl n="Od. 10.44">44</bibl>, <bibl n="Od. 10.60">60</bibl>, <bibl n="Hom. Od. 23.314">Od. 23.314</bibl>.
</p></div>
<div type="textpart" xml:id="aipeia-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴπεια</foreign></head>
<p>(<foreign xml:lang="greek">καλή</foreign>). A town of Pylus <bibl n="Hom. Il. 9.152">Il. 9.152</bibl>, <bibl n="Il. 9.294">294</bibl>.
</p></div>
<div type="textpart" xml:id="aipy-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰπύ</foreign></head>
<p>(<foreign xml:lang="greek">ἐΰκτιτον</foreign>). A town of Pylus <bibl n="Hom. Il. 2.592">Il. 2.592</bibl>.
</p></div>
<div type="textpart" xml:id="aipytius-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰπύτιος</foreign></head>
<p>Adj. fr. <foreign xml:lang="greek">Αἴπυτος,</foreign> son of Elatus, an Arcadian <bibl n="Hom. Il. 2.604">Il. 2.604</bibl> (<foreign xml:lang="greek">Αἰπύτιον παρὰ τύμβον</foreign>).
</p></div>
<div type="textpart" xml:id="airus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄϊρος</foreign></head>
<p>See <foreign xml:lang="greek">Ἶρος.</foreign>
</p></div>
<div type="textpart" xml:id="ais-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄϊς</foreign></head>
<p>See <foreign xml:lang="greek">Ἀΐδης.</foreign>
</p></div>
<div type="textpart" xml:id="aisepos-1-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴσηπος</foreign>-1</head>
<p>A river of the Troad flowing into the Propontis <bibl n="Hom. Il. 2.825">Il. 2.825</bibl>, <bibl n="Hom. Il. 4.91">Il. 4.91</bibl> <bibl n="Hom. Il. 12.21">Il. 12.21</bibl>.
</p></div>
<div type="textpart" xml:id="aisepos-2-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴσηπος</foreign>-2</head>
<p>T. Son of Boucolion and Abarbaree. With his twin brother Pedasus-3 s. Euryalus-1 <bibl n="Hom. Il. 7.21">Il. 7.21</bibl>.
</p></div>
<div type="textpart" xml:id="aisyetes-1-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰσυήτης</foreign>-1</head>
<p>(<foreign xml:lang="greek">γέρων</foreign>). His tomb <bibl n="Hom. Il. 2.793">Il. 2.793</bibl>.
</p></div>
<div type="textpart" xml:id="aisyetes-2-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰσυήτης</foreign>-2</head>
<p>(<foreign xml:lang="greek">διοτρεφής</foreign>) Father of Alcathous <bibl n="Hom. Il. 13.427">Il. 13.427</bibl>.
</p></div>
<div type="textpart" xml:id="aisyme-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰσύμη</foreign></head>
<p>A Paeonian town, or perh. rather an unknown town of the Troad. The home of Castianeira.</p>
<p><foreign xml:lang="greek">ὲξ Αἰσύμηθεν [-θεν],</foreign> from Ae. <bibl n="Hom. Il. 8.304">Il. 8.304</bibl>.
</p></div>
<div type="textpart" xml:id="aisymnus-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴσυμνος</foreign></head>
<p>G. S. Hector <bibl n="Hom. Il. 11.303">Il. 11.303</bibl>.
</p></div>
<div type="textpart" xml:id="aison-cunliffe-name" >
<head><foreign xml:lang="greek">Αἴσων</foreign></head>
<p>Son of Cretheus and Tyro <bibl n="Hom. Od. 11.259">Od. 11.259</bibl>.
</p></div>
<div type="textpart" xml:id="aitolius-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰτώλιος</foreign></head>
<p>=next. Of Tydeus <bibl n="Hom. Il. 4.399">Il. 4.399</bibl>.</p>
<p>Of Trechus <bibl n="Hom. Il. 5.706">Il. 5.706</bibl>.
</p></div>
<div type="textpart" xml:id="aitolus-cunliffe-name" >
<head><foreign xml:lang="greek">Αἰτωλός</foreign></head>
<p>Of Aetolia, a district of Greece having the Achelous on the w., and bounded by the Gulf of Corinth on the s. Of Thoas-1 <bibl n="Hom. Il. 4.527">Il. 4.527</bibl>.</p>
<p>Of Diomedes <bibl n="Hom. Il. 23.471">Il. 23.471</bibl>.</p>
<p> Of one who beguiled Eumaeus <bibl n="Hom. Od. 14.379">Od. 14.379</bibl>.</p>
<p>In pl., the men of Aetolia G (<foreign xml:lang="greek">μεγάθυμοι, μενεχάρμαι</foreign>) <bibl n="Hom. Il. 2.638">Il. 2.638</bibl>, <bibl n="Il. 2.643">643</bibl>, <bibl n="Hom. Il. 5.843">Il. 5.843</bibl>; their strife with the Couretes (see <foreign xml:lang="greek">Κουρῆτες</foreign>) <bibl n="Hom. Il. 9.529">Il. 9.529</bibl>, <bibl n="Il. 9.531">531</bibl>, <bibl n="Il. 9.549">549</bibl>, <bibl n="Il. 9.575">575</bibl>, <bibl n="Il. 9.597">597</bibl>; <bibl n="Hom. Il. 13.218">Il. 13.218</bibl>, <bibl n="Hom. Il. 15.282">Il. 15.282</bibl>, <bibl n="Hom. Il. 23.633">Il. 23.633</bibl>.
</p></div>
<div type="textpart" xml:id="acamas-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκάμας</foreign>-1</head>
<p>T (<foreign xml:lang="greek">ἐπιείκελος ἀθανάτοισιν, ἠΐθεος</foreign>). Patr. <foreign xml:lang="greek">Ἀντηνορίδης.</foreign> Son of Antenor. A leader of the Dardanians <bibl n="Hom. Il. 2.823">Il. 2.823</bibl>, <bibl n="Hom. Il. 11.60">Il. 11.60</bibl>, <bibl n="Hom. Il. 12.100">Il. 12.100</bibl>, <bibl n="Hom. Il. 14.476">Il. 14.476</bibl>, <bibl n="Il. 14.478">478</bibl>, <bibl n="Il. 14.488">488</bibl>; s. Meriones <bibl n="Hom. Il. 16.342">Il. 16.342</bibl>.
</p></div>
<div type="textpart" xml:id="acamas-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκάμας</foreign>-2</head>
<p>T (<foreign xml:lang="greek">ἠΰς τε μἑγας τε, θοός</foreign>). Son of Eussorus. A leader of the Thracians <bibl n="Hom. Il. 2.844">Il. 2.844</bibl>, <bibl n="Hom. Il. 5.462">Il. 5.462</bibl>; s. Aias-1 <bibl n="Hom. Il. 7.8">Il. 7.8</bibl>.
</p></div>
<div type="textpart" xml:id="acastus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄκαστος</foreign></head>
<p>King of Doulichium <bibl n="Hom. Od. 14.336">Od. 14.336</bibl>.
</p></div>
<div type="textpart" xml:id="acessamenus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκεσσαμενός</foreign></head>
<p>Father of Periboea-1 <bibl n="Hom. Il. 21.142">Il. 21.142</bibl>.
</p></div>
<div type="textpart" xml:id="acrisione-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκρισιώνη</foreign></head>
<p>Patr. of Danae, daughter of Acrisius <bibl n="Hom. Il. 14.319">Il. 14.319</bibl>.
</p></div>
<div type="textpart" xml:id="acroneus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκρόνεως</foreign></head>
<p>A Phaeacian <bibl n="Hom. Od. 8.111">Od. 8.111</bibl>.
</p></div>
<div type="textpart" xml:id="actaie-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκταίη</foreign></head>
<p>A Nereid <bibl n="Hom. Il. 18.41">Il. 18.41</bibl>.
</p></div>
<div type="textpart" xml:id="actorides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκτορίδης</foreign></head>
<p>Patr. of Echeclees <bibl n="Hom. Il. 16.189">Il. 16.189</bibl>.
</p></div>
<div type="textpart" xml:id="actoris-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκτορίς</foreign></head>
<p>A servant given by her father to Penelope on her marriage <bibl n="Hom. Od. 23.228">Od. 23.228</bibl>.
</p></div>
<div type="textpart" xml:id="actorion-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀκτορίων</foreign></head>
<p>In form a patr. ; but the occurrence against analogy of two such words together in <bibl n="Hom. Il. 11.750">Il. 11.750</bibl> (<foreign xml:lang="greek">Ἀκτορίωνε Μολίονε</foreign>) makes it doubtful whether it is a patr. The words have not been satisfactorily explained. Of Cteatus and Eurytus-2 <bibl n="Hom. Il. 11.750">Il. 11.750</bibl>, <bibl n="Hom. Il. 23.638">Il. 23.638</bibl>. </p>
<p>Of Cteatus <bibl n="Hom. Il. 13.185">Il. 13.185</bibl>. </p>
<p>Of Amphimachus and Thalpius (sons of C. and E.) <bibl n="Hom. Il. 2.621">Il. 2.621</bibl>.
</p></div>
<div type="textpart" xml:id="actor-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄκτωρ</foreign>-1</head>
<p>Patr. <foreign xml:lang="greek">Ἀζεΐδης.</foreign> App. father of Astyoche <bibl n="Hom. Il. 2.513">Il. 2.513</bibl>.
</p></div>
<div type="textpart" xml:id="actor-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄκτωρ</foreign>-2</head>
<p>Father of Menoetius <bibl n="Hom. Il. 11.785">Il. 11.785</bibl>, <bibl n="Hom. Il. 16.14">Il. 16.14</bibl>.
</p></div>
<div type="textpart" xml:id="alalcomeneis-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλαλκομενηΐς</foreign></head>
<p>See Lexicon.
</p></div>
<div type="textpart" xml:id="alastorides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλαστορίδης</foreign></head>
<p>Patr. of Tros-2 <bibl n="Hom. Od. 3.463">Od. 3.463</bibl>.
</p></div>
<div type="textpart" xml:id="alastor-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλάστωρ</foreign>-1</head>
<p>G (<foreign xml:lang="greek">δῖος</foreign>) <bibl n="Hom. Il. 4.295">Il. 4.295</bibl>; assists Mecisteus-2 in carrying off the wounded Teucrus <bibl n="Hom. Il. 8.333">Il. 8.333</bibl>, and Hypsenor-2 <bibl n="Hom. Il. 13.422">Il. 13.422</bibl>.
</p></div>
<div type="textpart" xml:id="alastor-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλάστωρ</foreign>-2</head>
<p>T. S. Odysseus <bibl n="Hom. Il. 5.677">Il. 5.677</bibl>.
</p></div>
<div type="textpart" xml:id="alegenorides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλεγηνορίδης</foreign></head>
<p>Patr. of Promachus <bibl n="Hom. Il. 14.503">Il. 14.503</bibl>.
</p></div>
<div type="textpart" xml:id="alectryon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλεκτρυών</foreign></head>
<p>(<foreign xml:lang="greek">μεγάθυμος</foreign>). Father of Leitus <bibl n="Hom. Il. 16.602">Il. 16.602</bibl>.
</p></div>
<div type="textpart" xml:id="alector-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλέκτωρ</foreign></head>
<p>A Spartan. Megapenthes married his daughter <bibl n="Hom. Od. 4.10">Od. 4.10</bibl>.
</p></div>
<div type="textpart" xml:id="alexandrus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλέξανδρος</foreign></head>
<p>See <foreign xml:lang="greek">Πάρις.</foreign>
</p></div>
<div type="textpart" xml:id="aleion-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλήϊον</foreign></head>
<p><foreign xml:lang="greek">πεδίον.</foreign>. A plain not localized. 'A. is app. formed to agree in sound with <foreign xml:lang="greek">ἀλᾶτο</foreign> in the same line <bibl n="Hom. Il. 7.201">Il. 7.201</bibl>. 'The plain of wandering.'
</p></div>
<div type="textpart" xml:id="alesion-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλήσιον</foreign></head>
<p>A hill on the confines of Bouprasion <bibl n="Hom. Il. 2.617">Il. 2.617</bibl>, <bibl n="Hom. Il. 11.757">Il. 11.757</bibl>.
</p></div>
<div type="textpart" xml:id="althaie-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλθαίη</foreign></head>
<p>Wife of Oeneus and mother of Tydeus and Meleagrus <bibl n="Hom. Il. 9.555">Il. 9.555</bibl>. A brother of A. slain by M. and her curses thereupon <bibl n="Hom. Il. 9.565">Il. 9.565</bibl>.
</p></div>
<div type="textpart" xml:id="haliartus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἁλίαρτος</foreign></head>
<p><foreign xml:lang="greek">̔ποιήεις̓</foreign> A Bocotian town <bibl n="Hom. Il. 2.503">Il. 2.503</bibl>.
</p></div>
<div type="textpart" xml:id="halizones-cunliffe-name" >
<head><foreign xml:lang="greek">Ἁλίζωνες</foreign></head>
<p>T. Perh. a people of the s. shore of the Euxine beyond the Paphlagonians <bibl n="Hom. Il. 2.856">Il. 2.856</bibl>, <bibl n="Hom. Il. 5.39">Il. 5.39</bibl>.
</p></div>
<div type="textpart" xml:id="halie-cunliffe-name" >
<head><foreign xml:lang="greek">Ἁλίη</foreign></head>
<p><foreign xml:lang="greek">̔βοῶπις̓.</foreign> A Nereid <bibl n="Hom. Il. 18.40">Il. 18.40</bibl>.
</p></div>
<div type="textpart" xml:id="halitherses-cunliffe-name" >
<head><foreign xml:lang="greek">Ἁλιθέρσης</foreign></head>
<p>Patr. <foreign xml:lang="greek">Μαστορίδης</foreign>-1 An Ithacan elder. His speech in the assembly <bibl n="Hom. Od. 2.157">Od. 2.157</bibl>; <bibl n="Hom. Od. 2.253">Od. 2.253</bibl>, <bibl n="Hom. Od. 17.68">Od. 17.68</bibl>; advises against attacking Odysseus <bibl n="Hom. Od. 24.451">Od. 24.451</bibl>.
</p></div>
<div type="textpart" xml:id="halios-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἅλιος</foreign>-1</head>
<p>T. S. Odysseus <bibl n="Hom. Il. 5.678">Il. 5.678</bibl>.
</p></div>
<div type="textpart" xml:id="halios-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἅλιος</foreign>-2</head>
<p>Son of Alcinous <bibl n="Hom. Od. 8.119">Od. 8.119</bibl>, <bibl n="Od. 8.370">370</bibl>.
</p></div>
<div type="textpart" xml:id="alcathous-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκάθοος</foreign></head>
<p>Son of Aesyetes-2, husband of Hippodameia-2 and son-in-law of Anchises <bibl n="Hom. Il. 12.93">Il. 12.93</bibl>; s. Idomeneus <bibl n="Hom. Il. 13.428">Il. 13.428</bibl>, <bibl n="Il. 13.465">465</bibl>, <bibl n="Il. 13.496">496</bibl>.
</p></div>
<div type="textpart" xml:id="alcandre-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκάνδρη</foreign></head>
<p>Wife of Polybus-3 <bibl n="Hom. Od. 4.126">Od. 4.126</bibl>.
</p></div>
<div type="textpart" xml:id="alcandrus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄλκανδρος</foreign></head>
<p>T. S. Odysseus <bibl n="Hom. Il. 5.678">Il. 5.678</bibl>.
</p></div>
<div type="textpart" xml:id="alcestis-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄλκηστις</foreign></head>
<p>(<foreign xml:lang="greek">δῖα γυναικῶν, Πελίαο θυγατρῶν εἶδος ἀρίστἠ.</foreign> Daughter of Pelies, wife of Admetus and mother of Eumelus <bibl n="Hom. Il. 2.715">Il. 2.715</bibl>.
</p></div>
<div type="textpart" xml:id="alcimedon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκιμέδων</foreign></head>
<p>(<foreign xml:lang="greek">ἀμύμων</foreign>). Son of Laerces-1 A leader under Achilles <bibl n="Hom. Il. 16.197">Il. 16.197</bibl>; comes to the aid of Automedon <bibl n="Hom. Il. 17.467">Il. 17.467</bibl>, <bibl n="Il. 17.475">475</bibl>, <bibl n="Il. 17.481">481</bibl>, <bibl n="Il. 17.500">500</bibl>, <bibl n="Il. 17.501">501</bibl>.
</p></div>
<div type="textpart" xml:id="alcimides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκιμίδης</foreign></head>
<p>Patr. of Mentor-2 <bibl n="Hom. Od. 22.235">Od. 22.235</bibl>.
</p></div>
<div type="textpart" xml:id="alcimus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄλκιμος</foreign></head>
<p>(<foreign xml:lang="greek">ὄζος Ἄρηος(. θεράπων</foreign> of Achilles <bibl n="Hom. Il. 19.392">Il. 19.392</bibl>, <bibl n="Hom. Il. 24.474">Il. 24.474</bibl>, <bibl n="Il. 24.574">574</bibl>.
</p></div>
<div type="textpart" xml:id="alcinous-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκίνοος</foreign></head>
<p>(<foreign xml:lang="greek">ἀμύμων, βασιλεύς, δαΐθρων, θεοειδής,
<pb xml:id="p.5"></pb>
θεοείκελος, θεῶν ἄπο μήδεα εἰδώς, ίερὸν μένος, κρείων, μεγαλήτωρ, πάντων ἀριδείκετος λαῶν</foreign>). King of the Phaeacians. Son of Nausithous, husband of Arete (the daughter of his brother Rhexenor) and father of Laodamas-2 Halius-2, Clytoneus and Nausicaa. His parentage <bibl n="Hom. Od. 6.56">Od. 6.56</bibl>; his house described <bibl n="Hom. Od. 6.84">Od. 6.84</bibl>, and his orchard and garden <bibl n="Hom. Od. 6.112">112</bibl>; Odysseus approaches him and Arete <bibl n="Hom. Od. 6.141">Od. 6.141</bibl>, he raises O. from the hearth <bibl n="Hom. Od. 6.167">167</bibl>, promises him conduct to his home <bibl n="Hom. Od. 6.317">317</bibl>, <bibl n="Hom. Od. 8.26">Od. 8.26</bibl>; entertains him with games <bibl n="Hom. Od. 8.97">Od. 8.97</bibl>, and with the singing of Demodocus <bibl n="Hom. Od. 8.254">254</bibl>; proposes the giving of gifts to him <bibl n="Hom. Od. 8.389">Od. 8.389</bibl>; asks for his tale <bibl n="Hom. Od. 8.572">Od. 8.572</bibl>; puts the gifts on board the ship <bibl n="Hom. Od. 13.20">Od. 13.20</bibl>, dispatches <bibl n="Hom. Il. 15.64">Il. 15.64</bibl> ; for fear of Poseidon proposes to give up conducting strangers <bibl n="Hom. Od. 13.171">Od. 13.171</bibl>; etc.
</p></div>
<div type="textpart" xml:id="alcippe-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκίππη</foreign></head>
<p>A handmaid of Helen at Sparta <bibl n="Hom. Od. 4.124">Od. 4.124</bibl>.
</p></div>
<div type="textpart" xml:id="alcmaon-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκμάων</foreign>-1</head>
<p>G. Patr. <foreign xml:lang="greek">Θεστορίδης</foreign>-2. S. Sarpedon <bibl n="Hom. Il. 12.394">Il. 12.394</bibl>.
</p></div>
<div type="textpart" xml:id="alcmaon-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκμάων</foreign>-2</head>
<p>Son of Amphiaraus <bibl n="Hom. Od. 15.248">Od. 15.248</bibl>.
</p></div>
<div type="textpart" xml:id="alcmene-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκμήνη</foreign></head>
<p>Wife of Amphitryon and mother of Heracles by Zeus <bibl n="Hom. Il. 14.323">Il. 14.323</bibl>; H 's birth delayed by contrivance of Here, whereby H. became subject to Eurystheus <bibl n="Hom. Il. 19.99">Il. 19.99</bibl>, <bibl n="Il. 19.119">119</bibl>: A. brought into comparison with Penelope <bibl n="Hom. Od. 2.120">Od. 2.120</bibl>; in the Shades <bibl n="Hom. Od. 11.266">Od. 11.266</bibl>.
</p></div>
<div type="textpart" xml:id="alcyone-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλκυόνη</foreign></head>
<p>A name for Cleopatra. The reason given <bibl n="Hom. Il. 9.562">Il. 9.562</bibl>.
</p></div>
<div type="textpart" xml:id="alope-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλόπη</foreign></head>
<p>A town of Argos-2 on the n. shore of the entrance to the Malian Gulf <bibl n="Hom. Il. 2.682">Il. 2.682</bibl>.
</p></div>
<div type="textpart" xml:id="alus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄλος</foreign></head>
<p>A town of Argos-2 on the w. shore of the Pagasaean Gulf <bibl n="Hom. Il. 2.682">Il. 2.682</bibl>.
</p></div>
<div type="textpart" xml:id="altes-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄλτης</foreign></head>
<p>(<foreign xml:lang="greek">ὀνομάκλυτος</foreign>). King of the Leleges and father of Laothoe <bibl n="Hom. Il. 21.85">Il. 21.85</bibl>, <bibl n="Il. 21.86">86</bibl>, <bibl n="Hom. Il. 22.51">Il. 22.51</bibl>.
</p></div>
<div type="textpart" xml:id="alybas-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλύβας</foreign></head>
<p>Of uncertain site. Odysseus in his tale to Laertes claims to have come thence <bibl n="Hom. Od. 24.304">Od. 24.304</bibl>.
</p></div>
<div type="textpart" xml:id="alybe-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλύβη</foreign></head>
<p>A town of the Halizonians <bibl n="Hom. Il. 2.857">Il. 2.857</bibl>.
</p></div>
<div type="textpart" xml:id="alpheius-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλφειός</foreign></head>
<p>(<foreign xml:lang="greek">ἱερός</foreign>). A river of w. Peloponnesus flowing through the (app. n.) extremity of Nestor's realm <bibl n="Hom. Il. 2.592">Il. 2.592</bibl>; father of Ortilochus-3 <bibl n="Hom. Il. 5.545">Il. 5.545</bibl>: <bibl n="Hom. Od. 3.489">Od. 3.489</bibl>, <bibl n="Hom. Od. 15.187">Od. 15.187</bibl>; <bibl n="Hom. Il. 11.712">Il. 11.712</bibl>, <bibl n="Il. 11.726">726</bibl>, <bibl n="Il. 11.728">728</bibl>.
</p></div>
<div type="textpart" xml:id="aloeus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀλωεύς</foreign></head>
<p>Husband of Iphimedeia and nominal father of Otus-1 and Ephialtes <bibl n="Hom. Il. 5.386">Il. 5.386</bibl>: <bibl n="Hom. Od. 11.305">Od. 11.305</bibl>.
</p></div>
<div type="textpart" xml:id="amazones-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμαζόνες</foreign></head>
<p>(<foreign xml:lang="greek">ἀντιάνειραι</foreign>). A race of warlike women. Invaded Phrygia <bibl n="Hom. Il. 3.189">Il. 3.189</bibl>; Bellerophon's fight with them <bibl n="Hom. Il. 7.186">Il. 7.186</bibl>.
</p></div>
<div type="textpart" xml:id="amatheia-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμάθεια</foreign></head>
<p>(<foreign xml:lang="greek">ὲϋπλόκαμος</foreign>). A Nereid <bibl n="Hom. Il. 18.48">Il. 18.48</bibl>.
</p></div>
<div type="textpart" xml:id="amaxa-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄμαξα</foreign></head>
<p>See Lexicon.
</p></div>
<div type="textpart" xml:id="amarygceides-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμαρυγκεΐδης</foreign></head>
<p>Patr. fr. next. Of Diores-1 <bibl n="Hom. Il. 2.622">Il. 2.622</bibl>, <bibl n="Hom. Il. 4.517">Il. 4.517</bibl>.
</p></div>
<div type="textpart" xml:id="amarygceus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμαρυγκεύς</foreign></head>
<p>(<foreign xml:lang="greek">κρείων</foreign>). Father of Diores-1. His funeral games <bibl n="Hom. Il. 23.630">Il. 23.630</bibl>.
</p></div>
<div type="textpart" xml:id="amisodarus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμισώδαρος</foreign></head>
<p>Father of Atymnius and Maris. Reared the Chimaera <bibl n="Hom. Il. 16.328">Il. 16.328</bibl>.
</p></div>
<div type="textpart" xml:id="amnisus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμνισός</foreign></head>
<p>The port of Cnosus <bibl n="Hom. Od. 19.188">Od. 19.188</bibl>.
</p></div>
<div type="textpart" xml:id="amopaon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμοπάων</foreign></head>
<p>T. Patr. <foreign xml:lang="greek">Πολυαιμονίδης.</foreign> S. Teucrus <bibl n="Hom. Il. 8.276">Il. 8.276</bibl>.
</p></div>
<div type="textpart" xml:id="amydon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμυδών</foreign></head>
<p>The city of the Paeonians <bibl n="Hom. Il. 2.849">Il. 2.849</bibl>, <bibl n="Hom. Il. 16.288">Il. 16.288</bibl>.
</p></div>
<div type="textpart" xml:id="amythaon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμυθάων</foreign></head>
<p>(<foreign xml:lang="greek">ἱππιοχάρμης</foreign>). Son of Cretheus and Tyro <bibl n="Hom. Od. 11.259">Od. 11.259</bibl>. Was father of Melampus.
</p></div>
<div type="textpart" xml:id="amyclai-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμύκλαι</foreign></head>
<p>A town in the realm of Menelaus <bibl n="Hom. Il. 2.584">Il. 2.584</bibl>.
</p></div>
<div type="textpart" xml:id="amyntor-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμύντωρ</foreign></head>
<p>Patr. <foreign xml:lang="greek">Ὀρμενίδης.</foreign> Ruler of Hellas (but in <bibl n="Hom. Il. 10.266">Il. 10.266</bibl> he is spoken of as living in Eleon) and father of Phoenix-1 <bibl n="Hom. Il. 9.448">Il. 9.448</bibl>, <bibl n="Hom. Il. 10.266">Il. 10.266</bibl>.
</p></div>
<div type="textpart" xml:id="amphialus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίαλος</foreign></head>
<p>Son of Polyneus. A Phaeacian <bibl n="Hom. Od. 8.114">Od. 8.114</bibl>, <bibl n="Od. 8.128">128</bibl>.
</p></div>
<div type="textpart" xml:id="amphiaraus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιάραος</foreign></head>
<p>(<foreign xml:lang="greek">λαοσσόος</foreign>). The seer, son of Oicles, husband of Eriphyle and father of Alcmaon-2 and Amphilochus. Perished by the treachery of his wife <bibl n="Hom. Od. 15.244">Od. 15.244</bibl>, <bibl n="Od. 15.253">253</bibl>.
</p></div>
<div type="textpart" xml:id="amphigeneia-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιγένεια</foreign></head>
<p>A town of Pylus <bibl n="Hom. Il. 2.593">Il. 2.593</bibl>.
</p></div>
<div type="textpart" xml:id="amphidamas-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιδάμας</foreign>-1</head>
<p>A Cytherian <bibl n="Hom. Il. 10.268">Il. 10.268</bibl>, <bibl n="Il. 10.269">269</bibl>.
</p></div>
<div type="textpart" xml:id="amphidamas-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιδάμας</foreign>-2</head>
<p>His son killed in a quarrel by Patroclus <bibl n="Hom. Il. 23.87">Il. 23.87</bibl>.
</p></div>
<div type="textpart" xml:id="amphithee-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιθέη</foreign></head>
<p>Wife of Autolycus and mother of Anticleia <bibl n="Hom. Od. 19.416">Od. 19.416</bibl>.
</p></div>
<div type="textpart" xml:id="amphithoe-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιθόη</foreign></head>
<p>A Nerei <bibl n="Hom. Il. 18.42">Il. 18.42</bibl>.
</p></div>
<div type="textpart" xml:id="amphiclus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄμφικλος</foreign></head>
<p>T. S. Meges <bibl n="Hom. Il. 16.313">Il. 16.313</bibl>.
</p></div>
<div type="textpart" xml:id="amphilochus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίλοχος</foreign></head>
<p>Son of Amphiaraus <bibl n="Hom. Od. 15.248">Od. 15.248</bibl>.
</p></div>
<div type="textpart" xml:id="amphimachos-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίμαχος</foreign>-1</head>
<p>(<foreign xml:lang="greek">μεγαλήτωρ</foreign>) See <foreign xml:lang="greek">Ἀκτορίων.</foreign> Son of Cteatus and grandson of Poseidon, and a leader of the Epeians <bibl n="Hom. Il. 2.620">Il. 2.620</bibl>; s. Hector <bibl n="Hom. Il. 13.185">Il. 13.185</bibl>, <bibl n="Il. 13.189">189</bibl>, <bibl n="Il. 13.195">195</bibl>, <bibl n="Il. 13.203">203</bibl>; Poseidon's wrath at his slaying <bibl n="Hom. Il. 13.206">Il. 13.206</bibl>.
</p></div>
<div type="textpart" xml:id="amphimachos-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίμαχος</foreign>-2</head>
<p>(<foreign xml:lang="greek">ἀγλαός</foreign>). Son of Nomion and a leader of the Carians <bibl n="Hom. Il. 2.870">Il. 2.870</bibl>, <bibl n="Il. 2.871">871</bibl>; s. Achilles <bibl n="Hom. Il. 2.874">Il. 2.874</bibl>.
</p></div>
<div type="textpart" xml:id="amphimedon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιμέδων</foreign></head>
<p>(<foreign xml:lang="greek">ἀγακλυτός</foreign>) A suitor, son of Melaneus <bibl n="Hom. Od. 24.103">Od. 24.103</bibl>; <bibl n="Hom. Od. 22.242">Od. 22.242</bibl>; wounds Telemachus <bibl n="Hom. Od. 22.277">Od. 22.277</bibl>, who slays him <bibl n="Hom. Od. 22.284">284</bibl>; in the Shades <bibl n="Hom. Od. 24.103">Od. 24.103</bibl>, <bibl n="Od. 24.106">106</bibl>, <bibl n="Od. 24.120">120</bibl>.
</p></div>
<div type="textpart" xml:id="amphinome-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφινόμη</foreign></head>
<p>A Nereid <bibl n="Hom. Il. 18.44">Il. 18.44</bibl>.
</p></div>
<div type="textpart" xml:id="amphinomus-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίνομος</foreign></head>
<p>(<foreign xml:lang="greek">Δουλιχιεύς, φαίδιμος</foreign>). Son of Nisus, and the leader of the suitors from Doulichium. First sees the ship returning from the ambush laid for Telemachus <bibl n="Hom. Od. 16.351">Od. 16.351</bibl>; pleasing to Penelope <bibl n="Hom. Od. 16.394">Od. 16.394</bibl>; wishes Odysseus well after the fight with Irus <bibl n="Hom. Od. 18.119">Od. 18.119</bibl>, his presentiment of evil <bibl n="Hom. Od. 18.153">153</bibl>, <foreign xml:lang="greek">Ο.</foreign> takes refuge with him when threatened by Eurymachus 395; s. Telemachus <bibl n="Hom. Od. 22.89">Od. 22.89</bibl>, <bibl n="Od. 22.96">96</bibl>; etc.
</p></div>
<div type="textpart" xml:id="amphios-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄμφιος</foreign>-1</head>
<p>(<foreign xml:lang="greek">λινοθώρηξ</foreign>). See <foreign xml:lang="greek">Ἄδρηστος</foreign>-2.
</p></div>
<div type="textpart" xml:id="amphios-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἄμφιος</foreign>-2</head>
<p>T. Son of Selagus. S. Aias-1 <bibl n="Hom. Il. 5.612">Il. 5.612</bibl>.
</p></div>
<div type="textpart" xml:id="amphitrite-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιτρίτη</foreign></head>
<p>(<foreign xml:lang="greek">ἀγάστονος, κλυτός, κυανῶπις</foreign>). A divine marine being <bibl n="Hom. Od. 3.91">Od. 3.91</bibl>, <bibl n="Hom. Od. 5.422">Od. 5.422</bibl>, <bibl n="Hom. Od. 12.60">Od. 12.60</bibl>, <bibl n="Od. 12.97">97</bibl>.
</p></div>
<div type="textpart" xml:id="amphitryon-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφιτρύων</foreign></head>
<p>Husband of Alcmene and putative father of Heracles <bibl n="Hom. Il. 5.392">Il. 5.392</bibl>: <bibl n="Hom. Od. 11.266">Od. 11.266</bibl>, <bibl n="Od. 11.270">270</bibl>.
</p></div>
<div type="textpart" xml:id="amphion-1-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίων</foreign>-1</head>
<p>A leader of the Epeians <bibl n="Hom. Il. 13.692">Il. 13.692</bibl>.
</p></div>
<div type="textpart" xml:id="amphion-2-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίων</foreign>-2</head>
<p>Son of Zeus and Antiope. With his brother Zethus represented as having founded Thebes-1 <bibl n="Hom. Od. 11.262">Od. 11.262</bibl>.
</p></div>
<div type="textpart" xml:id="amphion-3-cunliffe-name" >
<head><foreign xml:lang="greek">Ἀμφίων</foreign>-3</head>
<p>Patr. <foreign xml:lang="greek">Ἰασίδης</foreign>-1 King of Orchomenus-1 and father of Chloris <bibl n="Hom. Od. 11.283">Od. 11.283</bibl>.