CoolFace
Datasetpublic

k-mktr/norwegian_bible_1930_no

Norwegian Bible (1930) Description The Norwegian Bible translation of 1930 (Det Norsk Bibelselskap 1930) is a revision of the older Norwegian Bible, prepared by the Norwegian Bible Society. It was translated from the original Hebrew and Greek texts and became the standard Norwegian Bible for much of the 20th century. It includes the Protestant canon (66 books). Dataset Structure Each row represents one Bible verse. Column Type Description… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/norwegian_bible_1930_no.

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

Norwegian Bible (1930)

Description

The Norwegian Bible translation of 1930 (Det Norsk Bibelselskap 1930) is a revision of the older Norwegian Bible, prepared by the Norwegian Bible Society. It was translated from the original Hebrew and Greek texts and became the standard Norwegian Bible for much of the 20th century. It includes the Protestant canon (66 books).

Dataset Structure

Each row represents one Bible verse.

ColumnTypeDescription
translation_idstringTranslation identifier
translationstringFull translation name
languagestringLanguage code
book_numberint32Book number (1-66)
bookstringBook name
book_abbrstringBook abbreviation
chapterint32Chapter number
versestringVerse number (may include suffixes like 13a)
verse_numberint32Numeric part of verse
verse_suffixstringVerse suffix (e.g. a, b) or null
verse_idstringUnique verse identifier ({book_abbr}_{chapter}_{verse})
textstringVerse text

Statistics

  • —Books: 66
  • —Verses: 31101
  • —Language: Norwegian
  • —Format: Parquet (ZSTD compressed)
  • —File size: 2.18 MB

Usage

python
from datasets import load_dataset

dataset = load_dataset("k-mktr/norwegian_bible_1930_no", split="train")
print(dataset[0])
# {'translation_id': 'norwegian_bible_1930_no', 'book': '...', 'chapter': 1, 'verse': '1', 'text': '...'}

License

Public domain (1930 edition, copyright expired).