Names (multilingual)
Data license: MIT · Data source: jebboone/deitydb
2 rows where entity_id = "ENT_EGY_HAPY_SON_OF_HORUS"
This data as json, CSV (advanced)
| Link | rowid ▼ | entity_id | name | name_type | language | source_id |
|---|---|---|---|---|---|---|
| 36 | 36 | Hapy Son of Horus ENT_EGY_HAPY_SON_OF_HORUS | Hapy Son of Horus | canonical | English | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS |
| 76 | 76 | Hapy Son of Horus ENT_EGY_HAPY_SON_OF_HORUS | Hapy Son of Horus | 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]);