✦ 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 animal = "bull"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id animal confidence rationale source_id review_status
ENT_SYN_MITHRAS,bull Mithras ENT_SYN_MITHRAS bull high Mithraic iconography centers on the tauroctony, the bull-slaying scene. 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 11.625ms · Data license: MIT · Data source: jebboone/deitydb