@@ -80,56 +80,42 @@ Schema Object Model Diagram
80
80
![ Schema Diagram] ( /v1.1/schema-diagram.svg )
81
81
82
82
83
- Catalog Required Fields
83
+ Catalog Fields
84
84
-----------------------------
85
85
86
86
{: .table .table-striped}
87
87
Label | * POD v1.1* | * POD v1.0* | * CKAN API* | * DCAT* | * Schema.org*
88
88
------- | ------- | ------- | -------| ------- | -------
89
89
Schema Version | * conformsTo* | * n/a* | * n/a* | * n/a* | * n/a*
90
+ Schema URL | * describedBy* | * n/a* | * n/a* | * n/a* | * n/a*
90
91
Dataset | * dataset* | * n/a* | * results* | [ dct: dataset ] ( http://www.w3.org/TR/vocab-dcat/#Property:catalog_dataset ) | [ dataset] ( http://schema.org/dataset )
91
92
92
93
93
-
94
- Dataset Required Fields
94
+ Dataset Fields
95
95
-----------------------------
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 &rarr ; name* | * publisher* | * organization* &rarr ; * title* | [ dct: publisher ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher ) | [ publisher] ( http://schema.org/publisher ) &rarr ; [ Organization] ( http://schema.org/Organization ) :[ name] ( http://schema.org/name )
105
- Contact Name | * contactPoint &rarr ; fn* | * contactPoint* | * maintainer* | [ dcat: contactPoint ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint ) | [ provider] ( http://schema.org/publisher ) &rarr ; [ Person] ( http://schema.org/Person ) :[ name] ( http://schema.org/name )
106
- Contact Email | * contactPoint &rarr ; hasEmail* | * mbox* | * maintainer_email* | [ dcat: contactPoint ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint ) | [ provider] ( http://schema.org/publisher ) &rarr ; [ 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
- -------------------------------------------
114
96
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.
115
97
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* &rarr ; * 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
-
130
98
{: .table .table-striped}
131
99
Label | * POD v1.1* | * POD v1.0* | * CKAN API* | * DCAT* | * Schema.org*
132
100
------- | ------- | ------- | -------| ------- | -------
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 &rarr ; name* | * publisher* | * organization* &rarr ; * title* | [ dct: publisher ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher ) &rarr ; [ foaf: name ] ( http://xmlns.com/foaf/spec/#term_name ) | [ publisher] ( http://schema.org/publisher ) &rarr ; [ Organization] ( http://schema.org/Organization ) :[ name] ( http://schema.org/name )
106
+ Publisher Parent Organization | * publisher &rarr ; subOrganizationOf* | * n/a* | * n/a* | [ dct: publisher ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher ) &rarr ; [ org: subOrganizationOf ] ( http://www.w3.org/TR/vocab-org/#org:subOrganizationOf ) | [ publisher] ( http://schema.org/publisher ) &rarr ; [ Organization] ( http://schema.org/Organization ) :[ memberOf] ( http://schema.org/memberOf )
107
+ Contact Name | * contactPoint &rarr ; fn* | * contactPoint* | * maintainer* | [ dcat: contactPoint ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint ) &rarr ; [ vcard: fn ] ( http://www.w3.org/TR/vcard-rdf/#d4e199 ) | [ provider] ( http://schema.org/publisher ) &rarr ; [ Person] ( http://schema.org/Person ) :[ name] ( http://schema.org/name )
108
+ Contact Email | * contactPoint &rarr ; hasEmail* | * mbox* | * maintainer_email* | [ dcat: contactPoint ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_contactPoint ) &rarr ; [ vcard: hasEmail ] ( http://www.w3.org/TR/vcard-rdf/#d4e183 ) | [ provider] ( http://schema.org/publisher ) &rarr ; [ 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* &rarr ; * 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 )
133
119
Release Date | * issued* | * issued* | * n/a* | [ dct: issued ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_release_date ) | [ datePublished] ( http://schema.org/datePublished )
134
120
Frequency | * accrualPeriodicity* | * accrualPeriodicity* | * n/a* | [ dct: accrualPeriodicity ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_frequency ) | * n/a*
135
121
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*
143
129
Data Standard | * conformsTo* | * n/a* | | * n/a* | * n/a*
144
130
Primary IT Investment | * primaryITInvestmentUII* | * primaryITInvestmentUII* | | * n/a* | * n/a*
145
131
Collection | * isPartOf* | * n/a* | | * n/a* | [ isPartOf] ( http://schema.org/isPartOf )
146
- Publisher Parent Organization | * publisher & rarr ; subOrganizationOf * | * n/a * | * n/a * | [ dct : publisher ] ( http://www.w3.org/TR/vocab-dcat/#Property:dataset_publisher ) | [ publisher ] ( http://schema.org/publisher ) & rarr ; [ Organization ] ( http://schema.org/Organization ) : [ memberOf ] ( http://schema.org/memberOf )
132
+
147
133
148
134
149
135
0 commit comments