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

Commit 4f74641

Browse files
author
Haley Van Dyck
committed
Merge pull request #278 from philipashlock/update-schema-mappings
Update schema mappings
2 parents a1d8ded + 1ffe73c commit 4f74641

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Diff for: metadata-resources.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ In order to generate appropriately formatted JSON, simply import an appropriatel
8383
{: .table .table-striped}
8484
Label | *POD* | *CKAN* | *DCAT* | *Schema.org*
8585
------- | ------- | ------- | ------- | -------
86-
Title | *title* | *title* | [dcterms:title](http://www.w3.org/TR/vocab-dcat/#Property:distribution_title) | [schema:name](http://schema.org/name)
87-
Description | *description* | *notes* | [dcterms:description](http://www.w3.org/TR/vocab-dcat/#Property:distribution_description) | [schema:description](http://schema.org/description)
86+
Title | *title* | *title* | [dct:title](http://www.w3.org/TR/vocab-dcat/#Property:distribution_title) | [schema:name](http://schema.org/name)
87+
Description | *description* | *notes* | [dct:description](http://www.w3.org/TR/vocab-dcat/#Property:dataset_description) | [schema:description](http://schema.org/description)
8888
Tags | *keyword* | *tags* | [dcat:keyword](http://www.w3.org/TR/vocab-dcat/#Property:dataset_keyword) | [schema:keywords](http://schema.org/keywords)
89-
Last Update | *modified* | *revision_timestamp* | [dcterms:modified](http://www.w3.org/TR/vocab-dcat/#Property:distribution_update_date) | [schema:dateModified](http://schema.org/dateModified)
90-
Publisher | *publisher* | *owner_org* | [dcterms:publisher](http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher) | [schema:publisher](http://schema.org/publisher)
89+
Last Update | *modified* | *n/a* | [dct:modified](http://www.w3.org/TR/vocab-dcat/#Property:dataset_update_date) | [schema:dateModified](http://schema.org/dateModified)
90+
Publisher | *publisher* | *organization* → *title* | [dct:publisher](http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher) | [schema:publisher](http://schema.org/publisher)
9191
Contact Name | *contactPoint* | *maintainer* | [dcat:contactPoint](http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint) | *n/a*
9292
Contact Email | *mbox* | *maintainer_email* | [foaf:mbox](http://xmlns.com/foaf/spec/#term_mbox) | *n/a*
93-
Unique Identifier | *identifier* | *id* | [dcterms:identifier](http://www.w3.org/TR/vocab-dcat/#Property:dataset_identifier) | *n/a*
93+
Unique Identifier | *identifier* | *id* | [dct:identifier](http://www.w3.org/TR/vocab-dcat/#Property:dataset_identifier) | *n/a*
9494
Public Access Level | *accessLevel* | *n/a* | *n/a* | *n/a*
9595

9696
"Common Core" Required if Applicable Fields
@@ -102,27 +102,27 @@ Label | *POD* | *CKAN* | *DCAT* | *Schema.org*
102102
Bureau Code | *bureauCode* | *n/a* | *n/a* | *n/a*
103103
Program Code | *programCode* | *n/a* | *n/a* | *n/a*
104104
Access Level Comment| *accessLevelComment* | *n/a* | *n/a* | *n/a*
105-
Data Dictionary | *dataDictionary* | *data_dict* | *n/a* | *n/a*
106-
Download URL | *accessURL* | *res_url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_accessurl) | [schema:contentUrl](http://schema.org/contentUrl)
107-
Endpoint | *webService* | *res_url* | *n/a* | *n/a*
108-
Format | *format* | *res_format* | [dcterms:format](http://www.w3.org/TR/vocab-dcat/#Property:distribution_format) | [schema:encodingFormat](http://schema.org/encodingFormat)
109-
License | *license* | *license_id* | [dcterms:license](http://www.w3.org/TR/vocab-dcat/#Property:catalog_license) | *n/a*
110-
Spatial | *spatial* | *spatial* | [dcterms:spatial](http://www.w3.org/TR/vocab-dcat/#Property:dataset_spatial) | [schema:spatial](http://schema.org/spatial)
111-
Temporal | *temporal* | *n/a* | [dcterms:temporal](http://www.w3.org/TR/vocab-dcat/#Property:dataset_temporal) | [schema:temporal](http://schema.org/temporal)
105+
Data Dictionary | *dataDictionary* | *n/a* | *n/a* | *n/a*
106+
Download URL | *accessURL* | *resources* → *url* | [dcat:downloadURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_downloadurl) (recommended) or [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_accessurl) (deprecated) | [schema:contentUrl](http://schema.org/contentUrl)
107+
Endpoint | *webService* | *resources* → *url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_accessurl) | *n/a*
108+
Format | *format* | *resources* → *mimetype* | [dcat:mediaType](http://www.w3.org/TR/vocab-dcat/#Property:distribution_media_type) (recommended) or [dct:format](http://www.w3.org/TR/vocab-dcat/#Property:distribution_format) (deprecated) | [schema:encodingFormat](http://schema.org/encodingFormat)
109+
License | *license* | *license_title* | [dct:license](http://www.w3.org/TR/vocab-dcat/#Property:distribution_license) | *n/a*
110+
Spatial | *spatial* | *n/a* | [dct:spatial](http://www.w3.org/TR/vocab-dcat/#Property:dataset_spatial) | [schema:spatial](http://schema.org/spatial)
111+
Temporal | *temporal* | *n/a* | [dct:temporal](http://www.w3.org/TR/vocab-dcat/#Property:dataset_temporal) | [schema:temporal](http://schema.org/temporal)
112112

113113
Expanded Fields
114114
---------------
115115

116116
{: .table .table-striped}
117117
Label | *POD* | *CKAN* | *DCAT* | *Schema.org*
118118
------- | ------- | ------- | ------- | -------
119-
Release Date | *issued* | *n/a* | [dcterms:issued](http://www.w3.org/TR/vocab-dcat/#Property:distribution_release_date) | [schema:datePublished](http://schema.org/datePublished)
120-
Frequency | *accrualPeriodicity* | *n/a* | [dcterms:accrualPeriodicity](http://www.w3.org/TR/vocab-dcat/#Property:dataset_frequency) | *n/a*
121-
Language | *language* | *n/a* | [dcterms:language](http://www.w3.org/TR/vocab-dcat/#Property:catalog_language) | [schema:inLanguage](http://schema.org/inLanguage)
119+
Release Date | *issued* | *n/a* | [dct:issued](http://www.w3.org/TR/vocab-dcat/#Property:dataset_release_date) | [schema:datePublished](http://schema.org/datePublished)
120+
Frequency | *accrualPeriodicity* | *n/a* | [dct:accrualPeriodicity](http://www.w3.org/TR/vocab-dcat/#Property:dataset_frequency) | *n/a*
121+
Language | *language* | *n/a* | [dct:language](http://www.w3.org/TR/vocab-dcat/#Property:dataset_language) | [schema:inLanguage](http://schema.org/inLanguage)
122122
Data Quality | *dataQuality* | *n/a* | *n/a* | *n/a*
123123
Category | *theme* | *groups* | [dcat:theme](http://www.w3.org/TR/vocab-dcat/#Property:dataset_theme) | [schema:about](http://schema.org/about)
124-
Related Documents | *references* | *n/a* | [dcterms:references](http://dublincore.org/documents/dcmi-terms/#terms-references) | *n/a*
125-
Homepage URL | *landingPage* | *url* | [dcat:landingPage](http://www.w3.org/ns/dcat#Property:dataset_landingpage) | [schema:url](http://schema.org/url)
124+
Related Documents | *references* | *n/a* | [dct:references](http://dublincore.org/documents/dcmi-terms/#terms-references) | *n/a*
125+
Homepage URL | *landingPage* | *n/a* | [dcat:landingPage](http://www.w3.org/ns/dcat#Property:dataset_landingpage) | [schema:url](http://schema.org/url)
126126
System of Records | *systemOfRecords* | *n/a* | *n/a* | *n/a*
127127

128128
Mapping POD to Other Metadata Specifications

0 commit comments

Comments
 (0)