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

Commit 68effa1

Browse files
author
Rebecca Williams
committed
first pass at metadata v 1.1 mapping
Changes that still need to be addressed are changes in structure and should we add usage notes additions here or no?: * Adds optional describedByType field at the dataset and distribution level (#291, #332) * Changes contactPoint field to an object that contains the name (fn) and email address (hasEmail) (#358) * Adds fn field as part of contactPoint replacing earlier use of contactPoint (#358) * Changes publisher field to an object that allows multiple levels of organizations (#296) * Changes accessURL field to represent indirect access and to exist only within distribution (#217, #335) * Changes format field to a human readable description and to exist only within distribution (#272, #293) * Adds optional description field for use within distribution (#248) * Adds optional title field for use within distribution (#248) * Changes accrualPeriodicity field to use ISO 8601 date syntax (#292) * Changes distribution field to become required-if-applicable and to always contain the accessURL or downloadURL fields (#217) * Changes license field to be a URL (#196)
1 parent 37b6727 commit 68effa1

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

Diff for: metadata-resources.md

+38
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,45 @@ F) Convert from CSV to JSON.
7575

7676
In order to generate appropriately formatted JSON, simply import an appropriately formatted CSV into the [Catalog Generator](http://project-open-data.github.com/catalog-generator/), ensure that the metadata fields line up, and re-export the file.
7777

78+
"Common Core" v 1.1. Updates
79+
-----------------------------
7880

81+
{: .table .table-striped}
82+
Label | *POD v 1.0* | *POD v 1.1*
83+
------- | ------- | -------
84+
Title | *title* | *title*
85+
Description | *description* | *description*
86+
Tags | *keyword* | *keyword*
87+
Last Update | *modified* | *modified*
88+
Publisher | *publisher* | *publisher*
89+
Contact Name | *contactPoint* | *contactPoint*
90+
Contact Email | *mbox* | *hasEmail*
91+
Unique Identifier | *identifier* | *identifier*
92+
Public Access Level | *accessLevel* | *rights*
93+
Dataset | n/a | *dataset*
94+
Bureau Code | *bureauCode* | *bureauCode*
95+
Program Code | *programCode* | *programCode*
96+
Access Level Comment| *accessLevelComment* | *accessLevelComment*
97+
Download URL | *accessURL* | *downloadURL*
98+
Endpoint | *webService* | **REMOVED**
99+
Format | *format* | *mediaType*
100+
License | *license* | *license*
101+
Spatial | *spatial* | *spatial*
102+
Temporal | *temporal* | *temporal*
103+
Collection | *n/a* | *isPartOf*
104+
Category | *theme* | *theme*
105+
Data Dictionary | *dataDictionary* | *describedBy*
106+
Data Dictionary Type | *dataDictionary* | *describedByType*
107+
Data Standard | *n/a* | *conformsTo*
108+
Data Quality | *dataQuality* | *dataQuality*
109+
Distribution | *distribution* | *distribution*
110+
Frequency | *accrualPeriodicity* | *accrualPeriodicity*
111+
Homepage URL | *landingPage* | *landingPage*
112+
Language | *language* | *language*
113+
Primary IT Investment UII | *PrimaryITInvestmentUII* | *primaryITInvestmentUII*
114+
Related Documents | *language* | *language*
115+
Release Date | *issued* | *issued*
116+
System of Records | *systemOfRecords* | *systemOfRecords*
79117

80118
"Common Core" Required Fields Equivalents
81119
-----------------------------

0 commit comments

Comments
 (0)