✦ 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

1 row where entity_id = "ENT_EGY_ANUBIS"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id animal confidence rationale source_id review_status
ENT_EGY_ANUBIS,jackal Anubis ENT_EGY_ANUBIS jackal high Anubis is characteristically represented as a jackal or jackal-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 9.767ms · Data license: MIT · Data source: jebboone/deitydb