✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

Animal Associations

45 links between entities and their sacred or associated animals.

Data license: MIT · Data source: jebboone/deitydb

2 rows where entity_id = "ENT_EGY_THOTH"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id animal confidence rationale source_id review_status
ENT_EGY_THOTH,baboon Thoth ENT_EGY_THOTH baboon high Thoth is also represented in baboon form. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name
ENT_EGY_THOTH,ibis Thoth ENT_EGY_THOTH ibis high Thoth is characteristically represented as an ibis or ibis-headed god. SRC_WILKINSON_EGYPTIAN_GODS candidate_verified_name

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "entity_animals" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [animal] TEXT REFERENCES [animals]([animal]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT,
   [review_status] TEXT,
   PRIMARY KEY ([entity_id], [animal])
);
CREATE INDEX [idx_entity_animals_animal]
    ON [entity_animals] ([animal]);
CREATE INDEX [idx_entity_animals_entity_id]
    ON [entity_animals] ([entity_id]);
Powered by Datasette · Queries took 10.26ms · Data license: MIT · Data source: jebboone/deitydb