claims
Data license: MIT · Data source: jebboone/deitydb
4 rows where entity_id = "ENT_THEMIS_AT_DELPHI"
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_01294 | Themis at Delphi ENT_THEMIS_AT_DELPHI | domain | oracle | A | Theoi Greek Gods category index SRC_THEOI_GODS | candidate_verified_name |
| CLM_01295 | Themis at Delphi ENT_THEMIS_AT_DELPHI | domain | divine law | A | Theoi Greek Gods category index SRC_THEOI_GODS | candidate_verified_name |
| CLM_01296 | Themis at Delphi ENT_THEMIS_AT_DELPHI | tag | oracle | A | Theoi Greek Gods category index SRC_THEOI_GODS | candidate_verified_name |
| CLM_01297 | Themis at Delphi ENT_THEMIS_AT_DELPHI | tag | cult aspect | A | Theoi Greek Gods category index SRC_THEOI_GODS | 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]);