claims
Data license: MIT · Data source: jebboone/deitydb
7 rows where entity_id = "ENT_LETHE"
This data as json, CSV (advanced)
Suggested facets: claim_type, source_id
| claim_id ▼ | entity_id | claim_type | claim_value | confidence | source_id | review_status |
|---|---|---|---|---|---|---|
| CLM_00344 | Lethe ENT_LETHE | domain | oblivion | B | Theoi Underworld Gods index SRC_THEOI_UNDERWORLD | candidate_verified_name |
| CLM_00345 | Lethe ENT_LETHE | domain | underworld river | B | Theoi Underworld Gods index SRC_THEOI_UNDERWORLD | candidate_verified_name |
| CLM_00346 | Lethe ENT_LETHE | tag | chthonic | B | Theoi Underworld Gods index SRC_THEOI_UNDERWORLD | candidate_verified_name |
| CLM_00347 | Lethe ENT_LETHE | tag | river | B | Theoi Underworld Gods index SRC_THEOI_UNDERWORLD | candidate_verified_name |
| CLM_00539 | Lethe ENT_LETHE | domain | lethe | B | Theoi Daemones/personifications index SRC_THEOI_DAIMONES | candidate_verified_name |
| CLM_00540 | Lethe ENT_LETHE | tag | daimon | B | Theoi Daemones/personifications index SRC_THEOI_DAIMONES | candidate_verified_name |
| CLM_00541 | Lethe ENT_LETHE | tag | personification | B | Theoi Daemones/personifications index SRC_THEOI_DAIMONES | candidate_verified_name |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);