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

14 rows where object_entity_id = "ENT_MARTYRDOM"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: relationship_type, confidence, rationale, source_id

relationship_id ▼ subject_entity_id relationship_type object_entity_id confidence rationale source_id review_status period_id
1020 Husayn ibn Ali ENT_ISL_HUSAYN embodies Martyrdom ENT_MARTYRDOM high Husayn is the central martyr of Karbala. Encyclopaedia of Islam entries SRC_ISLAM_EI2 reviewed  
6159 Isaac Jogues ENT_EMC_ISAAC_JOGUES patron_of Martyrdom ENT_MARTYRDOM high Isaac Jogues is venerated as a martyr of the North American missions. Butler’s Lives of the Saints SRC_BUTLER_SAINTS reviewed  
6160 Jean de Brébeuf ENT_EMC_JEAN_DE_BREBEUF patron_of Martyrdom ENT_MARTYRDOM high Jean de Brébeuf is venerated as a martyr of the North American missions. Butler’s Lives of the Saints SRC_BUTLER_SAINTS reviewed  
6161 Josaphat Kuntsevych ENT_EMC_JOSAPHAT_KUNCEVYC patron_of Martyrdom ENT_MARTYRDOM high Josaphat Kuntsevych is venerated as a martyr for church unity. Butler’s Lives of the Saints SRC_BUTLER_SAINTS reviewed  
6162 North American Martyrs ENT_EMC_NORTH_AMERICAN_MARTYRS patron_of Martyrdom ENT_MARTYRDOM high The North American Martyrs are a devotional collective venerated for martyrdom. Butler’s Lives of the Saints SRC_BUTLER_SAINTS reviewed  
6296 Edith Stein ENT_MOC_EDITH_STEIN patron_of Martyrdom ENT_MARTYRDOM medium Edith Stein died at Auschwitz and is venerated as a martyr. Butler’s Lives of the Saints SRC_BUTLER_SAINTS reviewed  
6297 Óscar Romero ENT_MOC_ROMERO patron_of Martyrdom ENT_MARTYRDOM high Óscar Romero was assassinated at the altar and canonized as a martyr. Butler’s Lives of the Saints SRC_BUTLER_SAINTS reviewed  
8015 Agnes ENT_CHR_AGNES embodies Martyrdom ENT_MARTYRDOM high Venerated as a Christian martyr. Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND reviewed  
8016 Lawrence ENT_CHR_LAWRENCE embodies Martyrdom ENT_MARTYRDOM high Venerated as a Christian martyr. Jacobus de Voragine, Golden Legend SRC_GOLDEN_LEGEND reviewed  
8017 Perpetua and Felicity ENT_CHR_PERPETUA embodies Martyrdom ENT_MARTYRDOM high Venerated as a Christian martyr. The Passion of Perpetua and Felicity (Passio Perpetuae et Felicitatis), c. 203 CE SRC_PASSIO_PERPETUA reviewed  
8018 Adalbert of Prague ENT_SAINT_ADALBERT embodies Martyrdom ENT_MARTYRDOM high Venerated as a Christian martyr. David Hugh Farmer, The Oxford Dictionary of Saints (Oxford University Press, 5th ed. 2011) SRC_FARMER_SAINTS reviewed  
8019 Boniface ENT_SAINT_BONIFACE embodies Martyrdom ENT_MARTYRDOM high Venerated as a Christian martyr. David Hugh Farmer, The Oxford Dictionary of Saints (Oxford University Press, 5th ed. 2011) SRC_FARMER_SAINTS reviewed  
8020 John of Nepomuk ENT_SAINT_NEPOMUK embodies Martyrdom ENT_MARTYRDOM high Venerated as a Christian martyr. David Hugh Farmer, The Oxford Dictionary of Saints (Oxford University Press, 5th ed. 2011) SRC_FARMER_SAINTS reviewed  
8021 Stanislaus of Kraków ENT_SAINT_STANISLAUS embodies Martyrdom ENT_MARTYRDOM high Venerated as a Christian martyr. David Hugh Farmer, The Oxford Dictionary of Saints (Oxford University Press, 5th ed. 2011) SRC_FARMER_SAINTS 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.877ms · Data license: MIT · Data source: jebboone/deitydb