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

6 rows where period_id = "PER_RASTAFARI"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_id

Link entity_id period_id confidence rationale source_id review_status
ENT_RAS_BABYLON,PER_RASTAFARI Babylon ENT_RAS_BABYLON Rastafari Era PER_RASTAFARI high Rastafari theological concept for the corrupt, oppressive system of Western/colonial society and its institutions, drawn from the biblical Babylon. Publicly attested (Barrett; Edmonds). SRC_EDMONDS_RASTAFARI_VSI reviewed
ENT_RAS_HAILE_SELASSIE,PER_RASTAFARI Haile Selassie I (Ras Tafari Makonnen) ENT_RAS_HAILE_SELASSIE Rastafari Era PER_RASTAFARI high Emperor of Ethiopia (1930-1974); venerated by many Rastafari adherents as the returned Christ or as divine. Modeled neutrally as a belief held within the tradition. Publicly attested (Barrett; Edmonds). SRC_BARRETT_RASTAFARIANS reviewed
ENT_RAS_JAH,PER_RASTAFARI Jah ENT_RAS_JAH Rastafari Era PER_RASTAFARI high The supreme God of Rastafari; the name derives from Jehovah/YHWH and is publicly central to Rastafari practice and reasoning ('I-and-I'). Attested throughout Barrett and Edmonds. SRC_EDMONDS_RASTAFARI_VSI reviewed
ENT_RAS_MARCUS_GARVEY,PER_RASTAFARI Marcus Garvey ENT_RAS_MARCUS_GARVEY Rastafari Era PER_RASTAFARI high Jamaican Pan-Africanist leader (1887-1940) received within Rastafari as a prophet-forerunner who foretold the crowning of an African king. Publicly attested historical figure (Barrett; Edmonds). SRC_BARRETT_RASTAFARIANS reviewed
ENT_RAS_RASTAFARI,PER_RASTAFARI Rastafari ENT_RAS_RASTAFARI Rastafari Era PER_RASTAFARI high Hub collective for the Rastafari movement, a living Abrahamic-derived Jamaican (Caribbean / worldwide) religion founded in the 1930s; publicly attested in scholarship (Barrett; Edmonds). SRC_EDMONDS_RASTAFARI_VSI reviewed
ENT_RAS_ZION,PER_RASTAFARI Zion ENT_RAS_ZION Rastafari Era PER_RASTAFARI high Rastafari theological concept of the promised land of redemption and return, identified with Ethiopia/Africa, opposed to Babylon. Publicly attested (Barrett; Edmonds). SRC_EDMONDS_RASTAFARI_VSI 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 1436.155ms · Data license: MIT · Data source: jebboone/deitydb