Title: | Ussher Data Set Drawn from 1658 Chronology |
---|---|
Description: | The "ussher" data set is drawn from original chronological textual historic events. Commonly known as James Ussher's Annals of the World, the source text was originally written in Latin in 1650, and published in English translation in 1658.The data are classified by index, year, epoch (or one of the 7 ancient "Ages of the World"), Biblical source book if referenced (rarely), as well as alternate dating mechanisms, such as "Anno Mundi" (age of the world) or "Julian Period" (dates based upon the Julian calendar). Additional file "usshfull" includes variables that may be of further interest to historians, such as Southern Kingdom and Northern Kingdom discrepant dates, and the original amalgamated dating mechanic used by Ussher in the original text. The raw data can also be called using "usshraw", as described in: Ussher, J. (1658) <https://archive.org/stream/AnnalsOfTheWorld/Annals_djvu.txt>. |
Authors: | Daniel Eness [aut, cre] |
Maintainer: | Daniel Eness <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.10 |
Built: | 2025-02-18 03:39:41 UTC |
Source: | https://github.com/datascinet/ussherr |
"ussher" file - Chronological textual historic events are classified by index, year, epoch (or one of the 7 ancient "Ages of the World", Biblical source book if referenced (rarely), as well as alternate dating mechanisms, such as "Anno Mundi" (age of the world) or Julian Period. Additional file "usshfull" includes variables that may be of further interest to historians, such as Southern Kingdom and Northern Kingdom discrepant dates, and the original amalgamated Dating mechanic used by Ussher in the original text. The raw data can also be called using "usshraw"
ussher
ussher
A tibble with 5011 rows and 8 variables:
dbl The indexed number of Ussher's paragraphs, in ascending chronological order, added by later editors.
chr Ussher's original historical paragraph, cleaned for text processing
dbl Harmonized year BC or AD proposed by Ussher. BC is a negative number. AD is positive.
chr denoting which of the 7 ancient "Ages of the World" the event falls into
chr a Biblical Book reference, if one is included in the paragraph
dbl denoting "Anno Mundus" or age of the world from Creation, or 4004 BC
chr denoting which quarter of the year - Autumn, Winter, Spring or Summer that event was calculated to occur
dbl denoting Julian Period date. Julian Period was backdated to creation by Ussher, following its adoption by Caesar in 43 BC
https://archive.org/stream/AnnalsOfTheWorld/Annals_djvu.txt
summary(ussher)
summary(ussher)
"usshfull" file - Expanded historical chronological textual historic events are classified by index, year, epoch (or one of the 7 ancient "Ages of the World", Biblical source book if referenced (rarely), as well as alternate dating mechanisms, such as "Anno Mundi" (age of the world) or Julian Period. Additional file "ussh.full" includes variables that may be of further interest to historians, such as Southern Kingdom and Northern Kingdom discrepant dates, and the original amalgamated Dating mechanic used by Ussher in the original text. The raw data can also be called using "ussh.raw"
usshfull
usshfull
A tibble with 5011 rows and 8 variables:
dbl The indexed number of Ussher's paragraphs, in ascending chronological order, added by later editors.
chr Ussher's original historical paragraph, cleaned for text processing
dbl Harmonized year BC or AD proposed by Ussher. BC is a negative number. AD is positive.
chr denoting which of the 7 ancient "Ages of the World" the event falls into
chr a Biblical Book reference, if one is included in the paragraph
dbl denoting "Anno Mundus" or age of the world from Creation, or 4004 BC
chr denoting which quarter of the year - Autumn, Winter, Spring or Summer that event was calculated to occur
chr denoting the year of the respective Southern Kingdom reign of the sitting king. This is a chr file because it is easily confused for a chronological date. Convert to numeric and associate with sitting king if necessary for more advanced date comparisons and algorithms
chr denoting the year of the respective Northern Kingdom reign of the sitting king. This is a chr file because it is easily confused for a chronological date. Convert to numeric and associate with sitting king if necessary for more advanced date comparisons and algorithms
dbl denoting Julian Period date. Julian Period was backdated to creation by Ussher, following its adoption by Caesar in 43 BC
chr the original full-text string originally created by Ussher to identify, compare and harmonize the various dating methods in expressing the algorithms an historical analysis. All numeric date variables are drawn from this original date grouping
https://archive.org/stream/AnnalsOfTheWorld/Annals_djvu.txt
summary(usshfull)
summary(usshfull)
"usshraw" file - Truncated listing of amalgamated data drawn from original chronological textual historic events are classified by index, year, epoch (or one of the 7 ancient "Ages of the World", Biblical source book if referenced (rarely), as well as alternate dating mechanisms, such as "Anno Mundi" (age of the world) or Julian Period. Additional file "ussh.full" includes variables that may be of further interest to historians, such as Southern Kingdom and Northern Kingdom discrepant dates, and the original amalgamated Dating mechanic used by Ussher in the original text. The raw data can also be called using "ussh.raw"
usshraw
usshraw
A tibble with 5011 rows and 3 variables:
chr Ussher's original historical paragraph, cleaned for text processing
chr denoting which of the 7 ancient "Ages of the World" the event falls into
chr the original full-text string originally created by Ussher to identify, compare and harmonize the various dating methods in expressing the algorithms an historical analysis. All numeric date variables are drawn from this original date grouping
https://archive.org/stream/AnnalsOfTheWorld/Annals_djvu.txt
summary(usshraw)
summary(usshraw)