✦ DeityDB
Browse Graph Connections Timeline Lineages Path Map Queries About Collaborate API GitHub ↗

entity_citations

Data license: MIT · Data source: jebboone/deitydb

9 rows where source_id = "SRC_FOSTER_MUSES"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: work_title, locus, verify_method, review_reason, verified_on (date)

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_MES_ADAPA_SEC Adapa ENT_MES_ADAPA Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature per cited source         secondary     Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) 2 1 Primary attestation documented in a modern, in-copyright edition/study; cited at locus, not reproducible as a public-domain verbatim quote.  
CIT_MES_ERRA_SEC Erra ENT_MES_ERRA Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature per cited source         secondary     Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) 2 1 Primary attestation documented in a modern, in-copyright edition/study; cited at locus, not reproducible as a public-domain verbatim quote.  
CIT_MES_ETANA_SEC Etana ENT_MES_ETANA Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature per cited source         secondary     Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) 2 1 Primary attestation documented in a modern, in-copyright edition/study; cited at locus, not reproducible as a public-domain verbatim quote.  
CIT_MES_ISHUM_SEC Ishum ENT_MES_ISHUM Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature per cited source         secondary     Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) 2 1 Primary attestation documented in a modern, in-copyright edition/study; cited at locus, not reproducible as a public-domain verbatim quote.  
CIT_MES_NINISINA_FOSTER Ninisina ENT_MES_NINISINA Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Before the Muses: An Anthology of Akkadian Literature Note on Ninisina (Nininsina), the healing goddess   Benjamin R. Foster 2005   secondary Ninisina (Nininsina) identified as a healing goddess in Foster's apparatus. 2026-07-05 presence verified in context by extraction of Foster, Before the Muses (in-copyright) — bibliographic pointer, no text reproduced 2 1 secondary pointer [v2.1.70]  
CIT_MES_PAZUZU_FOSTER Pazuzu ENT_MES_PAZUZU Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Before the Muses: An Anthology of Akkadian Literature The self-predication of Pazuzu ("I am Pazuzu, son of Hanbu"); anti-demonic spell   Benjamin R. Foster 2005   secondary Pazuzu, son of Hanbu, king of the evil wind-demons, in his self-predication spell. 2026-07-05 presence verified in context by extraction of Foster, Before the Muses (in-copyright) — bibliographic pointer, no text reproduced 2 1 secondary pointer [v2.1.70]  
CIT_MES_RABISU_FOSTER Rabisu ENT_MES_RABISU Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Before the Muses: An Anthology of Akkadian Literature Incantation naming Rabisu among the lurking demons   Benjamin R. Foster 2005   secondary Rabisu (the "croucher"/lurker) named in the demon-list of an Akkadian incantation. 2026-07-05 presence verified in context by extraction of Foster, Before the Muses (in-copyright) — bibliographic pointer, no text reproduced 2 1 secondary pointer [v2.1.70]  
CIT_MES_SARPANIT_FOSTER Sarpanit ENT_MES_SARPANIT Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Before the Muses: An Anthology of Akkadian Literature Prayer invoking Marduk and Sarpanitum   Benjamin R. Foster 2005   secondary Sarpanitum (Sarpanit), consort of Marduk, invoked in prayer as "my lady". 2026-07-05 presence verified in context by extraction of Foster, Before the Muses (in-copyright) — bibliographic pointer, no text reproduced 2 1 secondary pointer [v2.1.70]  
CIT_MES_SEBITTI_SEC Sebitti ENT_MES_SEBITTI Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature SRC_FOSTER_MUSES Benjamin R. Foster, Before the Muses: An Anthology of Akkadian Literature per cited source         secondary     Track-2 formalization of the entity's existing source attestation (no verbatim quote — pointer + grade + flag) 2 1 Primary attestation documented in a modern, in-copyright edition/study; cited at locus, not reproducible as a public-domain verbatim quote.  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 19.248ms · Data license: MIT · Data source: jebboone/deitydb