Names (multilingual)
Data license: MIT · Data source: jebboone/deitydb
31 rows where source_id = "SRC_THEOI_SEA"
This data as json, CSV (advanced)
| Link | rowid ▼ | entity_id | name | name_type | language | source_id |
|---|---|---|---|---|---|---|
| 286 | 286 | Nereus ENT_NEREUS | Nereus | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 287 | 287 | Doris ENT_DORIS | Doris | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 288 | 288 | Thaumas ENT_THAUMAS | Thaumas | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 289 | 289 | Phorcys ENT_PHORCYS | Phorcys | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 290 | 290 | Ceto ENT_CETO | Ceto | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 291 | 291 | Eurybia Sea ENT_EURYBIA_SEA | Eurybia Sea | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 292 | 292 | Triton ENT_TRITON | Triton | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 293 | 293 | Proteus ENT_PROTEUS | Proteus | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 294 | 294 | Glaucus ENT_GLAUCUS | Glaucus | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 295 | 295 | Palaemon ENT_PALAEMON | Palaemon | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 296 | 296 | Leucothea ENT_LEUCOTHEA | Leucothea | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 297 | 297 | Thetis ENT_THETIS | Thetis | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 298 | 298 | Amphitrite ENT_AMPHITRITE | Amphitrite | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 299 | 299 | Galatea ENT_GALATEA | Galatea | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 300 | 300 | Psamathe ENT_PSAMATHE | Psamathe | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 301 | 301 | Cymodoce ENT_CYMODOCE | Cymodoce | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 302 | 302 | Dynamene ENT_DYNAMENE | Dynamene | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 303 | 303 | Pherusa ENT_PHERUSA | Pherusa | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 304 | 304 | Proto ENT_PROTO | Proto | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 305 | 305 | Actaea ENT_ACTAEA | Actaea | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 306 | 306 | Doto ENT_DOTO | Doto | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 307 | 307 | Euarne ENT_EUARNE | Euarne | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 308 | 308 | Hipponoe ENT_HIPPONOE | Hipponoe | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 309 | 309 | Neso ENT_NESO | Neso | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 310 | 310 | Thalia Nereid ENT_THALIA_NEREID | Thalia Nereid | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 311 | 311 | Eudora Nereid ENT_EUDORA_NEREID | Eudora Nereid | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 312 | 312 | Sao ENT_SAO | Sao | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 313 | 313 | Speio ENT_SPEIO | Speio | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 314 | 314 | Glauce ENT_GLAUCE | Glauce | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 315 | 315 | Cymothoe ENT_CYMOTHOE | Cymothoe | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
| 316 | 316 | Melite ENT_MELITE | Melite | canonical | English/Latinized | Theoi Sea Gods index SRC_THEOI_SEA |
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]);