Entity Sources
Data license: MIT · Data source: jebboone/deitydb
- evidence_type
- {'description': 'e.g. Direct attestation, Secondary analysis, Epigraphic, Numismatic'}
- source_note
- {'description': 'Specific passage citations and notes on how this source attests the entity'}
6 rows where entity_id = "ENT_EGY_HORUS"
This data as json, CSV (advanced)
Suggested facets: evidence_type
| Link | entity_id | source_id | evidence_type | source_note |
|---|---|---|---|---|
| ENT_EGY_HORUS,SRC_DIGITAL_EGYPT,reference attestation | Horus ENT_EGY_HORUS | Digital Egypt for Universities SRC_DIGITAL_EGYPT | reference attestation | catalogued in UCL Digital Egypt for Universities |
| ENT_EGY_HORUS,SRC_FAULKNER_PYRAMID_TEXTS,direct attestation | Horus ENT_EGY_HORUS | R. O. Faulkner, The Ancient Egyptian Pyramid Texts (Oxford University Press, 1969; repr. Aris & Phillips, 1998) SRC_FAULKNER_PYRAMID_TEXTS | direct attestation | PT throughout: Horus is the avenger of Osiris and the living king; the Pyramid Texts establish the king as Horus while living and as Osiris after death; Utterances 219-222 (§§ 159-182) contain the earliest narrative of the Horus-Seth conflict; "Horus has seized Seth and set him under you" (§ 142) |
| ENT_EGY_HORUS,SRC_HERODOTUS_HISTORIES,direct attestation | Horus ENT_EGY_HORUS | Herodotus, Histories (c. 430 BCE) SRC_HERODOTUS_HISTORIES | direct attestation | Histories 2.144: Horus is equated with Apollo ("the Egyptians say that Ares and Apollo ... in Egyptian they call Ares Onuris [= Anhur], and Apollo Horus"); the Horus=Apollo identification, while less prominent than Osiris=Dionysus, is made explicit by Herodotus |
| ENT_EGY_HORUS,SRC_PINCH_EGYPTIAN_MYTH,scholarly attestation | Horus ENT_EGY_HORUS | Geraldine Pinch, Egyptian Mythology SRC_PINCH_EGYPTIAN_MYTH | scholarly attestation | Attested in Pinch, Egyptian Mythology. |
| ENT_EGY_HORUS,SRC_PLUTARCH_ISIS_OSIRIS,direct attestation | Horus ENT_EGY_HORUS | Plutarch, On Isis and Osiris (De Iside et Osiride, c. 100–120 CE) SRC_PLUTARCH_ISIS_OSIRIS | direct attestation | Horus is conceived posthumously from Osiris's reassembled body (De Iside 18); raised secretly by Isis in the papyrus marshes; he battles Seth/Typhon and wins the judgment of the gods; Plutarch distinguishes the elder Horus (Haroeris) from the younger (Harpocrates); equates Horus with Apollo |
| ENT_EGY_HORUS,SRC_WILKINSON_EGYPTIAN_GODS,scholarly attestation | Horus ENT_EGY_HORUS | Richard H. Wilkinson, The Complete Gods and Goddesses of Ancient Egypt SRC_WILKINSON_EGYPTIAN_GODS | scholarly attestation | Initial Egyptian seed reference. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entity_sources" (
[entity_id] TEXT REFERENCES [entities]([entity_id]),
[source_id] TEXT REFERENCES [sources]([source_id]),
[evidence_type] TEXT,
[source_note] TEXT,
PRIMARY KEY ([entity_id], [source_id], [evidence_type])
);
CREATE INDEX [idx_entity_sources_source_id]
ON [entity_sources] ([source_id]);
CREATE INDEX [idx_entity_sources_entity_id]
ON [entity_sources] ([entity_id]);