summaryrefslogtreecommitdiff
path: root/data/of
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-26 09:15:08 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-26 09:15:08 +0200
commit155c2e55948dc179a45458d856808f7105878d1f (patch)
tree341c33054cc06d9d407b98797c96a5f7f880dcad /data/of
parent9a915291c3e76dd6cbaea92910ed9cfe3398062d (diff)
downloadcolitur-155c2e55948dc179a45458d856808f7105878d1f.tar.gz
colitur-155c2e55948dc179a45458d856808f7105878d1f.zip
feat(of): Lectionary_of -- reading-cycle arithmetic and the lectionary chain
Task 4 of Phases 3-5: the last Rite.t field OF still needed, `readings`. The cycle rules are CODE, cited to OLM (Ordo Lectionum Missae) 1981 Praenotanda -- verified against the real page image (docs/research/of/olm-1981.pdf pp.32-33/"XXXII-XXXIII"), not the document's own unreliable OCR text layer, per the design spec's own caveat. n. 66 (with its footnote 102's worked example, 1980=C/1981=A/ 1982=B/1983=C) gives the three-year Sunday cycle; n. 69 point 4 gives the two-year weekday cycle, Year I in odd label years, Year II in even. Both derive the "label year" the same way: one more than the civil year Advent I opened in, per n. 66's footnote 102 itself ("nempe a prima hebdomada Adventus, quae cadit in anno civili praecedente") -- so the cycle turns at Advent I, not 1 January, exactly where the task brief said to get it right. The design spec's own citation for the weekday rule, "Praenotanda n. 649", does not survive a direct check against the primary source (search finds "649" only in unrelated index/page-number entries); corrected here to n. 69, the paragraph the rule's own Latin text actually sits under, confirmed by the page image's own printed margin number. The data is bootstrapped from lectio's of-lectionary.ini (988 keys, niedziela.pl, harvest 2020-2025) by tools/bootstrap_lectionary_of.ml -- OCaml, not the brief's own suggested .py: tools/bootstrap_lectionary .ml already established this exact shape for EF, including a real safety net ([assert_reachable], sweeping Rite_of.Temporal_of.temporal AND the real merged sanctoral layer directly) that a second-language reimplementation would either duplicate or lose. Handles two real data anomalies found while building it: one malformed ini line (a Polish Septuagint-numbering annotation for Sirach 3, "Syr 3,2-6.12-14" against OLM/CEI/USA's shared Nova Vulgata, matching the design spec's own sec5 finding); and two Sunday-cycle-labelled bases (Annunciation, Immaculate Conception) where a scraping-year artifact left one of three cycle letters carrying a different day's Mass entirely -- resolved by a general, mechanical 2-of-3 majority rule, not a per-saint hand edit, and logged. Coverage measured in both directions, per the brief's own Step 1: - 1 of 365 days in civil year 2026 (25 December, the Christmas DAY Mass) has no Temporal_of-slug match anywhere in lectio's 988 keys -- only the Vigil is present. Named in the data file's own header. - 0 of 438 distinct lectio bases map to no colitur slug, after 19 are deliberately excluded (late-Advent/Christmas-season DATE-keyed duplicates lectio also carries in a WEEKDAY-keyed form colitur's own slugs actually match -- Lectionary.t has no date-keyed lookup at all, so the date-keyed family is transcription-inert, not silently dropped: named explicitly, not a residual). Lectionary_of.readings is three steps (no Commons indirection, unlike EF -- out of this task's scope): the observed celebration's own embedded citations; else, for a real sanctoral winner, its own slug looked up directly (flat, then both cycle letters); else the day's own temporal slug, same lookup. No preceding-Sunday fallback: OF's own two-year cycle assigns every Ordinary Time weekday its own reading by design, and no OF norm was found instructing otherwise. Tests (test/test_lectionary_of.ml, 12 cases): a cycle-arithmetic table straddling Advent 1980/1981/1982/2025 inside single civil years, reproducing OLM n.66's own worked example directly; SHA-256 pins on both the emitted file and lectio's own source (embedded in the provenance header); a pinned, NAMED 2026 coverage result (364 resolve, exactly {25 December} does not -- never a bare count); two resolution- chain spot checks (a plain ferial, and a saint's day beating the ferial it would otherwise fall on); and a real subprocess test that a missing lectio source file fails the generator loudly, non-zero exit, no output written -- the exact bug Task 1's own generator shipped and needed a review round to fix. dune test: exit 0, 856 tests. make check (COLITUR_EXHAUSTIVE_SWEEP=1, full 1583-9999 sweep): exit 0, 862 tests, ~342s, both run unpiped in the foreground. git diff --stat v1.0.0..HEAD -- lib/rites/rite_ef/ lib/kernel/ data/ef/ still empty.
Diffstat (limited to 'data/of')
-rw-r--r--data/of/lectionary.sexp2317
1 files changed, 2317 insertions, 0 deletions
diff --git a/data/of/lectionary.sexp b/data/of/lectionary.sexp
new file mode 100644
index 0000000..4f43f12
--- /dev/null
+++ b/data/of/lectionary.sexp
@@ -0,0 +1,2317 @@
+; data/of/lectionary.sexp -- OF (2002) temporal + sanctoral lectionary
+; (Epistle + Gospel citations, never scripture text), bootstrapped from
+; lectio.
+;
+; LINEAGE, stated loudly because it constrains what this file can show
+; (design spec 2026-08-24-colitur-of-rite-module-design.md sec4.4/sec5):
+; this is a POLISH VERNACULAR pastoral lectionary (niedziela.pl,
+; harvested 2020-2025 by lectio's own scripts/genlect-of.go), NOT the
+; Latin OLM (Ordo Lectionum Missae) 1981 itself, and its citations are
+; ENGLISH-CANONICAL, not OLM's Vulgate numbering. It CANNOT show any
+; divergence between niedziela.pl's own pastoral choices and OLM's own
+; text -- three such divergences are already confirmed against the real
+; OLM page images (design spec sec4.4): Holy Family Year A's second-
+; reading short form, Trinity Sunday's Dan 3:56, and the Baptism of the
+; Lord's Mc 9:6 vs "Mark 9:7". Nor can it show OLM's short/long-form
+; reading alternatives, which niedziela.pl does not distinguish. This is
+; ALSO a SEPARATE lineage from lectio's own OF CALENDAR data
+; (data/of/calendar-2002.sexp, roman-calendar.ini, upstream
+; calapi.inadiutorium.cz) -- lectio is two unrelated upstreams glued
+; together by one downstream project, not one witness, and neither is
+; the typical edition.
+;
+; Generator: tools/bootstrap_lectionary_of.ml -- do not hand-edit;
+; re-run against the same lectio snapshot (its SHA-256 is pinned below;
+; a MISSING source file is fatal, checked before any read is attempted --
+; see this generator's own [parse_ini]) and commit the diff instead.
+; Every emitted key is asserted, at generation time, to be a slug
+; Rite_of.Temporal_of actually computes OR a slug the real merged
+; sanctoral layer (data/of/calendar-2002.sexp + all 13 decree overlays)
+; actually carries -- see [assert_reachable].
+;
+; Source: ../lectio/internal/caldata/of-lectionary.ini
+; SHA-256: f0b527aef58b93e6ccdfbeafe52b340ed2a9d7d72805bf5083e3da04b080123c
+; 988 ini sections (988 expected) -> 438 resolved (base, cycle-shape) pairs -> 419 colitur slugs mapped, 19 ini bases deliberately excluded (date-
+; keyed duplicates/late-Advent, no colitur date-keyed lookup exists --
+; see [excluded_bases]), 0 ini bases genuinely unmapped (no pattern, no
+; override, no matching sanctoral slug) -> 754 emitted lectionary entries.
+;
+; COVERAGE, BOTH DIRECTIONS (Step 1 of this task's own brief):
+; (1) Temporal-day gap: of the 365 days of civil year 2026, 1 produce a
+; Rite_of.Temporal_of slug with NO entry in this file (tried flat,
+; then both the Sunday- and weekday-cycle letter suffixes -- the
+; same order Lectionary_of.readings itself tries). Those are days
+; with no readings via the temporal-slug path (a sanctoral proper
+; on the same civil day, where one exists, is Lectionary_of's own
+; separate first chance). Named set below.
+; (2) Unmapped lectio keys: 0 ini base names (of 988 sections, 438
+; distinct bases) map to no colitur slug at all -- data being
+; silently dropped if unreported. Named below.
+; Regenerate with:
+; eval $(opam env) && dune exec tools/bootstrap_lectionary_of.exe -- ../lectio/internal/caldata/of-lectionary.ini data/of/lectionary.sexp
+; Unmapped lectio bases (0):
+; Temporal_of slugs (2004-2051) with no lectionary entry (1, informational --
+; most are the Christmas-season/late-Advent date-vs-weekday gap named above):
+; of-nativity
+((all-saints
+ (((part First) (reference "Revelation 7:2-4,9-14"))
+ ((part Gospel) (reference "Mat 5:1-12"))))
+ (all-souls
+ (((part First) (reference "Job 19:1,23-27"))
+ ((part Gospel) (reference "Luke 23:44-46,50,52-53"))))
+ (andrew-the-apostle
+ (((part First) (reference "Isaiah 49:1-6"))
+ ((part Gospel) (reference "Mat 4:18-22"))))
+ (annunciation-of-the-lord
+ (((part First) (reference "Isaiah 7:10-14;8:10"))
+ ((part Gospel) (reference "Luke 1:26-38"))))
+ (assumption-of-the-blessed-virgin-mary
+ (((part First) (reference "1 Chronicles 15:3-4,15-16;16:1-2"))
+ ((part Gospel) (reference "Luke 11:27-28"))))
+ (bartholomew-the-apostle
+ (((part First) (reference "Revelation 21:9-14"))
+ ((part Gospel) (reference "John 1:45-51"))))
+ (birth-of-saint-john-the-baptist
+ (((part First) (reference "Jeremiah 1:4-10"))
+ ((part Gospel) (reference "Luke 1:5-17"))))
+ (birth-of-the-blessed-virgin-mary
+ (((part First) (reference "Micah 5:1-4"))
+ ((part Gospel) (reference "Mat 1:18-23"))))
+ (chair-of-saint-peter-apostle
+ (((part First) (reference "1 Peter 5:1-4"))
+ ((part Gospel) (reference "Mat 16:13-19"))))
+ (dedication-of-the-lateran-basilica
+ (((part First) (reference "Ezekiel 47:1-2,8-9,12"))
+ ((part Gospel) (reference "John 2:13-22"))))
+ (holy-innocents-martyrs
+ (((part First) (reference "1 John 1:5-2:2"))
+ ((part Gospel) (reference "Mat 2:13-18"))))
+ (immaculate-conception-of-the-blessed-virgin-mary
+ (((part First) (reference "Genesis 3:9-15,20"))
+ ((part Gospel) (reference "Luke 1:26-38"))))
+ (james-apostle
+ (((part First) (reference "2 Corinthians 4:7-15"))
+ ((part Gospel) (reference "Mat 20:20-28"))))
+ (john-the-apostle-and-evangelist
+ (((part First) (reference "1 John 1:1-4"))
+ ((part Gospel) (reference "John 20:2-8"))))
+ (joseph-husband-of-the-blessed-virgin-mary
+ (((part First) (reference "2 Samuel 7:4-5,12-14,16"))
+ ((part Gospel) (reference "Luke 2:41-51"))))
+ (lawrence-deacon-and-martyr
+ (((part First) (reference "2 Corinthians 9:6-10"))
+ ((part Gospel) (reference "John 12:24-26"))))
+ (luke-the-evangelist
+ (((part First) (reference "2 Timothy 4:10-17"))
+ ((part Gospel) (reference "Luke 10:1-9"))))
+ (mark-the-evangelist
+ (((part First) (reference "1 Peter 5:5-14"))
+ ((part Gospel) (reference "Mark 16:15-20"))))
+ (mary-magdalene
+ (((part First) (reference "Song of Solomon 8:6-7"))
+ ((part Gospel) (reference "John 20:1,11-18"))))
+ (matthew-the-evangelist-apostle-evangelist
+ (((part First) (reference "Ephesians 4:1-7,11-13"))
+ ((part Gospel) (reference "Mat 9:9-13"))))
+ (matthias-the-apostle
+ (((part First) (reference "Acts 1:15-17,20-26"))
+ ((part Gospel) (reference "John 15:9-17"))))
+ (of-advent-1-friday
+ (((part First) (reference "Isaiah 29:17-24"))
+ ((part Gospel) (reference "Matthew 9:27-31"))))
+ (of-advent-1-monday
+ (((part First) (reference "Isaiah 2:1-5"))
+ ((part Gospel) (reference "Matthew 8:5-11"))))
+ (of-advent-1-saturday
+ (((part First) (reference "Isaiah 30:19-21,23-26"))
+ ((part Gospel) (reference "Matthew 9:35-10:1,5a,6-8"))))
+ (of-advent-1-thursday
+ (((part First) (reference "Isaiah 26:1-6"))
+ ((part Gospel) (reference "Matthew 7:21,24-27"))))
+ (of-advent-1-tuesday
+ (((part First) (reference "Isaiah 11:1-10"))
+ ((part Gospel) (reference "Luke 10:21-24"))))
+ (of-advent-1-wednesday
+ (((part First) (reference "Isaiah 25:6-10a"))
+ ((part Gospel) (reference "Matthew 15:29-37"))))
+ (of-advent-2-friday
+ (((part First) (reference "Isaiah 48:17-19"))
+ ((part Gospel) (reference "Matthew 11:16-19"))))
+ (of-advent-2-monday
+ (((part First) (reference "Isaiah 35:1-10"))
+ ((part Gospel) (reference "Luke 5:17-26"))))
+ (of-advent-2-saturday
+ (((part First) (reference "Sirach 48:1-4,9-11"))
+ ((part Gospel) (reference "Matthew 17:9a,10-135"))))
+ (of-advent-2-thursday
+ (((part First) (reference "Isaiah 41:13-20"))
+ ((part Gospel) (reference "Matthew 11:11-15"))))
+ (of-advent-2-tuesday
+ (((part First) (reference "Isaiah 40:1-11"))
+ ((part Gospel) (reference "Matthew 18:12-14"))))
+ (of-advent-2-wednesday
+ (((part First) (reference "Isaiah 40:25-31"))
+ ((part Gospel) (reference "Matthew 11:28-30"))))
+ (of-advent-3-friday
+ (((part First) (reference "Isaiah 56:1-3a,6-8"))
+ ((part Gospel) (reference "John 5:33-36"))))
+ (of-advent-3-monday
+ (((part First) (reference "Numbers 24:2-7,15-17a"))
+ ((part Gospel) (reference "Matthew 21:23-27"))))
+ (of-advent-3-saturday-i
+ (((part First) (reference "1 Samuel 1:24-28"))
+ ((part Gospel) (reference "Luke 1:46-56"))))
+ (of-advent-3-saturday-ii
+ (((part First) (reference "Song of Solomon 2:8-14"))
+ ((part Gospel) (reference "Luke 1:39-45"))))
+ (of-advent-3-thursday
+ (((part First) (reference "Isaiah 54:1-10"))
+ ((part Gospel) (reference "Luke 7:24-30"))))
+ (of-advent-3-tuesday
+ (((part First) (reference "Zephaniah 3:1-2,9-13"))
+ ((part Gospel) (reference "Matthew 21:28-32"))))
+ (of-advent-3-wednesday
+ (((part First) (reference "Isaiah 45:6c-8,18,21c-25"))
+ ((part Gospel) (reference "Luke 7:18b-23"))))
+ (of-advent-4-friday-i
+ (((part First) (reference "Malachi 3:1-4;4:5-6"))
+ ((part Gospel) (reference "Luke 1:57-66"))))
+ (of-advent-4-friday-ii
+ (((part First) (reference "2 Samuel 7:1-5,8-12,14,16"))
+ ((part Gospel) (reference "Luke 1:67-79"))))
+ (of-advent-4-monday-i
+ (((part First) (reference "2 Samuel 7:1-5,8-12,14,16"))
+ ((part Gospel) (reference "Luke 1:67-79"))))
+ (of-advent-4-monday-ii
+ (((part First) (reference "Malachi 3:1-4;4:5-6"))
+ ((part Gospel) (reference "Luke 1:57-66"))))
+ (of-advent-4-thursday-i
+ (((part First) (reference "2 Samuel 7:1-5,8-12,14,16"))
+ ((part Gospel) (reference "Luke 1:67-79"))))
+ (of-advent-4-thursday-ii
+ (((part First) (reference "Malachi 3:1-4;4:5-6"))
+ ((part Gospel) (reference "Luke 1:57-66"))))
+ (of-advent-4-tuesday-i
+ (((part First) (reference "1 Samuel 1:24-28"))
+ ((part Gospel) (reference "Luke 1:46-56"))))
+ (of-advent-4-tuesday-ii
+ (((part First) (reference "2 Samuel 7:1-5,8-12,14,16"))
+ ((part Gospel) (reference "Luke 1:67-79"))))
+ (of-advent-4-wednesday-i
+ (((part First) (reference "Malachi 3:1-4;4:5-6"))
+ ((part Gospel) (reference "Luke 1:57-66"))))
+ (of-advent-4-wednesday-ii
+ (((part First) (reference "1 Samuel 1:24-28"))
+ ((part Gospel) (reference "Luke 1:46-56"))))
+ (of-advent-sunday-1-a
+ (((part First) (reference "Isaiah 2:1-5"))
+ ((part Gospel) (reference "Matthew 24:37-44"))))
+ (of-advent-sunday-1-b
+ (((part First) (reference "Isaiah 63:16b-17,19b;64:2-7"))
+ ((part Gospel) (reference "Mark 13:33-37"))))
+ (of-advent-sunday-1-c
+ (((part First) (reference "Jeremiah 33:14-16"))
+ ((part Gospel) (reference "Luke 21:25-28,34-36"))))
+ (of-advent-sunday-2-a
+ (((part First) (reference "Isaiah 11:1-10"))
+ ((part Gospel) (reference "Matthew 3:1-12"))))
+ (of-advent-sunday-2-b
+ (((part First) (reference "Isaiah 40:1-5,9-11"))
+ ((part Gospel) (reference "Mark 1:1-8"))))
+ (of-advent-sunday-2-c
+ (((part First) (reference "Baruch 5:1-9"))
+ ((part Gospel) (reference "Luke 3:1-6"))))
+ (of-advent-sunday-3-a
+ (((part First) (reference "Isaiah 35:1-6a,10"))
+ ((part Gospel) (reference "Matthew 11:2-11"))))
+ (of-advent-sunday-3-b
+ (((part First) (reference "Isaiah 61:1-2a,10-11"))
+ ((part Gospel) (reference "John 1:6-8,19-28"))))
+ (of-advent-sunday-3-c
+ (((part First) (reference "Zephaniah 3:14-18a"))
+ ((part Gospel) (reference "Luke 3:10-18"))))
+ (of-advent-sunday-4-a
+ (((part First) (reference "Isaiah 7:10-14"))
+ ((part Gospel) (reference "Matthew 1:18-24"))))
+ (of-advent-sunday-4-b
+ (((part First) (reference "2 Samuel 7:1-5,8b-12,14a,16"))
+ ((part Gospel) (reference "Luke 1:26-38"))))
+ (of-advent-sunday-4-c
+ (((part First) (reference "Micah 5:1-4a"))
+ ((part Gospel) (reference "Luke 1:39-45"))))
+ (of-ascension-a
+ (((part First) (reference "The Acts 1:1-11"))
+ ((part Gospel) (reference "Matthew 28:16-20"))))
+ (of-ascension-b
+ (((part First) (reference "The Acts 1:1-11"))
+ ((part Gospel) (reference "Mark 16:15-20"))))
+ (of-ascension-c
+ (((part First) (reference "The Acts 1:1-11"))
+ ((part Gospel) (reference "Luke 24:46-53"))))
+ (of-ash-wednesday
+ (((part First) (reference "Joel 2:12-18"))
+ ((part Gospel) (reference "Matthew 6:1-6,16-18"))))
+ (of-baptism-of-the-lord-a
+ (((part First) (reference "Isaiah 42:1-4,6-7"))
+ ((part Gospel) (reference "Matthew 3:13-17"))))
+ (of-baptism-of-the-lord-b
+ (((part First) (reference "Isaiah 55:1-11"))
+ ((part Gospel) (reference "Mark 1:7-11"))))
+ (of-baptism-of-the-lord-c
+ (((part First) (reference "Isaiah 40:1-5,9-11"))
+ ((part Gospel) (reference "Luke 3:15-16,21-22"))))
+ (of-christ-the-king-a
+ (((part First) (reference "Ezekiel 34:11-12,15-17"))
+ ((part Gospel) (reference "Matthew 25:31-46"))))
+ (of-christ-the-king-b
+ (((part First) (reference "Daniel 7:13-14"))
+ ((part Gospel) (reference "John 18:33b-37"))))
+ (of-christ-the-king-c
+ (((part First) (reference "2 Samuel 5:1-3"))
+ ((part Gospel) (reference "Luke 23:35-43"))))
+ (of-christmas-0-friday-ii
+ (((part First) (reference "1 John 2:18-21"))
+ ((part Gospel) (reference "John 1:1-5,9-14"))))
+ (of-christmas-0-monday-i
+ (((part First) (reference "1 John 2:18-21"))
+ ((part Gospel) (reference "John 1:1-5,9-14"))))
+ (of-christmas-0-monday-ii
+ (((part First) (reference "1 John 2:12-17"))
+ ((part Gospel) (reference "Luke 2:36-40"))))
+ (of-christmas-0-saturday-i
+ (((part First) (reference "1 John 2:3-11"))
+ ((part Gospel) (reference "Luke 2:22-35"))))
+ (of-christmas-0-saturday-ii
+ (((part First) (reference "1 John 2:12-17"))
+ ((part Gospel) (reference "Luke 2:36-40"))))
+ (of-christmas-0-thursday-i
+ (((part First) (reference "1 John 2:18-21"))
+ ((part Gospel) (reference "John 1:1-5,9-14"))))
+ (of-christmas-0-thursday-ii
+ (((part First) (reference "1 John 2:12-17"))
+ ((part Gospel) (reference "Luke 2:36-40"))))
+ (of-christmas-0-tuesday-i
+ (((part First) (reference "1 John 2:3-11"))
+ ((part Gospel) (reference "Luke 2:22-35"))))
+ (of-christmas-0-tuesday-ii
+ (((part First) (reference "1 John 2:18-21"))
+ ((part Gospel) (reference "John 1:1-5,9-14"))))
+ (of-christmas-0-wednesday-i
+ (((part First) (reference "1 John 2:12-17"))
+ ((part Gospel) (reference "Luke 2:36-40"))))
+ (of-christmas-0-wednesday-ii
+ (((part First) (reference "1 John 2:3-11"))
+ ((part Gospel) (reference "Luke 2:22-35"))))
+ (of-christmas-1-friday-i
+ (((part First) (reference "1 John 3:7-10"))
+ ((part Gospel) (reference "John 1:35-42"))))
+ (of-christmas-1-friday-ii
+ (((part First) (reference "1 John 3:11-21"))
+ ((part Gospel) (reference "John 1:43-51"))))
+ (of-christmas-1-monday-i
+ (((part First) (reference "1 John 3:22-4:6"))
+ ((part Gospel) (reference "Mat 4:12-17,23-25"))))
+ (of-christmas-1-monday-ii
+ (((part First) (reference "1 John 2:29-3:6"))
+ ((part Gospel) (reference "John 1:29-34"))))
+ (of-christmas-1-saturday-i
+ (((part First) (reference "1 John 3:11-21"))
+ ((part Gospel) (reference "John 1:43-51"))))
+ (of-christmas-1-saturday-ii
+ (((part First) (reference "1 John 3:7-10"))
+ ((part Gospel) (reference "John 1:35-42"))))
+ (of-christmas-1-thursday-i
+ (((part First) (reference "1 John 2:29-3:6"))
+ ((part Gospel) (reference "John 1:29-34"))))
+ (of-christmas-1-thursday-ii
+ (((part First) (reference "1 John 3:7-10"))
+ ((part Gospel) (reference "John 1:35-42"))))
+ (of-christmas-1-tuesday-i
+ (((part First) (reference "1 John 4:7-10"))
+ ((part Gospel) (reference "Mark 6:34-44"))))
+ (of-christmas-1-tuesday-ii
+ (((part First) (reference "1 John 3:22-4:6"))
+ ((part Gospel) (reference "Mat 4:12-17,23-25"))))
+ (of-christmas-1-wednesday-i
+ (((part First) (reference "1 John 4:11-18"))
+ ((part Gospel) (reference "Mark 6:45-52"))))
+ (of-christmas-1-wednesday-ii
+ (((part First) (reference "1 John 2:29-3:6"))
+ ((part Gospel) (reference "John 1:29-34"))))
+ (of-christmas-2-friday
+ (((part First) (reference "1 John 5:5-13"))
+ ((part Gospel) (reference "Luke 5:12-16"))))
+ (of-christmas-2-monday
+ (((part First) (reference "1 John 3:22-4:6"))
+ ((part Gospel) (reference "Matthew 4:12-17,23-25"))))
+ (of-christmas-2-saturday
+ (((part First) (reference "1 John 5:14-21"))
+ ((part Gospel) (reference "John 3:22-30"))))
+ (of-christmas-2-thursday
+ (((part First) (reference "1 John 4:19-5:4"))
+ ((part Gospel) (reference "Luke 4:14-22a"))))
+ (of-christmas-2-tuesday
+ (((part First) (reference "1 John 4:7-10"))
+ ((part Gospel) (reference "Mark 6:34-44"))))
+ (of-christmas-2-wednesday
+ (((part First) (reference "1 John 4:11-18"))
+ ((part Gospel) (reference "Mark 6:45-52"))))
+ (of-christmas-sunday-2
+ (((part First) (reference "Sirach 24:1-4,12-16"))
+ ((part Gospel) (reference "John 1:1-18"))))
+ (of-corpus-christi-a
+ (((part First) (reference "Deuteronomy 8:2-3,14b-16a"))
+ ((part Gospel) (reference "John 6:51-58"))))
+ (of-corpus-christi-b
+ (((part First) (reference "Exodus 24:3-8"))
+ ((part Gospel) (reference "Mark 14:12-16,22-26"))))
+ (of-corpus-christi-c
+ (((part First) (reference "Genesis 14:18-20"))
+ ((part Gospel) (reference "Luke 9:11b-17"))))
+ (of-easter-2-friday
+ (((part First) (reference "The Acts 5:34-42"))
+ ((part Gospel) (reference "John 6:1-15"))))
+ (of-easter-2-monday
+ (((part First) (reference "The Acts 4:23-31"))
+ ((part Gospel) (reference "John 3:1-8"))))
+ (of-easter-2-saturday
+ (((part First) (reference "The Acts 6:1-7"))
+ ((part Gospel) (reference "John 6:16-21"))))
+ (of-easter-2-thursday
+ (((part First) (reference "The Acts 5:27-33"))
+ ((part Gospel) (reference "John 3:31-36"))))
+ (of-easter-2-tuesday
+ (((part First) (reference "The Acts 4:32-37"))
+ ((part Gospel) (reference "John 3:7b-15"))))
+ (of-easter-2-wednesday
+ (((part First) (reference "The Acts 5:17-26"))
+ ((part Gospel) (reference "John 3:16-21"))))
+ (of-easter-3-friday
+ (((part First) (reference "The Acts 9:1-20"))
+ ((part Gospel) (reference "John 6:52-59"))))
+ (of-easter-3-monday
+ (((part First) (reference "The Acts 6:8-15"))
+ ((part Gospel) (reference "John 6:22-29"))))
+ (of-easter-3-saturday
+ (((part First) (reference "The Acts 9:31-42"))
+ ((part Gospel) (reference "John 6:60-69"))))
+ (of-easter-3-thursday
+ (((part First) (reference "The Acts 8:26-40"))
+ ((part Gospel) (reference "John 6:44-51"))))
+ (of-easter-3-tuesday
+ (((part First) (reference "The Acts 7:51-8:1a"))
+ ((part Gospel) (reference "John 6:30-35"))))
+ (of-easter-3-wednesday
+ (((part First) (reference "The Acts 8:1b-8"))
+ ((part Gospel) (reference "John 6:35-40"))))
+ (of-easter-4-friday
+ (((part First) (reference "The Acts 13:26-33"))
+ ((part Gospel) (reference "John 14:1-6"))))
+ (of-easter-4-monday
+ (((part First) (reference "The Acts 11:1-18"))
+ ((part Gospel) (reference "John 10:1-10"))))
+ (of-easter-4-saturday
+ (((part First) (reference "The Acts 13:44-52"))
+ ((part Gospel) (reference "John 14:7-14"))))
+ (of-easter-4-thursday
+ (((part First) (reference "The Acts 13:13-25"))
+ ((part Gospel) (reference "John 13:16-20"))))
+ (of-easter-4-tuesday
+ (((part First) (reference "The Acts 11:19-26"))
+ ((part Gospel) (reference "John 10:22-30"))))
+ (of-easter-4-wednesday
+ (((part First) (reference "The Acts 12:24-13:5a"))
+ ((part Gospel) (reference "John 12:44-50"))))
+ (of-easter-5-friday
+ (((part First) (reference "The Acts 15:22-31"))
+ ((part Gospel) (reference "John 15:12-17"))))
+ (of-easter-5-monday
+ (((part First) (reference "The Acts 14:5-18"))
+ ((part Gospel) (reference "John 14:21-26"))))
+ (of-easter-5-saturday
+ (((part First) (reference "The Acts 16:1-10"))
+ ((part Gospel) (reference "John 15:18-21"))))
+ (of-easter-5-thursday
+ (((part First) (reference "The Acts 15:7-21"))
+ ((part Gospel) (reference "John 15:9-11"))))
+ (of-easter-5-tuesday
+ (((part First) (reference "The Acts 14:19-28"))
+ ((part Gospel) (reference "John 14:27-31a"))))
+ (of-easter-5-wednesday
+ (((part First) (reference "The Acts 15:1-6"))
+ ((part Gospel) (reference "John 15:1-8"))))
+ (of-easter-6-friday
+ (((part First) (reference "The Acts 18:9-18"))
+ ((part Gospel) (reference "John 16:20-23"))))
+ (of-easter-6-monday
+ (((part First) (reference "The Acts 16:11-15"))
+ ((part Gospel) (reference "John 15:26-16:4a"))))
+ (of-easter-6-saturday
+ (((part First) (reference "The Acts 18:23-28"))
+ ((part Gospel) (reference "John 16:23b-28"))))
+ (of-easter-6-tuesday
+ (((part First) (reference "The Acts 16:22-34"))
+ ((part Gospel) (reference "John 16:5-11"))))
+ (of-easter-6-wednesday
+ (((part First) (reference "The Acts 17:15,22-18:1"))
+ ((part Gospel) (reference "John 16:12-15"))))
+ (of-easter-7-friday
+ (((part First) (reference "The Acts 25:13b-21"))
+ ((part Gospel) (reference "John 21:15-19"))))
+ (of-easter-7-monday
+ (((part First) (reference "The Acts 19:1-8"))
+ ((part Gospel) (reference "John 16:29-33"))))
+ (of-easter-7-saturday
+ (((part First) (reference "The Acts 28:16-20,30-31"))
+ ((part Gospel) (reference "John 21:20-25"))))
+ (of-easter-7-thursday
+ (((part First) (reference "The Acts 22:30;23:6-11"))
+ ((part Gospel) (reference "John 17:20-26"))))
+ (of-easter-7-tuesday
+ (((part First) (reference "The Acts 20:17-27"))
+ ((part Gospel) (reference "John 17:1-11a"))))
+ (of-easter-7-wednesday
+ (((part First) (reference "The Acts 20:28-38"))
+ ((part Gospel) (reference "John 17:11b-19"))))
+ (of-easter-octave-day-2
+ (((part First) (reference "Acts 2:14,22-32"))
+ ((part Gospel) (reference "Mat 28:8-15"))))
+ (of-easter-octave-day-3
+ (((part First) (reference "Acts 2:36-41"))
+ ((part Gospel) (reference "John 20:11-18"))))
+ (of-easter-octave-day-4
+ (((part First) (reference "Acts 3:1-10"))
+ ((part Gospel) (reference "Luke 24:13-35"))))
+ (of-easter-octave-day-5
+ (((part First) (reference "Acts 3:11-26"))
+ ((part Gospel) (reference "Luke 24:35-48"))))
+ (of-easter-octave-day-6
+ (((part First) (reference "Acts 4:1-12"))
+ ((part Gospel) (reference "John 21:1-14"))))
+ (of-easter-octave-day-7
+ (((part First) (reference "Acts 4:13-21"))
+ ((part Gospel) (reference "Mark 16:9-15"))))
+ (of-easter-sunday
+ (((part First) (reference "The Acts 10:34a,37-43"))
+ ((part Gospel) (reference "John 20:1-9"))))
+ (of-easter-sunday-2-a
+ (((part First) (reference "The Acts 2:42-47"))
+ ((part Gospel) (reference "John 20:19-31"))))
+ (of-easter-sunday-2-b
+ (((part First) (reference "The Acts 4:32-35"))
+ ((part Gospel) (reference "John 20:19-31"))))
+ (of-easter-sunday-2-c
+ (((part First) (reference "The Acts 5:12-16"))
+ ((part Gospel) (reference "John 20:19-31"))))
+ (of-easter-sunday-3-a
+ (((part First) (reference "The Acts 2:14,22-33"))
+ ((part Gospel) (reference "Luke 24:13-35"))))
+ (of-easter-sunday-3-b
+ (((part First) (reference "The Acts 3:13-15,17-19"))
+ ((part Gospel) (reference "Luke 24:35-48"))))
+ (of-easter-sunday-3-c
+ (((part First) (reference "The Acts 5:27-32,40b-41"))
+ ((part Gospel) (reference "John 21:1-19"))))
+ (of-easter-sunday-4-a
+ (((part First) (reference "The Acts 2:14a,36-41"))
+ ((part Gospel) (reference "John 10:1-10"))))
+ (of-easter-sunday-4-b
+ (((part First) (reference "The Acts 4:8-12"))
+ ((part Gospel) (reference "John 10:11-18"))))
+ (of-easter-sunday-4-c
+ (((part First) (reference "The Acts 13:14,43-52"))
+ ((part Gospel) (reference "John 10:27-30"))))
+ (of-easter-sunday-5-a
+ (((part First) (reference "The Acts 6:1-7"))
+ ((part Gospel) (reference "John 14:1-12"))))
+ (of-easter-sunday-5-b
+ (((part First) (reference "The Acts 9:26-31"))
+ ((part Gospel) (reference "John 15:1-8"))))
+ (of-easter-sunday-5-c
+ (((part First) (reference "The Acts 14:21-27"))
+ ((part Gospel) (reference "John 13:31-33a,34-35"))))
+ (of-easter-sunday-6-a
+ (((part First) (reference "The Acts 8:5-8,14-17"))
+ ((part Gospel) (reference "John 14:15-21"))))
+ (of-easter-sunday-6-b
+ (((part First) (reference "The Acts 10:25-26,34-35,44-48"))
+ ((part Gospel) (reference "John 15:9-17"))))
+ (of-easter-sunday-6-c
+ (((part First) (reference "The Acts 15:1-2,22-29"))
+ ((part Gospel) (reference "John 14:23-29"))))
+ (of-easter-sunday-7-a
+ (((part First) (reference "The Acts 1:12-14"))
+ ((part Gospel) (reference "John 17:1-11a"))))
+ (of-easter-sunday-7-b
+ (((part First) (reference "The Acts 1:15-17,20a,20c-26"))
+ ((part Gospel) (reference "John 17:11b-19"))))
+ (of-easter-sunday-7-c
+ (((part First) (reference "The Acts 7:55-60"))
+ ((part Gospel) (reference "John 17:20-26"))))
+ (of-epiphany
+ (((part First) (reference "Isaiah 60:1-6"))
+ ((part Gospel) (reference "Matthew 2:1-12"))))
+ (of-holy-family-a
+ (((part First) (reference "Sirach 3:3-7,14-17a"))
+ ((part Gospel) (reference "Matthew 2:13-15,19-23"))))
+ (of-holy-family-b
+ (((part First) (reference "Genesis 15:1-6;21:1-3"))
+ ((part Gospel) (reference "Luke 2:22-40"))))
+ (of-holy-family-c
+ (((part First) (reference "1 Samuel 1:20-22,24-28"))
+ ((part Gospel) (reference "Luke 2:41-52"))))
+ (of-lent-1-friday
+ (((part First) (reference "Ezekiel 18:21-28"))
+ ((part Gospel) (reference "Matthew 5:20-26"))))
+ (of-lent-1-monday
+ (((part First) (reference "Leviticus 19:1-2,11-18"))
+ ((part Gospel) (reference "Matthew 25:31-46"))))
+ (of-lent-1-saturday
+ (((part First) (reference "Deuteronomy 26:16-19"))
+ ((part Gospel) (reference "Matthew 5:43-48"))))
+ (of-lent-1-thursday
+ (((part First) (reference "Esther 14:1-13"))
+ ((part Gospel) (reference "Matthew 7:7-12"))))
+ (of-lent-1-tuesday
+ (((part First) (reference "Isaiah 55:10-11"))
+ ((part Gospel) (reference "Matthew 6:7-15"))))
+ (of-lent-1-wednesday
+ (((part First) (reference "Jonah 3:1-10"))
+ ((part Gospel) (reference "Luke 11:29-32"))))
+ (of-lent-2-friday
+ (((part First) (reference "Genesis 37:3-4,12-13a,17b-28a"))
+ ((part Gospel) (reference "Matthew 21:33-43,45-46"))))
+ (of-lent-2-monday
+ (((part First) (reference "Daniel 9:4b-10"))
+ ((part Gospel) (reference "Luke 6:36-38"))))
+ (of-lent-2-saturday
+ (((part First) (reference "Micah 7:14-15,18-20"))
+ ((part Gospel) (reference "Luke 15:1-3,11-32"))))
+ (of-lent-2-thursday
+ (((part First) (reference "Jeremiah 17:5-10"))
+ ((part Gospel) (reference "Luke 16:19-31"))))
+ (of-lent-2-tuesday
+ (((part First) (reference "Isaiah 1:10,16-20"))
+ ((part Gospel) (reference "Matthew 23:1-12"))))
+ (of-lent-2-wednesday
+ (((part First) (reference "Jeremiah 18:18-20"))
+ ((part Gospel) (reference "Matthew 20:17-28"))))
+ (of-lent-3-friday
+ (((part First) (reference "Hosea 14:2-10"))
+ ((part Gospel) (reference "Mark 12:28b-34"))))
+ (of-lent-3-monday
+ (((part First) (reference "2 Kings 5:1-15a"))
+ ((part Gospel) (reference "Luke 4:24-30"))))
+ (of-lent-3-saturday
+ (((part First) (reference "Hosea 6:1-6"))
+ ((part Gospel) (reference "Luke 18:9-14"))))
+ (of-lent-3-thursday
+ (((part First) (reference "Jeremiah 7:23-28"))
+ ((part Gospel) (reference "Luke 11:14-23"))))
+ (of-lent-3-tuesday
+ (((part First) (reference "Daniel 3:25,34-43"))
+ ((part Gospel) (reference "Matthew 18:21-35"))))
+ (of-lent-3-wednesday
+ (((part First) (reference "Deuteronomy 4:1,5-9"))
+ ((part Gospel) (reference "Matthew 5:17-19"))))
+ (of-lent-4-friday
+ (((part First) (reference "Wisdom 2:1a,12-22"))
+ ((part Gospel) (reference "John 7:1-2,10,25-30"))))
+ (of-lent-4-monday
+ (((part First) (reference "Isaiah 65:17-21"))
+ ((part Gospel) (reference "John 4:43-54"))))
+ (of-lent-4-saturday
+ (((part First) (reference "Jeremiah 11:18-20"))
+ ((part Gospel) (reference "John 7:40-53"))))
+ (of-lent-4-thursday
+ (((part First) (reference "Exodus 32:7-14"))
+ ((part Gospel) (reference "John 5:31-47"))))
+ (of-lent-4-tuesday
+ (((part First) (reference "Ezekiel 47:1-9,12"))
+ ((part Gospel) (reference "John 5:1-3a,5-16"))))
+ (of-lent-4-wednesday
+ (((part First) (reference "Isaiah 49:8-15"))
+ ((part Gospel) (reference "John 5:17-30"))))
+ (of-lent-5-friday
+ (((part First) (reference "Jeremiah 20:10-13"))
+ ((part Gospel) (reference "John 10:31-42"))))
+ (of-lent-5-monday
+ (((part First) (reference "Daniel 13:1-9,15-17,19-30,33-62"))
+ ((part Gospel) (reference "John 8:1-11"))))
+ (of-lent-5-saturday
+ (((part First) (reference "Ezekiel 37:21-28"))
+ ((part Gospel) (reference "John 11:45-56"))))
+ (of-lent-5-thursday
+ (((part First) (reference "Genesis 17:3-9"))
+ ((part Gospel) (reference "John 8:51-59"))))
+ (of-lent-5-tuesday
+ (((part First) (reference "Numbers 21:4-9"))
+ ((part Gospel) (reference "John 8:21-30"))))
+ (of-lent-5-wednesday
+ (((part First) (reference "Daniel 3:14-20,91-92,95"))
+ ((part Gospel) (reference "John 8:31-42"))))
+ (of-lent-6-friday
+ (((part First) (reference "Isaiah 52:13-53:12"))
+ ((part Gospel) (reference "John 18:1-19:42"))))
+ (of-lent-6-monday
+ (((part First) (reference "Isaiah 42:1-7"))
+ ((part Gospel) (reference "John 12:1-11"))))
+ (of-lent-6-saturday
+ (((part First) (reference "Genesis 1:1-2:2"))
+ ((part Gospel) (reference "Mat 28:1-10"))))
+ (of-lent-6-thursday
+ (((part First) (reference "Isaiah 61:1-3,6,8-9"))
+ ((part Gospel) (reference "Luke 4:16-21"))))
+ (of-lent-6-tuesday
+ (((part First) (reference "Isaiah 49:1-6"))
+ ((part Gospel) (reference "John 13:21-33,36-38"))))
+ (of-lent-6-wednesday
+ (((part First) (reference "Isaiah 50:4-9"))
+ ((part Gospel) (reference "Mat 26:14-25"))))
+ (of-lent-after-ashes-friday
+ (((part First) (reference "Isaiah 58:1-9a"))
+ ((part Gospel) (reference "Matthew 9:14-15"))))
+ (of-lent-after-ashes-saturday
+ (((part First) (reference "Isaiah 58:9b-14"))
+ ((part Gospel) (reference "Luke 5:27-32"))))
+ (of-lent-after-ashes-thursday
+ (((part First) (reference "Deuteronomy 30:15-20"))
+ ((part Gospel) (reference "Luke 9:22-25"))))
+ (of-lent-sunday-1-a
+ (((part First) (reference "Genesis 2:7-9;3:1-7"))
+ ((part Gospel) (reference "Matthew 4:1-11"))))
+ (of-lent-sunday-1-b
+ (((part First) (reference "Genesis 9:8-15"))
+ ((part Gospel) (reference "Mark 1:12-15"))))
+ (of-lent-sunday-1-c
+ (((part First) (reference "Deuteronomy 26:4-10"))
+ ((part Gospel) (reference "Luke 4:1-13"))))
+ (of-lent-sunday-2-a
+ (((part First) (reference "Genesis 12:1-4a"))
+ ((part Gospel) (reference "Matthew 17:1-9"))))
+ (of-lent-sunday-2-b
+ (((part First) (reference "Genesis 22:1-2,9a,10-13,15-18"))
+ ((part Gospel) (reference "Mark 9:2-10"))))
+ (of-lent-sunday-2-c
+ (((part First) (reference "Genesis 15:5-12,17-18"))
+ ((part Gospel) (reference "Luke 9:28b-36"))))
+ (of-lent-sunday-3-a
+ (((part First) (reference "Exodus 17:3-7"))
+ ((part Gospel) (reference "John 4:5-42"))))
+ (of-lent-sunday-3-b
+ (((part First) (reference "Exodus 20:1-17"))
+ ((part Gospel) (reference "John 2:13-25"))))
+ (of-lent-sunday-3-c
+ (((part First) (reference "Exodus 3:1-8a,13-15"))
+ ((part Gospel) (reference "Luke 13:1-9"))))
+ (of-lent-sunday-4-a
+ (((part First) (reference "1 Samuel 16:1b,6-7,10-13a"))
+ ((part Gospel) (reference "John 9:1-41"))))
+ (of-lent-sunday-4-b
+ (((part First) (reference "2 Chronicles 36:14-16,19-23"))
+ ((part Gospel) (reference "John 3:14-21"))))
+ (of-lent-sunday-4-c
+ (((part First) (reference "Joshua 5:9a,10-12"))
+ ((part Gospel) (reference "Luke 15:1-3,11-32"))))
+ (of-lent-sunday-5-a
+ (((part First) (reference "Ezekiel 37:12-14"))
+ ((part Gospel) (reference "John 11:1-45"))))
+ (of-lent-sunday-5-b
+ (((part First) (reference "Jeremiah 31:31-34"))
+ ((part Gospel) (reference "John 12:20-33"))))
+ (of-lent-sunday-5-c
+ (((part First) (reference "Isaiah 43:16-21"))
+ ((part Gospel) (reference "John 8:1-11"))))
+ (of-mary-mother-of-god
+ (((part First) (reference "Numbers 6:22-27"))
+ ((part Gospel) (reference "Luke 2:16-21"))))
+ (of-nativity-vigil
+ (((part First) (reference "Isaiah 62:1-5"))
+ ((part Gospel) (reference "Mat 1:18-25"))))
+ (of-ordinary-time-1-friday-i
+ (((part First) (reference "Hebrews 4:1-5,11"))
+ ((part Gospel) (reference "Mark 2:1-12"))))
+ (of-ordinary-time-1-friday-ii
+ (((part First) (reference "1 Samuel 8:4-7,10-22a"))
+ ((part Gospel) (reference "Mark 2:1-12"))))
+ (of-ordinary-time-1-monday-i
+ (((part First) (reference "Hebrews 1:1-6"))
+ ((part Gospel) (reference "Mark 1:14-20"))))
+ (of-ordinary-time-1-monday-ii
+ (((part First) (reference "1 Samuel 1:1-8"))
+ ((part Gospel) (reference "Mark 1:14-22"))))
+ (of-ordinary-time-1-saturday-i
+ (((part First) (reference "Hebrews 4:12-16"))
+ ((part Gospel) (reference "Mark 2:13-17"))))
+ (of-ordinary-time-1-saturday-ii
+ (((part First) (reference "1 Samuel 9:1-4,17-19;10:1"))
+ ((part Gospel) (reference "Mark 2:13-17"))))
+ (of-ordinary-time-1-thursday-i
+ (((part First) (reference "Hebrews 3:7-14"))
+ ((part Gospel) (reference "Mark 1:40-45"))))
+ (of-ordinary-time-1-thursday-ii
+ (((part First) (reference "1 Samuel 4:1-11"))
+ ((part Gospel) (reference "Mark 1:40-45"))))
+ (of-ordinary-time-1-tuesday-i
+ (((part First) (reference "Hebrews 2:5-12"))
+ ((part Gospel) (reference "Mark 1:21-28"))))
+ (of-ordinary-time-1-tuesday-ii
+ (((part First) (reference "1 Samuel 1:9-22"))
+ ((part Gospel) (reference "Mark 1:21-28"))))
+ (of-ordinary-time-1-wednesday-i
+ (((part First) (reference "Hebrews 2:14-18"))
+ ((part Gospel) (reference "Mark 1:29-39"))))
+ (of-ordinary-time-1-wednesday-ii
+ (((part First) (reference "1 Samuel 3:1-10,19-22"))
+ ((part Gospel) (reference "Mark 1:29-39"))))
+ (of-ordinary-time-10-friday-i
+ (((part First) (reference "2 Corinthians 4:7-15"))
+ ((part Gospel) (reference "Matthew 5:27-32"))))
+ (of-ordinary-time-10-friday-ii
+ (((part First) (reference "1 Kings 19:9a,11-16"))
+ ((part Gospel) (reference "Matthew 5:27-32"))))
+ (of-ordinary-time-10-monday-i
+ (((part First) (reference "2 Corinthians 1:1-7"))
+ ((part Gospel) (reference "Matthew 5:1-12"))))
+ (of-ordinary-time-10-monday-ii
+ (((part First) (reference "1 Kings 17:1-6"))
+ ((part Gospel) (reference "Matthew 5:1-12"))))
+ (of-ordinary-time-10-saturday-i
+ (((part First) (reference "2 Corinthians 5:14-21"))
+ ((part Gospel) (reference "Matthew 5:33-37"))))
+ (of-ordinary-time-10-saturday-ii
+ (((part First) (reference "1 Kings 19:19-21"))
+ ((part Gospel) (reference "Matthew 5:33-37"))))
+ (of-ordinary-time-10-thursday-i
+ (((part First) (reference "2 Corinthians 3:15-4:1,3-6"))
+ ((part Gospel) (reference "Matthew 5:20-26"))))
+ (of-ordinary-time-10-thursday-ii
+ (((part First) (reference "1 Kings 18:41-46"))
+ ((part Gospel) (reference "Matthew 5:20-26"))))
+ (of-ordinary-time-10-tuesday-i
+ (((part First) (reference "2 Corinthians 1:18-22"))
+ ((part Gospel) (reference "Matthew 5:13-16"))))
+ (of-ordinary-time-10-tuesday-ii
+ (((part First) (reference "1 Kings 17:7-16"))
+ ((part Gospel) (reference "Matthew 5:13-16"))))
+ (of-ordinary-time-10-wednesday-i
+ (((part First) (reference "2 Corinthians 3:4-11"))
+ ((part Gospel) (reference "Matthew 5:17-19"))))
+ (of-ordinary-time-10-wednesday-ii
+ (((part First) (reference "1 Kings 18:20-39"))
+ ((part Gospel) (reference "Matthew 5:17-19"))))
+ (of-ordinary-time-11-friday-i
+ (((part First) (reference "2 Corinthians 11:18,21-30"))
+ ((part Gospel) (reference "Matthew 6:19-23"))))
+ (of-ordinary-time-11-friday-ii
+ (((part First) (reference "2 Kings 11:1-4,9-18,20"))
+ ((part Gospel) (reference "Matthew 6:19-23"))))
+ (of-ordinary-time-11-monday-i
+ (((part First) (reference "2 Corinthians 6:1-10"))
+ ((part Gospel) (reference "Matthew 5:38-42"))))
+ (of-ordinary-time-11-monday-ii
+ (((part First) (reference "1 Kings 21:1-16"))
+ ((part Gospel) (reference "Matthew 5:38-42"))))
+ (of-ordinary-time-11-saturday-i
+ (((part First) (reference "2 Corinthians 12:1-10"))
+ ((part Gospel) (reference "Matthew 6:24-34"))))
+ (of-ordinary-time-11-saturday-ii
+ (((part First) (reference "2 Chronicles 24:17-25"))
+ ((part Gospel) (reference "Matthew 6:24-34"))))
+ (of-ordinary-time-11-thursday-i
+ (((part First) (reference "2 Corinthians 11:1-11"))
+ ((part Gospel) (reference "Matthew 6:7-15"))))
+ (of-ordinary-time-11-thursday-ii
+ (((part First) (reference "Sirach 48:1-14"))
+ ((part Gospel) (reference "Matthew 6:7-15"))))
+ (of-ordinary-time-11-tuesday-i
+ (((part First) (reference "2 Corinthians 8:1-9"))
+ ((part Gospel) (reference "Matthew 5:43-48"))))
+ (of-ordinary-time-11-tuesday-ii
+ (((part First) (reference "1 Kings 21:17-29"))
+ ((part Gospel) (reference "Matthew 5:43-48"))))
+ (of-ordinary-time-11-wednesday-i
+ (((part First) (reference "2 Corinthians 9:6-11"))
+ ((part Gospel) (reference "Matthew 6:1-6,16-18"))))
+ (of-ordinary-time-11-wednesday-ii
+ (((part First) (reference "2 Kings 2:1,6-14"))
+ ((part Gospel) (reference "Matthew 6:1-6,16-18"))))
+ (of-ordinary-time-12-friday-i
+ (((part First) (reference "Genesis 17:1,9-10,15-22"))
+ ((part Gospel) (reference "Matthew 8:1-4"))))
+ (of-ordinary-time-12-friday-ii
+ (((part First) (reference "2 Kings 25:1-12"))
+ ((part Gospel) (reference "Matthew 8:1-4"))))
+ (of-ordinary-time-12-monday-i
+ (((part First) (reference "Genesis 12:1-9"))
+ ((part Gospel) (reference "Matthew 7:1-5"))))
+ (of-ordinary-time-12-monday-ii
+ (((part First) (reference "2 Kings 17:5-8,13-15a,18"))
+ ((part Gospel) (reference "Matthew 7:1-5"))))
+ (of-ordinary-time-12-saturday-i
+ (((part First) (reference "Genesis 18:1-15"))
+ ((part Gospel) (reference "Matthew 8:5-17"))))
+ (of-ordinary-time-12-saturday-ii
+ (((part First) (reference "Lamentations 2:2,10-14,18-19"))
+ ((part Gospel) (reference "Matthew 8:5-17"))))
+ (of-ordinary-time-12-thursday-i
+ (((part First) (reference "Genesis 16:1-12,15-16"))
+ ((part Gospel) (reference "Matthew 7:21-29"))))
+ (of-ordinary-time-12-thursday-ii
+ (((part First) (reference "2 Kings 24:8-17"))
+ ((part Gospel) (reference "Matthew 7:21-29"))))
+ (of-ordinary-time-12-tuesday-i
+ (((part First) (reference "Genesis 13:2,5-18"))
+ ((part Gospel) (reference "Matthew 7:6,12-14"))))
+ (of-ordinary-time-12-tuesday-ii
+ (((part First) (reference "2 Kings 19:9b-11,14-21,31-35a,36"))
+ ((part Gospel) (reference "Matthew 7:6,12-14"))))
+ (of-ordinary-time-12-wednesday-i
+ (((part First) (reference "Genesis 15:1-12,17-18"))
+ ((part Gospel) (reference "Matthew 7:15-20"))))
+ (of-ordinary-time-12-wednesday-ii
+ (((part First) (reference "2 Kings 22:8-13;23:1-3"))
+ ((part Gospel) (reference "Matthew 7:15-22"))))
+ (of-ordinary-time-13-friday-i
+ (((part First) (reference "Genesis 23:1-4,19;24:1-8,62-67"))
+ ((part Gospel) (reference "Matthew 9:9-13"))))
+ (of-ordinary-time-13-friday-ii
+ (((part First) (reference "Amos 8:4-6,9-12"))
+ ((part Gospel) (reference "Matthew 9:9-13"))))
+ (of-ordinary-time-13-monday-i
+ (((part First) (reference "Genesis 18:16-33"))
+ ((part Gospel) (reference "Matthew 8:18-22"))))
+ (of-ordinary-time-13-monday-ii
+ (((part First) (reference "Amos 2:6-10,13-16"))
+ ((part Gospel) (reference "Matthew 8:18-22"))))
+ (of-ordinary-time-13-saturday-i
+ (((part First) (reference "Genesis 27:1-5,15-29"))
+ ((part Gospel) (reference "Matthew 9:14-17"))))
+ (of-ordinary-time-13-saturday-ii
+ (((part First) (reference "Amos 9:11-15"))
+ ((part Gospel) (reference "Matthew 9:14-17"))))
+ (of-ordinary-time-13-thursday-i
+ (((part First) (reference "Genesis 22:1b-19"))
+ ((part Gospel) (reference "Matthew 9:1-8"))))
+ (of-ordinary-time-13-thursday-ii
+ (((part First) (reference "Amos 7:10-17"))
+ ((part Gospel) (reference "Matthew 9:1-8"))))
+ (of-ordinary-time-13-tuesday-i
+ (((part First) (reference "Genesis 19:15-29"))
+ ((part Gospel) (reference "Matthew 8:23-27"))))
+ (of-ordinary-time-13-tuesday-ii
+ (((part First) (reference "Amos 3:1-8;4:11-12"))
+ ((part Gospel) (reference "Matthew 8:23-27"))))
+ (of-ordinary-time-13-wednesday-i
+ (((part First) (reference "Genesis 21:5,8-20a"))
+ ((part Gospel) (reference "Matthew 8:28-34"))))
+ (of-ordinary-time-13-wednesday-ii
+ (((part First) (reference "Amos 5:14-15,21-24"))
+ ((part Gospel) (reference "Matthew 8:28-34"))))
+ (of-ordinary-time-14-friday-i
+ (((part First) (reference "Genesis 46:1-7,28-30"))
+ ((part Gospel) (reference "Matthew 10:16-23"))))
+ (of-ordinary-time-14-friday-ii
+ (((part First) (reference "Hosea 14:2-10"))
+ ((part Gospel) (reference "Matthew 10:16-23"))))
+ (of-ordinary-time-14-monday-i
+ (((part First) (reference "Genesis 28:10-22a"))
+ ((part Gospel) (reference "Matthew 9:18-26"))))
+ (of-ordinary-time-14-monday-ii
+ (((part First) (reference "Hosea 2:16,17c-18,21-22"))
+ ((part Gospel) (reference "Matthew 9:18-26"))))
+ (of-ordinary-time-14-saturday-i
+ (((part First) (reference "Genesis 49:29-32;50:15-26a"))
+ ((part Gospel) (reference "Matthew 10:24-33"))))
+ (of-ordinary-time-14-saturday-ii
+ (((part First) (reference "Isaiah 6:1-8"))
+ ((part Gospel) (reference "Matthew 10:24-33"))))
+ (of-ordinary-time-14-thursday-i
+ (((part First) (reference "Genesis 44:18-21,23b-29;45:1-5"))
+ ((part Gospel) (reference "Matthew 10:7-15"))))
+ (of-ordinary-time-14-thursday-ii
+ (((part First) (reference "Hosea 11:1-4,8e-9"))
+ ((part Gospel) (reference "Matthew 10:7-15"))))
+ (of-ordinary-time-14-tuesday-i
+ (((part First) (reference "Genesis 32:23-33"))
+ ((part Gospel) (reference "Matthew 9:32-38"))))
+ (of-ordinary-time-14-tuesday-ii
+ (((part First) (reference "Hosea 8:4-7,11-13"))
+ ((part Gospel) (reference "Matthew 9:32-38"))))
+ (of-ordinary-time-14-wednesday-i
+ (((part First) (reference "Genesis 41:55-57;42:5-7a,17-24a"))
+ ((part Gospel) (reference "Matthew 10:1-7"))))
+ (of-ordinary-time-14-wednesday-ii
+ (((part First) (reference "Hosea 10:1-3,7-8,12"))
+ ((part Gospel) (reference "Matthew 10:1-7"))))
+ (of-ordinary-time-15-friday-i
+ (((part First) (reference "Exodus 11:10-12:14"))
+ ((part Gospel) (reference "Matthew 12:1-8"))))
+ (of-ordinary-time-15-friday-ii
+ (((part First) (reference "Isaiah 38:1-6,21-22,7-8"))
+ ((part Gospel) (reference "Matthew 12:1-8"))))
+ (of-ordinary-time-15-monday-i
+ (((part First) (reference "Exodus 1:8-14,22"))
+ ((part Gospel) (reference "Matthew 10:34-11:1"))))
+ (of-ordinary-time-15-monday-ii
+ (((part First) (reference "Isaiah 1:10-17"))
+ ((part Gospel) (reference "Matthew 10:34-11:1"))))
+ (of-ordinary-time-15-saturday-i
+ (((part First) (reference "Exodus 12:37-42"))
+ ((part Gospel) (reference "Matthew 12:14-21"))))
+ (of-ordinary-time-15-saturday-ii
+ (((part First) (reference "Micah 2:1-5"))
+ ((part Gospel) (reference "Matthew 12:14-21"))))
+ (of-ordinary-time-15-thursday-i
+ (((part First) (reference "Exodus 3:13-20"))
+ ((part Gospel) (reference "Matthew 11:28-30"))))
+ (of-ordinary-time-15-thursday-ii
+ (((part First) (reference "Isaiah 26:7-9,12,16-19"))
+ ((part Gospel) (reference "Matthew 11:28-30"))))
+ (of-ordinary-time-15-tuesday-i
+ (((part First) (reference "Exodus 2:1-15a"))
+ ((part Gospel) (reference "Matthew 11:20-24"))))
+ (of-ordinary-time-15-tuesday-ii
+ (((part First) (reference "Isaiah 7:1-9"))
+ ((part Gospel) (reference "Matthew 11:20-24"))))
+ (of-ordinary-time-15-wednesday-i
+ (((part First) (reference "Exodus 3:1-6,9-12"))
+ ((part Gospel) (reference "Matthew 11:25-27"))))
+ (of-ordinary-time-15-wednesday-ii
+ (((part First) (reference "Isaiah 10:5-7,13b-16"))
+ ((part Gospel) (reference "Matthew 11:25-27"))))
+ (of-ordinary-time-16-friday-i
+ (((part First) (reference "Exodus 20:1-17"))
+ ((part Gospel) (reference "Matthew 13:18-23"))))
+ (of-ordinary-time-16-friday-ii
+ (((part First) (reference "Jeremiah 3:14-17"))
+ ((part Gospel) (reference "Matthew 13:18-23"))))
+ (of-ordinary-time-16-monday-i
+ (((part First) (reference "Exodus 14:5-18"))
+ ((part Gospel) (reference "Matthew 12:38-42"))))
+ (of-ordinary-time-16-monday-ii
+ (((part First) (reference "Micah 6:1-4,6-8"))
+ ((part Gospel) (reference "Matthew 12:38-42"))))
+ (of-ordinary-time-16-saturday-i
+ (((part First) (reference "Exodus 24:3-8"))
+ ((part Gospel) (reference "Matthew 13:24-30"))))
+ (of-ordinary-time-16-saturday-ii
+ (((part First) (reference "Jeremiah 7:1-11"))
+ ((part Gospel) (reference "Matthew 13:24-30"))))
+ (of-ordinary-time-16-thursday-i
+ (((part First) (reference "Exodus 19:1-2,9-11,16-20b"))
+ ((part Gospel) (reference "Matthew 13:10-17"))))
+ (of-ordinary-time-16-thursday-ii
+ (((part First) (reference "Jeremiah 2:1-3,7-8,12-13"))
+ ((part Gospel) (reference "Matthew 13:10-17"))))
+ (of-ordinary-time-16-tuesday-i
+ (((part First) (reference "Exodus 14:21-15:1"))
+ ((part Gospel) (reference "Matthew 12:46-50"))))
+ (of-ordinary-time-16-tuesday-ii
+ (((part First) (reference "Micah 7:14-15,18-22"))
+ ((part Gospel) (reference "Matthew 12:46-50"))))
+ (of-ordinary-time-16-wednesday-i
+ (((part First) (reference "Exodus 16:1-5,9-15"))
+ ((part Gospel) (reference "Matthew 13:1-9"))))
+ (of-ordinary-time-16-wednesday-ii
+ (((part First) (reference "Jeremiah 1:1,4-10"))
+ ((part Gospel) (reference "Matthew 13:1-9"))))
+ (of-ordinary-time-17-friday-i
+ (((part First) (reference "Leviticus 23:1,4-11,15-16,27,34b-37"))
+ ((part Gospel) (reference "Matthew 13:54-58"))))
+ (of-ordinary-time-17-friday-ii
+ (((part First) (reference "Jeremiah 26:1-9"))
+ ((part Gospel) (reference "Matthew 13:54-58"))))
+ (of-ordinary-time-17-monday-i
+ (((part First) (reference "Exodus 32:15-24,30-34"))
+ ((part Gospel) (reference "Matthew 13:31-35"))))
+ (of-ordinary-time-17-monday-ii
+ (((part First) (reference "Jeremiah 13:1-11"))
+ ((part Gospel) (reference "Matthew 13:31-35"))))
+ (of-ordinary-time-17-saturday-i
+ (((part First) (reference "Leviticus 25:1,8-17"))
+ ((part Gospel) (reference "Matthew 14:1-12"))))
+ (of-ordinary-time-17-saturday-ii
+ (((part First) (reference "Jeremiah 26:11-16,24"))
+ ((part Gospel) (reference "Matthew 14:1-12"))))
+ (of-ordinary-time-17-thursday-i
+ (((part First) (reference "Exodus 40:16-21,34-38"))
+ ((part Gospel) (reference "Matthew 13:47-53"))))
+ (of-ordinary-time-17-thursday-ii
+ (((part First) (reference "Jeremiah 18:1-6"))
+ ((part Gospel) (reference "Matthew 13:47-53"))))
+ (of-ordinary-time-17-tuesday-i
+ (((part First) (reference "Exodus 33:7-11;34:5b-9,28"))
+ ((part Gospel) (reference "Matthew 13:36-43"))))
+ (of-ordinary-time-17-tuesday-ii
+ (((part First) (reference "Jeremiah 14:17-22"))
+ ((part Gospel) (reference "Matthew 13:36-43"))))
+ (of-ordinary-time-17-wednesday-i
+ (((part First) (reference "Exodus 34:29-35"))
+ ((part Gospel) (reference "Matthew 13:44-46"))))
+ (of-ordinary-time-17-wednesday-ii
+ (((part First) (reference "Jeremiah 15:10,16-21"))
+ ((part Gospel) (reference "Matthew 13:44-46"))))
+ (of-ordinary-time-18-friday-i
+ (((part First) (reference "Deuteronomy 4:32-40"))
+ ((part Gospel) (reference "Matthew 16:24-28"))))
+ (of-ordinary-time-18-friday-ii
+ (((part First) (reference "Nahum 2:1,3;3:1-3,6-7"))
+ ((part Gospel) (reference "Matthew 16:24-28"))))
+ (of-ordinary-time-18-monday-i
+ (((part First) (reference "Numbers 11:4b-15"))
+ ((part Gospel) (reference "Matthew 14:13-21"))))
+ (of-ordinary-time-18-monday-ii
+ (((part First) (reference "Jeremiah 28:1-17"))
+ ((part Gospel) (reference "Matthew 14:13-21"))))
+ (of-ordinary-time-18-saturday-i
+ (((part First) (reference "Deuteronomy 6:4-13"))
+ ((part Gospel) (reference "Matthew 17:14-20"))))
+ (of-ordinary-time-18-saturday-ii
+ (((part First) (reference "Habakkuk 1:12-2:4"))
+ ((part Gospel) (reference "Matthew 17:14-22"))))
+ (of-ordinary-time-18-thursday-i
+ (((part First) (reference "Numbers 20:1-13"))
+ ((part Gospel) (reference "Matthew 16:13-23"))))
+ (of-ordinary-time-18-thursday-ii
+ (((part First) (reference "Jeremiah 31:31-34"))
+ ((part Gospel) (reference "Matthew 16:13-23"))))
+ (of-ordinary-time-18-tuesday-i
+ (((part First) (reference "Numbers 12:1-13"))
+ ((part Gospel) (reference "Matthew 14:22-36"))))
+ (of-ordinary-time-18-tuesday-ii
+ (((part First) (reference "Jeremiah 30:1-2,12-15,18-22"))
+ ((part Gospel) (reference "Matthew 14:22-36"))))
+ (of-ordinary-time-18-wednesday-i
+ (((part First) (reference "Numbers 13:1-2,25-14:1,26a-29a,34-35"))
+ ((part Gospel) (reference "Matthew 15:21-28"))))
+ (of-ordinary-time-18-wednesday-ii
+ (((part First) (reference "Jeremiah 31:1-7"))
+ ((part Gospel) (reference "Matthew 15:21-28"))))
+ (of-ordinary-time-19-friday-i
+ (((part First) (reference "Joshua 24:1-13"))
+ ((part Gospel) (reference "Matthew 19:3-12"))))
+ (of-ordinary-time-19-friday-ii
+ (((part First) (reference "Ezekiel 16:1-15,60,63"))
+ ((part Gospel) (reference "Matthew 19:3-12"))))
+ (of-ordinary-time-19-monday-i
+ (((part First) (reference "Deuteronomy 10:12-22"))
+ ((part Gospel) (reference "Matthew 17:22-27"))))
+ (of-ordinary-time-19-monday-ii
+ (((part First) (reference "Ezekiel 1:2-5,24-28c"))
+ ((part Gospel) (reference "Matthew 17:22-27"))))
+ (of-ordinary-time-19-saturday-i
+ (((part First) (reference "Joshua 24:14-29"))
+ ((part Gospel) (reference "Matthew 19:13-15"))))
+ (of-ordinary-time-19-saturday-ii
+ (((part First) (reference "Ezekiel 18:1-10,13b,30-32"))
+ ((part Gospel) (reference "Matthew 19:13-15"))))
+ (of-ordinary-time-19-thursday-i
+ (((part First) (reference "Joshua 3:7-10a,11,13-17"))
+ ((part Gospel) (reference "Matthew 18:21-19:1"))))
+ (of-ordinary-time-19-thursday-ii
+ (((part First) (reference "Ezekiel 12:1-12"))
+ ((part Gospel) (reference "Matthew 18:21-19:1"))))
+ (of-ordinary-time-19-tuesday-i
+ (((part First) (reference "Deuteronomy 31:1-8"))
+ ((part Gospel) (reference "Matthew 18:1-5,10,12-14"))))
+ (of-ordinary-time-19-tuesday-ii
+ (((part First) (reference "Ezekiel 2:8-3:4"))
+ ((part Gospel) (reference "Matthew 18:1-5,10,12-14"))))
+ (of-ordinary-time-19-wednesday-i
+ (((part First) (reference "Deuteronomy 34:1-12"))
+ ((part Gospel) (reference "Matthew 18:15-20"))))
+ (of-ordinary-time-19-wednesday-ii
+ (((part First) (reference "Ezekiel 9:1-7;10:18-22"))
+ ((part Gospel) (reference "Matthew 18:15-22"))))
+ (of-ordinary-time-2-friday-i
+ (((part First) (reference "Hebrews 8:6-13"))
+ ((part Gospel) (reference "Mark 3:13-19"))))
+ (of-ordinary-time-2-friday-ii
+ (((part First) (reference "1 Samuel 24:3-21"))
+ ((part Gospel) (reference "Mark 3:13-19"))))
+ (of-ordinary-time-2-monday-i
+ (((part First) (reference "Hebrews 5:1-10"))
+ ((part Gospel) (reference "Mark 2:18-22"))))
+ (of-ordinary-time-2-monday-ii
+ (((part First) (reference "1 Samuel 15:16-23"))
+ ((part Gospel) (reference "Mark 2:18-22"))))
+ (of-ordinary-time-2-saturday-i
+ (((part First) (reference "Hebrews 9:2-3,11-14"))
+ ((part Gospel) (reference "Mark 3:20-21"))))
+ (of-ordinary-time-2-saturday-ii
+ (((part First) (reference "2 Samuel 1:1-4,11-12,19,23-27"))
+ ((part Gospel) (reference "Mark 3:20-21"))))
+ (of-ordinary-time-2-thursday-i
+ (((part First) (reference "Hebrews 7:25-8:6"))
+ ((part Gospel) (reference "Mark 3:7-12"))))
+ (of-ordinary-time-2-thursday-ii
+ (((part First) (reference "1 Samuel 18:6-9;19:1-7"))
+ ((part Gospel) (reference "Mark 3:7-12"))))
+ (of-ordinary-time-2-tuesday-i
+ (((part First) (reference "Hebrews 6:10-20"))
+ ((part Gospel) (reference "Mark 2:23-28"))))
+ (of-ordinary-time-2-tuesday-ii
+ (((part First) (reference "1 Samuel 16:1-13"))
+ ((part Gospel) (reference "Mark 2:23-28"))))
+ (of-ordinary-time-2-wednesday-i
+ (((part First) (reference "Hebrews 7:1-3,15-17"))
+ ((part Gospel) (reference "Mark 3:1-6"))))
+ (of-ordinary-time-2-wednesday-ii
+ (((part First) (reference "1 Samuel 17:32-33,37,40-51"))
+ ((part Gospel) (reference "Mark 3:1-6"))))
+ (of-ordinary-time-20-friday-i
+ (((part First) (reference "Ruth 1:1,3-6,14b-16,22"))
+ ((part Gospel) (reference "Matthew 22:34-40"))))
+ (of-ordinary-time-20-friday-ii
+ (((part First) (reference "Ezekiel 37:1-14"))
+ ((part Gospel) (reference "Matthew 22:34-40"))))
+ (of-ordinary-time-20-monday-i
+ (((part First) (reference "Judges 2:11-19"))
+ ((part Gospel) (reference "Matthew 19:16-22"))))
+ (of-ordinary-time-20-monday-ii
+ (((part First) (reference "Ezekiel 24:15-23"))
+ ((part Gospel) (reference "Matthew 19:16-22"))))
+ (of-ordinary-time-20-saturday-i
+ (((part First) (reference "Ruth 2:1-3,8-11;4:13-17"))
+ ((part Gospel) (reference "Matthew 23:1-12"))))
+ (of-ordinary-time-20-saturday-ii
+ (((part First) (reference "Ezekiel 43:1-7ab"))
+ ((part Gospel) (reference "Matthew 23:1-12"))))
+ (of-ordinary-time-20-thursday-i
+ (((part First) (reference "Judges 11:29-39a"))
+ ((part Gospel) (reference "Matthew 22:1-14"))))
+ (of-ordinary-time-20-thursday-ii
+ (((part First) (reference "Ezekiel 36:23-28"))
+ ((part Gospel) (reference "Matthew 22:1-14"))))
+ (of-ordinary-time-20-tuesday-i
+ (((part First) (reference "Judges 6:11-24a"))
+ ((part Gospel) (reference "Matthew 19:23-30"))))
+ (of-ordinary-time-20-tuesday-ii
+ (((part First) (reference "Ezekiel 28:1-10"))
+ ((part Gospel) (reference "Matthew 19:23-30"))))
+ (of-ordinary-time-20-wednesday-i
+ (((part First) (reference "Judges 9:6-15"))
+ ((part Gospel) (reference "Matthew 20:1-16"))))
+ (of-ordinary-time-20-wednesday-ii
+ (((part First) (reference "Ezekiel 34:1-11"))
+ ((part Gospel) (reference "Matthew 20:1-16"))))
+ (of-ordinary-time-21-friday-i
+ (((part First) (reference "1 Thessalonians 4:1-8"))
+ ((part Gospel) (reference "Matthew 25:1-13"))))
+ (of-ordinary-time-21-friday-ii
+ (((part First) (reference "1 Corinthians 1:17-25"))
+ ((part Gospel) (reference "Matthew 25:1-13"))))
+ (of-ordinary-time-21-monday-i
+ (((part First) (reference "1 Thessalonians 1:1-5,8b-10"))
+ ((part Gospel) (reference "Matthew 23:13-22"))))
+ (of-ordinary-time-21-monday-ii
+ (((part First) (reference "2 Thessalonians 1:1-5,11-12"))
+ ((part Gospel) (reference "Matthew 23:13-22"))))
+ (of-ordinary-time-21-saturday-i
+ (((part First) (reference "1 Thessalonians 4:9-11"))
+ ((part Gospel) (reference "Matthew 25:14-30"))))
+ (of-ordinary-time-21-saturday-ii
+ (((part First) (reference "1 Corinthians 1:26-31"))
+ ((part Gospel) (reference "Matthew 25:14-30"))))
+ (of-ordinary-time-21-thursday-i
+ (((part First) (reference "1 Thessalonians 3:7-13"))
+ ((part Gospel) (reference "Matthew 24:42-51"))))
+ (of-ordinary-time-21-thursday-ii
+ (((part First) (reference "1 Corinthians 1:1-9"))
+ ((part Gospel) (reference "Matthew 24:42-51"))))
+ (of-ordinary-time-21-tuesday-i
+ (((part First) (reference "1 Thessalonians 2:1-8"))
+ ((part Gospel) (reference "Matthew 23:23-26"))))
+ (of-ordinary-time-21-tuesday-ii
+ (((part First) (reference "2 Thessalonians 2:1-3a,14-17"))
+ ((part Gospel) (reference "Matthew 23:23-26"))))
+ (of-ordinary-time-21-wednesday-i
+ (((part First) (reference "1 Thessalonians 2:9-13"))
+ ((part Gospel) (reference "Matthew 23:27-32"))))
+ (of-ordinary-time-21-wednesday-ii
+ (((part First) (reference "2 Thessalonians 3:6-10,16-18"))
+ ((part Gospel) (reference "Matthew 23:27-32"))))
+ (of-ordinary-time-22-friday-i
+ (((part First) (reference "Colossians 1:15-20"))
+ ((part Gospel) (reference "Luke 5:33-39"))))
+ (of-ordinary-time-22-friday-ii
+ (((part First) (reference "1 Corinthians 4:1-5"))
+ ((part Gospel) (reference "Luke 5:33-39"))))
+ (of-ordinary-time-22-monday-i
+ (((part First) (reference "1 Thessalonians 4:13-18"))
+ ((part Gospel) (reference "Luke 4:16-30"))))
+ (of-ordinary-time-22-monday-ii
+ (((part First) (reference "1 Corinthians 2:1-5"))
+ ((part Gospel) (reference "Luke 4:16-30"))))
+ (of-ordinary-time-22-saturday-i
+ (((part First) (reference "Colossians 1:21-23"))
+ ((part Gospel) (reference "Luke 6:1-5"))))
+ (of-ordinary-time-22-saturday-ii
+ (((part First) (reference "1 Corinthians 4:6b-15"))
+ ((part Gospel) (reference "Luke 6:1-5"))))
+ (of-ordinary-time-22-thursday-i
+ (((part First) (reference "Colossians 1:9-14"))
+ ((part Gospel) (reference "Luke 5:1-11"))))
+ (of-ordinary-time-22-thursday-ii
+ (((part First) (reference "1 Corinthians 3:18-23"))
+ ((part Gospel) (reference "Luke 5:1-11"))))
+ (of-ordinary-time-22-tuesday-i
+ (((part First) (reference "1 Thessalonians 5:1-6,9-11"))
+ ((part Gospel) (reference "Luke 4:31-37"))))
+ (of-ordinary-time-22-tuesday-ii
+ (((part First) (reference "1 Corinthians 2:10b-16"))
+ ((part Gospel) (reference "Luke 4:31-37"))))
+ (of-ordinary-time-22-wednesday-i
+ (((part First) (reference "Colossians 1:1-8"))
+ ((part Gospel) (reference "Luke 4:38-44"))))
+ (of-ordinary-time-22-wednesday-ii
+ (((part First) (reference "1 Corinthians 3:1-9"))
+ ((part Gospel) (reference "Luke 4:38-44"))))
+ (of-ordinary-time-23-friday-i
+ (((part First) (reference "1 Timothy 1:1-2,12-14"))
+ ((part Gospel) (reference "Luke 6:39-42"))))
+ (of-ordinary-time-23-friday-ii
+ (((part First) (reference "1 Corinthians 9:16-19,22b-27"))
+ ((part Gospel) (reference "Luke 6:39-42"))))
+ (of-ordinary-time-23-monday-i
+ (((part First) (reference "Colossians 1:24-2:3"))
+ ((part Gospel) (reference "Luke 6:6-11"))))
+ (of-ordinary-time-23-monday-ii
+ (((part First) (reference "1 Corinthians 5:1-8"))
+ ((part Gospel) (reference "Luke 6:6-11"))))
+ (of-ordinary-time-23-saturday-i
+ (((part First) (reference "1 Timothy 1:15-17"))
+ ((part Gospel) (reference "Luke 6:43-49"))))
+ (of-ordinary-time-23-saturday-ii
+ (((part First) (reference "1 Corinthians 10:14-22"))
+ ((part Gospel) (reference "Luke 6:43-49"))))
+ (of-ordinary-time-23-thursday-i
+ (((part First) (reference "Colossians 3:12-17"))
+ ((part Gospel) (reference "Luke 6:27-38"))))
+ (of-ordinary-time-23-thursday-ii
+ (((part First) (reference "1 Corinthians 8:1b-7,11-13"))
+ ((part Gospel) (reference "Luke 6:27-38"))))
+ (of-ordinary-time-23-tuesday-i
+ (((part First) (reference "Colossians 2:6-15"))
+ ((part Gospel) (reference "Luke 6:12-19"))))
+ (of-ordinary-time-23-tuesday-ii
+ (((part First) (reference "1 Corinthians 6:1-11"))
+ ((part Gospel) (reference "Luke 6:12-19"))))
+ (of-ordinary-time-23-wednesday-i
+ (((part First) (reference "Colossians 3:1-11"))
+ ((part Gospel) (reference "Luke 6:20-26"))))
+ (of-ordinary-time-23-wednesday-ii
+ (((part First) (reference "1 Corinthians 7:25-31"))
+ ((part Gospel) (reference "Luke 6:20-26"))))
+ (of-ordinary-time-24-friday-i
+ (((part First) (reference "1 Timothy 6:2c-12"))
+ ((part Gospel) (reference "Luke 8:1-3"))))
+ (of-ordinary-time-24-friday-ii
+ (((part First) (reference "1 Corinthians 15:12-22"))
+ ((part Gospel) (reference "Luke 8:1-3"))))
+ (of-ordinary-time-24-monday-i
+ (((part First) (reference "1 Timothy 2:1-8"))
+ ((part Gospel) (reference "Luke 7:1-10"))))
+ (of-ordinary-time-24-monday-ii
+ (((part First) (reference "1 Corinthians 11:17-26,33"))
+ ((part Gospel) (reference "Luke 7:1-10"))))
+ (of-ordinary-time-24-saturday-i
+ (((part First) (reference "1 Timothy 6:13-16"))
+ ((part Gospel) (reference "Luke 8:4-15"))))
+ (of-ordinary-time-24-saturday-ii
+ (((part First) (reference "1 Corinthians 15:35-37,42-49"))
+ ((part Gospel) (reference "Luke 8:4-15"))))
+ (of-ordinary-time-24-thursday-i
+ (((part First) (reference "1 Timothy 4:12-16"))
+ ((part Gospel) (reference "Luke 7:36-50"))))
+ (of-ordinary-time-24-thursday-ii
+ (((part First) (reference "1 Corinthians 15:1-11"))
+ ((part Gospel) (reference "Luke 7:36-50"))))
+ (of-ordinary-time-24-tuesday-i
+ (((part First) (reference "1 Timothy 3:1-13"))
+ ((part Gospel) (reference "Luke 7:11-17"))))
+ (of-ordinary-time-24-tuesday-ii
+ (((part First) (reference "1 Corinthians 12:12-14,27-31a"))
+ ((part Gospel) (reference "Luke 7:11-17"))))
+ (of-ordinary-time-24-wednesday-i
+ (((part First) (reference "1 Timothy 3:14-16"))
+ ((part Gospel) (reference "Luke 7:31-35"))))
+ (of-ordinary-time-24-wednesday-ii
+ (((part First) (reference "1 Corinthians 12:31-13:13"))
+ ((part Gospel) (reference "Luke 7:31-35"))))
+ (of-ordinary-time-25-friday-i
+ (((part First) (reference "Haggai 2:1-9"))
+ ((part Gospel) (reference "Luke 9:18-22"))))
+ (of-ordinary-time-25-friday-ii
+ (((part First) (reference "Ecclesiastes 3:1-11"))
+ ((part Gospel) (reference "Luke 9:18-22"))))
+ (of-ordinary-time-25-monday-i
+ (((part First) (reference "Ezra 1:1-6"))
+ ((part Gospel) (reference "Luke 8:16-18"))))
+ (of-ordinary-time-25-monday-ii
+ (((part First) (reference "Proverbs 3:27-34"))
+ ((part Gospel) (reference "Luke 8:16-18"))))
+ (of-ordinary-time-25-saturday-i
+ (((part First) (reference "Zechariah 2:1-5,10-11"))
+ ((part Gospel) (reference "Luke 9:43b-45"))))
+ (of-ordinary-time-25-saturday-ii
+ (((part First) (reference "Ecclesiastes 11:9-12:8"))
+ ((part Gospel) (reference "Luke 9:43b-45"))))
+ (of-ordinary-time-25-thursday-i
+ (((part First) (reference "Haggai 1:1-8"))
+ ((part Gospel) (reference "Luke 9:7-9"))))
+ (of-ordinary-time-25-thursday-ii
+ (((part First) (reference "Ecclesiastes 1:2-11"))
+ ((part Gospel) (reference "Luke 9:7-9"))))
+ (of-ordinary-time-25-tuesday-i
+ (((part First) (reference "Ezra 6:7-8,12b,14-20"))
+ ((part Gospel) (reference "Luke 8:19-21"))))
+ (of-ordinary-time-25-tuesday-ii
+ (((part First) (reference "Proverbs 21:1-6,10-13"))
+ ((part Gospel) (reference "Luke 8:19-21"))))
+ (of-ordinary-time-25-wednesday-i
+ (((part First) (reference "Ezra 9:5-9"))
+ ((part Gospel) (reference "Luke 9:1-6"))))
+ (of-ordinary-time-25-wednesday-ii
+ (((part First) (reference "Proverbs 30:5-9"))
+ ((part Gospel) (reference "Luke 9:1-6"))))
+ (of-ordinary-time-26-friday-i
+ (((part First) (reference "Baruch 1:15-22"))
+ ((part Gospel) (reference "Luke 10:13-16"))))
+ (of-ordinary-time-26-friday-ii
+ (((part First) (reference "Job 38:1,12-21;40:3-5"))
+ ((part Gospel) (reference "Luke 10:13-16"))))
+ (of-ordinary-time-26-monday-i
+ (((part First) (reference "Zechariah 8:1-8"))
+ ((part Gospel) (reference "Luke 9:46-50"))))
+ (of-ordinary-time-26-monday-ii
+ (((part First) (reference "Job 1:6-22"))
+ ((part Gospel) (reference "Luke 9:46-50"))))
+ (of-ordinary-time-26-saturday-i
+ (((part First) (reference "Baruch 4:5-12,27-29"))
+ ((part Gospel) (reference "Luke 10:17-24"))))
+ (of-ordinary-time-26-saturday-ii
+ (((part First) (reference "Job 42:1-3,5-6,12-17"))
+ ((part Gospel) (reference "Luke 10:17-24"))))
+ (of-ordinary-time-26-thursday-i
+ (((part First) (reference "Nehemiah 8:1-4a,5-6,7b-12"))
+ ((part Gospel) (reference "Luke 10:1-12"))))
+ (of-ordinary-time-26-thursday-ii
+ (((part First) (reference "Job 19:21-27"))
+ ((part Gospel) (reference "Luke 10:1-12"))))
+ (of-ordinary-time-26-tuesday-i
+ (((part First) (reference "Zechariah 8:20-23"))
+ ((part Gospel) (reference "Luke 9:51-56"))))
+ (of-ordinary-time-26-tuesday-ii
+ (((part First) (reference "Job 3:1-3,11-17,20-23"))
+ ((part Gospel) (reference "Luke 9:51-56"))))
+ (of-ordinary-time-26-wednesday-i
+ (((part First) (reference "Nehemiah 2:1-8"))
+ ((part Gospel) (reference "Luke 9:57-62"))))
+ (of-ordinary-time-26-wednesday-ii
+ (((part First) (reference "Job 9:1-12,14-16"))
+ ((part Gospel) (reference "Luke 9:57-62"))))
+ (of-ordinary-time-27-friday-i
+ (((part First) (reference "Joel 1:13-15;2:1-2"))
+ ((part Gospel) (reference "Luke 11:15-26"))))
+ (of-ordinary-time-27-friday-ii
+ (((part First) (reference "Galatians 3:7-14"))
+ ((part Gospel) (reference "Luke 11:15-26"))))
+ (of-ordinary-time-27-monday-i
+ (((part First) (reference "Jonah 1:1-2:2,11"))
+ ((part Gospel) (reference "Luke 10:25-37"))))
+ (of-ordinary-time-27-monday-ii
+ (((part First) (reference "Galatians 1:6-12"))
+ ((part Gospel) (reference "Luke 10:25-37"))))
+ (of-ordinary-time-27-saturday-i
+ (((part First) (reference "Joel 3:12-21"))
+ ((part Gospel) (reference "Luke 11:27-28"))))
+ (of-ordinary-time-27-saturday-ii
+ (((part First) (reference "Galatians 3:22-29"))
+ ((part Gospel) (reference "Luke 11:27-28"))))
+ (of-ordinary-time-27-thursday-i
+ (((part First) (reference "Malachi 3:13-18;4:1-2"))
+ ((part Gospel) (reference "Luke 11:5-13"))))
+ (of-ordinary-time-27-thursday-ii
+ (((part First) (reference "Galatians 3:1-5"))
+ ((part Gospel) (reference "Luke 11:5-13"))))
+ (of-ordinary-time-27-tuesday-i
+ (((part First) (reference "Jonah 3:1-10"))
+ ((part Gospel) (reference "Luke 10:38-42"))))
+ (of-ordinary-time-27-tuesday-ii
+ (((part First) (reference "Galatians 1:13-24"))
+ ((part Gospel) (reference "Luke 10:38-42"))))
+ (of-ordinary-time-27-wednesday-i
+ (((part First) (reference "Jonah 4:1-11"))
+ ((part Gospel) (reference "Luke 11:1-4"))))
+ (of-ordinary-time-27-wednesday-ii
+ (((part First) (reference "Galatians 2:1-2,7-14"))
+ ((part Gospel) (reference "Luke 11:1-4"))))
+ (of-ordinary-time-28-friday-i
+ (((part First) (reference "Romans 4:1-8"))
+ ((part Gospel) (reference "Luke 12:1-7"))))
+ (of-ordinary-time-28-friday-ii
+ (((part First) (reference "Ephesians 1:11-14"))
+ ((part Gospel) (reference "Luke 12:1-7"))))
+ (of-ordinary-time-28-monday-i
+ (((part First) (reference "Romans 1:1-7"))
+ ((part Gospel) (reference "Luke 11:29-32"))))
+ (of-ordinary-time-28-monday-ii
+ (((part First) (reference "Galatians 4:22-24,26-27,31-5:1"))
+ ((part Gospel) (reference "Luke 11:29-32"))))
+ (of-ordinary-time-28-saturday-i
+ (((part First) (reference "Romans 4:13,16-18"))
+ ((part Gospel) (reference "Luke 12:8-12"))))
+ (of-ordinary-time-28-saturday-ii
+ (((part First) (reference "Ephesians 1:15-23"))
+ ((part Gospel) (reference "Luke 12:8-12"))))
+ (of-ordinary-time-28-thursday-i
+ (((part First) (reference "Romans 3:21-30"))
+ ((part Gospel) (reference "Luke 11:47-54"))))
+ (of-ordinary-time-28-thursday-ii
+ (((part First) (reference "Ephesians 1:1-10"))
+ ((part Gospel) (reference "Luke 11:47-54"))))
+ (of-ordinary-time-28-tuesday-i
+ (((part First) (reference "Romans 1:16-25"))
+ ((part Gospel) (reference "Luke 11:37-41"))))
+ (of-ordinary-time-28-tuesday-ii
+ (((part First) (reference "Galatians 5:1-6"))
+ ((part Gospel) (reference "Luke 11:37-41"))))
+ (of-ordinary-time-28-wednesday-i
+ (((part First) (reference "Romans 2:1-11"))
+ ((part Gospel) (reference "Luke 11:42-46"))))
+ (of-ordinary-time-28-wednesday-ii
+ (((part First) (reference "Galatians 5:18-25"))
+ ((part Gospel) (reference "Luke 11:42-46"))))
+ (of-ordinary-time-29-friday-i
+ (((part First) (reference "Romans 7:18-25a"))
+ ((part Gospel) (reference "Luke 12:54-59"))))
+ (of-ordinary-time-29-friday-ii
+ (((part First) (reference "Ephesians 4:1-6"))
+ ((part Gospel) (reference "Luke 12:54-59"))))
+ (of-ordinary-time-29-monday-i
+ (((part First) (reference "Romans 4:20-25"))
+ ((part Gospel) (reference "Luke 12:13-21"))))
+ (of-ordinary-time-29-monday-ii
+ (((part First) (reference "Ephesians 2:1-10"))
+ ((part Gospel) (reference "Luke 12:13-21"))))
+ (of-ordinary-time-29-saturday-i
+ (((part First) (reference "Romans 8:1-11"))
+ ((part Gospel) (reference "Luke 13:1-9"))))
+ (of-ordinary-time-29-saturday-ii
+ (((part First) (reference "Ephesians 4:7-16"))
+ ((part Gospel) (reference "Luke 13:1-9"))))
+ (of-ordinary-time-29-thursday-i
+ (((part First) (reference "Romans 6:19-23"))
+ ((part Gospel) (reference "Luke 12:49-53"))))
+ (of-ordinary-time-29-thursday-ii
+ (((part First) (reference "Ephesians 3:14-21"))
+ ((part Gospel) (reference "Luke 12:49-53"))))
+ (of-ordinary-time-29-tuesday-i
+ (((part First) (reference "Romans 5:12,15b,17-19,20b-21"))
+ ((part Gospel) (reference "Luke 12:35-38"))))
+ (of-ordinary-time-29-tuesday-ii
+ (((part First) (reference "Ephesians 2:12-22"))
+ ((part Gospel) (reference "Luke 12:35-38"))))
+ (of-ordinary-time-29-wednesday-i
+ (((part First) (reference "Romans 6:12-18"))
+ ((part Gospel) (reference "Luke 12:39-48"))))
+ (of-ordinary-time-29-wednesday-ii
+ (((part First) (reference "Ephesians 3:2-12"))
+ ((part Gospel) (reference "Luke 12:39-48"))))
+ (of-ordinary-time-3-friday-i
+ (((part First) (reference "Hebrews 10:32-39"))
+ ((part Gospel) (reference "Mark 4:26-34"))))
+ (of-ordinary-time-3-friday-ii
+ (((part First) (reference "2 Samuel 11:1-4a,5-10a,13-17"))
+ ((part Gospel) (reference "Mark 4:26-34"))))
+ (of-ordinary-time-3-monday-i
+ (((part First) (reference "Hebrews 9:15,24-28"))
+ ((part Gospel) (reference "Mark 3:22-30"))))
+ (of-ordinary-time-3-monday-ii
+ (((part First) (reference "2 Samuel 5:1-7,10"))
+ ((part Gospel) (reference "Mark 3:22-30"))))
+ (of-ordinary-time-3-saturday-i
+ (((part First) (reference "Hebrews 11:1-2,8-19"))
+ ((part Gospel) (reference "Mark 4:35-41"))))
+ (of-ordinary-time-3-saturday-ii
+ (((part First) (reference "2 Samuel 12:1-7a,10-17"))
+ ((part Gospel) (reference "Mark 4:35-41"))))
+ (of-ordinary-time-3-thursday-i
+ (((part First) (reference "Hebrews 10:19-25"))
+ ((part Gospel) (reference "Mark 4:21-25"))))
+ (of-ordinary-time-3-thursday-ii
+ (((part First) (reference "2 Samuel 7:18-19,24-29"))
+ ((part Gospel) (reference "Mark 4:21-25"))))
+ (of-ordinary-time-3-tuesday-i
+ (((part First) (reference "Hebrews 10:1-10"))
+ ((part Gospel) (reference "Mark 3:31-35"))))
+ (of-ordinary-time-3-tuesday-ii
+ (((part First) (reference "2 Samuel 6:12b-15,17-19"))
+ ((part Gospel) (reference "Mark 3:31-35"))))
+ (of-ordinary-time-3-wednesday-i
+ (((part First) (reference "Hebrews 10:11-18"))
+ ((part Gospel) (reference "Mark 4:1-20"))))
+ (of-ordinary-time-3-wednesday-ii
+ (((part First) (reference "2 Samuel 7:4-17"))
+ ((part Gospel) (reference "Mark 4:1-22"))))
+ (of-ordinary-time-30-friday-i
+ (((part First) (reference "Romans 9:1-5"))
+ ((part Gospel) (reference "Luke 14:1-6"))))
+ (of-ordinary-time-30-friday-ii
+ (((part First) (reference "Philippians 1:1-11"))
+ ((part Gospel) (reference "Luke 14:1-6"))))
+ (of-ordinary-time-30-monday-i
+ (((part First) (reference "Romans 8:12-17"))
+ ((part Gospel) (reference "Luke 13:10-17"))))
+ (of-ordinary-time-30-monday-ii
+ (((part First) (reference "Ephesians 4:32-5:8"))
+ ((part Gospel) (reference "Luke 13:10-17"))))
+ (of-ordinary-time-30-saturday-i
+ (((part First) (reference "Romans 11:1-2a,11-12,25-29"))
+ ((part Gospel) (reference "Luke 14:1,7-11"))))
+ (of-ordinary-time-30-saturday-ii
+ (((part First) (reference "Philippians 1:18b-26"))
+ ((part Gospel) (reference "Luke 14:1,7-11"))))
+ (of-ordinary-time-30-thursday-i
+ (((part First) (reference "Romans 8:31b-39"))
+ ((part Gospel) (reference "Luke 13:31-35"))))
+ (of-ordinary-time-30-thursday-ii
+ (((part First) (reference "Ephesians 6:10-22"))
+ ((part Gospel) (reference "Luke 13:31-35"))))
+ (of-ordinary-time-30-tuesday-i
+ (((part First) (reference "Romans 8:18-25"))
+ ((part Gospel) (reference "Luke 13:18-21"))))
+ (of-ordinary-time-30-tuesday-ii
+ (((part First) (reference "Ephesians 5:21-33"))
+ ((part Gospel) (reference "Luke 13:18-21"))))
+ (of-ordinary-time-30-wednesday-i
+ (((part First) (reference "Romans 8:26-30"))
+ ((part Gospel) (reference "Luke 13:22-30"))))
+ (of-ordinary-time-30-wednesday-ii
+ (((part First) (reference "Ephesians 6:1-9"))
+ ((part Gospel) (reference "Luke 13:22-30"))))
+ (of-ordinary-time-31-friday-i
+ (((part First) (reference "Romans 15:14-21"))
+ ((part Gospel) (reference "Luke 16:1-8"))))
+ (of-ordinary-time-31-friday-ii
+ (((part First) (reference "Philippians 3:17-4:1"))
+ ((part Gospel) (reference "Luke 16:1-8"))))
+ (of-ordinary-time-31-monday-i
+ (((part First) (reference "Romans 11:29-36"))
+ ((part Gospel) (reference "Luke 14:12-14"))))
+ (of-ordinary-time-31-monday-ii
+ (((part First) (reference "Philippians 2:1-4"))
+ ((part Gospel) (reference "Luke 14:12-14"))))
+ (of-ordinary-time-31-saturday-i
+ (((part First) (reference "Romans 16:3-9,16,22-27"))
+ ((part Gospel) (reference "Luke 16:9-15"))))
+ (of-ordinary-time-31-saturday-ii
+ (((part First) (reference "Philippians 4:10-19"))
+ ((part Gospel) (reference "Luke 16:9-15"))))
+ (of-ordinary-time-31-thursday-i
+ (((part First) (reference "Romans 14:7-12"))
+ ((part Gospel) (reference "Luke 15:1-10"))))
+ (of-ordinary-time-31-thursday-ii
+ (((part First) (reference "Philippians 3:3-8a"))
+ ((part Gospel) (reference "Luke 15:1-10"))))
+ (of-ordinary-time-31-tuesday-i
+ (((part First) (reference "Romans 12:5-16ab"))
+ ((part Gospel) (reference "Luke 14:15-24"))))
+ (of-ordinary-time-31-tuesday-ii
+ (((part First) (reference "Philippians 2:5-11"))
+ ((part Gospel) (reference "Luke 14:15-24"))))
+ (of-ordinary-time-31-wednesday-i
+ (((part First) (reference "Romans 13:8-10"))
+ ((part Gospel) (reference "Luke 14:25-33"))))
+ (of-ordinary-time-31-wednesday-ii
+ (((part First) (reference "Philippians 2:12-18"))
+ ((part Gospel) (reference "Luke 14:25-33"))))
+ (of-ordinary-time-32-friday-i
+ (((part First) (reference "Wisdom 13:1-9"))
+ ((part Gospel) (reference "Luke 17:26-37"))))
+ (of-ordinary-time-32-friday-ii
+ (((part First) (reference "2 John 4-9"))
+ ((part Gospel) (reference "Luke 17:26-37"))))
+ (of-ordinary-time-32-monday-i
+ (((part First) (reference "Wisdom 1:1-7"))
+ ((part Gospel) (reference "Luke 17:1-6"))))
+ (of-ordinary-time-32-monday-ii
+ (((part First) (reference "Titus 1:1-9"))
+ ((part Gospel) (reference "Luke 17:1-6"))))
+ (of-ordinary-time-32-saturday-i
+ (((part First) (reference "Wisdom 18:14-16;19:6-9"))
+ ((part Gospel) (reference "Luke 18:1-8"))))
+ (of-ordinary-time-32-saturday-ii
+ (((part First) (reference "3 John 5-8"))
+ ((part Gospel) (reference "Luke 18:1-8"))))
+ (of-ordinary-time-32-thursday-i
+ (((part First) (reference "Wisdom 7:22b-8:1"))
+ ((part Gospel) (reference "Luke 17:20-25"))))
+ (of-ordinary-time-32-thursday-ii
+ (((part First) (reference "Philemon 7-22"))
+ ((part Gospel) (reference "Luke 17:20-25"))))
+ (of-ordinary-time-32-tuesday-i
+ (((part First) (reference "Wisdom 2:23-3:9"))
+ ((part Gospel) (reference "Luke 17:7-10"))))
+ (of-ordinary-time-32-tuesday-ii
+ (((part First) (reference "Titus 2:1-8,11-14"))
+ ((part Gospel) (reference "Luke 17:7-10"))))
+ (of-ordinary-time-32-wednesday-i
+ (((part First) (reference "Wisdom 6:1-11"))
+ ((part Gospel) (reference "Luke 17:11-19"))))
+ (of-ordinary-time-32-wednesday-ii
+ (((part First) (reference "Titus 3:1-7"))
+ ((part Gospel) (reference "Luke 17:11-19"))))
+ (of-ordinary-time-33-friday-i
+ (((part First) (reference "1 Maccabees 4:36-37,52-59"))
+ ((part Gospel) (reference "Luke 19:45-48"))))
+ (of-ordinary-time-33-friday-ii
+ (((part First) (reference "Revelation 10:8-11"))
+ ((part Gospel) (reference "Luke 19:45-48"))))
+ (of-ordinary-time-33-monday-i
+ (((part First) (reference "1 Maccabees 1:10-15,41-43,54-57,62-63"))
+ ((part Gospel) (reference "Luke 18:35-43"))))
+ (of-ordinary-time-33-monday-ii
+ (((part First) (reference "Revelation 1:1-4;2:1-5"))
+ ((part Gospel) (reference "Luke 18:35-43"))))
+ (of-ordinary-time-33-saturday-i
+ (((part First) (reference "1 Maccabees 6:1-13"))
+ ((part Gospel) (reference "Luke 20:27-40"))))
+ (of-ordinary-time-33-saturday-ii
+ (((part First) (reference "Revelation 11:4-12"))
+ ((part Gospel) (reference "Luke 20:27-40"))))
+ (of-ordinary-time-33-thursday-i
+ (((part First) (reference "1 Maccabees 2:15-29"))
+ ((part Gospel) (reference "Luke 19:41-44"))))
+ (of-ordinary-time-33-thursday-ii
+ (((part First) (reference "Revelation 5:1-10"))
+ ((part Gospel) (reference "Luke 19:41-44"))))
+ (of-ordinary-time-33-tuesday-i
+ (((part First) (reference "2 Maccabees 6:18-31"))
+ ((part Gospel) (reference "Luke 19:1-10"))))
+ (of-ordinary-time-33-tuesday-ii
+ (((part First) (reference "Revelation 3:1-6,14-22"))
+ ((part Gospel) (reference "Luke 19:1-10"))))
+ (of-ordinary-time-33-wednesday-i
+ (((part First) (reference "2 Maccabees 7:1,20-31"))
+ ((part Gospel) (reference "Luke 19:11-28"))))
+ (of-ordinary-time-33-wednesday-ii
+ (((part First) (reference "Revelation 4:1-11"))
+ ((part Gospel) (reference "Luke 19:11-28"))))
+ (of-ordinary-time-34-friday-i
+ (((part First) (reference "Daniel 7:2-14"))
+ ((part Gospel) (reference "Luke 21:29-33"))))
+ (of-ordinary-time-34-friday-ii
+ (((part First) (reference "Revelation 20:1-4,11-21:2"))
+ ((part Gospel) (reference "Luke 21:29-33"))))
+ (of-ordinary-time-34-monday-i
+ (((part First) (reference "Daniel 1:1-6,8-20"))
+ ((part Gospel) (reference "Luke 21:1-4"))))
+ (of-ordinary-time-34-monday-ii
+ (((part First) (reference "Revelation 14:1-3,4b-5"))
+ ((part Gospel) (reference "Luke 21:1-4"))))
+ (of-ordinary-time-34-saturday-i
+ (((part First) (reference "Daniel 7:15-27"))
+ ((part Gospel) (reference "Luke 21:34-36"))))
+ (of-ordinary-time-34-saturday-ii
+ (((part First) (reference "Revelation 22:1-7"))
+ ((part Gospel) (reference "Luke 21:34-36"))))
+ (of-ordinary-time-34-thursday-i
+ (((part First) (reference "Daniel 6:12-28"))
+ ((part Gospel) (reference "Luke 21:20-28"))))
+ (of-ordinary-time-34-thursday-ii
+ (((part First) (reference "Revelation 18:1-2,21-23;19:1-3,9a"))
+ ((part Gospel) (reference "Luke 21:20-28"))))
+ (of-ordinary-time-34-tuesday-i
+ (((part First) (reference "Daniel 2:31-45"))
+ ((part Gospel) (reference "Luke 21:5-11"))))
+ (of-ordinary-time-34-tuesday-ii
+ (((part First) (reference "Revelation 14:14-19"))
+ ((part Gospel) (reference "Luke 21:5-11"))))
+ (of-ordinary-time-34-wednesday-i
+ (((part First) (reference "Daniel 5:1-6,13-14,16-17,23-28"))
+ ((part Gospel) (reference "Luke 21:12-19"))))
+ (of-ordinary-time-34-wednesday-ii
+ (((part First) (reference "Revelation 15:1-4"))
+ ((part Gospel) (reference "Luke 21:12-19"))))
+ (of-ordinary-time-4-friday-i
+ (((part First) (reference "Hebrews 13:1-8"))
+ ((part Gospel) (reference "Mark 6:14-29"))))
+ (of-ordinary-time-4-friday-ii
+ (((part First) (reference "Sirach 47:2-11"))
+ ((part Gospel) (reference "Mark 6:14-29"))))
+ (of-ordinary-time-4-monday-i
+ (((part First) (reference "Hebrews 11:32-40"))
+ ((part Gospel) (reference "Mark 5:1-20"))))
+ (of-ordinary-time-4-monday-ii
+ (((part First) (reference "2 Samuel 15:13-14,30;16:5-13"))
+ ((part Gospel) (reference "Mark 5:1-22"))))
+ (of-ordinary-time-4-saturday-i
+ (((part First) (reference "Hebrews 13:15-17,20-21"))
+ ((part Gospel) (reference "Mark 6:30-34"))))
+ (of-ordinary-time-4-saturday-ii
+ (((part First) (reference "1 Kings 3:4-13"))
+ ((part Gospel) (reference "Mark 6:30-34"))))
+ (of-ordinary-time-4-thursday-i
+ (((part First) (reference "Hebrews 12:18-19,21-24"))
+ ((part Gospel) (reference "Mark 6:7-13"))))
+ (of-ordinary-time-4-thursday-ii
+ (((part First) (reference "1 Kings 2:1-4,10-12"))
+ ((part Gospel) (reference "Mark 6:7-13"))))
+ (of-ordinary-time-4-tuesday-i
+ (((part First) (reference "Hebrews 12:1-4"))
+ ((part Gospel) (reference "Mark 5:21-43"))))
+ (of-ordinary-time-4-tuesday-ii
+ (((part First) (reference "2 Samuel 18:9-10,14b,24-25a,30-19:3"))
+ ((part Gospel) (reference "Mark 5:21-43"))))
+ (of-ordinary-time-4-wednesday-i
+ (((part First) (reference "Hebrews 12:4-7,11-15"))
+ ((part Gospel) (reference "Mark 6:1-6"))))
+ (of-ordinary-time-4-wednesday-ii
+ (((part First) (reference "2 Samuel 24:2,9-17"))
+ ((part Gospel) (reference "Mark 6:1-6"))))
+ (of-ordinary-time-5-friday-i
+ (((part First) (reference "Genesis 3:1-8"))
+ ((part Gospel) (reference "Mark 7:31-37"))))
+ (of-ordinary-time-5-friday-ii
+ (((part First) (reference "1 Kings 11:29-32;12:19"))
+ ((part Gospel) (reference "Mark 7:31-37"))))
+ (of-ordinary-time-5-monday-i
+ (((part First) (reference "Genesis 1:1-19"))
+ ((part Gospel) (reference "Mark 6:53-56"))))
+ (of-ordinary-time-5-monday-ii
+ (((part First) (reference "1 Kings 8:1-7,9-13"))
+ ((part Gospel) (reference "Mark 6:53-56"))))
+ (of-ordinary-time-5-saturday-i
+ (((part First) (reference "Genesis 3:9-24"))
+ ((part Gospel) (reference "Mark 8:1-10"))))
+ (of-ordinary-time-5-saturday-ii
+ (((part First) (reference "1 Kings 12:26-32;13:33-34"))
+ ((part Gospel) (reference "Mark 8:1-10"))))
+ (of-ordinary-time-5-thursday-i
+ (((part First) (reference "Genesis 2:18-25"))
+ ((part Gospel) (reference "Mark 7:24-30"))))
+ (of-ordinary-time-5-thursday-ii
+ (((part First) (reference "1 Kings 11:4-13"))
+ ((part Gospel) (reference "Mark 7:24-30"))))
+ (of-ordinary-time-5-tuesday-i
+ (((part First) (reference "Genesis 1:20-2:4a"))
+ ((part Gospel) (reference "Mark 7:1-13"))))
+ (of-ordinary-time-5-tuesday-ii
+ (((part First) (reference "1 Kings 8:22-23,27-30"))
+ ((part Gospel) (reference "Mark 7:1-13"))))
+ (of-ordinary-time-5-wednesday-i
+ (((part First) (reference "Genesis 2:4b-9,15-17"))
+ ((part Gospel) (reference "Mark 7:14-23"))))
+ (of-ordinary-time-5-wednesday-ii
+ (((part First) (reference "1 Kings 10:1-10"))
+ ((part Gospel) (reference "Mark 7:14-23"))))
+ (of-ordinary-time-6-friday-i
+ (((part First) (reference "Genesis 11:1-9"))
+ ((part Gospel) (reference "Mark 8:34-9:1"))))
+ (of-ordinary-time-6-friday-ii
+ (((part First) (reference "James 2:14-24,26"))
+ ((part Gospel) (reference "Mark 8:34-9:1"))))
+ (of-ordinary-time-6-monday-i
+ (((part First) (reference "Genesis 4:1-15,25"))
+ ((part Gospel) (reference "Mark 8:11-13"))))
+ (of-ordinary-time-6-monday-ii
+ (((part First) (reference "James 1:1-11"))
+ ((part Gospel) (reference "Mark 8:11-13"))))
+ (of-ordinary-time-6-saturday-i
+ (((part First) (reference "Hebrews 11:1-7"))
+ ((part Gospel) (reference "Mark 9:2-13"))))
+ (of-ordinary-time-6-saturday-ii
+ (((part First) (reference "James 3:1-10"))
+ ((part Gospel) (reference "Mark 9:2-13"))))
+ (of-ordinary-time-6-thursday-i
+ (((part First) (reference "Genesis 9:1-13"))
+ ((part Gospel) (reference "Mark 8:27-33"))))
+ (of-ordinary-time-6-thursday-ii
+ (((part First) (reference "James 2:1-9"))
+ ((part Gospel) (reference "Mark 8:27-33"))))
+ (of-ordinary-time-6-tuesday-i
+ (((part First) (reference "Genesis 6:5-8;7:1-5,10"))
+ ((part Gospel) (reference "Mark 8:14-21"))))
+ (of-ordinary-time-6-tuesday-ii
+ (((part First) (reference "James 1:12-18"))
+ ((part Gospel) (reference "Mark 8:14-21"))))
+ (of-ordinary-time-6-wednesday-i
+ (((part First) (reference "Genesis 8:6-13,20-22"))
+ ((part Gospel) (reference "Mark 8:22-26"))))
+ (of-ordinary-time-6-wednesday-ii
+ (((part First) (reference "James 1:19-27"))
+ ((part Gospel) (reference "Mark 8:22-26"))))
+ (of-ordinary-time-7-friday-i
+ (((part First) (reference "Sirach 6:5-17"))
+ ((part Gospel) (reference "Mark 10:1-12"))))
+ (of-ordinary-time-7-friday-ii
+ (((part First) (reference "James 5:9-12"))
+ ((part Gospel) (reference "Mark 10:1-12"))))
+ (of-ordinary-time-7-monday-i
+ (((part First) (reference "Sirach 1:1-10"))
+ ((part Gospel) (reference "Mark 9:14-29"))))
+ (of-ordinary-time-7-monday-ii
+ (((part First) (reference "James 3:13-18"))
+ ((part Gospel) (reference "Mark 9:14-29"))))
+ (of-ordinary-time-7-saturday-i
+ (((part First) (reference "Sirach 17:1-15"))
+ ((part Gospel) (reference "Mark 10:13-16"))))
+ (of-ordinary-time-7-saturday-ii
+ (((part First) (reference "James 5:13-22"))
+ ((part Gospel) (reference "Mark 10:13-16"))))
+ (of-ordinary-time-7-thursday-i
+ (((part First) (reference "Sirach 5:1-8"))
+ ((part Gospel) (reference "Mark 9:41-50"))))
+ (of-ordinary-time-7-thursday-ii
+ (((part First) (reference "James 5:1-6"))
+ ((part Gospel) (reference "Mark 9:41-50"))))
+ (of-ordinary-time-7-tuesday-i
+ (((part First) (reference "Sirach 2:1-11"))
+ ((part Gospel) (reference "Mark 9:30-37"))))
+ (of-ordinary-time-7-tuesday-ii
+ (((part First) (reference "James 4:1-10"))
+ ((part Gospel) (reference "Mark 9:30-37"))))
+ (of-ordinary-time-7-wednesday-i
+ (((part First) (reference "Sirach 4:11-19"))
+ ((part Gospel) (reference "Mark 9:38-40"))))
+ (of-ordinary-time-7-wednesday-ii
+ (((part First) (reference "James 4:13-17"))
+ ((part Gospel) (reference "Mark 9:38-40"))))
+ (of-ordinary-time-8-friday-i
+ (((part First) (reference "Sirach 44:1,9-13"))
+ ((part Gospel) (reference "Mark 11:11-26"))))
+ (of-ordinary-time-8-friday-ii
+ (((part First) (reference "1 Peter 4:7-13"))
+ ((part Gospel) (reference "Mark 11:11-26"))))
+ (of-ordinary-time-8-monday-i
+ (((part First) (reference "Sirach 17:20-24"))
+ ((part Gospel) (reference "Mark 10:17-27"))))
+ (of-ordinary-time-8-monday-ii
+ (((part First) (reference "1 Peter 1:3-9"))
+ ((part Gospel) (reference "Mark 10:17-27"))))
+ (of-ordinary-time-8-saturday-i
+ (((part First) (reference "Sirach 51:12cd-20"))
+ ((part Gospel) (reference "Mark 11:27-33"))))
+ (of-ordinary-time-8-saturday-ii
+ (((part First) (reference "Jude 17,20b-25"))
+ ((part Gospel) (reference "Mark 11:27-33"))))
+ (of-ordinary-time-8-thursday-i
+ (((part First) (reference "Sirach 42:15-25"))
+ ((part Gospel) (reference "Mark 10:46-52"))))
+ (of-ordinary-time-8-thursday-ii
+ (((part First) (reference "1 Peter 2:2-5,9-12"))
+ ((part Gospel) (reference "Mark 10:46-52"))))
+ (of-ordinary-time-8-tuesday-i
+ (((part First) (reference "Sirach 35:1-12"))
+ ((part Gospel) (reference "Mark 10:28-31"))))
+ (of-ordinary-time-8-tuesday-ii
+ (((part First) (reference "1 Peter 1:10-16"))
+ ((part Gospel) (reference "Mark 10:28-31"))))
+ (of-ordinary-time-8-wednesday-i
+ (((part First) (reference "Sirach 36:1,4-5a,10-17"))
+ ((part Gospel) (reference "Mark 10:32-45"))))
+ (of-ordinary-time-8-wednesday-ii
+ (((part First) (reference "1 Peter 1:18-25"))
+ ((part Gospel) (reference "Mark 10:32-45"))))
+ (of-ordinary-time-9-friday-i
+ (((part First) (reference "Tobit 11:5-17"))
+ ((part Gospel) (reference "Mark 12:35-37"))))
+ (of-ordinary-time-9-friday-ii
+ (((part First) (reference "2 Timothy 3:10-17"))
+ ((part Gospel) (reference "Mark 12:35-37"))))
+ (of-ordinary-time-9-monday-i
+ (((part First) (reference "Tobit 1:3;2:1a-8"))
+ ((part Gospel) (reference "Mark 12:1-12"))))
+ (of-ordinary-time-9-monday-ii
+ (((part First) (reference "2 Peter 1:2-7"))
+ ((part Gospel) (reference "Mark 12:1-12"))))
+ (of-ordinary-time-9-saturday-i
+ (((part First) (reference "Tobit 12:1,5-15,20"))
+ ((part Gospel) (reference "Mark 12:38-44"))))
+ (of-ordinary-time-9-saturday-ii
+ (((part First) (reference "2 Timothy 4:1-8"))
+ ((part Gospel) (reference "Mark 12:38-44"))))
+ (of-ordinary-time-9-thursday-i
+ (((part First) (reference "Tobit 6:10-11;7:1bcde,9-17;8:4-9a"))
+ ((part Gospel) (reference "Mark 12:28b-34"))))
+ (of-ordinary-time-9-thursday-ii
+ (((part First) (reference "2 Timothy 2:8-15"))
+ ((part Gospel) (reference "Mark 12:28b-34"))))
+ (of-ordinary-time-9-tuesday-i
+ (((part First) (reference "Tobit 2:9-14"))
+ ((part Gospel) (reference "Mark 12:13-17"))))
+ (of-ordinary-time-9-tuesday-ii
+ (((part First) (reference "2 Peter 3:12-15a,17-18"))
+ ((part Gospel) (reference "Mark 12:13-17"))))
+ (of-ordinary-time-9-wednesday-i
+ (((part First) (reference "Tobit 3:1-11a,16-17a"))
+ ((part Gospel) (reference "Mark 12:18-27"))))
+ (of-ordinary-time-9-wednesday-ii
+ (((part First) (reference "2 Timothy 1:1-3,6-12"))
+ ((part Gospel) (reference "Mark 12:18-27"))))
+ (of-ordinary-time-sunday-10-a
+ (((part First) (reference "Hosea 6:3-6"))
+ ((part Gospel) (reference "Matthew 9:9-13"))))
+ (of-ordinary-time-sunday-10-b
+ (((part First) (reference "Genesis 3:9-15"))
+ ((part Gospel) (reference "Mark 3:20-35"))))
+ (of-ordinary-time-sunday-10-c
+ (((part First) (reference "1 Kings 17:17-24"))
+ ((part Gospel) (reference "Luke 7:11-17"))))
+ (of-ordinary-time-sunday-11-a
+ (((part First) (reference "Exodus 19:2-6a"))
+ ((part Gospel) (reference "Matthew 9:36-10:8"))))
+ (of-ordinary-time-sunday-11-b
+ (((part First) (reference "Ezekiel 17:22-24"))
+ ((part Gospel) (reference "Mark 4:26-34"))))
+ (of-ordinary-time-sunday-11-c
+ (((part First) (reference "2 Samuel 12:7-10,13"))
+ ((part Gospel) (reference "Luke 7:36-8:3"))))
+ (of-ordinary-time-sunday-12-a
+ (((part First) (reference "Jeremiah 20:10-13"))
+ ((part Gospel) (reference "Matthew 10:26-33"))))
+ (of-ordinary-time-sunday-12-b
+ (((part First) (reference "Job 38:1,8-11"))
+ ((part Gospel) (reference "Mark 4:35-41"))))
+ (of-ordinary-time-sunday-12-c
+ (((part First) (reference "Zechariah 12:10-11;13:1"))
+ ((part Gospel) (reference "Luke 9:18-24"))))
+ (of-ordinary-time-sunday-13-a
+ (((part First) (reference "2 Kings 4:8-11,14-16a"))
+ ((part Gospel) (reference "Matthew 10:37-42"))))
+ (of-ordinary-time-sunday-13-b
+ (((part First) (reference "Wisdom 1:13-15;2:23-24"))
+ ((part Gospel) (reference "Mark 5:21-43"))))
+ (of-ordinary-time-sunday-13-c
+ (((part First) (reference "1 Kings 19:16b,19-21"))
+ ((part Gospel) (reference "Luke 9:51-62"))))
+ (of-ordinary-time-sunday-14-a
+ (((part First) (reference "Zechariah 9:9-10"))
+ ((part Gospel) (reference "Matthew 11:25-30"))))
+ (of-ordinary-time-sunday-14-b
+ (((part First) (reference "Ezekiel 2:2-5"))
+ ((part Gospel) (reference "Mark 6:1-6"))))
+ (of-ordinary-time-sunday-14-c
+ (((part First) (reference "Isaiah 66:10-14c"))
+ ((part Gospel) (reference "Luke 10:1-12,17-20"))))
+ (of-ordinary-time-sunday-15-a
+ (((part First) (reference "Isaiah 55:10-11"))
+ ((part Gospel) (reference "Matthew 13:1-23"))))
+ (of-ordinary-time-sunday-15-b
+ (((part First) (reference "Amos 7:12-15"))
+ ((part Gospel) (reference "Mark 6:7-13"))))
+ (of-ordinary-time-sunday-15-c
+ (((part First) (reference "Deuteronomy 30:10-14"))
+ ((part Gospel) (reference "Luke 10:25-37"))))
+ (of-ordinary-time-sunday-16-a
+ (((part First) (reference "Wisdom 12:13,16-19"))
+ ((part Gospel) (reference "Matthew 13:24-43"))))
+ (of-ordinary-time-sunday-16-b
+ (((part First) (reference "Jeremiah 23:1-6"))
+ ((part Gospel) (reference "Mark 6:30-34"))))
+ (of-ordinary-time-sunday-16-c
+ (((part First) (reference "Genesis 18:1-10a"))
+ ((part Gospel) (reference "Luke 10:38-42"))))
+ (of-ordinary-time-sunday-17-a
+ (((part First) (reference "1 Kings 3:5,7-12"))
+ ((part Gospel) (reference "Matthew 13:44-52"))))
+ (of-ordinary-time-sunday-17-b
+ (((part First) (reference "2 Kings 4:42-44"))
+ ((part Gospel) (reference "John 6:1-15"))))
+ (of-ordinary-time-sunday-17-c
+ (((part First) (reference "Genesis 18:20-32"))
+ ((part Gospel) (reference "Luke 11:1-13"))))
+ (of-ordinary-time-sunday-18-a
+ (((part First) (reference "Isaiah 55:1-3"))
+ ((part Gospel) (reference "Matthew 14:13-21"))))
+ (of-ordinary-time-sunday-18-b
+ (((part First) (reference "Exodus 16:2-4,12-15"))
+ ((part Gospel) (reference "John 6:24-35"))))
+ (of-ordinary-time-sunday-18-c
+ (((part First) (reference "Ecclesiastes 1:2;2:21-23"))
+ ((part Gospel) (reference "Luke 12:13-21"))))
+ (of-ordinary-time-sunday-19-a
+ (((part First) (reference "1 Kings 19:9a,11-13a"))
+ ((part Gospel) (reference "Matthew 14:22-33"))))
+ (of-ordinary-time-sunday-19-b
+ (((part First) (reference "1 Kings 19:4-8"))
+ ((part Gospel) (reference "John 6:41-51"))))
+ (of-ordinary-time-sunday-19-c
+ (((part First) (reference "Wisdom 18:6-9"))
+ ((part Gospel) (reference "Luke 12:32-48"))))
+ (of-ordinary-time-sunday-2-a
+ (((part First) (reference "Isaiah 49:3,5-6"))
+ ((part Gospel) (reference "John 1:29-34"))))
+ (of-ordinary-time-sunday-2-b
+ (((part First) (reference "1 Samuel 3:3b-10,19"))
+ ((part Gospel) (reference "John 1:35-42"))))
+ (of-ordinary-time-sunday-2-c
+ (((part First) (reference "Isaiah 62:1-5"))
+ ((part Gospel) (reference "John 2:1-11"))))
+ (of-ordinary-time-sunday-20-a
+ (((part First) (reference "Isaiah 56:1,6-7"))
+ ((part Gospel) (reference "Matthew 15:21-28"))))
+ (of-ordinary-time-sunday-20-b
+ (((part First) (reference "Proverbs 9:1-6"))
+ ((part Gospel) (reference "John 6:51-58"))))
+ (of-ordinary-time-sunday-20-c
+ (((part First) (reference "Jeremiah 38:4-6,8-10"))
+ ((part Gospel) (reference "Luke 12:49-53"))))
+ (of-ordinary-time-sunday-21-a
+ (((part First) (reference "Isaiah 22:19-23"))
+ ((part Gospel) (reference "Matthew 16:13-20"))))
+ (of-ordinary-time-sunday-21-b
+ (((part First) (reference "Joshua 24:1-2a,15-17,18b"))
+ ((part Gospel) (reference "John 6:60-69"))))
+ (of-ordinary-time-sunday-21-c
+ (((part First) (reference "Isaiah 66:18-21"))
+ ((part Gospel) (reference "Luke 13:22-30"))))
+ (of-ordinary-time-sunday-22-a
+ (((part First) (reference "Jeremiah 20:7-9"))
+ ((part Gospel) (reference "Matthew 16:21-27"))))
+ (of-ordinary-time-sunday-22-b
+ (((part First) (reference "Deuteronomy 4:1-2,6-8"))
+ ((part Gospel) (reference "Mark 7:1-8,14-15,21-23"))))
+ (of-ordinary-time-sunday-22-c
+ (((part First) (reference "Sirach 3:17-18,20,28-29"))
+ ((part Gospel) (reference "Luke 14:1,7-14"))))
+ (of-ordinary-time-sunday-23-a
+ (((part First) (reference "Ezekiel 33:7-9"))
+ ((part Gospel) (reference "Matthew 18:15-20"))))
+ (of-ordinary-time-sunday-23-b
+ (((part First) (reference "Isaiah 35:4-7a"))
+ ((part Gospel) (reference "Mark 7:31-37"))))
+ (of-ordinary-time-sunday-23-c
+ (((part First) (reference "Wisdom 9:13-18b"))
+ ((part Gospel) (reference "Luke 14:25-33"))))
+ (of-ordinary-time-sunday-24-a
+ (((part First) (reference "Sirach 27:30-28:7"))
+ ((part Gospel) (reference "Matthew 18:21-35"))))
+ (of-ordinary-time-sunday-24-b
+ (((part First) (reference "Isaiah 50:4-9a"))
+ ((part Gospel) (reference "Mark 8:27-35"))))
+ (of-ordinary-time-sunday-24-c
+ (((part First) (reference "Exodus 32:7-11,13-14"))
+ ((part Gospel) (reference "Luke 15:1-32"))))
+ (of-ordinary-time-sunday-25-a
+ (((part First) (reference "Isaiah 55:6-9"))
+ ((part Gospel) (reference "Matthew 20:1-16a"))))
+ (of-ordinary-time-sunday-25-b
+ (((part First) (reference "Wisdom 2:12,17-20"))
+ ((part Gospel) (reference "Mark 9:30-37"))))
+ (of-ordinary-time-sunday-25-c
+ (((part First) (reference "Amos 8:4-7"))
+ ((part Gospel) (reference "Luke 16:1-13"))))
+ (of-ordinary-time-sunday-26-a
+ (((part First) (reference "Ezekiel 18:25-28"))
+ ((part Gospel) (reference "Matthew 21:28-32"))))
+ (of-ordinary-time-sunday-26-b
+ (((part First) (reference "Numbers 11:25-29"))
+ ((part Gospel) (reference "Mark 9:38-43,45,47-48"))))
+ (of-ordinary-time-sunday-26-c
+ (((part First) (reference "Amos 6:1a,4-7"))
+ ((part Gospel) (reference "Luke 16:19-31"))))
+ (of-ordinary-time-sunday-27-a
+ (((part First) (reference "Isaiah 5:1-7"))
+ ((part Gospel) (reference "Matthew 21:33-43"))))
+ (of-ordinary-time-sunday-27-b
+ (((part First) (reference "Genesis 2:18-24"))
+ ((part Gospel) (reference "Mark 10:2-16"))))
+ (of-ordinary-time-sunday-27-c
+ (((part First) (reference "Habakkuk 1:2-3;2:2-4"))
+ ((part Gospel) (reference "Luke 17:5-10"))))
+ (of-ordinary-time-sunday-28-a
+ (((part First) (reference "Isaiah 25:6-10a"))
+ ((part Gospel) (reference "Matthew 22:1-14"))))
+ (of-ordinary-time-sunday-28-b
+ (((part First) (reference "Wisdom 7:7-11"))
+ ((part Gospel) (reference "Mark 10:17-30"))))
+ (of-ordinary-time-sunday-28-c
+ (((part First) (reference "2 Kings 5:14-17"))
+ ((part Gospel) (reference "Luke 17:11-19"))))
+ (of-ordinary-time-sunday-29-a
+ (((part First) (reference "Isaiah 45:1,4-6"))
+ ((part Gospel) (reference "Matthew 22:15-21"))))
+ (of-ordinary-time-sunday-29-b
+ (((part First) (reference "Isaiah 53:10-11"))
+ ((part Gospel) (reference "Mark 10:35-45"))))
+ (of-ordinary-time-sunday-29-c
+ (((part First) (reference "Exodus 17:8-13"))
+ ((part Gospel) (reference "Luke 18:1-8"))))
+ (of-ordinary-time-sunday-3-a
+ (((part First) (reference "Isaiah 8:23b-9:3"))
+ ((part Gospel) (reference "Matthew 4:12-23"))))
+ (of-ordinary-time-sunday-3-b
+ (((part First) (reference "Jonah 3:1-5,10"))
+ ((part Gospel) (reference "Mark 1:14-20"))))
+ (of-ordinary-time-sunday-3-c
+ (((part First) (reference "Nehemiah 8:2-4a,5-6,8-10"))
+ ((part Gospel) (reference "Luke 1:1-4;4:14-21"))))
+ (of-ordinary-time-sunday-30-a
+ (((part First) (reference "Exodus 22:20-26"))
+ ((part Gospel) (reference "Matthew 22:34-40"))))
+ (of-ordinary-time-sunday-30-b
+ (((part First) (reference "Jeremiah 31:7-9"))
+ ((part Gospel) (reference "Mark 10:46-52"))))
+ (of-ordinary-time-sunday-30-c
+ (((part First) (reference "Sirach 35:12-14,16-18"))
+ ((part Gospel) (reference "Luke 18:9-14"))))
+ (of-ordinary-time-sunday-31-a
+ (((part First) (reference "Malachi 1:14b-2:2b,8-10"))
+ ((part Gospel) (reference "Matthew 23:1-12"))))
+ (of-ordinary-time-sunday-31-b
+ (((part First) (reference "Deuteronomy 6:2-6"))
+ ((part Gospel) (reference "Mark 12:28b-34"))))
+ (of-ordinary-time-sunday-31-c
+ (((part First) (reference "Wisdom 11:22-12:2"))
+ ((part Gospel) (reference "Luke 19:1-10"))))
+ (of-ordinary-time-sunday-32-a
+ (((part First) (reference "Wisdom 6:12-16"))
+ ((part Gospel) (reference "Matthew 25:1-13"))))
+ (of-ordinary-time-sunday-32-b
+ (((part First) (reference "1 Kings 17:10-16"))
+ ((part Gospel) (reference "Mark 12:38-44"))))
+ (of-ordinary-time-sunday-32-c
+ (((part First) (reference "2 Maccabees 7:1-2,9-14"))
+ ((part Gospel) (reference "Luke 20:27-38"))))
+ (of-ordinary-time-sunday-33-a
+ (((part First) (reference "Proverbs 31:10-13,19-20,30-31"))
+ ((part Gospel) (reference "Matthew 25:14-30"))))
+ (of-ordinary-time-sunday-33-b
+ (((part First) (reference "Daniel 12:1-3"))
+ ((part Gospel) (reference "Mark 13:24-32"))))
+ (of-ordinary-time-sunday-33-c
+ (((part First) (reference "Malachi 4:1-2"))
+ ((part Gospel) (reference "Luke 21:5-19"))))
+ (of-ordinary-time-sunday-4-a
+ (((part First) (reference "Zephaniah 2:3;3:12-13"))
+ ((part Gospel) (reference "Matthew 5:1-12a"))))
+ (of-ordinary-time-sunday-4-b
+ (((part First) (reference "Deuteronomy 18:15-20"))
+ ((part Gospel) (reference "Mark 1:21-28"))))
+ (of-ordinary-time-sunday-4-c
+ (((part First) (reference "Jeremiah 1:4-5,17-19"))
+ ((part Gospel) (reference "Luke 4:21-30"))))
+ (of-ordinary-time-sunday-5-a
+ (((part First) (reference "Isaiah 58:7-10"))
+ ((part Gospel) (reference "Matthew 5:13-16"))))
+ (of-ordinary-time-sunday-5-b
+ (((part First) (reference "Job 7:1-4,6-7"))
+ ((part Gospel) (reference "Mark 1:29-39"))))
+ (of-ordinary-time-sunday-5-c
+ (((part First) (reference "Isaiah 6:1-2a,3-8"))
+ ((part Gospel) (reference "Luke 5:1-11"))))
+ (of-ordinary-time-sunday-6-a
+ (((part First) (reference "Sirach 15:16-21"))
+ ((part Gospel) (reference "Matthew 5:17-37"))))
+ (of-ordinary-time-sunday-6-b
+ (((part First) (reference "Leviticus 13:1-2,44-46"))
+ ((part Gospel) (reference "Mark 1:40-45"))))
+ (of-ordinary-time-sunday-6-c
+ (((part First) (reference "Jeremiah 17:5-8"))
+ ((part Gospel) (reference "Luke 6:17,20-26"))))
+ (of-ordinary-time-sunday-7-a
+ (((part First) (reference "Leviticus 19:1-2,17-18"))
+ ((part Gospel) (reference "Matthew 5:38-48"))))
+ (of-ordinary-time-sunday-7-b
+ (((part First) (reference "Isaiah 43:18-19,21-22,24b-25"))
+ ((part Gospel) (reference "Mark 2:1-12"))))
+ (of-ordinary-time-sunday-7-c
+ (((part First) (reference "1 Samuel 26:2,7-9,12-13,22-23"))
+ ((part Gospel) (reference "Luke 6:27-38"))))
+ (of-ordinary-time-sunday-8-a
+ (((part First) (reference "Isaiah 49:14-15"))
+ ((part Gospel) (reference "Matthew 6:24-34"))))
+ (of-ordinary-time-sunday-8-b
+ (((part First) (reference "Hosea 2:16b,17b,21-22"))
+ ((part Gospel) (reference "Mark 2:18-22"))))
+ (of-ordinary-time-sunday-8-c
+ (((part First) (reference "Sirach 27:5-8"))
+ ((part Gospel) (reference "Luke 6:39-45"))))
+ (of-ordinary-time-sunday-9-a
+ (((part First) (reference "Deuteronomy 11:18,26-28,32"))
+ ((part Gospel) (reference "Matthew 7:21-27"))))
+ (of-ordinary-time-sunday-9-b
+ (((part First) (reference "Deuteronomy 5:12-15"))
+ ((part Gospel) (reference "Mark 2:23-3:6"))))
+ (of-ordinary-time-sunday-9-c
+ (((part First) (reference "1 Kings 8:41-43"))
+ ((part Gospel) (reference "Luke 7:1-10"))))
+ (of-palm-sunday-a
+ (((part First) (reference "Isaiah 50:4-7"))
+ ((part Gospel) (reference "Mat 27:11-54"))))
+ (of-palm-sunday-b
+ (((part First) (reference "Isaiah 50:4-7"))
+ ((part Gospel) (reference "Mark 15:1-39"))))
+ (of-palm-sunday-c
+ (((part First) (reference "Isaiah 50:4-7"))
+ ((part Gospel) (reference "Luke 23:1-49"))))
+ (of-pentecost-a
+ (((part First) (reference "The Acts 2:1-11"))
+ ((part Gospel) (reference "John 20:19-23"))))
+ (of-pentecost-b
+ (((part First) (reference "The Acts 2:1-11"))
+ ((part Gospel) (reference "John 15:26-27;16:12-15"))))
+ (of-pentecost-c
+ (((part First) (reference "The Acts 2:1-11"))
+ ((part Gospel) (reference "John 14:15-16,23b-26"))))
+ (of-trinity-a
+ (((part First) (reference "Exodus 34:4b-6,8-9"))
+ ((part Gospel) (reference "John 3:16-18"))))
+ (of-trinity-b
+ (((part First) (reference "Deuteronomy 4:32-34,39-40"))
+ ((part Gospel) (reference "Matthew 28:16-20"))))
+ (of-trinity-c
+ (((part First) (reference "Proverbs 8:22-31"))
+ ((part Gospel) (reference "John 16:12-15"))))
+ (presentation-of-the-lord
+ (((part First) (reference "Malachi 3:1-4"))
+ ((part Gospel) (reference "Luke 2:22-32"))))
+ (sacred-heart-of-jesus-a
+ (((part First) (reference "Deuteronomy 7:6-11"))
+ ((part Gospel) (reference "Matthew 11:25-30"))))
+ (sacred-heart-of-jesus-b
+ (((part First) (reference "Hosea 11:1,3-4,8c-9"))
+ ((part Gospel) (reference "John 19:31-37"))))
+ (sacred-heart-of-jesus-c
+ (((part First) (reference "Ezekiel 34:11-16"))
+ ((part Gospel) (reference "Luke 15:3-7"))))
+ (saints-michael-gabriel-and-raphael-archangels
+ (((part First) (reference "Daniel 7:9-10,13-14"))
+ ((part Gospel) (reference "John 1:47-51"))))
+ (saints-peter-and-paul-apostles
+ (((part First) (reference "Acts 3:1-10"))
+ ((part Gospel) (reference "John 21:15-19"))))
+ (saints-philip-and-james-apostles
+ (((part First) (reference "Revelation 11:19;12,1-6,10ab"))
+ ((part Gospel) (reference "John 19:25-27"))))
+ (simon-and-saint-jude-apostles
+ (((part First) (reference "Ephesians 2:19-22"))
+ ((part Gospel) (reference "Luke 6:12-19"))))
+ (stephen-the-first-martyr
+ (((part First) (reference "Acts 6:8-10;7:54-60"))
+ ((part Gospel) (reference "Mat 10:17-22"))))
+ (the-conversion-of-saint-paul-apostle
+ (((part First) (reference "Acts 22:3-16"))
+ ((part Gospel) (reference "Mark 16:15-18"))))
+ (thomas-the-apostle
+ (((part First) (reference "Ephesians 2:19-22"))
+ ((part Gospel) (reference "John 20:24-29"))))
+ (transfiguration-of-the-lord-a
+ (((part First) (reference "Daniel 7:9-10,13-14"))
+ ((part Gospel) (reference "Mat 17:1-9"))))
+ (transfiguration-of-the-lord-b
+ (((part First) (reference "Daniel 7:9-10,13-14"))
+ ((part Gospel) (reference "Mark 9:2-10"))))
+ (transfiguration-of-the-lord-c
+ (((part First) (reference "Daniel 7:9-10,13-14"))
+ ((part Gospel) (reference "Luke 9:28-36"))))
+ (triumph-of-the-holy-cross
+ (((part First) (reference "Numbers 21:4-9"))
+ ((part Gospel) (reference "John 3:13-17"))))
+ (visitation-of-the-blessed-virgin-mary
+ (((part First) (reference "Zephaniah 3:14-17"))
+ ((part Gospel) (reference "Luke 1:39-56")))))