Aliases
Data license: MIT · Data source: jebboone/deitydb
- alias
- {'description': 'Alternate name, epithet, or variant spelling'}
7 rows where source_id = "SRC_ISLAM_EI2"
This data as json, CSV (advanced)
Suggested facets: entity_id, alias_type, language, notes
| alias_id ▼ | entity_id | alias_name | alias_type | language | source_id | confidence | review_status | notes |
|---|---|---|---|---|---|---|---|---|
| 156 | Abdal ENT_ISL_ABDAL | Abdāl | transliteration | Arabic/English | Encyclopaedia of Islam entries SRC_ISLAM_EI2 | high | candidate_verified_name | Arabic transliteration. |
| 157 | Qutb ENT_ISL_QUTB | Quṭb | transliteration | Arabic/English | Encyclopaedia of Islam entries SRC_ISLAM_EI2 | high | candidate_verified_name | Arabic transliteration. |
| 158 | Rijal al-Ghayb ENT_ISL_RIJAL_GHAYB | Rijāl al-Ghayb | transliteration | Arabic/English | Encyclopaedia of Islam entries SRC_ISLAM_EI2 | high | candidate_verified_name | Arabic transliteration. |
| 159 | Ali ibn Abi Talib ENT_ISL_ALI | Imam Ali | title/common name | English | Encyclopaedia of Islam entries SRC_ISLAM_EI2 | high | candidate_verified_name | Common devotional/title form. |
| 160 | Husayn ibn Ali ENT_ISL_HUSAYN | Imam Husayn | title/common name | English | Encyclopaedia of Islam entries SRC_ISLAM_EI2 | high | candidate_verified_name | Common devotional/title form. |
| 161 | Muhammad al-Mahdi ENT_ISL_MAHDI | Hidden Imam | title/common name | English | Encyclopaedia of Islam entries SRC_ISLAM_EI2 | high | candidate_verified_name | Twelver Shi'a title. |
| 162 | Muhammad al-Mahdi ENT_ISL_MAHDI | The Mahdi | title/common name | English | Encyclopaedia of Islam entries SRC_ISLAM_EI2 | high | candidate_verified_name | Common eschatological 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]);