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'}
7 rows where source_id = "SRC_AESCHYLUS_ORESTEIA"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ALASTOR,SRC_AESCHYLUS_ORESTEIA,direct attestation | Alastor ENT_ALASTOR | Aeschylus, Oresteia trilogy (Agamemnon, Choephoroi, Eumenides), 458 BCE SRC_AESCHYLUS_ORESTEIA | direct attestation | Aeschylus, Agamemnon 1501: Clytemnestra invokes the Alastor (avenging spirit) of the house of Atreus. |
| ENT_EUMENIDES,SRC_AESCHYLUS_ORESTEIA,direct attestation | Eumenides ENT_EUMENIDES | Aeschylus, Oresteia trilogy (Agamemnon, Choephoroi, Eumenides), 458 BCE SRC_AESCHYLUS_ORESTEIA | direct attestation | Aeschylus, Eumenides 1021-1047: the Erinyes transformed into the kindly Semnai/Eumenides. |
| ENT_HERMES_CHTHONIOS_CULT,SRC_AESCHYLUS_ORESTEIA,direct attestation | Hermes Chthonios ENT_HERMES_CHTHONIOS_CULT | Aeschylus, Oresteia trilogy (Agamemnon, Choephoroi, Eumenides), 458 BCE SRC_AESCHYLUS_ORESTEIA | direct attestation | Aeschylus, Choephoroi 1: the opening invocation of "Hermes chthonios." |
| ENT_POINAI,SRC_AESCHYLUS_ORESTEIA,direct attestation | Poinai ENT_POINAI | Aeschylus, Oresteia trilogy (Agamemnon, Choephoroi, Eumenides), 458 BCE SRC_AESCHYLUS_ORESTEIA | direct attestation | Aeschylus, Choephoroi 935-937: the Poinai, spirits of retribution upon the house of Atreus. |
| ENT_POINE,SRC_AESCHYLUS_ORESTEIA,direct attestation | Poine ENT_POINE | Aeschylus, Oresteia trilogy (Agamemnon, Choephoroi, Eumenides), 458 BCE SRC_AESCHYLUS_ORESTEIA | direct attestation | Aeschylus, Choephoroi 935-937: Poine (Retribution) comes upon the house of Atreus. |
| ENT_THEMIS_AT_DELPHI,SRC_AESCHYLUS_ORESTEIA,direct attestation | Themis at Delphi ENT_THEMIS_AT_DELPHI | Aeschylus, Oresteia trilogy (Agamemnon, Choephoroi, Eumenides), 458 BCE SRC_AESCHYLUS_ORESTEIA | direct attestation | Aeschylus, Eumenides 1-8: Themis held the Delphic oracular seat, second after Gaia, before Apollo. |
| ENT_THRASOS,SRC_AESCHYLUS_ORESTEIA,direct attestation | Thrasos ENT_THRASOS | Aeschylus, Oresteia trilogy (Agamemnon, Choephoroi, Eumenides), 458 BCE SRC_AESCHYLUS_ORESTEIA | direct attestation | Aeschylus, Agamemnon 763-766: the unholy daimon Thrasos (Audacity) bred by old Hybris. |
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]);