jpoehls / bible-metadata

Bible Metadata Collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bible Metadata

My collection of Bible metadata in the form of CSV files. Focused on just the data I need for my own hobbies. See sources below for more extensive Bible metadata.

Chapter and verse counts are based on the KJV.

Data History

BookAliases.csv

Initial CSV from github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-.

  • Removed a few aliases and added many more.

Books.csv

Initial CSV from github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-.

  • Added OsisID.
  • Added TotalChapters.
  • Added Volume of either NT (New Testament) or OT (Old Testament).

Chapters.csv

Initial CSV from github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-.

  • Added TotalVerses and WordCountKjv calculated from Verses.csv in same repository.
  • Added ReadingTimeInSecondsKjvScourby calculated from the KJV narrated by Alexander Scourby (Voice Only, MP3).

ProfGrantHorner.csv

Groups books into lists according to Professor Grant Horner's Bible Reading System.

Codegen

The ./codegen directory contains generated source code for the above Bible metadata in various languages.

Regenerate those source files by running: go run codegen.go

TypeScript output requires tsc to be on your PATH. npm install typescript -g

License

Public domain.

About

Bible Metadata Collection


Languages

Language:JavaScript 29.4%Language:PowerShell 27.2%Language:TypeScript 27.1%Language:Go 16.3%