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

claims

Data license: MIT · Data source: jebboone/deitydb

8 rows where entity_id = "ENT_DIONE"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: claim_type, claim_value, confidence

claim_id ▼ entity_id claim_type claim_value confidence source_id review_status
CLM_00175 Dione ENT_DIONE domain oracular goddess B Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name
CLM_00176 Dione ENT_DIONE domain mother of Aphrodite traditions B Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name
CLM_00177 Dione ENT_DIONE tag titaness B Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name
CLM_00178 Dione ENT_DIONE tag oracle B Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name
CLM_01290 Dione ENT_DIONE domain Dodona A Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name
CLM_01291 Dione ENT_DIONE domain mother traditions A Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name
CLM_01292 Dione ENT_DIONE tag oracle A Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name
CLM_01293 Dione ENT_DIONE tag local cult A Theoi Greek Gods category index SRC_THEOI_GODS candidate_verified_name

Advanced export

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

CSV options:

CREATE TABLE "claims" (
   [claim_id] TEXT PRIMARY KEY,
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [claim_type] TEXT,
   [claim_value] TEXT,
   [confidence] TEXT,
   [source_id] TEXT REFERENCES [sources]([source_id]),
   [review_status] TEXT
);
CREATE INDEX [idx_claims_source_id]
    ON [claims] ([source_id]);
CREATE INDEX [idx_claims_entity_id]
    ON [claims] ([entity_id]);
Powered by Datasette · Queries took 12.375ms · Data license: MIT · Data source: jebboone/deitydb