Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 974a0d4

Browse files
committed
Renamed person to contactPoint
We may as well go all-in on DCAT alignment while making other changes. This closes #133.
1 parent 12244ea commit 974a0d4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Diff for: schema.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Tags | Tags (or keywords) help users discover your dataset, pleas
5151
Bureau Code | Combined agency and bureau code from [OMB A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf) | bureauCode
5252
Last Update | Most recent date on which the dataset was changed, updated or modified. | modified
5353
Publisher | The publishing agency. | publisher
54-
Contact Name | Contact person's name for the asset. | person
54+
Contact Name | Contact person's name for the asset. | contactPoint
5555
Contact Email | Contact person's email address. | mbox
5656
Unique Identifier | A unique identifier for the dataset or API as maintained within an Agency catalog or database. | identifier
5757
Public Access Level | The degree to which this dataset **could** be made publicly-available, *regardless of whether it has been made available*. Choices: public (is or *could be* made publicly available), restricted public (available under certain conditions), or non-public (never able to be made publicly available) | accessLevel
@@ -137,6 +137,14 @@ Further Metadata Field Guidance
137137
**Usage Notes** | Represent each bureau responsible for the dataset according to the codes found in [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf). Start with the agency code, then a colon, then the bureau code.
138138
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: `{"bureauCode":["010:86"]}`
139139

140+
{: .table .table-striped}
141+
**Field** | **contactPoint**
142+
----- | -----
143+
**Cardinality** | (1,1)
144+
**Required** | Yes, always
145+
**Accepted Values** | String
146+
**Usage Notes** | Name should be formatted as Last, First
147+
**Example** | `{"contactPoint":"Brown, John"}`
140148

141149
{: .table .table-striped}
142150
**Field** | **dataDictionary**
@@ -269,15 +277,6 @@ Further Metadata Field Guidance
269277
**Usage Notes** | Dates should be [ISO 8601](http://www.w3.org/TR/NOTE-datetime) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset. If this file is brand-new, enter the **issued** date here as well.
270278
**Example** | `{"modified":"2012-01-15"}`
271279

272-
{: .table .table-striped}
273-
**Field** | **person**
274-
----- | -----
275-
**Cardinality** | (1,1)
276-
**Required** | Yes, always
277-
**Accepted Values** | String
278-
**Usage Notes** | Name should be formatted as Last, First
279-
**Example** | `{"person":"Brown, John"}`
280-
281280
{: .table .table-striped}
282281
**Field** | **PrimaryITInvestmentUII**
283282
----- | -----

0 commit comments

Comments
 (0)