Names (multilingual)
Data license: MIT · Data source: jebboone/deitydb
2 rows where entity_id = "ENT_EGY_MUT"
This data as json, CSV (advanced)
| Link | rowid ▼ | entity_id | name | name_type | language | source_id |
|---|---|---|---|---|---|---|
| 19 | 19 | Mut ENT_EGY_MUT | Mut | canonical | English | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS |
| 59 | 59 | Mut ENT_EGY_MUT | Mut | canonical | English | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS |
Advanced export
JSON shape: default, array, newline-delimited
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]);