✦ 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'}

4 rows where source_id = "SRC_IAMBLICHUS_DE_MYSTERIIS"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: alias_type, language, confidence, review_status

alias_id ▼ entity_id alias_name alias_type language source_id confidence review_status notes
52 The One ENT_HER_THE_ONE To Hen Greek form Greek Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS medium needs_review Greek form for The One.
57 Theurgy ENT_THEURGY Divine Work translation/common name English Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS high candidate_verified_name Theurgy as divine work.
58 Ascent ENT_THEURGIC_ASENT Anagoge Greek technical term Greek Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS high candidate_verified_name Ascent/anagoge as ritual or contemplative elevation.
59 Purification ENT_PURIFICATION Katharsis Greek technical term Greek Iamblichus, De Mysteriis SRC_IAMBLICHUS_DE_MYSTERIIS high candidate_verified_name Purification/katharsis.

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 2247.419ms · Data license: MIT · Data source: jebboone/deitydb