Entity Periods
Data license: MIT · Data source: jebboone/deitydb
- confidence
- {'description': 'high / medium / low — certainty of the period assignment'}
- rationale
- {'description': 'Justification with source citations'}
14 rows where period_id = "PER_YARSAN"
This data as json, CSV (advanced)
Suggested facets: source_id
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_YRS_DAWUD,PER_YARSAN | Dawud (Yarsan Haftan) ENT_YRS_DAWUD | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | One of the Haftan, the dalil (guide) figure of the heptad in the Sultan Sahak cycle (Hamzeh'ee). HOMONYM: distinct from the Islamic prophet Dawud/David (ENT_ISL_DAWUD); renamed for disambiguation. | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_DIVINE_ESSENCE,PER_YARSAN | Divine Essence (Dhat / Haqq) ENT_YRS_DIVINE_ESSENCE | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | The hidden Divine Essence (Haqq) whose successive human manifestations structure Yarsan theology (Mir-Hosseini). | SRC_MIRHOSSEINI_AHLEHAQQ | reviewed |
| ENT_YRS_HAFTAN,PER_YARSAN | The Haftan (The Seven) ENT_YRS_HAFTAN | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | The seven primordial holy beings/angels who manifest with each divine theophany; the central angelic heptad of Yarsan cosmology, attested in the Kalam and Hamzeh'ee. | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_HAFTAWANE,PER_YARSAN | The Haftawane (The Seven Other) ENT_YRS_HAFTAWANE | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | A second order of seven holy beings ranked beneath the Haftan in Yarsan angelic hierarchy (Hamzeh'ee). | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_JAM,PER_YARSAN | Jam (ritual assembly) ENT_YRS_JAM | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | The communal ritual assembly (jam/jamkhana) central to Yarsan worship, with the votive offering and music; only its public form is modeled here (Mir-Hosseini). | SRC_MIRHOSSEINI_AHLEHAQQ | reviewed |
| ENT_YRS_KALAM,PER_YARSAN | Kalam-e Saranjam ENT_YRS_KALAM | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | The corpus of sacred Gorani-language hymns/discourses (Kalam, esp. Saranjam) transmitting Yarsan cosmology and the manifestations (Hamzeh'ee). | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_KHAWANDAGAR,PER_YARSAN | Khawandagar ENT_YRS_KHAWANDAGAR | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | The first/primordial manifestation of the Divine Essence (Lord-Creator) in the Yarsan chain of mazhariyya (Hamzeh'ee). | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_MAZHARIYYA,PER_YARSAN | Mazhariyya (chain of manifestation) ENT_YRS_MAZHARIYYA | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | The doctrine of successive theophanies/manifestations of the Divine Essence in human form (Khawandagar -> Ali -> Shah Khoshin -> Sultan Sahak) (Hamzeh'ee, Mir-Hosseini). | SRC_MIRHOSSEINI_AHLEHAQQ | reviewed |
| ENT_YRS_MOSTAFA_DAWAN,PER_YARSAN | Mostafa Dawan ENT_YRS_MOSTAFA_DAWAN | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | One of the Haftan in the Sultan Sahak cycle (Hamzeh'ee). | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_PIR_BENJAMIN,PER_YARSAN | Pir Benjamin (Binyamin) ENT_YRS_PIR_BENJAMIN | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | Foremost of the Haftan, the pir (spiritual master) figure of the heptad in the Sultan Sahak cycle (Hamzeh'ee). Distinct Yarsan figure, not the Israelite patriarch Benjamin (ENT_ISR_BENJAMIN). | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_PIR_MUSI,PER_YARSAN | Pir Musi ENT_YRS_PIR_MUSI | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | One of the Haftan, associated with the recording/scribe function (keeper of deeds) in Yarsan angelology (Hamzeh'ee). | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_RAMZBAR,PER_YARSAN | Ramzbar ENT_YRS_RAMZBAR | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | Female holy figure (Razbar/Ramzbar) associated with the Haftan and the Sultan Sahak cycle; one of the few feminine holy figures in Yarsan tradition (Hamzeh'ee, Mir-Hosseini). | SRC_MIRHOSSEINI_AHLEHAQQ | reviewed |
| ENT_YRS_SHAH_KHOSHIN,PER_YARSAN | Shah Khoshin ENT_YRS_SHAH_KHOSHIN | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | A manifestation of the Divine Essence in the Yarsan succession, placed between Ali and Sultan Sahak in the chain of theophanies (Hamzeh'ee). | SRC_HAMZEHEE_YARESAN | reviewed |
| ENT_YRS_SULTAN_SAHAK,PER_YARSAN | Sultan Sahak ENT_YRS_SULTAN_SAHAK | Yarsan / Ahl-e Haqq Period PER_YARSAN | high | Soltan Sohak, the central manifestation of the Divine Essence who instituted the present Yarsan dispensation (c. 14th-15th c. Kurdistan); founder figure (Hamzeh'ee, Mir-Hosseini). | SRC_HAMZEHEE_YARESAN | reviewed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_periods" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[period_id] TEXT REFERENCES [periods]([period_id]),
[confidence] TEXT,
[rationale] TEXT,
[source_id] TEXT,
[review_status] TEXT,
PRIMARY KEY ([entity_id], [period_id])
);
CREATE INDEX [idx_entity_periods_period_id]
ON [entity_periods] ([period_id]);
CREATE INDEX [idx_entity_periods_entity_id]
ON [entity_periods] ([entity_id]);