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

claims

Data license: MIT · Data source: jebboone/deitydb

0 rows where source_id = "SRC_ASCLEPIUS_HERMETICA"

✎ View and edit SQL

This data as json

0 records

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 9.982ms · Data license: MIT · Data source: jebboone/deitydb