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'}
6 rows where entity_id = "ENT_ROM_JUNO"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ROM_JUNO,SRC_BEARD_ROMAN_RELIGIONS,scholarly attestation | Juno ENT_ROM_JUNO | 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_JUNO,SRC_CICERO_DE_NATURA,direct attestation | Juno ENT_ROM_JUNO | Cicero, De Natura Deorum (45 BCE) SRC_CICERO_DE_NATURA | direct attestation | DND 2.66 (Juno as personification of air in Stoic allegory); 3.62. Cicero documents both mythological and allegorical interpretations of Juno. |
| ENT_ROM_JUNO,SRC_OVID_FASTI,direct attestation | Juno ENT_ROM_JUNO | Ovid, Fasti SRC_OVID_FASTI | direct attestation | Fasti 6.15-182: June is sacred to Juno; she speaks in the poem; the Matronalia (March 1 in a different book) and June festivals; her role as queen of heaven and protector of Roman matrons; the Junonian calendar of June |
| ENT_ROM_JUNO,SRC_ROMAN_OCD,scholarly attestation | Juno ENT_ROM_JUNO | Oxford Classical Dictionary, Roman Religion entries SRC_ROMAN_OCD | scholarly attestation | Attested in Oxford Classical Dictionary, Roman Religion entries. |
| ENT_ROM_JUNO,SRC_VARRO_ANTIQ,direct attestation | Juno ENT_ROM_JUNO | Varro, Antiquitates Rerum Divinarum (c. 47 BCE, surviving via Augustine City of God) SRC_VARRO_ANTIQ | direct attestation | Varro's account of Juno as soul element (air) and queen of the gods; City of God 7.11. |
| ENT_ROM_JUNO,SRC_VIRGIL_AENEID,direct attestation | Juno ENT_ROM_JUNO | Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID | direct attestation | Juno is the primary divine antagonist of the Aeneid; opposes Aeneas throughout. Key passages: 1.4-7 (her hatred); 1.65-80 (commands Aeolus to raise storm); 7.286-340 (summons Allecto); 12.791-842 (Zeus compels her withdrawal). Aeneid grounds Roman understanding of Juno as implacable queen of heaven. |
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]);