✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Aliases

181 alternate names, epithets, and variant spellings. Useful for finding an entity by a name that is not used as the canonical_name (e.g. "Ishtar" for Inanna, "Magna Mater" for Cybele).

Data license: MIT · Data source: jebboone/deitydb

alias
{'description': 'Alternate name, epithet, or variant spelling'}

15 rows where source_id = "SRC_QURAN"

✎ View and edit SQL

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
137 Allah ENT_ISL_ALLAH الله original script Arabic Qur’an SRC_QURAN high candidate_verified_name Arabic form.
138 Jibril ENT_ISL_JIBRIL Jibrāʾīl transliteration Arabic/English Qur’an SRC_QURAN high candidate_verified_name Arabic transliteration.
139 Jibril ENT_ISL_JIBRIL Gabriel equivalent/common name English Qur’an SRC_QURAN high candidate_verified_name Equivalent angelic name.
140 Mikail ENT_ISL_MIKAIL Mīkāʾīl transliteration Arabic/English Qur’an SRC_QURAN high candidate_verified_name Arabic transliteration.
141 Mikail ENT_ISL_MIKAIL Michael equivalent/common name English Qur’an SRC_QURAN high candidate_verified_name Equivalent angelic name.
144 Iblis ENT_ISL_IBLIS إبليس original script Arabic Qur’an SRC_QURAN high candidate_verified_name Arabic form.
145 Jinn ENT_ISL_JINN جن original script Arabic Qur’an SRC_QURAN high candidate_verified_name Arabic form.
146 Shayatin ENT_ISL_SHAYATIN Shayṭān singular form Arabic/English Qur’an SRC_QURAN high candidate_verified_name Singular form.
147 Ifrit ENT_ISL_IFRIT ʿIfrīt transliteration Arabic/English Qur’an SRC_QURAN high candidate_verified_name Arabic transliteration.
149 Khidr ENT_ISL_KHIDR al-Khiḍr title/form Arabic/English Qur’an SRC_QURAN high candidate_verified_name The Green One.
151 Kiraman Katibin ENT_ISL_KIRAMAN_KATIBIN Kirāman Kātibīn transliteration Arabic/English Qur’an SRC_QURAN high candidate_verified_name Arabic transliteration.
152 Kiraman Katibin ENT_ISL_KIRAMAN_KATIBIN Honorable Recorders translation/common name English Qur’an SRC_QURAN high candidate_verified_name Translation/common English rendering.
153 Malak al-Mawt ENT_ISL_MALAK_AL_MAWT Malak al-Mawt transliteration Arabic/English Qur’an SRC_QURAN high candidate_verified_name Angel of Death title.
154 Malak al-Mawt ENT_ISL_MALAK_AL_MAWT Angel of Death translation/common name English Qur’an SRC_QURAN high candidate_verified_name English rendering.
155 Ya'juj and Ma'juj ENT_ISL_YAJUJ_MAJUJ Gog and Magog biblical equivalent English Qur’an SRC_QURAN high candidate_verified_name Biblical equivalent/reception.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 722.291ms · Data license: MIT · Data source: jebboone/deitydb