Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
10 rows where source_id = "SRC_NHC"
This data as json, CSV (advanced)
Suggested facets: entity_id, alias_type, language, confidence, review_status
| alias_id ▼ | entity_id | alias_name | alias_type | language | source_id | confidence | review_status | notes |
|---|---|---|---|---|---|---|---|---|
| 30 | Yaldabaoth ENT_GNO_YALDABAOTH | Ialdabaoth | variant transliteration | Greek/English | Nag Hammadi Library SRC_NHC | high | candidate_verified_name | Common variant transliteration. |
| 31 | Yaldabaoth ENT_GNO_YALDABAOTH | Jaldabaoth | variant transliteration | Greek/English | Nag Hammadi Library SRC_NHC | medium | needs_review | Older/common variant transliteration. |
| 32 | Saklas ENT_GNO_SAKLAS | Sakla | variant transliteration | Aramaic/Greek/English | Nag Hammadi Library SRC_NHC | medium | needs_review | Variant form. |
| 33 | Samael ENT_GNO_SAMAEL | Samael the Blind | descriptive title | English | Nag Hammadi Library SRC_NHC | medium | needs_review | Descriptive Gnostic title/name association. |
| 34 | Sabaoth ENT_GNO_SABAOTH | Sabaoth the Good | descriptive title | English | Nag Hammadi Library SRC_NHC | medium | needs_review | Used for the repentant/elevated archon motif. |
| 35 | Barbelo ENT_SET_BARBELO | Barbelo Mother-Father | descriptive title | English | Nag Hammadi Library SRC_NHC | medium | needs_review | Barbelo as mother-father or androgynous divine principle. |
| 36 | Epinoia ENT_SET_EPINNOIA | Epinoia of Light | descriptive title | English | Nag Hammadi Library SRC_NHC | medium | needs_review | Epinoia as illuminating insight. |
| 37 | Norea ENT_SET_NOREA | Norea of the Powers | descriptive title | English | Nag Hammadi Library SRC_NHC | medium | needs_review | Title associated with Norea traditions. |
| 42 | Thomas ENT_THO_THOMAS | Didymus Judas Thomas | full name/title | Greek/Syriac reception | Nag Hammadi Library SRC_NHC | high | candidate_verified_name | Thomas as twin/Judas Thomas. |
| 43 | Living Jesus ENT_THO_LIVING_JESUS | The Living Jesus | title/form | English | Nag Hammadi Library SRC_NHC | high | candidate_verified_name | Gospel of Thomas incipit title. |
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]);