|
2 | 2 | published: true
|
3 | 3 | layout: default
|
4 | 4 | title: Metadata Resources
|
5 |
| -permalink: "/metadata-resources/" |
| 5 | +permalink: "/v1.1/metadata-resources/" |
6 | 6 | filename: "metadata-resources.md"
|
7 | 7 | ---
|
8 | 8 |
|
@@ -75,7 +75,45 @@ F) Convert from CSV to JSON.
|
75 | 75 |
|
76 | 76 | 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.
|
77 | 77 |
|
| 78 | +"Common Core" v 1.1. Updates |
| 79 | +----------------------------- |
78 | 80 |
|
| 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* |
79 | 117 |
|
80 | 118 | "Common Core" Required Fields Equivalents
|
81 | 119 | -----------------------------
|
|
0 commit comments