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

Commit 7b51cc9

Browse files
committed
Reorganize groups of v1.1 fields on mapping page
1 parent 850c59c commit 7b51cc9

File tree

1 file changed

+22
-36
lines changed

1 file changed

+22
-36
lines changed

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

+22-36
Original file line numberDiff line numberDiff line change
@@ -80,56 +80,42 @@ Schema Object Model Diagram
8080
![Schema Diagram](/v1.1/schema-diagram.svg)
8181

8282

83-
Catalog Required Fields
83+
Catalog Fields
8484
-----------------------------
8585

8686
{: .table .table-striped}
8787
Label | *POD v1.1* | *POD v1.0* | *CKAN API* | *DCAT* | *Schema.org*
8888
------- | ------- | ------- | -------| ------- | -------
8989
Schema Version | *conformsTo* | *n/a* | *n/a* | *n/a* | *n/a*
90+
Schema URL | *describedBy* | *n/a* | *n/a* | *n/a* | *n/a*
9091
Dataset | *dataset* | *n/a* | *results* | [dct:dataset](http://www.w3.org/TR/vocab-dcat/#Property:catalog_dataset) | [dataset](http://schema.org/dataset)
9192

9293

93-
94-
Dataset Required Fields
94+
Dataset Fields
9595
-----------------------------
96-
97-
{: .table .table-striped}
98-
Label | *POD v1.1* | *POD v1.0* | *CKAN API* | *DCAT* | *Schema.org*
99-
------- | ------- | ------- | -------| ------- | -------
100-
Title | *title* | *title* | *title* | [dct:title](http://www.w3.org/TR/vocab-dcat/#Property:dataset_title) | [name](http://schema.org/name)
101-
Description | *description* | *description* | *notes* | [dct:description](http://www.w3.org/TR/vocab-dcat/#Property:dataset_description) | [description](http://schema.org/description)
102-
Tags | *keyword* | *keyword* | *tags* | [dcat:keyword](http://www.w3.org/TR/vocab-dcat/#Property:dataset_keyword) | [keywords](http://schema.org/keywords)
103-
Last Update | *modified* | *modified* | *n/a* | [dct:modified](http://www.w3.org/TR/vocab-dcat/#Property:dataset_update_date) | [dateModified](http://schema.org/dateModified)
104-
Publisher | *publisher → name* | *publisher* | *organization* → *title* | [dct:publisher](http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher) | [publisher](http://schema.org/publisher) → [Organization](http://schema.org/Organization):[name](http://schema.org/name)
105-
Contact Name | *contactPoint → fn* | *contactPoint* | *maintainer* | [dcat:contactPoint](http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint) | [provider](http://schema.org/publisher) → [Person](http://schema.org/Person):[name](http://schema.org/name)
106-
Contact Email | *contactPoint → hasEmail* | *mbox* | *maintainer_email* | [dcat:contactPoint](http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint) | [provider](http://schema.org/publisher) → [Person](http://schema.org/Person):[email](http://schema.org/email)
107-
Unique Identifier | *identifier* | *identifier* | *id* | [dct:identifier](http://www.w3.org/TR/vocab-dcat/#Property:dataset_identifier) | *n/a*
108-
Public Access Level | *accessLevel* | *accessLevel* | *n/a* | *n/a* | *n/a*
109-
Bureau Code | *bureauCode* | *bureauCode* | *n/a* | *n/a* | *n/a*
110-
Program Code | *programCode* | *programCode* | *n/a* | *n/a* | *n/a*
111-
112-
Dataset Required-if-Applicable Fields
113-
-------------------------------------------
11496
Note the mapping for `license` and `rights` from Project Open Data to DCAT applies the fields from the Dataset object in Project Open Data to each of the Distribution objects in DCAT.
11597

116-
{: .table .table-striped}
117-
Label | *POD v1.1* | *POD v1.0* | *CKAN API* | *DCAT* | *Schema.org*
118-
------- | ------- | ------- | -------| ------- | -------
119-
Distribution | *distribution* | *distribution* | *resources* | [dcat:distribution](http://www.w3.org/TR/vocab-dcat/#Property:dataset_distribution)| [distribution](http://schema.org/distribution)
120-
License | *license* | *license* | *license_title* | [dct:license](http://www.w3.org/TR/vocab-dcat/#Property:distribution_license) | [license](http://schema.org/license)
121-
Rights | *rights* | *accessLevelComment* | *n/a* | [dct:rights](http://www.w3.org/TR/vocab-dcat/#Property:distribution_rights)| *n/a*
122-
Endpoint | **Removed** | *webService* | *resources* → *url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_accessurl) | *n/a*
123-
Spatial | *spatial* | *spatial* | *n/a* | [dct:spatial](http://www.w3.org/TR/vocab-dcat/#Property:dataset_spatial) | [spatial](http://schema.org/spatial)
124-
Temporal | *temporal* | *temporal* | *n/a* | [dct:temporal](http://www.w3.org/TR/vocab-dcat/#Property:dataset_temporal) | [temporal](http://schema.org/temporal)
125-
126-
127-
Dataset Expanded Fields
128-
---------------
129-
13098
{: .table .table-striped}
13199
Label | *POD v1.1* | *POD v1.0* | *CKAN API* | *DCAT* | *Schema.org*
132100
------- | ------- | ------- | -------| ------- | -------
101+
Title | *title* | *title* | *title* | [dct:title](http://www.w3.org/TR/vocab-dcat/#Property:dataset_title) | [name](http://schema.org/name)
102+
Description | *description* | *description* | *notes* | [dct:description](http://www.w3.org/TR/vocab-dcat/#Property:dataset_description) | [description](http://schema.org/description)
103+
Tags | *keyword* | *keyword* | *tags* | [dcat:keyword](http://www.w3.org/TR/vocab-dcat/#Property:dataset_keyword) | [keywords](http://schema.org/keywords)
104+
Last Update | *modified* | *modified* | *n/a* | [dct:modified](http://www.w3.org/TR/vocab-dcat/#Property:dataset_update_date) | [dateModified](http://schema.org/dateModified)
105+
Publisher | *publisher → name* | *publisher* | *organization* → *title* | [dct:publisher](http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher) → [foaf:name](http://xmlns.com/foaf/spec/#term_name)| [publisher](http://schema.org/publisher) → [Organization](http://schema.org/Organization):[name](http://schema.org/name)
106+
Publisher Parent Organization | *publisher → subOrganizationOf* | *n/a* | *n/a* | [dct:publisher](http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher) → [org:subOrganizationOf](http://www.w3.org/TR/vocab-org/#org:subOrganizationOf) | [publisher](http://schema.org/publisher) → [Organization](http://schema.org/Organization):[memberOf](http://schema.org/memberOf)
107+
Contact Name | *contactPoint → fn* | *contactPoint* | *maintainer* | [dcat:contactPoint](http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint) → [vcard:fn](http://www.w3.org/TR/vcard-rdf/#d4e199) | [provider](http://schema.org/publisher) → [Person](http://schema.org/Person):[name](http://schema.org/name)
108+
Contact Email | *contactPoint → hasEmail* | *mbox* | *maintainer_email* | [dcat:contactPoint](http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint) → [vcard:hasEmail](http://www.w3.org/TR/vcard-rdf/#d4e183) | [provider](http://schema.org/publisher) → [Person](http://schema.org/Person):[email](http://schema.org/email)
109+
Unique Identifier | *identifier* | *identifier* | *id* | [dct:identifier](http://www.w3.org/TR/vocab-dcat/#Property:dataset_identifier) | *n/a*
110+
Public Access Level | *accessLevel* | *accessLevel* | *n/a* | *n/a* | *n/a*
111+
Bureau Code | *bureauCode* | *bureauCode* | *n/a* | *n/a* | *n/a*
112+
Program Code | *programCode* | *programCode* | *n/a* | *n/a* | *n/a*
113+
Distribution | *distribution* | *distribution* | *resources* | [dcat:distribution](http://www.w3.org/TR/vocab-dcat/#Property:dataset_distribution)| [distribution](http://schema.org/distribution)
114+
License | *license* | *license* | *license_title* | [dct:license](http://www.w3.org/TR/vocab-dcat/#Property:distribution_license) | [license](http://schema.org/license)
115+
Rights | *rights* | *accessLevelComment* | *n/a* | [dct:rights](http://www.w3.org/TR/vocab-dcat/#Property:distribution_rights)| *n/a*
116+
Endpoint | **Removed** | *webService* | *resources* → *url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#Property:distribution_accessurl) | *n/a*
117+
Spatial | *spatial* | *spatial* | *n/a* | [dct:spatial](http://www.w3.org/TR/vocab-dcat/#Property:dataset_spatial) | [spatial](http://schema.org/spatial)
118+
Temporal | *temporal* | *temporal* | *n/a* | [dct:temporal](http://www.w3.org/TR/vocab-dcat/#Property:dataset_temporal) | [temporal](http://schema.org/temporal)
133119
Release Date | *issued* | *issued* | *n/a* | [dct:issued](http://www.w3.org/TR/vocab-dcat/#Property:dataset_release_date) | [datePublished](http://schema.org/datePublished)
134120
Frequency | *accrualPeriodicity* | *accrualPeriodicity* | *n/a* | [dct:accrualPeriodicity](http://www.w3.org/TR/vocab-dcat/#Property:dataset_frequency) | *n/a*
135121
Language | *language* | *language* | *n/a* | [dct:language](http://www.w3.org/TR/vocab-dcat/#Property:dataset_language) | [inLanguage](http://schema.org/inLanguage)
@@ -143,7 +129,7 @@ Data Dictionary Type | *describedByType* | *n/a*
143129
Data Standard | *conformsTo* | *n/a* | | *n/a* | *n/a*
144130
Primary IT Investment | *primaryITInvestmentUII* | *primaryITInvestmentUII* | | *n/a* | *n/a*
145131
Collection | *isPartOf* | *n/a* | | *n/a* | [isPartOf](http://schema.org/isPartOf)
146-
Publisher Parent Organization | *publisher → subOrganizationOf* | *n/a* | *n/a* | [dct:publisher](http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher) | [publisher](http://schema.org/publisher) → [Organization](http://schema.org/Organization):[memberOf](http://schema.org/memberOf)
132+
147133

148134

149135

0 commit comments

Comments
 (0)