This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathschema.yml
143 lines (114 loc) · 3.23 KB
/
schema.yml
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
---
basic:
- name: Title
definition: Human-readable name
json: title
rdfa: dct:title
- name: Description
definition: Human-readable description
json: description
rdfa: dct:description
- name: Tags
definition: Keywords describing tags
json: keyword
rdfa: dcat:keyword
type: text
- name: Last Update
definition: Most recent date modified
json: modified
rdfa: dct:modified
- name: Publisher
definition: The publishing agency
json: publisher
rdfa: dct:publisher
- name: Contact Name
definition: "[First] [Last]"
json: contactPoint
rdfa: dcat:conctactPoint
- name: Contact Email
definition: Contact person's email
json: mbox
rdfa: foaf:mbox
- name: Unique Identifier
definition: A unique identifier for the dataset
json: identifier
rdfa: dct:identifier
- name: Public Access Level
definition: "'public', 'restricted public' or 'non-public'"
json: accessLevel
- name: Access Level Comment
definition: explanation for the selected “accessLevel”
json: accessLevelComment
- name: Bureau Code
definition: "Combined agency and bureau code in format XXX:XX"
json: bureauCode
- name: Program Code
definition: The primary program related to this data asset in format XXX:XXX
json: programCode
- name: Download URL
definition: URL to dataset
json: accessURL
rdfa: dcat:accessURL
type: url
- name: Endpoint
definition: API Endpoint
json: webService
type: url
- name: Format
definition: File format or API type
json: format
rdfa: dct:format
- name: License
definition: The license dataset is published with
json: license
rdfa: dct:license
- name: Spatial
definition: Range of spatial applicability
json: spatial
rdfa: dct:spatial
- name: Temporal
definition: Range of temporal applicability
json: temporal
rdfa: dct:temporal
expanded:
- name: Category
definition: Main thematic category
json: theme
rdfa: dcat:theme
- name: Data Dictionary URL
definition: URL to the data dictionary for the dataset or API
json: dataDictionary
type: url
- name: Data Quality
definition: Whether the dataset meets the agency's Information Quality Guidelines (true/false)
json: dataQuality
- name: Distribution
definition: Multiple download URLs for datasets composed of multiple files
json: distribution
- name: Frequency
definition: Frequency of update
json: accrualPeriodicity
rdfa: dct:accrualPeriodocity
- name: Homepage URL
definition: Dataset homepage
json: landingPage
rdfa: dcat:landingPage
type: url
- name: Language
definition: Language of the dataset
json: language
rdfa: dct:language
- name: Primary IT Investment UII
definition: For linking a dataset with an IT Unique Investment Identifier (UII)
json: PrimaryITInvestmentUII
- name: Related Documents
definition: Related material
json: references
- name: Release Date
definition: Date of formal issuance.
json: issued
rdfa: dct:issued
- name: System of Records
definition: URL to the System of Records for this dataset
json: systemOfRecords
type: url