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_MERCURY"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ROM_MERCURY,SRC_BEARD_ROMAN_RELIGIONS,scholarly attestation | Mercury ENT_ROM_MERCURY | 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_MERCURY,SRC_CICERO_DE_NATURA,direct attestation | Mercury ENT_ROM_MERCURY | Cicero, De Natura Deorum (45 BCE) SRC_CICERO_DE_NATURA | direct attestation | DND 2.62 (Mercury as reason/speech in Stoic allegory). Key for Mercury's philosophical reception. |
| ENT_ROM_MERCURY,SRC_OVID_FASTI,direct attestation | Mercury ENT_ROM_MERCURY | Ovid, Fasti SRC_OVID_FASTI | direct attestation | Fasti 5.663-692: the Mercuralia (May 15); Mercury's origin as son of Maia (May's eponymous figure); his role as god of merchants and travellers; the ritual sprinkling of his waters at the Porta Capena fountain |
| ENT_ROM_MERCURY,SRC_ROMAN_OCD,scholarly attestation | Mercury ENT_ROM_MERCURY | Oxford Classical Dictionary, Roman Religion entries SRC_ROMAN_OCD | scholarly attestation | Attested in Oxford Classical Dictionary, Roman Religion entries. |
| ENT_ROM_MERCURY,SRC_VIRGIL_AENEID,direct attestation | Mercury ENT_ROM_MERCURY | Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID | direct attestation | Mercury delivers Jupiter's command to Aeneas to leave Carthage (4.222-278, 4.554-570). Depicted with caduceus, winged sandals, and hat; the most vivid Hermes/Mercury description in Latin 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]);