Plant Associations
Data license: MIT · Data source: jebboone/deitydb
1 row where plant = "almond"
This data as json, CSV (advanced)
| Link | entity_id | plant | confidence | rationale | source_id | review_status |
|---|---|---|---|---|---|---|
| ENT_PHYLLIS,almond | Phyllis ENT_PHYLLIS | almond | medium | Phyllis is associated with almond-tree transformation. | SRC_THEOI_GODS | needs_review |
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]);