Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
11 rows where source_id = "SRC_DDD_CHRISTIAN"
This data as json, CSV (advanced)
Suggested facets: entity_id, alias_type, language, confidence, review_status, notes
| alias_id ▼ | entity_id | alias_name | alias_type | language | source_id | confidence | review_status | notes |
|---|---|---|---|---|---|---|---|---|
| 44 | Devil ENT_CHR_DEVIL | The Devil | title/form | English | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | high | candidate_verified_name | Christian title/form. |
| 45 | Devil ENT_CHR_DEVIL | Diabolos | Greek form | Greek | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | medium | needs_review | Greek term behind devil/accuser traditions. |
| 46 | Devil ENT_CHR_DEVIL | Satan | identified name | English/Hebrew reception | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | high | candidate_verified_name | Christian identification with Satan. |
| 47 | Lucifer ENT_CHR_LUCIFER | Light-bearer | translation/common name | English | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | medium | needs_review | Literal/interpretive meaning in later reception. |
| 48 | Antichrist ENT_CHR_ANTICHRIST | Antichristos | Greek form | Greek | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | medium | needs_review | Greek form/title. |
| 175 | Guardian Angels ENT_CHR_GUARDIAN_ANGELS | Guardian Angel | singular form | English | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | high | candidate_verified_name | Singular form. |
| 176 | Abaddon ENT_CHR_ABADDON | Abyssos | Greek/related term | Greek | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | medium | needs_review | Related abyss terminology. |
| 177 | Apollyon ENT_CHR_APOLLYON | Destroyer | translation/common name | English | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | high | candidate_verified_name | Meaning of Apollyon. |
| 178 | Leviathan ENT_CHR_LEVIATHAN | Leviathan | standard form | English/Hebrew reception | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | high | candidate_verified_name | Biblical chaos monster name. |
| 179 | Behemoth ENT_CHR_BEHEMOTH | Behemoth | standard form | English/Hebrew reception | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | high | candidate_verified_name | Biblical chaos monster name. |
| 180 | Dragon of Revelation ENT_CHR_DRAGON_REVELATION | Great Red Dragon | title/form | English | Dictionary of Deities and Demons in the Bible SRC_DDD_CHRISTIAN | high | candidate_verified_name | Revelation dragon title/form. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_aliases" (
[alias_id] INTEGER PRIMARY KEY,
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[alias_name] TEXT,
[alias_type] TEXT,
[language] TEXT,
[source_id] TEXT REFERENCES [sources]([source_id]),
[confidence] TEXT,
[review_status] TEXT,
[notes] TEXT
);
CREATE INDEX [idx_entity_aliases_source_id]
ON [entity_aliases] ([source_id]);
CREATE INDEX [idx_entity_aliases_entity_id]
ON [entity_aliases] ([entity_id]);