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'}
10 rows where source_id = "SRC_HESIOD_WORKS_DAYS"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_AIDOS,SRC_HESIOD_WORKS_DAYS,direct attestation | Aidos ENT_AIDOS | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 197-201 (Aidos and Nemesis abandon humankind in the Iron Age). |
| ENT_ARETE,SRC_HESIOD_WORKS_DAYS,direct attestation | Arete ENT_ARETE | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 287-292 (Arete/Excellence, set by the gods at the end of a steep path). |
| ENT_ELPIS,SRC_HESIOD_WORKS_DAYS,direct attestation | Elpis ENT_ELPIS | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 90-99 (Elpis/Hope remains in Pandora's jar). |
| ENT_ERIS,SRC_HESIOD_WORKS_DAYS,direct attestation | Eris ENT_ERIS | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 11-26 (the two Strifes, the harmful and the wholesome). |
| ENT_GRR_ISLES_BLEST,SRC_HESIOD_WORKS_DAYS,primary text attestation | The Isles of the Blest (Fortunate Isles) ENT_GRR_ISLES_BLEST | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | primary text attestation | attestation |
| ENT_HYBRIS,SRC_HESIOD_WORKS_DAYS,direct attestation | Hybris ENT_HYBRIS | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 213-218: the warning that Dike prevails over Hybris (Insolence). |
| ENT_NOSOI,SRC_HESIOD_WORKS_DAYS,direct attestation | Nosoi ENT_NOSOI | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 102-104: the countless Nosoi (Diseases) that escaped Pandora's jar. |
| ENT_PEITHO,SRC_HESIOD_WORKS_DAYS,direct attestation | Peitho ENT_PEITHO | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 73: "queenly Peitho" (Persuasion) adorns Pandora. |
| ENT_PHEME,SRC_HESIOD_WORKS_DAYS,direct attestation | Pheme ENT_PHEME | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 760-764 (Pheme/Rumor, who never wholly dies). |
| ENT_ZEUS_CHTHONIOS_CULT,SRC_HESIOD_WORKS_DAYS,direct attestation | Zeus Chthonios ENT_ZEUS_CHTHONIOS_CULT | Hesiod, Works and Days (c. 700 BCE), trans. Evelyn-White SRC_HESIOD_WORKS_DAYS | direct attestation | Hesiod, Works and Days 465: "pray to Zeus Chthonios and to pure Demeter" at the first ploughing. |
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]);