Relationships
Data license: MIT · Data source: jebboone/deitydb
- subject_entity_id
- {'description': 'The entity initiating or holding the relationship'}
- relationship_type
- {'description': 'Typed relationship from the controlled vocabulary (see relationship_types table)'}
- object_entity_id
- {'description': 'The entity receiving or targeted by the relationship'}
- confidence
- {'description': 'high / medium / low / speculative'}
- rationale
- {'description': 'Scholarly justification for the relationship, with source citations'}
- source_id
- {'description': 'Primary source justifying this relationship'}
- period_id
- {'description': 'Historical period in which this relationship is attested (null = all periods)'}
10 rows where source_id = "SRC_TRIADS_BROMWICH"
This data as json, CSV (advanced)
Suggested facets: relationship_type, confidence, review_status
| relationship_id ▼ | subject_entity_id | relationship_type | object_entity_id | confidence | rationale | source_id | review_status | period_id |
|---|---|---|---|---|---|---|---|---|
| 3439 | Gofannon ENT_WEL_GOFANNON | identified_with | Goibniu ENT_CEL_GOIBNIU | high | Welsh smith-god cognate of Irish Goibniu. | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | reviewed | |
| 3440 | Mabon ap Modron ENT_WEL_MABON | reception_of | Maponos ENT_CEL_MAPONOS | high | Mabon ap Modron descends from the Brythonic god Maponos. | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | reviewed | |
| 3441 | Teyrnon ENT_WEL_TEYRNON | consort_of | Rhiannon ENT_WEL_RHIANNON | low | By name (Tigernonos/Rigantona) the divine pair behind Teyrnon and Rhiannon. | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | reviewed | |
| 3450 | Lludd Llaw Eraint ENT_WEL_LLUDD | reception_of | Nuada ENT_CEL_NUADA | medium | Lludd/Nudd Llaw Eraint and Irish Nuada both descend from Brittonic Nodens. | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | reviewed | |
| 3630 | Modron ENT_WEL_MODRON | reception_of | Matres / Matrones ENT_CEL_MATRES | medium | Modron derives from the Gaulish Matrona/Matres. | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | reviewed | |
| 3636 | Beli Mawr ENT_WEL_BELI_MAWR | parent_of | Gwyn ap Nudd ENT_WEL_GWYN_AP_NUDD | low | Beli Mawr, ancestor of the line of Nudd/Lludd. | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | reviewed | |
| 8079 | Merlin ENT_ART_MERLIN | reception_of | Myrddin (Wyllt) ENT_WEL_MYRDDIN | high | Geoffrey of Monmouth latinized Welsh Myrddin as Merlinus (Vita Merlini; Historia Regum Britanniae), fusing the wild prophet of the Old North with Ambrosius — the direct source of the Arthurian Merlin (pointer: Bromwich, TYP 4th ed., s.n. Myrddin). Secondary pointer — needs review. [v2.1.60] | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | needs_review | Arthurian Literary Cycle (Matter of Britain) PER_ARTHURIAN |
| 8080 | Myrddin (Wyllt) ENT_WEL_MYRDDIN | received_as | Merlin ENT_ART_MERLIN | high | Mirror of the Merlin reception edge (Bromwich s.n. Myrddin). Secondary pointer — needs review. [v2.1.60] | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | needs_review | Arthurian Literary Cycle (Matter of Britain) PER_ARTHURIAN |
| 8081 | Guinevere ENT_ART_GUINEVERE | reception_of | Gwenhwyfar ENT_WEL_GWENHWYFAR | high | Guinevere continues Welsh Gwenhwyfar (TYP Triads 53, 54, 56; Culhwch ac Olwen), the name passing through French Guenievre into English (pointer: Bromwich, TYP 4th ed., s.n. Gwenhwyfar). Secondary pointer — needs review. [v2.1.60] | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | needs_review | Arthurian Literary Cycle (Matter of Britain) PER_ARTHURIAN |
| 8082 | Gwenhwyfar ENT_WEL_GWENHWYFAR | received_as | Guinevere ENT_ART_GUINEVERE | high | Mirror of the Guinevere reception edge (Bromwich s.n. Gwenhwyfar). Secondary pointer — needs review. [v2.1.60] | Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH | needs_review | Arthurian Literary Cycle (Matter of Britain) PER_ARTHURIAN |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_relationships" (
[relationship_id] INTEGER PRIMARY KEY,
[subject_entity_id] TEXT REFERENCES [entities]([entity_id]),
[relationship_type] TEXT REFERENCES [relationship_types]([relationship_type]),
[object_entity_id] TEXT REFERENCES [entities]([entity_id]),
[confidence] TEXT,
[rationale] TEXT,
[source_id] TEXT REFERENCES [sources]([source_id]),
[review_status] TEXT,
[period_id] TEXT REFERENCES [periods]([period_id])
);
CREATE INDEX [idx_entity_relationships_period_id]
ON [entity_relationships] ([period_id]);
CREATE INDEX [idx_entity_relationships_source_id]
ON [entity_relationships] ([source_id]);
CREATE INDEX [idx_entity_relationships_object_entity_id]
ON [entity_relationships] ([object_entity_id]);
CREATE INDEX [idx_entity_relationships_relationship_type]
ON [entity_relationships] ([relationship_type]);
CREATE INDEX [idx_entity_relationships_subject_entity_id]
ON [entity_relationships] ([subject_entity_id]);