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

Commit

Permalink
first pass at metadata v 1.1 mapping
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Rebecca Williams committed Oct 2, 2014
1 parent 37b6727 commit 68effa1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions metadata-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,45 @@ F) Convert from CSV to JSON.

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.

"Common Core" v 1.1. Updates
-----------------------------

{: .table .table-striped}
Label | *POD v 1.0* | *POD v 1.1*
------- | ------- | -------
Title | *title* | *title*
Description | *description* | *description*
Tags | *keyword* | *keyword*
Last Update | *modified* | *modified*
Publisher | *publisher* | *publisher*
Contact Name | *contactPoint* | *contactPoint*
Contact Email | *mbox* | *hasEmail*
Unique Identifier | *identifier* | *identifier*
Public Access Level | *accessLevel* | *rights*
Dataset | n/a | *dataset*
Bureau Code | *bureauCode* | *bureauCode*
Program Code | *programCode* | *programCode*
Access Level Comment| *accessLevelComment* | *accessLevelComment*
Download URL | *accessURL* | *downloadURL*
Endpoint | *webService* | **REMOVED**
Format | *format* | *mediaType*
License | *license* | *license*
Spatial | *spatial* | *spatial*
Temporal | *temporal* | *temporal*
Collection | *n/a* | *isPartOf*
Category | *theme* | *theme*
Data Dictionary | *dataDictionary* | *describedBy*
Data Dictionary Type | *dataDictionary* | *describedByType*
Data Standard | *n/a* | *conformsTo*
Data Quality | *dataQuality* | *dataQuality*
Distribution | *distribution* | *distribution*
Frequency | *accrualPeriodicity* | *accrualPeriodicity*
Homepage URL | *landingPage* | *landingPage*
Language | *language* | *language*
Primary IT Investment UII | *PrimaryITInvestmentUII* | *primaryITInvestmentUII*
Related Documents | *language* | *language*
Release Date | *issued* | *issued*
System of Records | *systemOfRecords* | *systemOfRecords*

"Common Core" Required Fields Equivalents
-----------------------------
Expand Down

1 comment on commit 68effa1

@philipashlock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.