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.
Initial CSV from github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-.
- Removed a few aliases and added many more.
Initial CSV from github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-.
- Added
OsisID. - Added
TotalChapters. - Added
Volumeof eitherNT(New Testament) orOT(Old Testament).
Initial CSV from github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-.
- Added
TotalVersesandWordCountKjvcalculated fromVerses.csvin same repository. - Added
ReadingTimeInSecondsKjvScourbycalculated from the KJV narrated by Alexander Scourby (Voice Only, MP3).
Groups books into lists according to Professor Grant Horner's Bible Reading System.
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
Public domain.