Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
5 rows where source_id = "SRC_DROWER_MANDAEANS"
This data as json, CSV (advanced)
Suggested facets: alias_type, language
| alias_id ▼ | entity_id | alias_name | alias_type | language | source_id | confidence | review_status | notes |
|---|---|---|---|---|---|---|---|---|
| 122 | Hayyi Rabbi ENT_MAN_HAYYI_RABBI | Great Life | translation/common name | English | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | high | candidate_verified_name | Translation of Hayyi Rabbi. |
| 123 | Mana Rabba ENT_MAN_MANA_RABBA | Great Mana | translation/common name | English | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | high | candidate_verified_name | Translation of Mana Rabba. |
| 124 | Manda d-Hayyi ENT_MAN_MANDA_D_HAYYI | Knowledge of Life | translation/common name | English | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | high | candidate_verified_name | Translation of Manda d-Hayyi. |
| 125 | Hibil Ziwa ENT_MAN_HIBIL_ZIWA | Hibil Ziwa | standard transliteration | Mandaic/English | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | high | candidate_verified_name | Standard transliteration. |
| 128 | Jordan ENT_MAN_JORDAN | Living Water | translation/common name | English | E. S. Drower, The Mandaeans of Iraq and Iran SRC_DROWER_MANDAEANS | high | candidate_verified_name | Ritual living water/Jordan category. |
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]);