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

Entity Periods

Period assignments linking entities to the historical periods when they are attested. An entity may span multiple periods. All Greek entities are assigned; Egyptian tradition is fully covered; total coverage exceeds 70%.

Data license: MIT · Data source: jebboone/deitydb

confidence
{'description': 'high / medium / low — certainty of the period assignment'}
rationale
{'description': 'Justification with source citations'}

13 rows where period_id = "PER_BAHAI"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id period_id confidence rationale source_id review_status
ENT_BAH_ABDULBAHA,PER_BAHAI Abdu'l-Bahá (Abbás Effendi) ENT_BAH_ABDULBAHA Bahá'í Era (Badí') PER_BAHAI high 1844-1921; eldest son of Bahá'u'lláh, appointed Centre of the Covenant and authorized interpreter; not regarded as a Manifestation. Historically attested; Smith (2008).   reviewed
ENT_BAH_BAB,PER_BAHAI The Báb (Siyyid Alí-Muhammad Shírází) ENT_BAH_BAB Bahá'í Era (Badí') PER_BAHAI high 1819-1850; herald-Manifestation who declared his mission in 1844 (start of the Bahá'í era) and prophesied 'Him Whom God shall make manifest.' Historically attested; Smith (2008); Shoghi Effendi, God Passes By.   reviewed
ENT_BAH_BAHAULLAH,PER_BAHAI Bahá'u'lláh (Mírzá Husayn-Alí Núrí) ENT_BAH_BAHAULLAH Bahá'í Era (Badí') PER_BAHAI high 1817-1892; central figure and founder of the Bahá'í Faith, 'Him Whom God shall make manifest,' author of the Kitáb-i-Aqdas and Kitáb-i-Íqán. Historically attested; Smith (2008).   reviewed
ENT_BAH_BAYAN,PER_BAHAI Bayán (Báb's revelation) ENT_BAH_BAYAN Bahá'í Era (Badí') PER_BAHAI high Principal scriptural work of the Báb (Persian and Arabic Bayán) which abrogated Islamic law and foretold the coming Manifestation. Attested in Smith (2008).   reviewed
ENT_BAH_COVENANT,PER_BAHAI Covenant (Bahá'í) ENT_BAH_COVENANT Bahá'í Era (Badí') PER_BAHAI high Bahá'í concept of the binding chain of authority from Bahá'u'lláh through Abdu'l-Bahá, the Guardianship and the Universal House of Justice. Attested in Kitáb-i-Aqdas and Smith (2008).   reviewed
ENT_BAH_HANDS_CAUSE,PER_BAHAI Hands of the Cause of God ENT_BAH_HANDS_CAUSE Bahá'í Era (Badí') PER_BAHAI high Distinguished believers appointed to propagate and protect the Faith; functioned especially under Shoghi Effendi and after his passing. Attested in Smith (2008). SRC_SMITH_BAHAI reviewed
ENT_BAH_LETTERS_LIVING,PER_BAHAI Letters of the Living (Hurúf-i-Hayy) ENT_BAH_LETTERS_LIVING Bahá'í Era (Badí') PER_BAHAI high The eighteen first disciples who independently recognized the Báb, forming with him the first 'Unity.' Attested in Shoghi Effendi, God Passes By.   reviewed
ENT_BAH_MANIFESTATIONS,PER_BAHAI Manifestations of God (collective) ENT_BAH_MANIFESTATIONS Bahá'í Era (Badí') PER_BAHAI high Bahá'í doctrinal category (Mazhar-i-Iláhí) for the succession of supreme Messengers; serves as the cohort hub. Attested across Bahá'u'lláh's Kitáb-i-Íqán and Smith (2008).   reviewed
ENT_BAH_MAZHAR,PER_BAHAI Manifestation of God (Mazhar) ENT_BAH_MAZHAR Bahá'í Era (Badí') PER_BAHAI high Core Bahá'í concept: a perfect mirror reflecting divine attributes who founds a religious dispensation. Attested in Kitáb-i-Íqán; Smith (2008) ch. on theology.   reviewed
ENT_BAH_QUDDUS,PER_BAHAI Quddús (Mullá Muhammad-Alí Bárfurúshí) ENT_BAH_QUDDUS Bahá'í Era (Badí') PER_BAHAI high d. 1849; foremost of the Báb's Letters of the Living and leading figure at the Shaykh Tabarsí upheaval. Historically attested; Shoghi Effendi, God Passes By.   reviewed
ENT_BAH_SHOGHI,PER_BAHAI Shoghi Effendi (Shoghi Rabbání) ENT_BAH_SHOGHI Bahá'í Era (Badí') PER_BAHAI high 1897-1957; great-grandson of Bahá'u'lláh, Guardian of the Cause and authorized interpreter who built the administrative order. Historically attested; author of God Passes By.   reviewed
ENT_BAH_TAHIRIH,PER_BAHAI Táhirih (Fátimih Baraghání, Qurratu'l-Ayn) ENT_BAH_TAHIRIH Bahá'í Era (Badí') PER_BAHAI high 1817-1852; only woman among the Báb's Letters of the Living, poet and reformer martyred for the Bábí cause. Historically attested; Smith (2008).   reviewed
ENT_BAH_UHJ,PER_BAHAI Universal House of Justice ENT_BAH_UHJ Bahá'í Era (Badí') PER_BAHAI high Supreme elected governing body of the Bahá'í Faith, ordained in the Kitáb-i-Aqdas and first elected 1963; seated in Haifa. Attested in primary scripture and Smith (2008).   reviewed

Advanced export

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

CSV options:

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