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)'}
19 rows where relationship_type = "judges"
This data as json, CSV (advanced)
Suggested facets: subject_entity_id, object_entity_id, confidence, source_id
| relationship_id ▼ | subject_entity_id | relationship_type | object_entity_id | confidence | rationale | source_id | review_status | period_id |
|---|---|---|---|---|---|---|---|---|
| 251 | Thoth ENT_EGY_THOTH | judges | Maat ENT_EGY_MAAT | high | Thoth and Maat are closely linked in judgment, truth, and cosmic order. | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS | reviewed | |
| 298 | Osiris ENT_EGY_OSIRIS | judges | Dead ENT_DEAD | high | Osiris presides over judgment of the dead. | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS | reviewed | |
| 299 | Thoth ENT_EGY_THOTH | judges | Dead ENT_DEAD | medium | Thoth records or mediates judgment of the dead. | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS | reviewed | |
| 301 | Maat ENT_EGY_MAAT | judges | Dead ENT_DEAD | medium | The dead are judged according to Maat/truth/order. | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS | reviewed | |
| 303 | Anubis ENT_EGY_ANUBIS | judges | Maat ENT_EGY_MAAT | medium | Anubis participates in weighing/judgment scenes involving Maat. | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS | reviewed | |
| 304 | Osiris ENT_EGY_OSIRIS | judges | Maat ENT_EGY_MAAT | medium | Osirian judgment is structured by Maat. | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS | reviewed | |
| 306 | Aeacus ENT_AEACUS | judges | Dead ENT_DEAD | high | Aeacus is one of the judges of the dead. | Theoi Greek Gods category index SRC_THEOI_GODS | reviewed | |
| 310 | Hades ENT_HADES | judges | Dead ENT_DEAD | medium | Hades rules the underworld; judgment role varies by source and should be reviewed. | Theoi Greek Gods category index SRC_THEOI_GODS | reviewed | |
| 312 | Minos ENT_MINOS | judges | Dead ENT_DEAD | high | Minos is one of the judges of the dead. | Theoi Greek Gods category index SRC_THEOI_GODS | reviewed | |
| 314 | Rhadamanthus ENT_RHADAMANTHUS | judges | Dead ENT_DEAD | high | Rhadamanthus is one of the judges of the dead. | Theoi Greek Gods category index SRC_THEOI_GODS | reviewed | |
| 914 | Abathur ENT_MAN_ABATHUR | judges | Dead ENT_DEAD | high | Abathur weighs or judges souls/dead. | Ginza Rba SRC_GINZA_RBA | reviewed | |
| 944 | Abathur ENT_MAN_ABATHUR | judges | Scales ENT_SCALES | high | Abathur is associated with scales and judgment. | Ginza Rba SRC_GINZA_RBA | reviewed | |
| 982 | Nakir ENT_ISL_NAKIR | judges | Dead ENT_DEAD | high | Nakir questions the dead in the grave. | Hadith general reference layer SRC_HADITH_GENERAL | reviewed | |
| 983 | Munkar ENT_ISL_MUNKAR | judges | Dead ENT_DEAD | high | Munkar questions the dead in the grave. | Hadith general reference layer SRC_HADITH_GENERAL | reviewed | |
| 1000 | Allah ENT_ISL_ALLAH | judges | Judgment ENT_JUDGMENT | high | Allah judges humanity on the Last Day. | Qur’an SRC_QURAN | reviewed | |
| 1018 | Kiraman Katibin ENT_ISL_KIRAMAN_KATIBIN | judges | Judgment ENT_JUDGMENT | high | The recording angels are connected with moral accounting and judgment. | Qur’an SRC_QURAN | reviewed | |
| 2288 | Perkūnas ENT_BALT_PERKUNAS | judges | Meness ENT_BALT_MENESS | high | In the celestial myth, Perkūnas judges the moon guilty of unfaithfulness to Saulė and splits him with a sword, explaining the waning moon. This is one of the most widely attested narrative elements in Baltic folk song. Greimas (1992) pp. 221-250. | Algirdas Julien Greimas, Of Gods and Men: Studies in Lithuanian Mythology (Indiana University Press, Bloomington, 1992; trans. Milda Newman and Joseph Fitzgerald) SRC_GREIMAS_LITHUANIAN | reviewed | Baltic Pre-Christian Period PER_BALT_PAGAN |
| 2612 | Virgin of the Light ENT_PS_VIRGIN_LIGHT | judges | Dead ENT_DEAD | high | The Virgin of the Light examines and judges the souls of the dead. | Pistis Sophia (Askew Codex), c. 3rd-4th c. CE, Egypt SRC_PISTIS_SOPHIA | reviewed | Gnostic and Neoplatonic (2nd–4th c.) PER_GNO_2ND_4TH |
| 6487 | Abathur ENT_MAN_ABATHUR | judges | Matartas ENT_MAN_MATARTAS | medium | Abathur Muzania ('the weigher') presides over the scales judging souls as they ascend through the matartas (purgatorial watch-stations). Source: SRC_GINZA_RBA; SRC_DROWER_MANDAEANS. | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | reviewed |
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]);