@@ -116,3 +116,102 @@ RSS Feed | *Access Point* | *n/a* | [dcat:fee
116
116
System of Records | * n/a* | * n/a* | * n/a* | * n/a*
117
117
118
118
\* When combined with _ accessURL_ , _ format_ , and _ size_ .
119
+
120
+
121
+ Mapping DCAT to Other Metadata Specifications
122
+ ---------------------------------------------
123
+
124
+ Below is a set of mappings that will help users of other common metadata schemas map their content to the defined DCAT fields.
125
+ The mapping is from the DCAT field to the XPATH(s) in the common metadata schema where the corresponding information may be found.
126
+
127
+ ###FGDC CSDGM
128
+
129
+ Established by Office of Management and Budget Circular A-16, the Federal Geographic Data Committee ([ FGDC] ( ttp://www.fgdc.gov ) ) promotes the coordinated development, use, sharing, and dissemination of geographic data.
130
+ The [ Content Standard for Digital Geospatial Metadata] ( http://www.fgdc.gov/metadata/csdgm ) aims to provide a common set of terminology and definitions for the documentation of digital geospatial data.
131
+
132
+ {: .table .table-striped}
133
+ | DCAT Field | * FGDC CSDGM* |
134
+ | ------- | ------- |
135
+ | Title | /metadata/idinfo/citation/citeinfo/title |
136
+ | Description | /metadata/idinfo/descript/abstract |
137
+ | Tags | /metadata/idinfo/keywords/theme/themekey <br /> /metadata/idinfo/keywords/place/placekey <br /> /metadata/idinfo/keywords/temporal/tempkey |
138
+ | Last Update | /metadata/idinfo/citation/citeinfo/pubdate |
139
+ | Publisher | /metadata/idinfo/citation/citeinfo/pubinfo/publish <br /> /metadata/distinfo/distrib/cntinfo/cntperp/cntper <br /> /metadata/distinfo/distrib/cntinfo/cntorgp/cntorg |
140
+ | Contact Name | /metadata/idinfo/ptcontac/cntinfo/cntorgp/cntper |
141
+ | Contact Email | /metadata/idinfo/ptcontac/cntinfo/cntemail |
142
+ | Unique Identifier | CSDGM does not include a unique identifier in the metadata itself. Common practice is to use a URL to the metadata document as unique identifier. |
143
+ | Public Access Level | /metadata/idinfo/accconst <br /> /metadata/idinfo/useconst <br /> /metadata/distinfo/distliab |
144
+ | Data Dictionary | /metadata/idinfo/keywords/theme/themekt <br /> /metadata/eainfo/overview/eadetcit |
145
+ | Download URL | /metadata/distinfo/stdorder/digform/digtopt/onlinopt/computer/networka/networkr |
146
+ | Endpoint | /metadata/idinfo/citation/citeinfo/onlink <br /> /metadata/distinfo/stdorder/digform/digtopt/onlinopt/computer/networka/networkr |
147
+ | Format | /metadata/distinfo/storder/digform/digtinfo/fname |
148
+ | License | /metadata/distinfo/distliab |
149
+ | Spatial | /metadata/idinfo/spdom/bounding |
150
+ | Temporal | /metadata/idinfo/timeperd/timeinfo (might be one date or range. If range, separate start/end with comma) |
151
+
152
+
153
+ ###ISO 19115:2003
154
+
155
+ [ ISO 19115:2003] ( http://www.iso.org/iso/catalogue_detail.htm?csnumber=26020 ) defines the schema required for describing geographic information and services. It provides information about the identification, the extent, the quality, the spatial and temporal schema, spatial reference, and distribution of digital geographic data.
156
+
157
+ {: .table .table-striped}
158
+ | DCAT Field | * ISO 19115:2003* |
159
+ | ------- | ------- |
160
+ | Title | //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: citation /gmd: CI_Citation /gmd: title /gco: CharacterString |
161
+ | Description | //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: abstract /gco: CharacterString |
162
+ | Tags | //gmd: topicCategory /gmd: MD_TopicCategoryCode <br /> //gmd: descriptiveKeywords /gmd: MD_Keywords /gmd: keyword /gco: CharacterString |
163
+ | Last Update | /gmd: MD_Metadata /gmd: dateStamp /gco: Date <br /> /gmd: MD_Metadata /gmd: dateStamp /gco: DateTime |
164
+ | Publisher | //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: pointOfContact /gmd: CI_ResponsibleParty /gmd: organisationName /gco: CharacterString [ ../../gmd: role /gmd: CI_RoleCode /@codeListValue ='publisher'] <br /> //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: citation /gmd: CI_Citation /gmd: citedResponsibleParty /gmd: CI_ResponsibleParty /gmd: organisationName /gco: CharacterString [ ../../gmd: role /gmd: CI_RoleCode /@codeListValue ='publisher'] <br /> //gmd: distributionInfo /gmd: MD_Distribution /gmd: distributor /gmd: MD_Distributor /gmd: distributorContact /gmd: CI_ResponsibleParty /gmd: organisationName |
165
+ | Contact Name | //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: pointOfContact /gmd: CI_ResponsibleParty /gmd: individualName /gco: CharacterString <br /> //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: pointOfContact /gmd: CI_ResponsibleParty /gmd: organisationName /gco: CharacterString |
166
+ | Contact Email | //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: pointOfContact /gmd: CI_ResponsibleParty /gmd: contactInfo /gmd: CI_Contact /gmd: address /gmd: CI_Address /gmd: electronicMailAddress /gco: CharacterString |
167
+ | Unique Identifier | //gmd: fileIdentifier /gco: CharacterString |
168
+ | Public Access Level | //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: resourceConstraints /gmd: MD_Constraints /gmd: useLimitation /gco: CharacterString |
169
+ | Data Dictionary | //gmd: contentInfo /gmd: MD_FeatureCatalogueDescription /gmd: featureCatalogueCitation /gmd: CI_Citation /gmd: citedResponsibleParty /gmd: CI_ResponsibleParty /gmd: contactInfo /gmd: CI_Contact /gmd: onlineResource /gmd: CI_OnlineResource /gmd: linkage |
170
+ | Download URL | //gmd: distributionInfo /gmd: MD_Distribution /gmd: transferOptions /gmd: MD_DigitalTransferOptions /gmd: onLine /gmd: CI_OnlineResource /gmd: linkage /gmd: URL [ ../../gmd: function /gmd: CI_OnLineFunctionCode /@codeListValue ='download'] |
171
+ | Format | //gmd: distributionInfo /gmd: MD_Distribution /gmd: distributionFormat /gmd: MD_Format /gmd: name /gco: CharacterString |
172
+ | License | |
173
+ | Spatial | //gmd: identificationInfo /gmd: MD_DataIdentification /gmd: extent /gmd: EX_Extent /gmd: geographicElement /gmd: EX_GeographicBoundingBox |
174
+ |Temporal | //gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:begin/gml:TimeInstant/gml:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:begin/gml32:TimeInstant/gml32:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:beginPosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:beginPosition <br/><br/> /gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:end/gml:TimeInstant/gml:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:end/gml32:TimeInstant/gml32:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:endPosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:endPosition |
175
+
176
+
177
+ ### ISO 19119:2005
178
+
179
+ [ ISO 19119:2005] ( http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=39890 ) identifies and defines the architecture patterns for service interfaces used for geographic information, defines its relationship to the Open Systems Environment model, presents a geographic services taxonomy and a list of example geographic services placed in the services taxonomy. It also prescribes how to create a platform-neutral service specification, how to derive conformant platform-specific service specifications, and provides guidelines for the selection and specification of geographic services from both platform-neutral and platform-specific perspectives.
180
+
181
+ {: .table .table-striped}
182
+ | DCAT Field | * ISO 19119:2005* |
183
+ | ------- | ------- |
184
+ | Title | /gmd: MD_Metadata /gmd: identificationInfo /srv: SV_ServiceIdentification /gmd: citation /gmd: CI_Citation /gmd: title /gco: CharacterString |
185
+ | Description | /gmd: MD_Metadata /gmd: identificationInfo /srv: SV_ServiceIdentification /gmd: abstract /gco: CharacterString |
186
+ | Tags | /gmd: MD_Metadata /gmd: identificationInfo /srv: SV_ServiceIdentification /gmd: descriptiveKeywords /gmd: MD_Keywords /gmd: keyword /gco: CharacterString |
187
+ | Last Update | /gmd: MD_Metadata /gmd: dateStamp /gco: Date <br /> /gmd: MD_Metadata /gmd: dateStamp /gco: DateTime |
188
+ | Publisher | /gmd: MD_Metadata /gmd: contact /gmd: CI_ResponsibleParty /gmd: organisationName /gco: CharacterString |
189
+ | Contact Name | /gmd: MD_Metadata /gmd: contact /gmd: CI_ResponsibleParty /gmd: individualName /gco: CharacterString |
190
+ | Contact Email | /gmd: MD_Metadata /gmd: contact /gmd: CI_ResponsibleParty /gmd: contactInfo /gmd: CI_Contact /gmd: address /gmd: CI_Address /gmd: electronicMailAddress /gco: CharacterString |
191
+ | Unique Identifier | /gmd: MD_Metadata /gmd: fileIdentifier /gco: CharacterString |
192
+ | Public Access Level | /gmd: MD_Metadata /gmd: identificationInfo /srv: SV_ServiceIdentification /gmd: resourceConstraints /gmd: MD_Constraints /gmd: useLimitation /gco: CharacterString |
193
+ | Data Dictionary | |
194
+ | Endpoint | /gmd: MD_Metadata /gmd: identificationInfo /srv: SV_ServiceIdentification /srv: containsOperations /srv: SV_OperationMetadata /srv: connectPoint /gmd: CI_OnlineResource /gmd: linkage /gmd: URL |
195
+ | Format | /gmd: MD_Metadata /gmd: identificationInfo /srv: SV_ServiceIdentification /srv: serviceType /gco: LocalName |
196
+ | License | |
197
+ | Spatial | /gmd: MD_Metadata /gmd: identificationInfo /srv: SV_ServiceIdentification /srv: extent /gmd: EX_Extent /gmd: geographicElement /gmd: EX_GeographicBoundingBox |
198
+ |Temporal | /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:begin/gml:TimeInstant/gml:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:begin/gml32:TimeInstant/gml32:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:beginPosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:beginPosition <br/><br/> /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:end/gml:TimeInstant/gml:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:end/gml32:TimeInstant/gml32:timePosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:endPosition <br/> /gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:endPosition" |
199
+
200
+
201
+ ### Namespaces
202
+
203
+ The above XPATHs assume the following namespaces:
204
+
205
+ {: .table .table-striped}
206
+ | Prefix | * URI* |
207
+ | ------- | ------- |
208
+ | gmd | http://www.isotc211.org/2005/gmd |
209
+ | gco | http://www.isotc211.org/2005/gco |
210
+ | gml | http://www.opengis.net/gml |
211
+ | gml32 | http://www.opengis.net/gml/3.2 |
212
+ | srv | http://www.isotc211.org/2005/srv |
213
+
214
+
215
+
216
+
217
+
0 commit comments