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'}
5 rows where entity_id = "ENT_ROM_BACCHUS"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ROM_BACCHUS,SRC_BEARD_ROMAN_RELIGIONS,scholarly attestation | Bacchus/Liber ENT_ROM_BACCHUS | Mary Beard, John North, Simon Price, Religions of Rome SRC_BEARD_ROMAN_RELIGIONS | scholarly attestation | Attested in Beard, North, Price, Religions of Rome. |
| ENT_ROM_BACCHUS,SRC_CICERO_DE_NATURA,direct attestation | Bacchus/Liber ENT_ROM_BACCHUS | Cicero, De Natura Deorum (45 BCE) SRC_CICERO_DE_NATURA | direct attestation | DND 2.62; 3.58. Cicero cites multiple versions of Bacchus/Dionysus, noting their theological confusion. |
| ENT_ROM_BACCHUS,SRC_OVID_FASTI,direct attestation | Bacchus/Liber ENT_ROM_BACCHUS | Ovid, Fasti SRC_OVID_FASTI | direct attestation | Fasti 3.713-790: the Liberalia (March 17; festival of Liber/Bacchus); the coming-of-age ceremony where Roman boys put on their toga virilis; Liber/Bacchus as the deity of wine, freedom, and civic coming-of-age; the primary literary account of the Liberalia |
| ENT_ROM_BACCHUS,SRC_ROMAN_OCD,scholarly attestation | Bacchus/Liber ENT_ROM_BACCHUS | Oxford Classical Dictionary, Roman Religion entries SRC_ROMAN_OCD | scholarly attestation | Attested in Oxford Classical Dictionary, Roman Religion entries. |
| ENT_ROM_BACCHUS,SRC_VIRGIL_AENEID,direct attestation | Bacchus/Liber ENT_ROM_BACCHUS | Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID | direct attestation | Bacchus/Liber appears in Aeneid 6.805 (among Rome's divine founders); 7.385-391 (Amata's Bacchic frenzy). The Aeneid attests Bacchus as civic deity as well as god of ecstatic rites. |
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]);