| { |
| "name": "life-path-number-distribution", |
| "title": "Life Path number distribution over the 1900-2099 civil calendar", |
| "description": "Every one of the 73049 calendar dates from 1900-01-01 to 2099-12-31 run through a deterministic Pythagorean Life Path reduction, with the resulting frequency distribution. Master numbers 11/22/33 are preserved. This is a census of calendar dates, not of people.", |
| "licenses": [ |
| { |
| "name": "CC-BY-4.0", |
| "title": "Creative Commons Attribution 4.0", |
| "path": "https://creativecommons.org/licenses/by/4.0/" |
| } |
| ], |
| "keywords": [ |
| "numerology", |
| "life path number", |
| "distribution", |
| "open data", |
| "calendar", |
| "master numbers", |
| "digit reduction" |
| ], |
| "resources": [ |
| { |
| "name": "life-path-dates", |
| "path": "life-path-dates.csv", |
| "format": "csv", |
| "mediatype": "text/csv", |
| "encoding": "utf-8", |
| "description": "One row per calendar date with each reduced component and the Life Path number.", |
| "schema": { |
| "fields": [ |
| { |
| "name": "date", |
| "type": "date", |
| "description": "Calendar date (ISO 8601)." |
| }, |
| { |
| "name": "day_reduced", |
| "type": "integer", |
| "description": "Day of month reduced (masters kept)." |
| }, |
| { |
| "name": "month_reduced", |
| "type": "integer", |
| "description": "Month reduced (masters kept)." |
| }, |
| { |
| "name": "year_reduced", |
| "type": "integer", |
| "description": "Digit-sum of the year, reduced." |
| }, |
| { |
| "name": "parts_sum", |
| "type": "integer", |
| "description": "day_reduced + month_reduced + year_reduced." |
| }, |
| { |
| "name": "life_path", |
| "type": "integer", |
| "description": "parts_sum reduced again; 11/22/33 preserved." |
| }, |
| { |
| "name": "life_path_all_digits", |
| "type": "integer", |
| "description": "Same school, other reduction order: all eight digits of the date summed at once, then reduced. Differs from life_path on 10,374 of the 73,049 dates (14.2%)." |
| } |
| ] |
| } |
| }, |
| { |
| "name": "life-path-by-reduction-order", |
| "path": "life-path-by-reduction-order.csv", |
| "format": "csv", |
| "mediatype": "text/csv", |
| "encoding": "utf-8", |
| "description": "The two reduction orders side by side — how much the 'rarity' of a number depends on when you reduce.", |
| "schema": { |
| "fields": [ |
| { |
| "name": "life_path", |
| "type": "integer", |
| "description": "Life Path number." |
| }, |
| { |
| "name": "dates_component_wise", |
| "type": "integer", |
| "description": "Dates under reduce-day/month/year-then-add." |
| }, |
| { |
| "name": "share_pct_component_wise", |
| "type": "number", |
| "description": "Share, percent." |
| }, |
| { |
| "name": "dates_all_digits", |
| "type": "integer", |
| "description": "Dates under sum-all-eight-digits-then-reduce." |
| }, |
| { |
| "name": "share_pct_all_digits", |
| "type": "number", |
| "description": "Share, percent." |
| } |
| ] |
| } |
| }, |
| { |
| "name": "life-path-distribution", |
| "path": "life-path-distribution.csv", |
| "format": "csv", |
| "mediatype": "text/csv", |
| "encoding": "utf-8", |
| "description": "Aggregate: how many dates reduce to each Life Path number, and its share.", |
| "schema": { |
| "fields": [ |
| { |
| "name": "life_path", |
| "type": "integer", |
| "description": "Life Path number (1-9, 11, 22, 33)." |
| }, |
| { |
| "name": "dates", |
| "type": "integer", |
| "description": "Count of calendar dates." |
| }, |
| { |
| "name": "share_pct", |
| "type": "number", |
| "description": "Share of all dates, percent." |
| } |
| ] |
| } |
| }, |
| { |
| "name": "life-path-distribution-json", |
| "path": "life-path-distribution.json", |
| "format": "json", |
| "mediatype": "application/json", |
| "encoding": "utf-8", |
| "description": "The aggregate plus methodology, master-number siphon and the rarest-number decomposition." |
| } |
| ], |
| "temporal": "1900/2099" |
| } |