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

Commit 8eb32ce

Browse files
committed
adding language for isPartOf
1 parent 3789c65 commit 8eb32ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: v1.1/schema.md

+10
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ dataQuality | Data Quality | Whether the dataset meets the agency's In
104104
distribution | Distribution | Holds multiple download URLs for datasets composed of multiple files and/or file types
105105
accrualPeriodicity | Frequency | Frequency with which dataset is published.
106106
landingPage | Homepage URL | Alternative landing page used to redirect user to a contextual, Agency-hosted "homepage" for the Dataset or API when selecting this resource from the Data.gov user interface.
107+
isPartOf | isPartOf | The collection of which the dataset is a subset.
107108
language | Language | The language of the dataset.
108109
PrimaryITInvestmentUII | Primary IT Investment UII | For linking a dataset with an IT Unique Investment Identifier (UII)
109110
references | Related Documents | Related documents such as technical information about a dataset, developer documentation, etc.
@@ -227,6 +228,15 @@ Further Metadata Field Guidance (alphabetical by field)
227228
**Usage Notes** | This field allows third parties to maintain a consistent record for datasets even if title or URLs are updated. Agencies may integrate an existing system for maintaining unique identifiers or enter arbitrary characters for this field. However, each identifier **must** be unique across the agency's catalog and remain fixed. Characters should be alphanumeric.
228229
**Example** | `{"identifier":"1344"}`
229230

231+
{: .table .table-striped}
232+
**Field <a class="permalink" href="#ispartof">#</a>** | **<a name="ispartof">isPartOf</a>**
233+
----- | -----
234+
**Cardinality** | (0,1)
235+
**Required** | No
236+
**Accepted Values** | String
237+
**Usage Notes** | This field allows the grouping of multiple datasets into a "collection". This field should be employed by the individual datasets that together make up a collection. The value for this field should the the `identifier` of the parent dataset.
238+
**Example** | `{"isPartOf":"1344"}`
239+
230240
{: .table .table-striped}
231241
**Field <a class="permalink" href="#issued">#</a>** | **<a name="issued">issued</a>**
232242
----- | -----

0 commit comments

Comments
 (0)