claims
Data license: MIT · Data source: jebboone/deitydb
6 rows where entity_id = "ENT_CYBELE"
This data as json, CSV (advanced)
Suggested facets: claim_type
| claim_id ▼ | entity_id | claim_type | claim_value | confidence | source_id | review_status |
|---|---|---|---|---|---|---|
| CLM_01269 | Cybele ENT_CYBELE | domain | mountains | A | Theoi Rustic Gods index SRC_THEOI_RUSTIC | candidate_verified_name |
| CLM_01270 | Cybele ENT_CYBELE | domain | fertility | A | Theoi Rustic Gods index SRC_THEOI_RUSTIC | candidate_verified_name |
| CLM_01271 | Cybele ENT_CYBELE | domain | wild nature | A | Theoi Rustic Gods index SRC_THEOI_RUSTIC | candidate_verified_name |
| CLM_01272 | Cybele ENT_CYBELE | tag | imported | A | Theoi Rustic Gods index SRC_THEOI_RUSTIC | candidate_verified_name |
| CLM_01273 | Cybele ENT_CYBELE | tag | mother goddess | A | Theoi Rustic Gods index SRC_THEOI_RUSTIC | candidate_verified_name |
| CLM_01274 | Cybele ENT_CYBELE | tag | mountain | A | Theoi Rustic Gods index SRC_THEOI_RUSTIC | 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]);