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'}
16 rows where source_id = "SRC_OVID_METAMORPHOSES"
This data as json, CSV (advanced)
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_ARETHUSA,SRC_OVID_METAMORPHOSES,direct attestation | Arethusa ENT_ARETHUSA | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 5.572-641: the nymph's flight from Alpheus, transformed into a spring. |
| ENT_DAEDALUS,SRC_OVID_METAMORPHOSES,direct attestation | Daedalus ENT_DAEDALUS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 8.183ff: the craftsman's wings and the flight from Crete; cf. Apollodorus Epitome 1.12. |
| ENT_DAPHNE,SRC_OVID_METAMORPHOSES,direct attestation | Daphne ENT_DAPHNE | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 1.452-567: pursued by Apollo, she becomes the laurel. |
| ENT_ECHO,SRC_OVID_METAMORPHOSES,direct attestation | Echo ENT_ECHO | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 3.339-401: the nymph wasted to a voice in the Narcissus episode. |
| ENT_GLAUCUS,SRC_OVID_METAMORPHOSES,direct attestation | Glaucus ENT_GLAUCUS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 13.898ff: the Anthedon fisherman made a sea-god by a magic herb. |
| ENT_HERMAPHRODITUS,SRC_OVID_METAMORPHOSES,direct attestation | Hermaphroditus ENT_HERMAPHRODITUS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 4.285-388: merged with the nymph Salmacis into one two-sexed body. |
| ENT_MELICERTES_PALAEMON,SRC_OVID_METAMORPHOSES,direct attestation | Melicertes-Palaemon ENT_MELICERTES_PALAEMON | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 4.519-542: Ino's leap with the infant Melicertes, deified as Palaemon/Leucothea. |
| ENT_MORPHEUS,SRC_OVID_METAMORPHOSES,direct attestation | Morpheus ENT_MORPHEUS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 11.635: Morpheus, shaper of human forms, son of Somnus. |
| ENT_ORPHNE,SRC_OVID_METAMORPHOSES,direct attestation | Orphne ENT_ORPHNE | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 5.539-541: the underworld nymph, mother of Ascalaphus by Acheron. |
| ENT_PHANTASOS,SRC_OVID_METAMORPHOSES,direct attestation | Phantasos ENT_PHANTASOS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 11.642: Phantasos, who takes the form of earth, rock, water and wood. |
| ENT_PHOBETOR,SRC_OVID_METAMORPHOSES,direct attestation | Phobetor ENT_PHOBETOR | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 11.640: "Icelos to the gods, Phobetor to mortals," who takes beast-forms. |
| ENT_ROM_DIVUS_JULIUS,SRC_OVID_METAMORPHOSES,direct attestation | Divus Julius ENT_ROM_DIVUS_JULIUS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 15.745-870: the apotheosis of Julius Caesar as a star. |
| ENT_ROM_POMONA,SRC_OVID_METAMORPHOSES,direct attestation | Pomona ENT_ROM_POMONA | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 14.623-771: Pomona and the wooing of Vertumnus. |
| ENT_ROM_VERTUMNUS,SRC_OVID_METAMORPHOSES,direct attestation | Vertumnus ENT_ROM_VERTUMNUS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 14.623-771: Vertumnus, the shapeshifting god who wins Pomona. |
| ENT_SALMACIS,SRC_OVID_METAMORPHOSES,direct attestation | Salmacis ENT_SALMACIS | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 4.285-388: the spring-nymph who merges with Hermaphroditus. |
| ENT_SYRINX,SRC_OVID_METAMORPHOSES,direct attestation | Syrinx ENT_SYRINX | Ovid, Metamorphoses, c. 8 CE SRC_OVID_METAMORPHOSES | direct attestation | Ovid, Metamorphoses 1.689-712: flees Pan and becomes the reeds of the panpipe. |
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]);