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_PROSERPINA"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ROM_PROSERPINA,SRC_BEARD_ROMAN_RELIGIONS,scholarly attestation | Proserpina ENT_ROM_PROSERPINA | 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_PROSERPINA,SRC_CICERO_DE_NATURA,direct attestation | Proserpina ENT_ROM_PROSERPINA | Cicero, De Natura Deorum (45 BCE) SRC_CICERO_DE_NATURA | direct attestation | DND 2.66 (Proserpina as grain seed that descends into the earth — Stoic allegory of agriculture). |
| ENT_ROM_PROSERPINA,SRC_OVID_FASTI,direct attestation | Proserpina ENT_ROM_PROSERPINA | Ovid, Fasti SRC_OVID_FASTI | direct attestation | Fasti 4.417-620: Proserpina's abduction by Pluto (Roman version of the Persephone myth); Ceres's search; the negotiated return; the primary Latin literary source alongside Ovid's Metamorphoses |
| ENT_ROM_PROSERPINA,SRC_ROMAN_OCD,scholarly attestation | Proserpina ENT_ROM_PROSERPINA | Oxford Classical Dictionary, Roman Religion entries SRC_ROMAN_OCD | scholarly attestation | Attested in Oxford Classical Dictionary, Roman Religion entries. |
| ENT_ROM_PROSERPINA,SRC_VIRGIL_AENEID,direct attestation | Proserpina ENT_ROM_PROSERPINA | Virgil, Aeneid (19 BCE) SRC_VIRGIL_AENEID | direct attestation | Proserpina receives the golden bough (Aeneid 6.141-142); consort of Pluto in the Roman underworld. 6.397-401 (Charon's realm). Central to Aeneid Book 6 as queen of the dead. |
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]);