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'}
1 row where entity_id = "ENT_GOE_BERITH"
This data as json, CSV (advanced)
| Link | entity_id | period_id | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_GOE_BERITH,PER_EARLY_MODERN_OCCULT | Berith ENT_GOE_BERITH | Early-Modern Western Esoteric / Grimoire Era PER_EARLY_MODERN_OCCULT | high | The 28th spirit, a Duke (Beal/Bolfry) as a red soldier on a red horse, 26 legions; gives true answers of past/present/future and turns metals to gold, but is a notorious liar. Also reckoned an officer of Hell's court (Baalberith, keeper of the infernal archives) and derived from the Canaanite Baal-Berith ('lord of the covenant'). | SRC_LEMEGETON | 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]);