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

Names (multilingual)

479 name records in various languages and scripts — Greek, Hebrew, Arabic, Coptic, Egyptian transliteration, Sumerian, Akkadian, and others.

Data license: MIT · Data source: jebboone/deitydb

0 rows where entity_id = "ENT_CHRR_HELL"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "names" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [name] TEXT,
   [name_type] TEXT,
   [language] TEXT,
   [source_id] TEXT REFERENCES [sources]([source_id])
);
CREATE INDEX [idx_names_source_id]
    ON [names] ([source_id]);
CREATE INDEX [idx_names_entity_id]
    ON [names] ([entity_id]);
Powered by Datasette · Queries took 10.569ms · Data license: MIT · Data source: jebboone/deitydb