Names (multilingual)
Data license: MIT · Data source: jebboone/deitydb
5 rows where source_id = "SRC_THEOI_RUSTIC"
This data as json, CSV (advanced)
| Link | rowid ▼ | entity_id | name | name_type | language | source_id |
|---|---|---|---|---|---|---|
| 417 | 417 | Aristaeus ENT_ARISTAEUS | Aristaeus | canonical | English/Latinized | Theoi Rustic Gods index SRC_THEOI_RUSTIC |
| 418 | 418 | Priapus ENT_PRIAPUS | Priapus | canonical | English/Latinized | Theoi Rustic Gods index SRC_THEOI_RUSTIC |
| 428 | 428 | Cybele ENT_CYBELE | Cybele | canonical | English/Latinized | Theoi Rustic Gods index SRC_THEOI_RUSTIC |
| 429 | 429 | Attis ENT_ATTIS | Attis | canonical | English/Latinized | Theoi Rustic Gods index SRC_THEOI_RUSTIC |
| 437 | 437 | Anytus ENT_ANYTUS | Anytus | canonical | English/Latinized | Theoi Rustic Gods index SRC_THEOI_RUSTIC |
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]);