CoolFace
Datasetpublic

k-mktr/catholic_public_domain_version_en

Catholic Public Domain Version (CPDV) Description The Catholic Public Domain Version (CPDV) is a modern English translation of the Sacred Bible, based on the Latin Vulgate. Translated by Ronald L. Conte Jr. in 2009, it is the only modern Catholic Bible translation in the Public Domain. The CPDV updates the Challoner Douay-Rheims version while remaining faithful to the Vulgate text. It uses contemporary English while preserving the theological precision of the… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/catholic_public_domain_version_en.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes10downloads
Dataset Card

Catholic Public Domain Version (CPDV)

Description

The Catholic Public Domain Version (CPDV) is a modern English translation of the Sacred Bible, based on the Latin Vulgate. Translated by Ronald L. Conte Jr. in 2009, it is the only modern Catholic Bible translation in the Public Domain.

The CPDV updates the Challoner Douay-Rheims version while remaining faithful to the Vulgate text. It uses contemporary English while preserving the theological precision of the Latin original. The translation includes both the protocanonical books (those accepted by all Christians) and the deuterocanonical books (those specific to the Catholic canon).

Important note: This dataset contains the 66-book Protestant canon (protocanonical books only). The deuterocanonical books (Tobit, Judith, Wisdom, Sirach, Baruch, 1-2 Maccabees, and additions to Daniel/Esther) may be added in a future version.

Source: Open Bible — public domain text file.

License: Public Domain. The CPDV has no copyright, trademark, or other legal restrictions.

Dataset Structure

Each row represents one Bible verse.

ColumnTypeDescription
translation_idstringTranslation identifier: catholic_public_domain_version_en
translationstringFull translation name
languagestringLanguage code: en
book_numberint32Book number (1-66)
bookstringBook name
book_abbrstringBook abbreviation
chapterint32Chapter number
versestringVerse number
verse_numberint32Numeric part of verse
verse_suffixstringVerse suffix or null
verse_idstringUnique verse identifier ({book_abbr}_{chapter}_{verse})
textstringVerse text

Statistics

  • —Books: 65 (Old and New Testament, minus one book not present in this edition)
  • —Verses: 28,641
  • —Language: English
  • —Format: Parquet (ZSTD compressed)
  • —File size: 1.52 MB

Books

#BookAbbrVerses
1GenesisGen1,533
2ExodusExod1,213
3LeviticusLev859
4NumbersNum1,289
5DeuteronomyDeut959
6JoshuaJosh658
7JudgesJudg618
8RuthRut85
91 Samuel1Sam811
102 Samuel2Sam695
111 Kings1Kgs817
122 Kings2Kgs719
131 Chronicles1Chr943
142 Chronicles2Chr822
15EzraEzra280
16NehemiahNeh405
17EstherEst167
18JobJob1,070
19PsalmsPs2,527
20ProverbsProv915
21EcclesiastesEccl222
22Song of SolomonSong117
23IsaiahIsa1,291
24JeremiahJer1,364
25LamentationsLam154
26EzekielEzek1,273
27DanielDan357
28HoseaHos197
29JoelJoel73
30AmosAmos146
31ObadiahObad21
32JonahJon48
33MicahMic105
34NahumNah47
35HabakkukHab56
36ZephaniahZeph53
37HaggaiHag38
38ZechariahZech211
39MalachiMal55
40MatthewMatt1,071
41MarkMark678
42LukeLuke1,151
43JohnJohn879
44ActsActs1,007
45RomansRom433
461 Corinthians1Cor437
472 Corinthians2Cor257
48GalatiansGal149
49EphesiansEph155
50PhilippiansPhil104
51ColossiansCol95
521 Thessalonians1Thess89
532 Thessalonians2Thess47
541 Timothy1Tim113
552 Timothy2Tim83
56TitusTitus46
57PhilemonPhlm25
58HebrewsHeb303
59JamesJas108
601 Peter1Pet105
612 Peter2Pet61
621 John1John105
632 John2John13
643 John3John14
65JudeJude25
66RevelationRev404

Usage

python
from datasets import load_dataset

dataset = load_dataset("k-mktr/catholic_public_domain_version_en", split="train")
print(dataset[0])
# {'translation_id': 'catholic_public_domain_version_en',
#  'book': 'Genesis', 'chapter': 1, 'verse': '1',
#  'text': 'In the beginning, God created heaven and earth.'}

License

Public Domain. The Catholic Public Domain Version of the Sacred Bible has no copyright, trademark, or other legal restrictions. It is offered freely for the benefit of all.

Notes

  • —This dataset covers the 66-book Protestant canon (protocanonical books). The deuterocanonical books accepted by the Catholic Church are not included in this release.
  • —The CPDV is based on the Latin Vulgate, making it a translation of a translation — from the original Hebrew and Greek into Latin (by St. Jerome), and then from Latin into English.
  • —For a more direct translation from the original languages within the Catholic tradition, see the Douay-Rheims version.