Entity Sources
Data license: MIT · Data source: jebboone/deitydb
- evidence_type
- {'description': 'e.g. Direct attestation, Secondary analysis, Epigraphic, Numismatic'}
- source_note
- {'description': 'Specific passage citations and notes on how this source attests the entity'}
4 rows where entity_id = "ENT_KER"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_KER,SRC_HESIOD_THEOGONY,direct attestation | Ker ENT_KER | Hesiod, Theogony and Works and Days SRC_HESIOD_THEOGONY | direct attestation | Theogony 211-212: Ker (Violent Death, the death-fate-spirit) is born of Nyx alongside Moros; Theogony 217: the Keres ("the grim ones who pursue men") are also daughters of Night; Hesiod provides the primary ancient genealogical placement of Ker as a personified form of violent death as opposed to the peaceful death of Thanatos |
| ENT_KER,SRC_HOMER_ILIAD_ODYSSEY,direct attestation | Ker ENT_KER | Homer, Iliad and Odyssey (c. 750-675 BCE); trans. Richmond Lattimore (Iliad, Univ. of Chicago 1951) and trans. Emily Wilson (Odyssey, Norton 2017) SRC_HOMER_ILIAD_ODYSSEY | direct attestation | Ker/Keres (spirits of death and doom) appear on the Shield of Achilles (Iliad XVIII.535-538): "pale Keres, gnashing their white teeth"; they appear at battles dragging away the dead; Iliad II.302, XI.332, XVIII.535; Odyssey (several passages) |
| ENT_KER,SRC_THEOI_GODS,index attestation | Ker ENT_KER | Theoi Greek Gods category index SRC_THEOI_GODS | index attestation | Literary attestation in classical/mythographic tradition; cult evidence varies by entity. |
| ENT_KER,SRC_THEOI_HOME,index attestation | Ker ENT_KER | Theoi Project main index SRC_THEOI_HOME | index attestation | Attested in Theoi Project index (Greek gods, spirits, heroes in classical literature). |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_sources" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[source_id] TEXT REFERENCES [sources]([source_id]),
[evidence_type] TEXT,
[source_note] TEXT,
PRIMARY KEY ([entity_id], [source_id], [evidence_type])
);
CREATE INDEX [idx_entity_sources_source_id]
ON [entity_sources] ([source_id]);
CREATE INDEX [idx_entity_sources_entity_id]
ON [entity_sources] ([entity_id]);