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)'}
13 rows where object_entity_id = "ENT_MITH_MYSTERIES"
This data as json, CSV (advanced)
Suggested facets: confidence, source_id
| relationship_id ▼ | subject_entity_id | relationship_type | object_entity_id | confidence | rationale | source_id | review_status | period_id |
|---|---|---|---|---|---|---|---|---|
| 7235 | Mithras ENT_SYN_MITHRAS | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Mithras is the tutelary god of the Roman Mithraic mystery cult; wires the pre-existing Mithras into the new hub. Clauss ch.1. | Mary Beard, John North, Simon Price, Religions of Rome SRC_BEARD_ROMAN_RELIGIONS | reviewed | |
| 7236 | Corax (Raven) ENT_MITH_CORAX | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Corax is the first of the seven grades of the Mithraic mysteries. Ostia grade-mosaic; Jerome Ep.107. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7237 | Nymphus (Bridegroom) ENT_MITH_NYMPHUS | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Nymphus is the second of the seven Mithraic grades. Clauss ch.10. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7238 | Miles (Soldier) ENT_MITH_MILES | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Miles is the third of the seven Mithraic grades. Tertullian De corona 15. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7239 | Leo (Lion) ENT_MITH_LEO | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Leo is the fourth of the seven Mithraic grades. Porphyry De antro 15. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7240 | Perses (Persian) ENT_MITH_PERSES | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Perses is the fifth of the seven Mithraic grades. Clauss ch.10. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7241 | Heliodromus (Sun-Runner) ENT_MITH_HELIODROMUS | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Heliodromus is the sixth of the seven Mithraic grades. Clauss ch.10. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7242 | Pater (Father) ENT_MITH_PATER | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Pater is the seventh and highest of the seven Mithraic grades. Clauss ch.10. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7243 | Cautes ENT_MITH_CAUTES | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Cautes, the upward torchbearer, is a standing figure of the Mithraic cult. Clauss ch.9. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7244 | Cautopates ENT_MITH_CAUTOPATES | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | Cautopates, the downward torchbearer, is a standing figure of the Mithraic cult. Clauss ch.9. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7245 | Leontocephaline (Lion-headed Time-God) ENT_MITH_LEONTOCEPHALINE | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | medium | The lion-headed time-god is part of Mithraic statuary, though its precise role is debated. Clauss ch.13. | Roger Beck, The Religion of the Mithras Cult in the Roman Empire: Mysteries of the Unconquered Sun (Oxford 2006) SRC_BECK_MITHRAS | reviewed | |
| 7246 | Petra Genetrix ENT_MITH_PETRA_GENETRIX | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | The birth-giving rock is a core element of Mithraic cosmogonic imagery. Clauss ch.6. | Manfred Clauss, The Roman Cult of Mithras: The God and His Mysteries (tr. R. Gordon, Routledge 2000) SRC_CLAUSS_MITHRAS | reviewed | |
| 7247 | Tauroctony ENT_MITH_TAUROCTONY | member_of | Mithraic Mysteries ENT_MITH_MYSTERIES | high | The tauroctony is the central cult-scene of the Mithraic mysteries. Beck; Clauss ch.7. | Roger Beck, The Religion of the Mithras Cult in the Roman Empire: Mysteries of the Unconquered Sun (Oxford 2006) SRC_BECK_MITHRAS | 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]);