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

10 rows where source_id = "SRC_SIMEK_NORTHERN_MYTH"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: entity_id, alias_type, language, confidence, review_status, notes

alias_id ▼ entity_id alias_name alias_type language source_id confidence review_status notes
99 Odin ENT_NOR_ODIN Óðinn Old Norse form Old Norse Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Old Norse form.
100 Odin ENT_NOR_ODIN Woden Germanic/English form Old English/Germanic Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH medium needs_review Germanic cognate/reception form.
101 Thor ENT_NOR_THOR Þórr Old Norse form Old Norse Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Old Norse form.
102 Freyja ENT_NOR_FREYJA Freyia variant spelling Old Norse/English Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH medium needs_review Variant transliteration.
103 Freyr ENT_NOR_FREYR Freyr Old Norse form Old Norse Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Old Norse form.
104 Tyr ENT_NOR_TYR Týr Old Norse form Old Norse Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Old Norse form.
105 Jötnar ENT_NOR_JOTNAR Jotnar ASCII/common form English Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Unaccented plural form.
106 Jörmungandr ENT_NOR_JORMUNGANDR Jormungandr ASCII/common form English Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Unaccented form.
107 Níðhöggr ENT_NOR_NIDHOGG Nidhogg ASCII/common form English Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Unaccented form.
108 Aesir ENT_NOR_AESIR Æsir Old Norse form Old Norse Rudolf Simek, Dictionary of Northern Mythology SRC_SIMEK_NORTHERN_MYTH high candidate_verified_name Old Norse form.

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