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

Entity Periods

Period assignments linking entities to the historical periods when they are attested. An entity may span multiple periods. All Greek entities are assigned; Egyptian tradition is fully covered; total coverage exceeds 70%.

Data license: MIT · Data source: jebboone/deitydb

confidence
{'description': 'high / medium / low — certainty of the period assignment'}
rationale
{'description': 'Justification with source citations'}

6 rows where period_id = "PER_COMMAGENE"

✎ View and edit SQL

This data as json, CSV (advanced)

Link entity_id period_id confidence rationale source_id review_status
ENT_COMM_ANTIOCHUS_I_THEOS,PER_COMMAGENE Antiochus I Theos of Commagene ENT_COMM_ANTIOCHUS_I_THEOS Commagenian Kingdom PER_COMMAGENE high King of Commagene (r. c.70-31 BCE) who established and was deified within the royal pantheon; enthroned among the gods at Nemrud Dag and shown in dexiosis with each deity. A deified historical mortal. SRC_VERSLUYS_COMMAGENE reviewed
ENT_COMM_APOLLO_MITHRAS_HELIOS_HERMES,PER_COMMAGENE Apollo-Mithras-Helios-Hermes ENT_COMM_APOLLO_MITHRAS_HELIOS_HERMES Commagenian Kingdom PER_COMMAGENE high Composite solar/mediating deity of Commagene fusing Apollo, Iranian Mithra(s), Helios and Hermes; named in the Nomos inscriptions and depicted among the Nemrud Dag seated colossi. SRC_VERSLUYS_COMMAGENE reviewed
ENT_COMM_ARTAGNES_HERACLES_ARES,PER_COMMAGENE Artagnes-Heracles-Ares ENT_COMM_ARTAGNES_HERACLES_ARES Commagenian Kingdom PER_COMMAGENE high Composite warrior deity of Commagene fusing Iranian Verethragna (Artagnes) with Greek Heracles and Ares; attested at Nemrud Dag and in the dexiosis reliefs where Antiochus I clasps his hand. SRC_VERSLUYS_COMMAGENE reviewed
ENT_COMM_PANTHEON,PER_COMMAGENE Pantheon of Commagene ENT_COMM_PANTHEON Commagenian Kingdom PER_COMMAGENE high Hub for the syncretic Greco-Iranian dynastic pantheon established by Antiochus I Theos; attested in the Nomos inscriptions and the colossal seated divine statues of the Nemrud Dag hierothesion. SRC_VERSLUYS_COMMAGENE reviewed
ENT_COMM_TYCHE,PER_COMMAGENE Tyche of Commagene ENT_COMM_TYCHE Commagenian Kingdom PER_COMMAGENE high Personified fortune of the kingdom of Commagene, seated among the divine colossi at Nemrud Dag as the patroness of the land; a regional cult form of Greek Tyche. SRC_VERSLUYS_COMMAGENE reviewed
ENT_COMM_ZEUS_OROMASDES,PER_COMMAGENE Zeus-Oromasdes ENT_COMM_ZEUS_OROMASDES Commagenian Kingdom PER_COMMAGENE high Supreme deity of the Commagenian pantheon, an explicit fusion of Greek Zeus with Iranian Ahura Mazda (Oromasdes); attested in the Nemrud Dag cult inscriptions and colossal statuary of Antiochus I. SRC_VERSLUYS_COMMAGENE reviewed

Advanced export

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

CSV options:

CREATE TABLE "entity_periods" (
   [entity_id] TEXT REFERENCES [entities]([entity_id]),
   [period_id] TEXT REFERENCES [periods]([period_id]),
   [confidence] TEXT,
   [rationale] TEXT,
   [source_id] TEXT,
   [review_status] TEXT,
   PRIMARY KEY ([entity_id], [period_id])
);
CREATE INDEX [idx_entity_periods_period_id]
    ON [entity_periods] ([period_id]);
CREATE INDEX [idx_entity_periods_entity_id]
    ON [entity_periods] ([entity_id]);
Powered by Datasette · Queries took 11.2ms · Data license: MIT · Data source: jebboone/deitydb