entity_citations
Data license: MIT · Data source: jebboone/deitydb
7 rows where source_id = "SRC_PLUTARCH_ISIS_OSIRIS"
This data as json, CSV (advanced)
Suggested facets: locus
| citation_id ▼ | entity_id | source_id | work_title | locus | quote | translator | translation_year | source_url | evidence_grade | evidence_note | verified_on | verify_method | display_order | needs_review | review_reason | original_text_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CIT_EGY_ANUBIS_SEC | Anubis ENT_EGY_ANUBIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) | Iside 44 | primary-uncited | Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) | 2 | 1 | Primary source identified but not yet quoted verbatim; the on-page summary is an editorial paraphrase pending verification against this text. | |||||||
| CIT_EGY_NEITH_SEC | Neith ENT_EGY_NEITH | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) | Iside 9 | primary-uncited | Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) | 2 | 1 | Primary source identified but not yet quoted verbatim; the on-page summary is an editorial paraphrase pending verification against this text. | |||||||
| CIT_EGY_NEPHTHYS_SEC | Nephthys ENT_EGY_NEPHTHYS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) | Moralia 355 | primary-uncited | Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) | 2 | 1 | Primary source identified but not yet quoted verbatim; the on-page summary is an editorial paraphrase pending verification against this text. | |||||||
| CIT_EGY_SETH_SEC | Seth ENT_EGY_SETH | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) | per cited source | primary-uncited | Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) | 2 | 1 | Primary source identified but not yet quoted verbatim; the on-page summary is an editorial paraphrase pending verification against this text. | |||||||
| CIT_SYN_HARPOCRATES_SEC | Harpocrates ENT_SYN_HARPOCRATES | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) | Iside 19, | primary-uncited | Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) | 2 | 1 | Primary source identified but not yet quoted verbatim; the on-page summary is an editorial paraphrase pending verification against this text. | |||||||
| CIT_SYN_HERMANUBIS_SEC | Hermanubis ENT_SYN_HERMANUBIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) | Iside 44 | primary-uncited | Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) | 2 | 1 | Primary source identified but not yet quoted verbatim; the on-page summary is an editorial paraphrase pending verification against this text. | |||||||
| CIT_SYN_SERAPIS_SEC | Serapis ENT_SYN_SERAPIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) | Iside 28 | primary-uncited | Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) | 2 | 1 | Primary source identified but not yet quoted verbatim; the on-page summary is an editorial paraphrase pending verification against this text. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_citations" (
[citation_id] TEXT PRIMARY KEY,
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[source_id] TEXT REFERENCES [sources]([source_id]),
[work_title] TEXT,
[locus] TEXT,
[quote] TEXT,
[translator] TEXT,
[translation_year] INTEGER,
[source_url] TEXT,
[evidence_grade] TEXT,
[evidence_note] TEXT,
[verified_on] TEXT,
[verify_method] TEXT,
[display_order] INTEGER,
[needs_review] INTEGER,
[review_reason] TEXT,
[original_text_url] TEXT
);
CREATE INDEX [idx_entity_citations_source_id]
ON [entity_citations] ([source_id]);
CREATE INDEX [idx_entity_citations_entity_id]
ON [entity_citations] ([entity_id]);