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

claims

Data license: MIT · Data source: jebboone/deitydb

6 rows where entity_id = "ENT_ACHERON_RIVER"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: claim_type, claim_value

claim_id ▼ entity_id claim_type claim_value confidence source_id review_status
CLM_00868 Acheron River ENT_ACHERON_RIVER domain river B Theoi Potamoi river-gods page SRC_THEOI_POTAMOI candidate_verified_name
CLM_00869 Acheron River ENT_ACHERON_RIVER domain freshwater B Theoi Potamoi river-gods page SRC_THEOI_POTAMOI candidate_verified_name
CLM_00870 Acheron River ENT_ACHERON_RIVER domain local geography B Theoi Potamoi river-gods page SRC_THEOI_POTAMOI candidate_verified_name
CLM_00871 Acheron River ENT_ACHERON_RIVER tag potamos B Theoi Potamoi river-gods page SRC_THEOI_POTAMOI candidate_verified_name
CLM_00872 Acheron River ENT_ACHERON_RIVER tag freshwater B Theoi Potamoi river-gods page SRC_THEOI_POTAMOI candidate_verified_name
CLM_00873 Acheron River ENT_ACHERON_RIVER tag local cult potential B Theoi Potamoi river-gods page SRC_THEOI_POTAMOI 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.981ms · Data license: MIT · Data source: jebboone/deitydb