-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
114 lines (114 loc) · 3.47 KB
/
Copy pathmetadata.json
File metadata and controls
114 lines (114 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"title": "fairadi-data: FAIR-Oriented U.S. Deprivation Indices Datasets",
"name": "fairadi-data",
"version": "1.0.0",
"date_released": "2026-05-15",
"doi": "10.5281/zenodo.19222629",
"description": "Reproducible U.S. deprivation indices build derived from U.S. Census Bureau ACS 5-year and Decennial Census tables. The repository contains FAIR-oriented, release-grade ADI and CDI artifacts, along with tracked source tables, documentation, and integrity metadata for the annual release snapshot.",
"resource_type": "dataset",
"creators": [
{
"name": "Peter DeWitt"
},
{
"name": "Ardelia Clarke"
}
],
"keywords": [
"area deprivation index",
"ADI",
"community deprivation index",
"CDI",
"United States",
"ACS5",
"Decennial Census",
"social determinants of health",
"block group",
"deprivation"
],
"spatial_coverage": {
"country": "United States"
},
"temporal_coverage": {
"start": "2012",
"end": "2024"
},
"files": [
{
"path": "ADI/fairadi.csv.gz",
"description": "Canonical released fairadi dataset."
},
{
"path": "ADI/fairadi_schema.json",
"description": "Machine-readable row schema for the fairadi dataset."
},
{
"path": "ADI/fairadi_codelists.tsv",
"description": "Machine-readable codelists for ADI exclusion, note, and replacement-level codes."
},
{
"path": "CDI/faircdi.csv.gz",
"description": "Canonical released faircdi dataset."
},
{
"path": "CDI/faircdi_data_dictionary.tsv",
"description": "Column-level schema and value notes for the faircdi dataset."
},
{
"path": "CDI/faircdi_schema.json",
"description": "Machine-readable row schema for the faircdi dataset."
},
{
"path": "ADI/fairadi_data_dictionary.tsv",
"description": "Column-level schema and value notes for the fairadi dataset."
},
{
"path": "CDI/README.md",
"description": "Process documentation for the release-grade CDI implementation."
},
{
"path": "dcat-us.json",
"description": "DCAT-US 3.0 catalog record for the repository release snapshot and released distributions."
},
{
"path": "MANIFEST.tsv",
"description": "Tracked-file inventory with SHA-256 digests and file sizes."
},
{
"path": "ro-crate-metadata.json",
"description": "Attached RO-Crate JSON-LD metadata for the repository release snapshot."
},
{
"path": "provenance.provn",
"description": "Formal W3C PROV-N provenance serialization for the release snapshot and core build relationships."
}
],
"licenses": {
"code": "BSD-3-Clause",
"data": "CC-BY-4.0",
"upstream_source_data": "U.S. Census Bureau source data are in the public domain."
},
"provenance": {
"repository": "https://github.com/dewittpe/fairadi-data",
"git_ref": "v1.0.0",
"manifest": "MANIFEST.tsv",
"zenodo_doi": "10.5281/zenodo.19222629"
},
"related_resources": [
{
"type": "article",
"title": "Neighborhood socioeconomic disadvantage and 30-day rehospitalization: a retrospective cohort study",
"doi": "10.7326/M13-2946"
},
{
"type": "website",
"title": "Neighborhood Atlas",
"url": "https://www.neighborhoodatlas.medicine.wisc.edu/"
},
{
"type": "document",
"title": "TEAM CDI Calculation Specifications",
"path": "CDI/2025-08-28-team-cdi-calculation-specifications.pdf"
}
]
}