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

Commit 217e1d3

Browse files
committed
Moving v1.1 metadata resource mapping to v1.1 file
1 parent 68effa1 commit 217e1d3

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

Diff for: metadata-resources.md

-39
Original file line numberDiff line numberDiff line change
@@ -75,45 +75,6 @@ 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-
-----------------------------
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*
11778

11879
"Common Core" Required Fields Equivalents
11980
-----------------------------

Diff for: v1.1/metadata-resources.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
published: true
33
layout: default
44
title: Metadata Resources
5-
permalink: "/metadata-resources/"
5+
permalink: "/v1.1/metadata-resources/"
66
filename: "metadata-resources.md"
77
---
88

@@ -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)