✦ 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'}

9 rows where period_id = "PER_FOLK_CATHOLIC"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_id

Link entity_id period_id confidence rationale source_id review_status
ENT_FCS_DIFUNTA_CORREA,PER_FOLK_CATHOLIC Difunta Correa ENT_FCS_DIFUNTA_CORREA Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Argentine folk saint (Deolinda Correa), a 19th-c. woman said to have died of thirst in the San Juan desert while her nursing infant survived; major roadside shrine at Vallecito; Rome-unrecognized. SRC_GRAZIANO_CULTURES_DEVOTION reviewed
ENT_FCS_FOLK_SAINTS,PER_FOLK_CATHOLIC Latin American Folk Saints ENT_FCS_FOLK_SAINTS Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Hub for the folk-canonized (popular, Rome-unrecognized) intercessory figures of modern Latin American vernacular Catholicism; well attested ethnographically. SRC_GRAZIANO_CULTURES_DEVOTION reviewed
ENT_FCS_JESUS_MALVERDE,PER_FOLK_CATHOLIC Jesús Malverde ENT_FCS_JESUS_MALVERDE Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Sinaloan (Mexico) folk saint, said to be an early-20th-c. bandit-benefactor executed c.1909; venerated at a Culiacán chapel; not recognized by Rome. Modeled neutrally as a publicly attested devotion. SRC_GRAZIANO_CULTURES_DEVOTION reviewed
ENT_FCS_MAXIMON,PER_FOLK_CATHOLIC Maximón (San Simón) ENT_FCS_MAXIMON Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Guatemalan Maya-Catholic syncretic figure of the highlands (esp. Santiago Atitlán, San Andrés Itzapa), publicly identified with St. Simon and an Indigenous Maya ancestral/Mam figure; an effigy receives offerings of tobacco and liquor. Only the public devotion is modeled. SRC_GRAZIANO_CULTURES_DEVOTION reviewed
ENT_FCS_NINO_FIDENCIO,PER_FOLK_CATHOLIC Niño Fidencio ENT_FCS_NINO_FIDENCIO Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high José Fidencio Constantino Síntora (1898–1938), a celebrated curandero of Espinazo, Nuevo León (Mexico); posthumously venerated as a folk healer-saint with a living devotional movement (fidencistas); Rome-unrecognized. SRC_GRAZIANO_CULTURES_DEVOTION reviewed
ENT_FCS_SANTA_MUERTE,PER_FOLK_CATHOLIC Santa Muerte ENT_FCS_SANTA_MUERTE Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Mexican folk 'saint' (Holy Death), a skeletal female personification of death venerated since at least the mid-20th c. with mass public shrines (Tepito); not recognized by Rome; imagery descends from the personified Grim Reaper / Death. SRC_CHESNUT_DEVOTED_DEATH reviewed
ENT_FCS_SAN_LA_MUERTE,PER_FOLK_CATHOLIC San La Muerte ENT_FCS_SAN_LA_MUERTE Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Argentine/Paraguayan/Guaraní-zone male folk saint of personified Death (skeletal figure); publicly venerated in the Litoral region; Rome-unrecognized; cognate of the broader Death-saint devotion. SRC_GRAZIANO_CULTURES_DEVOTION reviewed
ENT_FCS_SAN_PASCUALITO,PER_FOLK_CATHOLIC San Pascualito ENT_FCS_SAN_PASCUALITO Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Guatemalan/Chiapas Maya-Catholic skeletal folk saint of Death, publicly associated by name with the canonical St. Paschal Baylón but venerated as a personified-Death figure; centered at Olintepeque and Chiapas; Rome-unrecognized in this form. SRC_GRAZIANO_CULTURES_DEVOTION reviewed
ENT_FCS_SARITA_COLONIA,PER_FOLK_CATHOLIC Sarita Colonia ENT_FCS_SARITA_COLONIA Modern Latin American Folk Catholicism PER_FOLK_CATHOLIC high Sara Colonia Zambrano (1914–1940), a poor migrant woman in Callao, Peru; posthumously venerated as a folk saint of the urban marginalized; Rome-unrecognized. SRC_GRAZIANO_CULTURES_DEVOTION 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.038ms · Data license: MIT · Data source: jebboone/deitydb