Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
17 rows where source_id = "SRC_DDD_BIBLE"
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 |
|---|---|---|---|---|---|---|---|---|
| 13 | Yahweh ENT_ISR_YAHWEH | YHWH | consonantal form | Hebrew | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | high | candidate_verified_name | Tetragrammaton/consonantal form. |
| 14 | Yahweh ENT_ISR_YAHWEH | יהוה | original script | Hebrew | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | high | candidate_verified_name | Hebrew divine name. |
| 15 | Sophia/Wisdom ENT_ISR_SOPHIA | Wisdom | translation/common name | English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | high | candidate_verified_name | English rendering of Sophia/Wisdom. |
| 16 | Sophia/Wisdom ENT_ISR_SOPHIA | Sophia | Greek form | Greek | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | high | candidate_verified_name | Greek form important for later Christian and Gnostic traditions. |
| 17 | Ruach ENT_ISR_RUACH | Spirit | translation/common name | English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Ruach as spirit. |
| 18 | Ruach ENT_ISR_RUACH | Wind | translation/common name | English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Ruach as wind/breath. |
| 19 | Bene Elohim ENT_ISR_BENE_ELOHIM | Sons of God | translation/common name | English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | high | candidate_verified_name | English rendering. |
| 20 | Bene Elohim ENT_ISR_BENE_ELOHIM | בני האלהים | original script | Hebrew | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Hebrew form; orthography/source context should be reviewed. |
| 21 | Leviathan ENT_ISR_LEVIATHAN | Livyatan | transliteration | Hebrew/English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Hebrew-derived transliteration. |
| 22 | Leviathan ENT_ISR_LEVIATHAN | לִוְיָתָן | original script | Hebrew | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Hebrew form. |
| 23 | Azazel ENT_ISR_AZAZEL | עזאזל | original script | Hebrew | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Hebrew form. |
| 24 | Satan ENT_ISR_SATAN | Ha-Satan | title/form | Hebrew/English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | The adversary/accuser form. |
| 25 | Satan ENT_ISR_SATAN | שטן | original script | Hebrew | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Hebrew form. |
| 26 | Michael ENT_ISR_MICHAEL | Mikhaʾel | transliteration | Hebrew/English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Transliterated form. |
| 27 | Gabriel ENT_ISR_GABRIEL | Gavriʾel | transliteration | Hebrew/English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Transliterated form. |
| 28 | Raphael ENT_ISR_RAPHAEL | Rafaʾel | transliteration | Hebrew/English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Transliterated form. |
| 29 | Uriel ENT_ISR_URIEL | Uriʾel | transliteration | Hebrew/English | Dictionary of Deities and Demons in the Bible SRC_DDD_BIBLE | medium | needs_review | Transliterated 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]);