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'}
3 rows where entity_id = "ENT_WEL_MANAWYDAN"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_WEL_MANAWYDAN,SRC_GREEN_CELTIC_GODS,scholarly attestation | Manawydan ENT_WEL_MANAWYDAN | Miranda Green, Dictionary of Celtic Myth and Legend SRC_GREEN_CELTIC_GODS | scholarly attestation | Green (1992) pp. 139-140: Manawydan as the Welsh cognate of Manannán mac Lir; both from *Manawydanō; the sea-god/otherworld-craftsman tradition shared between the insular Celtic traditions |
| ENT_WEL_MANAWYDAN,SRC_MABINOGION,direct attestation | Manawydan ENT_WEL_MANAWYDAN | The Mabinogion SRC_MABINOGION | direct attestation | Second and Third Branch: Second: travels to Ireland with Bran's retinue; Third: the branch is titled after him (Manawydan fab Llŷr); he and Pryderi find the enchanted castle and Pryderi is trapped; Manawydan patiently learns crafts (saddle-making, shoemaking, shielding) and finally catches the enchanter Llwyd and forces him to lift the enchantment; the primary medieval Welsh text for this figure |
| ENT_WEL_MANAWYDAN,SRC_MACCANA_CELTIC_MYTH,scholarly attestation | Manawydan ENT_WEL_MANAWYDAN | Proinsias Mac Cana, Celtic Mythology SRC_MACCANA_CELTIC_MYTH | scholarly attestation | Mac Cana (1970) pp. 66-67: the Manawydan/Manannán comparison; both from *Manawydanō; the sea-god prototype who becomes an Otherworld craftsman in Welsh and a sea-god psychopomp in Irish; the different textual traditions have developed the figure in divergent directions |
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]);