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