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

entity_citations

Data license: MIT · Data source: jebboone/deitydb

3 rows where source_id = "SRC_TRIADS_BROMWICH"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: work_title, display_order, 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_WEL_BELI_MAWR_SEC Beli Mawr ENT_WEL_BELI_MAWR Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH James MacKillop, Dictionary of Celtic Mythology (Oxford University Press, 1998), s.v. Beli Mawr per cited source An ancestor deity who established several royal lines in Wales.       secondary   2026-06-26 secondary-scholarship excerpt; substring-gated against MacKillop (1998) OCR; cross-reference asterisks removed 2 1 In-copyright peer-reviewed reference work — brief attributed excerpt for scholarly identification; verify against the print edition.  
CIT_WEL_GWENHWYFAR_BROMWICH Gwenhwyfar ENT_WEL_GWENHWYFAR Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH Rachel Bromwich, Trioedd Ynys Prydein (4th ed., 2014) Triad 56 (Arthur's Three Great Queens); notes to personal names, s.n. Gwenhwyfar         secondary Pointer citation: Triad 56 names three Gwenhwyfars as Arthur's great queens; Bromwich's onomastic note traces the name and its passage into continental romance.   buildout v2.1.60: pointer to a named triad and entry in Bromwich TYP; no quote reproduced (in-copyright) 1 1 POINTER CITATION — secondary reference entry named but not quote-gated; verify against the owner's Bromwich copy.  
CIT_WEL_MYRDDIN_BROMWICH Myrddin (Wyllt) ENT_WEL_MYRDDIN Rachel Bromwich, Trioedd Ynys Prydein: The Triads of the Island of Britain (Univ. of Wales Press, 4th ed. 2014) SRC_TRIADS_BROMWICH Rachel Bromwich, Trioedd Ynys Prydein (4th ed., 2014) Notes to personal names, s.n. Myrddin (Wyllt); cf. Triad 87         secondary Pointer citation: Bromwich's onomastic note on Myrddin — the wild prophet of the Old North (Arfderydd legend; the Myrddin poems of the Black Book of Carmarthen) and Geoffrey of Monmouth's latinization Merlinus.   buildout v2.1.60: pointer to a named entry in Bromwich TYP; no quote reproduced (in-copyright) 1 1 POINTER CITATION — secondary reference entry named but not quote-gated; verify against the owner's Bromwich copy.  

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 2475.928ms · Data license: MIT · Data source: jebboone/deitydb