✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Relationships

2,079 typed, source-backed relationships between entities. Each row records a directed relationship (subject → type → object) with a justifying source and rationale note. See relationship_types for the full controlled vocabulary of 70 relationship types. Key types: reception_of / received_as (transmission across traditions), equated_with (interpretatio graeca / analogues), parent_of (genealogy), member_of (collective membership), emanates_from (Gnostic/Neoplatonic structure).

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)'}

11 rows where object_entity_id = "ENT_ETH_SAINTS"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subject_entity_id, relationship_type, confidence, source_id

relationship_id ▼ subject_entity_id relationship_type object_entity_id confidence rationale source_id review_status period_id
7084 Frumentius (Abba Selama) ENT_ETH_FRUMENTIUS member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS high Frumentius is the founding apostle-bishop in the Ethiopian saintly canon. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  
7085 The Nine Saints ENT_ETH_NINE_SAINTS member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS high The Nine Saints are a core evangelizing group within the Ethiopian saintly tradition. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  
7087 Abba Aregawi (Za-Mikael) ENT_ETH_AREGAWI member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS high Aregawi is a canonical Ethiopian monastic saint. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  
7088 Saint Yared ENT_ETH_YARED member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS high Yared, inventor of Ethiopian chant, is a major Tewahedo saint. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  
7089 Tekle Haymanot ENT_ETH_TEKLE_HAYMANOT member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS high Tekle Haymanot is among the most venerated Ethiopian monastic saints. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  
7090 Gebre Menfes Kidus (Abbo) ENT_ETH_GEBRE_MENFES_KIDUS member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS high Gebre Menfes Kidus is a popular Ethiopian ascetic saint. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  
7091 Gebre Mesqel Lalibela ENT_ETH_LALIBELA member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS high King Lalibela is a canonized king-saint of the Ethiopian church. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  
7092 Makeda, Queen of Sheba ENT_ETH_MAKEDA member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS medium Makeda is the foundational figure of the Kebra Nagast cycle revered in Ethiopian Christian tradition. E. A. Wallis Budge (trans.), The Queen of Sheba and Her Only Son Menyelek (Kebra Nagast) (London, 1922) SRC_BUDGE_KEBRA_NAGAST reviewed  
7093 Menelik I ENT_ETH_MENELIK member_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS medium Menelik I, founder of the Solomonic dynasty, is venerated in the Kebra Nagast cycle. E. A. Wallis Budge (trans.), The Queen of Sheba and Her Only Son Menyelek (Kebra Nagast) (London, 1922) SRC_BUDGE_KEBRA_NAGAST reviewed  
7100 The Tabot (Ark of the Covenant tradition) ENT_ETH_TABOT associated_with Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS medium The Tabot/Ark tradition is the central cultic object of the Ethiopian Tewahedo Church carried by its saintly lineage. E. A. Wallis Budge (trans.), The Queen of Sheba and Her Only Son Menyelek (Kebra Nagast) (London, 1922) SRC_BUDGE_KEBRA_NAGAST reviewed  
7101 Saint Yared ENT_ETH_YARED patron_of Saints of the Ethiopian Tewahedo Church ENT_ETH_SAINTS low Yared is patron of Ethiopian sacred music, the liturgical tradition the saintly church carries forward. Stuart Munro-Hay, Aksum: An African Civilisation of Late Antiquity SRC_MUNRO_HAY_AKSUM reviewed  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 14.616ms · Data license: MIT · Data source: jebboone/deitydb