Plant Associations
Data license: MIT · Data source: jebboone/deitydb
2 rows where entity_id = "ENT_EGY_OSIRIS"
This data as json, CSV (advanced)
| Link | entity_id | plant | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_EGY_OSIRIS,grain | Osiris ENT_EGY_OSIRIS | grain | medium | Osirian rebirth symbolism is often tied to grain and agricultural renewal. | SRC_WILKINSON_EGYPTIAN_GODS | candidate_verified_name |
| ENT_EGY_OSIRIS,vegetation | Osiris ENT_EGY_OSIRIS | vegetation | high | Osiris is associated with rebirth and vegetation symbolism. | SRC_WILKINSON_EGYPTIAN_GODS | candidate_verified_name |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_plants" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[plant] TEXT REFERENCES [plants]([plant]),
[confidence] TEXT,
[rationale] TEXT,
[source_id] TEXT,
[review_status] TEXT,
PRIMARY KEY ([entity_id], [plant])
);
CREATE INDEX [idx_entity_plants_plant]
ON [entity_plants] ([plant]);
CREATE INDEX [idx_entity_plants_entity_id]
ON [entity_plants] ([entity_id]);