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

Commit 219f5bb

Browse files
committed
Correcting mappings between POD schema and CKAN
1 parent a2f5000 commit 219f5bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: metadata-resources.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Label | *POD* | *CKAN* | *DCAT* | *Schema.org*
8686
Title | *title* | *title* | [dcterms:title](http://www.w3.org/TR/vocab-dcat/#Property:distribution_title) | [schema:name](http://schema.org/name)
8787
Description | *description* | *notes* | [dcterms:description](http://www.w3.org/TR/vocab-dcat/#Property:distribution_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* | [dcterms:modified](http://www.w3.org/TR/vocab-dcat/#Property:distribution_update_date) | [schema:dateModified](http://schema.org/dateModified)
90+
Publisher | *publisher* | *organization* → *title* | [dcterms: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*
9393
Unique Identifier | *identifier* | *id* | [dcterms:identifier](http://www.w3.org/TR/vocab-dcat/#Property:dataset_identifier) | *n/a*
@@ -102,12 +102,12 @@ 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)
105+
Data Dictionary | *dataDictionary* | *n/a* | *n/a* | *n/a*
106+
Download URL | *accessURL* | *resources* → *url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_accessurl) | [schema:contentUrl](http://schema.org/contentUrl)
107+
Endpoint | *webService* | *resources* → *url* | *n/a* | *n/a*
108+
Format | *format* | *resources* → *mimetype* | [dcterms:format](http://www.w3.org/TR/vocab-dcat/#Property:distribution_format) | [schema:encodingFormat](http://schema.org/encodingFormat)
109+
License | *license* | *license_title* | [dcterms:license](http://www.w3.org/TR/vocab-dcat/#Property:catalog_license) | *n/a*
110+
Spatial | *spatial* | *n/a* | [dcterms:spatial](http://www.w3.org/TR/vocab-dcat/#Property:dataset_spatial) | [schema:spatial](http://schema.org/spatial)
111111
Temporal | *temporal* | *n/a* | [dcterms:temporal](http://www.w3.org/TR/vocab-dcat/#Property:dataset_temporal) | [schema:temporal](http://schema.org/temporal)
112112

113113
Expanded Fields

0 commit comments

Comments
 (0)