Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
8 rows where source_id = "SRC_LIEU_MANICHAEISM"
This data as json, CSV (advanced)
Suggested facets: alias_type, language, confidence, review_status, notes
| alias_id ▼ | entity_id | alias_name | alias_type | language | source_id | confidence | review_status | notes |
|---|---|---|---|---|---|---|---|---|
| 129 | Father of Greatness ENT_MANICH_FATHER_GREATNESS | Father of Light | descriptive title | English | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | medium | needs_review | Common descriptive parallel title. |
| 130 | Mother of Life ENT_MANICH_MOTHER_LIFE | Mother of the Living | variant title | English | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | medium | needs_review | Variant English rendering. |
| 131 | Primal Man ENT_MANICH_PRIMAL_MAN | First Man | variant title | English | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | high | candidate_verified_name | Common alternate rendering. |
| 132 | Living Spirit ENT_MANICH_LIVING_SPIRIT | Spiritus Vivens | Latin title | Latin | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | medium | needs_review | Latinized title. |
| 133 | Jesus Splendour ENT_MANICH_JESUS_SPLENDOUR | Jesus the Splendour | variant title | English | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | high | candidate_verified_name | Common English rendering. |
| 134 | Light Mind ENT_MANICH_LIGHT_MIND | Nous of Light | conceptual title | English/Greek | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | medium | needs_review | Conceptual parallel title. |
| 135 | King of Darkness ENT_MANICH_KING_DARKNESS | Prince of Darkness | variant title | English | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | medium | needs_review | Common descriptive rendering. |
| 136 | World of Light ENT_MANICH_WORLD_LIGHT | Realm of Light | variant title | English | Samuel N. C. Lieu, Manichaeism in the Later Roman Empire and Medieval China SRC_LIEU_MANICHAEISM | high | candidate_verified_name | Common English rendering. |
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]);