Project

General

Profile

Cataloguemetadata guidelines » History » Version 142

Jose Rubio, 2020-10-06 15:18

1 119 Jose Rubio
h1. EEA Metadata Profile v2.0, December 2019
2 1 Andrei Meliş
3 23 Jose Rubio
{{>toc}}
4
5 46 Jose Rubio
h2. 1. Introduction
6 1 Andrei Meliş
7 47 Jose Rubio
This wiki page provides the full description of the *EEA Metadata profile*, including all the compulsory and conditional metadata elements, their XML encoding, their mapping against the INSPIRE Metadata Technical Guidelines and ISO standards, their status as well as some important notes about their content. 
8 1 Andrei Meliş
9 141 Ibolya Bunda
The EEA metadata profile follows the " *Technical Guidance for the implementation of INSPIRE data set and service metadata based on ISO/TS 19139:2007* ":https://inspire.ec.europa.eu/file/1705/download?token=iSTwpRWd which is the implementation specification for defining metadata for INSPIRE data sets and services in ISO/TS 19139 based XML format in compliance with the INSPIRE IR for metadata and network services (Regulation 1205/2008 and Regulation 1089/2010). The EEA metadata profile considers as compulsory all optional elements offered by ISO 19115 and INSPIRE which are regarded as useful for EEA activities.
10 23 Jose Rubio
11 119 Jose Rubio
This section reviews every single metadata element of the EEA profile. They feature here below following the order in which they appear in the file attachment:"eea_v_3035_100_k_cdda-poly_p_2018-2019_v17_r00.xml" which is compliant with the EEA metadata profile v2.0. This metadata refers to a data set containing the *Nationally designated areas (CDDA) polygons for public access - version 17, Jun. 2019* . Please note that a few conditional elements may not however appear in this file.  
12 26 Jose Rubio
13 140 Jose Rubio
A metadata editor tool based on GeoNetwork is available on https://sdi.eea.europa.eu/editor-catalogue/, accessible only with EIONET account. A "metadata template":https://taskman.eionet.europa.eu/attachments/80866 is also available to facilitate the compliance with the EEA metadata profile. The wiki page "EEA SDI editor User Guide":https://taskman.eionet.europa.eu/projects/public-docs/wiki/SDI_editor_guidance provides a detailed step-by-step description on how to create and edit metadata using the SDI Editor following the EEA metadata profile described here, and how to validate it against the profile and against the INSPIRE Technical Guidance indicated above.  
14 26 Jose Rubio
15 119 Jose Rubio
Please note that not all the metadata elements in the profile are supposed to be directly edited by the data stewards - as indicated in the corresponding section, a few are already included in the EEA Template, others are to be edited by the SDI Team and some are automatically generated by (any) metadata editor tool. 
16 82 Jose Rubio
17 119 Jose Rubio
The current version of the EEA metadata profile (v2.0) has been made public in December 2019. In case you have any question, doubt or suggestion, please contact the EEA SDI team on *sdi@eea.europa.eu*.
18 23 Jose Rubio
19 46 Jose Rubio
h2. 2. Analysis of EEA metadata profile elements
20 23 Jose Rubio
21 50 Jose Rubio
h2. MD_Metadata/fileIdentifier
22 23 Jose Rubio
23
h4. XML encoding
24 1 Andrei Meliş
25
<pre>
26 23 Jose Rubio
<code class="xml">
27 119 Jose Rubio
 <gmd:fileIdentifier>
28
      <gco:CharacterString>50dd4172-ba90-4d6d-90ef-88f5d1d84795</gco:CharacterString>
29
  </gmd:fileIdentifier>
30 1 Andrei Meliş
</code></pre>
31
32
h4. References
33
34 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
35
|ISO19115:2003|B.2.1 p38|Optional|
36 1 Andrei Meliş
37
h4. Status in EEA metadata
38
39
  *Mandatory*
40
41
42
h4. Important notes
43
44 119 Jose Rubio
** The file identifier in the EEA SDI will be created using Universal Unique Identifiers (UUIDs). 
45 23 Jose Rubio
** The file identifier value does not need to be edited manually as this identifier will be overwritten automatically at time of first import of the metadata file into GeoNetwork.
46 1 Andrei Meliş
** _This metadata element does not require any editing._
47
48
h2. MD_Metadata/language
49 53 Jose Rubio
50 23 Jose Rubio
h4. XML encoding
51 1 Andrei Meliş
52 23 Jose Rubio
<pre>
53
<code class="xml">
54 119 Jose Rubio
    <gmd:language>
55
      <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
56
  </gmd:language>
57 1 Andrei Meliş
</code></pre>
58
59
h4. References
60 23 Jose Rubio
61 119 Jose Rubio
|INSPIRE Metadata TG v2.0| C.2.27 p119|Mandatory|
62
|ISO19115:2003|B.2.1 p38|Conditional|
63 1 Andrei Meliş
64
h4. Status in EEA metadata
65
66
  *Mandatory*
67
68
h4. Important notes
69
70 119 Jose Rubio
** Metadata element used to document the language used in the metadata. 
71
** All metadata records shall be written in English (alpha-3 code "eng" in ISO639-2/B) therefore this element does not need to be edited.
72 1 Andrei Meliş
** _This metadata element does not require any editing._
73 23 Jose Rubio
74
h2. MD_Metadata/characterSet
75 1 Andrei Meliş
76 23 Jose Rubio
h4. XML encoding
77
78 1 Andrei Meliş
<pre>
79
<code class="xml">
80 119 Jose Rubio
 <gmd:characterSet>
81
      <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode"
82 1 Andrei Meliş
                               codeListValue="utf8"/>
83
  </gmd:characterSet>
84
</code></pre>
85
86
h4. References
87
88 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
89
|ISO19115:2003|B.2.1 p38|Conditional|
90 1 Andrei Meliş
91
h4. Status in EEA metadata
92
93
  *Mandatory*
94
95
h4. Important notes
96
97 119 Jose Rubio
** This metadata element describes the character coding standard used for the metadata set. 
98
** The character coding standard used for the metadata set shall be _utf8_ (8-bit variable size Universal Coded Character Set -UCS- transfer format specificed in ISO 106406:2014)
99 1 Andrei Meliş
** _This metadata element does not require any editing._
100 23 Jose Rubio
101 1 Andrei Meliş
h2. MD_Metadata/parentIdentifier
102
103
h4. XML encoding
104 107 Jose Rubio
105 87 Jose Rubio
<pre>
106
<code class="xml">
107
<gmd:parentIdentifier>
108
      <gco:CharacterString>53c161cf-235b-4647-9200-446b60c5f59c</gco:CharacterString>
109 1 Andrei Meliş
   </gmd:parentIdentifier>
110 87 Jose Rubio
</code></pre>
111
112
h4. References
113
114 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
115
|ISO19115:2003|B.2.1 p38|Conditional|
116 1 Andrei Meliş
117
118
h4. Status in EEA metadata
119
120 119 Jose Rubio
  *Conditional*: only for those data sets which belong to a data set series or are a subset from another data set existing in the SDI
121 1 Andrei Meliş
122
h4. Important notes
123
124 119 Jose Rubio
** This metadata element allows the logical link between a data set metadata and the metadata of a data set of which the former is a subset (e.g. data sets within a series, public versions which are subsets of internal versions without restricted data). 
125
** A data set series is defined as a collection of data sets which share the same product specification.  
126 1 Andrei Meliş
** This element should be added whenever the related series or a parent resource has a metadata record in the EEA catalogue SDI. 
127 119 Jose Rubio
** The parent identifier value will be edited manually by the SDI Team. The Metadata editor should however inform the SDI Team of the existence of a data set series or parent resource to which the new metadata should be linked to. 
128
** The XML snippet provided as an example does not belong to the metadata used as an example in this profile. 
129 87 Jose Rubio
** _This metadata element requires *editing by the SDI Team*._
130 1 Andrei Meliş
131 23 Jose Rubio
h2. MD_Metadata/hierarchyLevel
132 1 Andrei Meliş
133
h4. XML encoding
134 23 Jose Rubio
135
<pre>
136
<code class="xml">
137 119 Jose Rubio
<gmd:hierarchyLevel>
138
      <gmd:MD_ScopeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"
139 1 Andrei Meliş
                        codeListValue="dataset"/>
140
  </gmd:hierarchyLevel>
141
</code></pre>
142 23 Jose Rubio
143 1 Andrei Meliş
h4. References
144
145 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.3 p103|Mandatory|
146
|ISO19115:2003|B.2.1 p38|Conditional|
147 1 Andrei Meliş
148
h4. Status in EEA metadata
149
150
  *Mandatory*
151
152
153
h4. Important notes
154
155 119 Jose Rubio
** This metadata element refers to the scope to which the metadata applies, which values are defined by the code list MD_ScopeCode (e.g. dataset, series, service, feature, attribute, nonGeographicDataset - see ISO19115:2003 Sec. B5.25 p101)
156
** We are so far only considering metadata for data sets and series. By default the value shall be "dataset", since the series metadata are produced by the SDI Team, in collaboration with the thematic experts. 
157 1 Andrei Meliş
** _This metadata element does not require any editing._
158
159 53 Jose Rubio
h2. MD_Metadata/contact
160 23 Jose Rubio
161 1 Andrei Meliş
h4. XML encoding
162
163
<pre>
164
<code class="xml">
165 119 Jose Rubio
<gmd:contact>
166
      <gmd:CI_ResponsibleParty>
167
         <gmd:organisationName>
168
            <gco:CharacterString>European Environment Agency</gco:CharacterString>
169
         </gmd:organisationName>
170
         <gmd:contactInfo>
171
            <gmd:CI_Contact>
172
               <gmd:address>
173
                  <gmd:CI_Address>
174
                     <gmd:deliveryPoint>
175
                        <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
176
                     </gmd:deliveryPoint>
177
                     <gmd:city>
178
                        <gco:CharacterString>Copenhagen</gco:CharacterString>
179
                     </gmd:city>
180
                     <gmd:administrativeArea>
181
                        <gco:CharacterString>K</gco:CharacterString>
182
                     </gmd:administrativeArea>
183
                     <gmd:postalCode>
184
                        <gco:CharacterString>1050</gco:CharacterString>
185
                     </gmd:postalCode>
186
                     <gmd:country>
187
                        <gco:CharacterString>Denmark</gco:CharacterString>
188
                     </gmd:country>
189
                     <gmd:electronicMailAddress>
190
                        <gco:CharacterString>sdi@eea.europa.eu</gco:CharacterString>
191
                     </gmd:electronicMailAddress>
192
                  </gmd:CI_Address>
193
               </gmd:address>
194
            </gmd:CI_Contact>
195
         </gmd:contactInfo>
196
         <gmd:role>
197
            <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
198 1 Andrei Meliş
                             codeListValue="pointOfContact"/>
199 119 Jose Rubio
         </gmd:role>
200
      </gmd:CI_ResponsibleParty>
201
  </gmd:contact>
202 1 Andrei Meliş
</code></pre>
203
204
h4. References
205
206 119 Jose Rubio
|INSPIRE Metadata TG v2.0| C.2.25 p118|Mandatory|
207
|ISO19115:2003|B.2.1 p38 (ResponsibleParty data type in B.3.2.1 p85)|Mandatory|
208 23 Jose Rubio
209 1 Andrei Meliş
h4. Status in EEA metadata
210
211
  *Mandatory*
212
213
214
h4. Important notes
215
216 119 Jose Rubio
** This element refers to the party responsible for the metadata information.
217
** The default value for all metadata published in the SDI (with the unlikely exception of metadata not created or modified by EEA but still published in the SDI) will be the contact information of EEA SDI Team, to be provided as indicated above in the XML snippet. There could be more than one metadata point of contact but they are typically not expected.
218 23 Jose Rubio
** _This metadata element does not require any editing._
219 1 Andrei Meliş
220 23 Jose Rubio
h2. MD_Metadata/dateStamp
221 1 Andrei Meliş
222
h4. XML encoding
223 23 Jose Rubio
224
<pre>
225 1 Andrei Meliş
<code class="xml">
226
  <gmd:dateStamp>
227 119 Jose Rubio
      <gco:DateTime>2019-11-27T12:53:17</gco:DateTime>
228 23 Jose Rubio
  </gmd:dateStamp>
229 1 Andrei Meliş
</code></pre>
230
231
h4. References
232
233 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.26 p119|Mandatory|
234
|ISO19115:2003|B.2.1 p38 (Date type in B.4.2 p91)|Mandatory|
235 1 Andrei Meliş
236
h4. Status in EEA metadata
237
238 23 Jose Rubio
  *Mandatory*
239 1 Andrei Meliş
240 23 Jose Rubio
241
h4. Important notes
242 1 Andrei Meliş
243 119 Jose Rubio
** This element refers to date that the metadata was created.
244 1 Andrei Meliş
** As some metadata elements are updated automatically when the metadata record is inserted into the catalogue, this date is considered as being the date of insertion into our catalogue and will be generated automatically by GeoNetwork.
245 23 Jose Rubio
** _This metadata element does not require any editing._
246 1 Andrei Meliş
247
h2. MD_Metadata/metadataStandardName
248 23 Jose Rubio
249
h4. XML encoding
250 1 Andrei Meliş
251
<pre>
252
<code class="xml">
253 119 Jose Rubio
<gmd:metadataStandardName>
254
      <gco:CharacterString>ISO 19115/19139</gco:CharacterString>
255 1 Andrei Meliş
  </gmd:metadataStandardName>
256
</code></pre>
257
258 23 Jose Rubio
h4. References
259 1 Andrei Meliş
260 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
261
|ISO19115:2003|B.2.1 p38|Optional|
262 1 Andrei Meliş
263
h4. Status in EEA metadata
264
265
  *Mandatory*
266 23 Jose Rubio
267 1 Andrei Meliş
268
h4. Important notes
269
270 119 Jose Rubio
** This metadata element provides the name of the metadata standard (including profile name) used. 
271 23 Jose Rubio
** This metadata element is generated automatically by Geonetwork and any modification will be overwritten by GeoNetwork.
272 1 Andrei Meliş
** _This metadata element does not require any editing._
273 23 Jose Rubio
274 53 Jose Rubio
275 1 Andrei Meliş
h2. MD_Metadata/metadataStandardVersion
276 23 Jose Rubio
277
h4. XML encoding
278 1 Andrei Meliş
279
<pre>
280
<code class="xml">
281 119 Jose Rubio
<gmd:metadataStandardVersion>
282
      <gco:CharacterString>1.0</gco:CharacterString>
283
  </gmd:metadataStandardVersion>
284 1 Andrei Meliş
</code></pre>
285
286
h4. References
287
288 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
289
|ISO19115:2003|B.2.1 p38 (modified in ISO 19115:2003/Cor.1:2006)|Optional|
290 1 Andrei Meliş
291
h4. Status in EEA metadata
292
293
  *Mandatory*
294
295
296 23 Jose Rubio
h4. Important notes
297
298 119 Jose Rubio
** This metadata element provides the version (or profile) of the metadata standard used. 
299 1 Andrei Meliş
** This metadata element is generated automatically by GeoNetwork and any modification will be overwritten by GeoNetwork.
300 23 Jose Rubio
** _This metadata element does not require any editing._
301
302
h2. MD_Metadata/referenceSystemInfo/*/referenceSystemIdentifier
303 1 Andrei Meliş
304
h4. XML encoding
305 23 Jose Rubio
306
<pre>
307 1 Andrei Meliş
<code class="xml">
308 119 Jose Rubio
    <gmd:referenceSystemInfo>
309
      <gmd:MD_ReferenceSystem>
310
         <gmd:referenceSystemIdentifier>
311
            <gmd:RS_Identifier>
312
               <gmd:code>
313
                  <gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/3035">EPSG:3035</gmx:Anchor>
314
               </gmd:code>
315
            </gmd:RS_Identifier>
316
         </gmd:referenceSystemIdentifier>
317
      </gmd:MD_ReferenceSystem>
318 1 Andrei Meliş
  </gmd:referenceSystemInfo>
319 119 Jose Rubio
  </code></pre>
320 1 Andrei Meliş
321
h4. References
322
323 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.3.1 p120|Mandatory|
324
|ISO19115:2003|B.2.7.3 p65 (modified in ISO 19115:2003/Cor.1:2006)|Optional|
325 1 Andrei Meliş
326
h4. Status in EEA metadata
327
328
  *Mandatory*
329
330
h4. Important notes
331
332 119 Jose Rubio
** This metadata element describes the Coordinate Reference System(s) used in the data set. 
333
** The Coordinate Reference System shall be referred to with its EPSG - European Petroleum Survey Group -  code. See http://www.epsg-registry.org/ for more information on the EPSG codes and their values. 
334
** INSPIRE requires that the EPSG codes are encoded using URIs as defined in the "Annex D.5 of the INSPIRE metadata TG 2.0":https://inspire.ec.europa.eu/file/1705/download?token=iSTwpRWd.
335
** The SDI editor provides a list of the most common Coordinate Reference Systems to facilitate the encoding of this element. 
336
** In this example, the EPSG code used is _3035_ (http://www.opengis.net/def/crs/EPSG/0/3035) which corresponds to a Lambert Azimuthal Equal Area 52N 10E projection based on ETRS89 datum.
337
** In the unlikely event there is not any EPSG code to describe a CRS, the CRS shall be described in the metadata. Contact the SDI Team for further details.
338 1 Andrei Meliş
** _This metadata element *requires editing.*_
339
340
h2. MD_Metadata/identificationInfo/*/citation/*/title
341
342 23 Jose Rubio
h4. XML encoding
343 1 Andrei Meliş
344
<pre>
345 23 Jose Rubio
<code class="xml">
346 1 Andrei Meliş
<gmd:identificationInfo>
347 119 Jose Rubio
      <gmd:MD_DataIdentification>
348
         <gmd:citation>
349
            <gmd:CI_Citation>
350
               <gmd:title>
351
                  <gco:CharacterString>Nationally designated areas (CDDA) polygons for public access - version 17, Jun. 2019</gco:CharacterString>
352
               </gmd:title>
353 23 Jose Rubio
                                     <!-- [.....................] -->
354 1 Andrei Meliş
			</gmd:CI_Citation>
355
		</gmd:citation>
356
	</gmd:MD_DataIdentification>
357
</gmd:identificationInfo>
358
</code></pre>
359
360
h4. References
361
362 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.1 p102|Mandatory|
363
|ISO19115:2003|B.2.2.1 p40 (Citation data type in B.3.2 p85)|Mandatory|
364 1 Andrei Meliş
365
h4. Status in EEA metadata
366
367
  *Mandatory*
368
369
h4. Important notes
370
371 119 Jose Rubio
** This metadata element includes the name by which the cited resource is known. 
372
** In general, titles need to be self-explanatory and should not contain acronyms unless they are widely known. In any case, should an acronym be used in the title, it shall be made explicit in the abstract. For data sets which have regular updates, the version number and the data set creation date shall be added at the end of the title. The public or internal nature of the data set should also be reflected in the title. More details about the recommended title convention [[Naming_conventions|here]].   
373 1 Andrei Meliş
** _This metadata element *requires editing.*_
374
375
h2. MD_Metadata/identificationInfo/*/citation/*/date (creation)
376
377 27 Jose Rubio
h4. XML encoding
378 1 Andrei Meliş
379 54 Jose Rubio
<pre>
380 1 Andrei Meliş
<code class="xml">
381
<gmd:identificationInfo>
382 91 Jose Rubio
	<gmd:MD_DataIdentification>
383 23 Jose Rubio
		<gmd:citation>
384 73 Jose Rubio
			<gmd:CI_Citation>
385 23 Jose Rubio
                                     <!-- [.....................] -->
386
				<gmd:date>
387 119 Jose Rubio
                  <gmd:CI_Date>
388
                     <gmd:date>
389
                        <gco:Date>2019-06-04</gco:Date>
390 1 Andrei Meliş
                     </gmd:date>
391
                     <gmd:dateType>
392 119 Jose Rubio
                        <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
393 1 Andrei Meliş
                                             codeListValue="creation"/>
394
                     </gmd:dateType>
395 23 Jose Rubio
                  </gmd:CI_Date>
396
               </gmd:date>
397 1 Andrei Meliş
                                     <!-- [.....................] -->
398 91 Jose Rubio
			</gmd:CI_Citation>
399 23 Jose Rubio
		</gmd:citation>
400
	</gmd:MD_DataIdentification>
401
</gmd:identificationInfo>
402 1 Andrei Meliş
</code></pre>
403
404
h4. References
405
406 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.16 p111|Conditional (at least temporal extent or one date of creation, publication or last revision shall be provided)|
407
|ISO19115:2003|B.2.2.1 p40 (Date data type in B.3.2.4 p88)|Conditional (but at least one of date of creation, publication or last revision shall be provided)|
408 1 Andrei Meliş
409
h4. Status in EEA metadata
410
411
  *Mandatory*
412
413
h4. Important notes
414
415 119 Jose Rubio
** This metadata element shall include the reference date of the creation of the related data set. 
416
** The date of creation shall be equal or prior to the date of publication for data sets published on the EEA website.
417
** For data sets which are not published on the EEA website, this date might be retrieved from the metadata file generated by the metadata editor which could be available together with the data set (metadata element https://taskman.eionet.europa.eu/projects/public-docs/wiki/EEA_Metadata_Profile_v20#MD_MetadatadateStamp). If no suitable creation date can be found, please contact the SDI Team. 
418 1 Andrei Meliş
** _This metadata element *requires editing.*_
419
420
h2. MD_Metadata/identificationInfo/*/citation/*/date (publication)
421
422
423
h4. XML encoding
424
425
<pre>
426
<code class="xml">
427
<gmd:identificationInfo>
428
	<gmd:MD_DataIdentification>
429
		<gmd:citation>
430
			<gmd:CI_Citation>
431
                                     <!-- [.....................] -->
432 119 Jose Rubio
				    <gmd:date>
433 1 Andrei Meliş
                  <gmd:CI_Date>
434
                     <gmd:date>
435 119 Jose Rubio
                        <gco:Date>2019-06-04</gco:Date>
436 1 Andrei Meliş
                     </gmd:date>
437
                     <gmd:dateType>
438 119 Jose Rubio
                        <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
439 1 Andrei Meliş
                                             codeListValue="publication"/>
440
                     </gmd:dateType>
441
                  </gmd:CI_Date>
442
               </gmd:date>
443
                                     <!-- [.....................] -->
444
			</gmd:CI_Citation>
445
		</gmd:citation>
446
	</gmd:MD_DataIdentification>
447
</gmd:identificationInfo>
448
</code></pre>
449
450
h4. References
451
452 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.14 p110|Conditional (at least temporal extent or one date of creation, publication or last revision shall be provided)|
453
|ISO19115:2003|B.2.2.1 p40 (Date data type in B.3.2.4 p88)|Conditional (but at least one of date of creation, publication or last revision shall be provided)|
454 1 Andrei Meliş
455
h4. Status in EEA metadata
456
457 119 Jose Rubio
  *Conditional*: mandatory for data sets published by the EEA, in particular on the EEA website (http://www.eea.europa.eu/data-and-maps/data)
458 23 Jose Rubio
459 1 Andrei Meliş
h4. Important notes
460 91 Jose Rubio
461 119 Jose Rubio
** This metadata element shall include the reference date of the publication of the related data set. 
462
** The date of publication shall be present at least for data sets which are published by the EEA. For internal or restricted data sets, it is expected that this element is not filled in. 
463
** For data sets which are not published on the EEA website (e.g. Copernicus), please contact the SDI team.
464 1 Andrei Meliş
** _This metadata element *requires editing or deletion.*_
465
466 91 Jose Rubio
h2. MD_Metadata/identificationInfo/*/citation/*/edition
467 23 Jose Rubio
468
h4. XML encoding
469 1 Andrei Meliş
470
<pre>
471 91 Jose Rubio
<code class="xml">
472 1 Andrei Meliş
<gmd:identificationInfo>
473 23 Jose Rubio
	<gmd:MD_DataIdentification>
474 1 Andrei Meliş
		<gmd:citation>
475
			<gmd:CI_Citation>
476 91 Jose Rubio
                                     <!-- [.....................] -->
477 119 Jose Rubio
			    <gmd:edition>
478
                  <gco:CharacterString>17.00</gco:CharacterString>
479
               </gmd:edition>
480 1 Andrei Meliş
                                     <!-- [.....................] -->
481
			</gmd:CI_Citation>
482 55 Jose Rubio
		</gmd:citation>
483 23 Jose Rubio
	</gmd:MD_DataIdentification>
484
</gmd:identificationInfo>
485
</code></pre>
486
487 1 Andrei Meliş
h4. References
488
489 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
490
|ISO19115:2003|B.2.2.1 p40 (Citation data type in B.3.2 p85)|Optional|
491 1 Andrei Meliş
492
h4. Status in EEA metadata
493
494
  *Mandatory*
495
496 23 Jose Rubio
h4. Important notes
497 1 Andrei Meliş
498 119 Jose Rubio
** This element includes the version of the cited resource. In the EEA profile, this covers the version of the data set and its sub-version or revision if applicable.  
499
** The version and revision numbers of the data set should be consistent with this element. Version and revision should be encoded with two digits each, separated by a point (vv.rr).
500 1 Andrei Meliş
** _This metadata element *requires editing*_
501
502 23 Jose Rubio
h2. MD_Metadata/identificationInfo/*/citation/*/identifier
503 1 Andrei Meliş
504
h4. XML encoding
505
506 23 Jose Rubio
<pre>
507
<code class="xml">
508 53 Jose Rubio
<gmd:identificationInfo>
509 1 Andrei Meliş
	<gmd:MD_DataIdentification>
510
		<gmd:citation>
511 27 Jose Rubio
			<gmd:CI_Citation>
512 1 Andrei Meliş
                                     <!-- [.....................] -->
513 119 Jose Rubio
				 <gmd:identifier>
514
                  <gmd:MD_Identifier>
515
                     <gmd:code>
516
                        <gco:CharacterString>eea_v_3035_100_k_cdda-poly_p_2018-2019_v17_r00</gco:CharacterString>
517
                     </gmd:code>
518
                  </gmd:MD_Identifier>
519
               </gmd:identifier>
520 1 Andrei Meliş
			</gmd:CI_Citation>
521
		</gmd:citation>
522
	</gmd:MD_DataIdentification>
523
</gmd:identificationInfo>
524
</code></pre>
525
526
h4. References
527
528 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C2.5 p104|Mandatory|
529
|ISO19115:2003|.2.2.1 p40 (Identifier data type in B.2.7.3 p65)|Optional|
530 23 Jose Rubio
531 1 Andrei Meliş
h4. Status in EEA metadata
532
533
  *Mandatory*
534
535
h4. Important notes
536
537 119 Jose Rubio
** This metadata element shall refer to a value uniquely identifying an object (e.g. dataset, series) within a namespace. 
538 1 Andrei Meliş
** This identifier shall be unique and follow [[Naming_conventions|this convention]]. 
539 119 Jose Rubio
** This identifier shall be set to the directory name in which the data set is contained.
540 1 Andrei Meliş
** In order to ensure consistency with the existing content of the SDI, the SDI Team will check and modify the identifier when necessary. 
541
** _This metadata element *requires editing.*_
542
543
h2. MD_Metadata/identificationInfo/*/abstract
544
545
h4. XML encoding
546 23 Jose Rubio
547 1 Andrei Meliş
<pre>
548 29 Jose Rubio
<code class="xml">
549 23 Jose Rubio
<gmd:identificationInfo>
550 1 Andrei Meliş
	<gmd:MD_DataIdentification>
551
                      <!-- [.....................] -->
552 119 Jose Rubio
				<gmd:abstract>
553
            <gco:CharacterString>The European inventory of Nationally designated areas (CDDA) holds information about designated areas and their designation types, which directly or indirectly create protected areas. The inventory is delivered by the Eionet partnership countries as spatial and tabular information.
554
555
The inventory began in 1995 under the CORINE programme of the European Commission. The CDDA is now an agreed annual Eionet core data flow maintained by the European Environment Agency (EEA) with support from the European Topic Centre on Biological Diversity (ETC/BD). The data set is used by the EEA and e.g. the UNEP-WCMC for their main European and global assessments, products and services.
556
557
The CDDA is the official source of protected area information from the 39 European countries to the World Database of Protected Areas (WDPA).
558
559 1 Andrei Meliş
The CDDA data can be queried online in the European Nature Information System (EUNIS).
560 119 Jose Rubio
561
Geographical coverage of GIS vector boundary data: Albania, Austria, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Kosovo under UNSC Resolution 1244/99, Latvia, Liechtenstein, Lithuania, Luxembourg, North Macedonia, Malta, Montenegro, the Netherlands, Norway, Poland, Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland and United Kingdom.
562
563
EEA does not have permission to distribute some or all sites reported by Estonia, Finland, Ireland and Turkey.
564
565
Two versions of the data set are provided. The full data set ("CDDA_2019_v01_public") includes the entire geographical coverage including nationally designated areas in overseas entities. The "CDDA_2019_v01_public_EuropeEPSG3035" version includes only continental Europe, i.e. excludes the overseas entities. Both versions are provided in GDB and GPKG formats.</gco:CharacterString>
566
         </gmd:abstract>
567 1 Andrei Meliş
                      <!-- [.....................] -->
568 23 Jose Rubio
	<gmd:MD_DataIdentification>
569
<gmd:identificationInfo>
570 1 Andrei Meliş
</code></pre>
571 23 Jose Rubio
572 1 Andrei Meliş
573
h4. References
574
575 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.2 p102|Mandatory|
576
|ISO19115:2003|B.2.2.1 p40|Mandatory|
577 1 Andrei Meliş
578
579
h4. Status in EEA metadata
580
581 23 Jose Rubio
  *Mandatory*
582 1 Andrei Meliş
583
584
h4. Important notes
585
586
** This is a brief narrative summary of the content of the resource. The abstract provides a clear and concise statement that enables the reader to understand the content of the data or service. Ideally it should also contain information about the coverage (linguistic transcriptions of the extent or location), main attributes, data sources, legal references and importance of the work. 
587
** Acronyms should be written in full when first used.
588 119 Jose Rubio
** When the metadata refers to a revision of an already existing data set, it is important to indicate as well the main changes on this new version.  
589 1 Andrei Meliş
** _This metadata element *requires editing.*_
590
591
h2. MD_Metadata/identificationInfo/*/status
592
593
h4. XML encoding
594 23 Jose Rubio
595
<pre>
596 1 Andrei Meliş
<code class="xml">
597 119 Jose Rubio
<gmd:status>
598
<gmd:MD_ProgressCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ProgressCode" codeListValue="obsolete"/>
599
</gmd:status>
600 1 Andrei Meliş
</code></pre>
601
602
h4. References
603 81 Jose Rubio
604 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
605
|ISO19115:2003|B.2.2.1 p40 |Optional|
606 81 Jose Rubio
607
608
h4. Status in EEA metadata
609
610 119 Jose Rubio
  *Conditional* - only for obsolete, archived or superseded data sets as well as data sets from completed projects
611 81 Jose Rubio
612 1 Andrei Meliş
h4. Important notes
613 81 Jose Rubio
614
** This element describes the status of the resource. 
615 119 Jose Rubio
** The value of this element is established by the ISO19115 codelist MD_ProgressCode. The EEA metadata profile only considers the following values (including one imported from ISO19115-1:2014):
616
**** completed: the production of the data set has been completed (this is to be used only for those data sets produced in the context of specific projects)
617
**** historicalArchive: to be used only for those data sets stored in an offline storage facility (this is unlikely to happen in the context of the EEA SDI)
618
**** obsolete: only for those data sets which are no longer relevant (only kept for historical purposes)
619
**** superseded: data set which has been replaced by a new one (this is to be used for data sets replaced by new versions)
620
** This means that by default, for currently "active" datasets (i.e. the most recent versions) this element is not filled in. 
621
** The XML snippet above is not included in the metadata file used in these guidelines.
622 81 Jose Rubio
** _This metadata element *requires editing by SDI Team*_
623
624 1 Andrei Meliş
h2. MD_Metadata/identificationInfo/*/pointOfContact (point of contact)
625
626
627
h4. XML encoding
628
629
<pre>
630
<code class="xml">
631
<gmd:identificationInfo>
632
	<gmd:MD_DataIdentification>
633
                      <!-- [.....................] -->
634 119 Jose Rubio
		   <gmd:pointOfContact>
635
            <gmd:CI_ResponsibleParty>
636
               <gmd:organisationName>
637
                  <gco:CharacterString>European Environment Agency</gco:CharacterString>
638
               </gmd:organisationName>
639
               <gmd:contactInfo>
640
                  <gmd:CI_Contact>
641
                     <gmd:address>
642
                        <gmd:CI_Address>
643
                           <gmd:deliveryPoint>
644
                              <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
645
                           </gmd:deliveryPoint>
646
                           <gmd:city>
647
                              <gco:CharacterString>Copenhagen</gco:CharacterString>
648
                           </gmd:city>
649
                           <gmd:administrativeArea>
650
                              <gco:CharacterString>K</gco:CharacterString>
651
                           </gmd:administrativeArea>
652
                           <gmd:postalCode>
653
                              <gco:CharacterString>1050</gco:CharacterString>
654
                           </gmd:postalCode>
655
                           <gmd:country>
656
                              <gco:CharacterString>Denmark</gco:CharacterString>
657
                           </gmd:country>
658
                           <gmd:electronicMailAddress>
659
                              <gco:CharacterString>info@eea.europa.eu</gco:CharacterString>
660
                           </gmd:electronicMailAddress>
661
                        </gmd:CI_Address>
662
                     </gmd:address>
663
                     <gmd:onlineResource>
664
                        <gmd:CI_OnlineResource>
665
                           <gmd:linkage>
666
                              <gmd:URL>http://www.eea.europa.eu</gmd:URL>
667
                           </gmd:linkage>
668
                           <gmd:protocol>
669
                              <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
670
                           </gmd:protocol>
671
                           <gmd:name>
672
                              <gco:CharacterString>European Environment Agency public website</gco:CharacterString>
673
                           </gmd:name>
674
                           <gmd:function>
675
                              <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
676
                                                         codeListValue="information"/>
677
                           </gmd:function>
678
                        </gmd:CI_OnlineResource>
679
                     </gmd:onlineResource>
680
                  </gmd:CI_Contact>
681
               </gmd:contactInfo>
682
               <gmd:role>
683
                  <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
684
                                   codeListValue="pointOfContact"/>
685
               </gmd:role>
686
            </gmd:CI_ResponsibleParty>
687
         </gmd:pointOfContact>
688 1 Andrei Meliş
                      <!-- [.....................] -->
689
	<gmd:MD_DataIdentification>
690
<gmd:identificationInfo>
691
</code></pre>
692
693
h4. References
694
695 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.23 p117| Conditional (at least one responsible party is mandatory)|
696
|ISO19115:2003|B.2.2.1 p40 (ResponsibleParty data type in B.3.2.1 p85)|Optional|
697 1 Andrei Meliş
698
h4. Status in EEA metadata
699
700
  *Mandatory*
701
702
h4. Important notes
703 23 Jose Rubio
704 119 Jose Rubio
** This metadata element provides the identification, and means of communication with, person(s) and organisation(s) that can provide us with knowledge about or acquisition of the data set.  
705
** The responsible party acting as Point of Contact shall be the EEA (using the public enquiries mailbox) for any data set owned by EEA.
706
** The responsible party acting as Point of Contact is the organization or company owning the data set when the latter is not owned by EEA. In case of doubts here please contact the EEA SDI Team. 
707
** It is recommended to use a functional mailbox instead of personal email address, avoiding any unnecessary personal data. 
708 1 Andrei Meliş
** _This metadata element *requires editing.*_
709
710
h2. MD_Metadata/identificationInfo/*/pointOfContact (custodian)
711
712
h4. XML encoding
713
714
<pre>
715
<code class="xml">
716
<gmd:identificationInfo>
717
	<gmd:MD_DataIdentification>
718
                      <!-- [.....................] -->
719 119 Jose Rubio
		  <gmd:pointOfContact>
720
            <gmd:CI_ResponsibleParty>
721
               <gmd:individualName gco:nilReason="missing">
722
                  <gco:CharacterString/>
723
               </gmd:individualName>
724
               <gmd:organisationName>
725
                  <gco:CharacterString>European Environment Agency</gco:CharacterString>
726
               </gmd:organisationName>
727
               <gmd:contactInfo>
728
                  <gmd:CI_Contact>
729
                     <gmd:address>
730
                        <gmd:CI_Address>
731
                           <gmd:electronicMailAddress>
732
                              <gco:CharacterString>info@eea.europa.eu</gco:CharacterString>
733
                           </gmd:electronicMailAddress>
734
                        </gmd:CI_Address>
735
                     </gmd:address>
736
                  </gmd:CI_Contact>
737
               </gmd:contactInfo>
738
               <gmd:role>
739
                  <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
740
                                   codeListValue="custodian"/>
741
               </gmd:role>
742
            </gmd:CI_ResponsibleParty>
743
         </gmd:pointOfContact>
744 1 Andrei Meliş
                      <!-- [.....................] -->
745
	<gmd:MD_DataIdentification>
746
<gmd:identificationInfo>
747
</code></pre>
748
749
750
h4. References
751
752 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.23 p117|Conditional (at least one responsible party is mandatory)|
753
|ISO19115:2003|B.2.2.1 p40 (ResponsibleParty data type in B.3.2.1 p85)|Optional|
754 1 Andrei Meliş
755
756
h4. Status in EEA metadata
757
758 119 Jose Rubio
  *Conditional*: it shall be required at least for all data sets owned by EEA
759 1 Andrei Meliş
760
h4. Important notes
761
762 119 Jose Rubio
** This metadata element provides the identification, and means of communication with, person(s) and organisation(s) that accepts accountability and responsibility for the data and ensures appropriate care and maintenance for the resource. 
763
** This metadata element shall be filled in at least for data sets owned by EEA.
764
** In case of doubts when the data set is not owned by EEA please contact the EEA SDI Team.
765 1 Andrei Meliş
** It is recommended to use a functional mailbox instead of personal email address, and avoid any personal data. 
766
** _This metadata element *requires editing or deletion.*_
767
768
h2. MD_Metadata/identificationInfo/*/resourceMaintenance
769
770
h4. XML encoding
771
772
<pre>
773
<code class="xml">
774
<gmd:identificationInfo>
775
	<gmd:MD_DataIdentification>
776
                      <!-- [.....................] -->
777
		 <gmd:resourceMaintenance>
778
            <gmd:MD_MaintenanceInformation>
779
               <gmd:maintenanceAndUpdateFrequency>
780 119 Jose Rubio
                  <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_MaintenanceFrequencyCode"
781 1 Andrei Meliş
                                                   codeListValue="annually"/>
782
               </gmd:maintenanceAndUpdateFrequency>
783
            </gmd:MD_MaintenanceInformation>
784
         </gmd:resourceMaintenance>
785
                      <!-- [.....................] -->
786
	<gmd:MD_DataIdentification>
787
<gmd:identificationInfo>
788
</code></pre>
789
790
791
h4. References
792
793 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.1 p136|Optional|
794
|ISO19115:2003|B.2.2.1 p40 (MaintenanceInformation data type in B.2.5 p57)|Optional|
795 1 Andrei Meliş
796
797
h4. Status in EEA metadata
798
799
  *Mandatory*
800
801
h4. Important notes
802
803 119 Jose Rubio
** This element refers to the frequency with which changes and additions are made to the data after it is first produced. 
804
** The metadata element shall take one of these values of the code list "MD_MaintenanceFrequencyCode" (as listed in Sec. B.5.18 p99 of ISO19115:2003):
805 1 Andrei Meliş
**** continual
806
**** daily
807
**** weekly
808
**** fortnightly
809
**** monthly
810
**** quaterly
811
**** biannually
812
**** annually
813
**** asNeeded
814
**** irregular
815
**** notPlanned
816
**** unknown
817
** In case no frequency from the list above is satisfactory, the following _resourceMaintenance_ metadata element should be used instead, with the relevant frequency expressed as _PeriodDuration_ (in this example, a frequency of 1 year and 6 months is expressed with @P1Y6M0DT0H0M0S@ which stands for a period of *@1Y@ear* and *@6M@onths*):
818
<pre>
819
<code class="xml">
820
<gmd:resourceMaintenance>
821
	<gmd:MD_MaintenanceInformation>
822
		<gmd:maintenanceAndUpdateFrequency  gco:nilReason="inapplicable"/>
823
		<gmd:userDefinedMaintenanceFrequency>
824
			<gts:TM_PeriodDuration xmlns:gts="http://www.isotc211.org/2005/gts">P1Y6M0DT0H0M0S</gts:TM_PeriodDuration>
825
		</gmd:userDefinedMaintenanceFrequency>
826
	</gmd:MD_MaintenanceInformation>
827
</gmd:resourceMaintenance>
828
</code></pre>
829 119 Jose Rubio
** This element can eventually include information about the scope of data to which the maintenance is applied (values ScopeCode) as well as specific requirements for the maintenance, but this is not required in the context of the EEA metadata. 
830 1 Andrei Meliş
** _This metadata element *requires editing.*_
831
832 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/graphicOverview
833 1 Andrei Meliş
834
h4. XML encoding
835
836
<pre>
837
<code class="xml">
838
<gmd:identificationInfo>
839
	<gmd:MD_DataIdentification>
840 117 Jose Rubio
                      <!-- [.....................] -->
841 119 Jose Rubio
                  <gmd:graphicOverview>
842 23 Jose Rubio
            <gmd:MD_BrowseGraphic>
843 1 Andrei Meliş
               <gmd:fileName>
844 119 Jose Rubio
                  <gco:CharacterString>https://sdi.eea.europa.eu/public/catalogue-graphic-overview/50dd4172-ba90-4d6d-90ef-88f5d1d84795.png</gco:CharacterString>
845 1 Andrei Meliş
               </gmd:fileName>
846
            </gmd:MD_BrowseGraphic>
847
         </gmd:graphicOverview>
848 56 Jose Rubio
                      <!-- [.....................] -->
849 1 Andrei Meliş
	</gmd:MD_DataIdentification>
850 23 Jose Rubio
</gmd:identificationInfo>
851 1 Andrei Meliş
</code></pre>
852
853
854
h4. References
855
856 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.6 p140|Optional|
857
|ISO19115:2003|B2.2.1 p40 (BrowseGraphic data type in B.2.2.2 p42)|Optional|
858 23 Jose Rubio
859
h4. Status in EEA metadata
860
861
  *Mandatory*
862 1 Andrei Meliş
863 23 Jose Rubio
864
h4. Important notes
865
866 119 Jose Rubio
** This metadata element provides an illustration of the data set. 
867
** The image should be generated in PNG format, shall provide a clear overview of the whole data set and not be bigger than 1 MB.
868 1 Andrei Meliş
** The filename of the thumbnail shall follow a standardised naming convention: _METADATA-UUID.png_. 
869 14 Paul Hasenohr
** _This metadata element *requires editing by the SDI Team.*_
870
871 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (GEMET- INSPIRE themes)
872 14 Paul Hasenohr
873
h4. XML encoding
874
875 23 Jose Rubio
<pre>
876 1 Andrei Meliş
<code class="xml">
877 122 Jose Rubio
    <gmd:descriptiveKeywords>
878 1 Andrei Meliş
            <gmd:MD_Keywords>
879 14 Paul Hasenohr
               <gmd:keyword>
880 1 Andrei Meliş
                  <gco:CharacterString>Protected sites</gco:CharacterString>
881 113 Jose Rubio
               </gmd:keyword>
882 23 Jose Rubio
               <gmd:type>
883 119 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
884 1 Andrei Meliş
                                          codeListValue="theme"/>
885
               </gmd:type>
886 23 Jose Rubio
               <gmd:thesaurusName>
887 1 Andrei Meliş
                  <gmd:CI_Citation>
888
                     <gmd:title>
889
                        <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
890
                     </gmd:title>
891
                     <gmd:date>
892
                        <gmd:CI_Date>
893
                           <gmd:date>
894
                              <gco:Date>2008-06-01</gco:Date>
895
                           </gmd:date>
896
                           <gmd:dateType>
897 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
898 23 Jose Rubio
                                                   codeListValue="publication"/>
899 1 Andrei Meliş
                           </gmd:dateType>
900
                        </gmd:CI_Date>
901
                     </gmd:date>
902
                     <gmd:identifier>
903
                        <gmd:MD_Identifier>
904
                           <gmd:code>
905 122 Jose Rubio
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/catalogue/srv/eng/thesaurus.download?ref=external.theme.httpinspireeceuropaeutheme-theme">geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme</gmx:Anchor>
906 23 Jose Rubio
                           </gmd:code>
907 1 Andrei Meliş
                        </gmd:MD_Identifier>
908
                     </gmd:identifier>
909
                  </gmd:CI_Citation>
910 23 Jose Rubio
               </gmd:thesaurusName>
911
            </gmd:MD_Keywords>
912
         </gmd:descriptiveKeywords>
913
</code></pre>
914 1 Andrei Meliş
915
h4. References
916
917 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.10 p107 and C.2.11 p108|Mandatory (at least to have one set of keywords. INSPIRE theme keywords are mandatory)|
918
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
919 1 Andrei Meliş
920
h4. Status in EEA metadata
921
922 23 Jose Rubio
  *Mandatory*
923 54 Jose Rubio
924 23 Jose Rubio
h4. Important notes
925
926 119 Jose Rubio
** The descriptive keyword element provides keywords which describe the data set, along with their type and the reference source (thesaurus). This particular element refers to INSPIRE themes keywords. 
927
** The INSPIRE spatial themes are defined in the INSPIRE Directive. Values from the GEMET - INSPIRE themes, version 1.0 thesaurus (http://inspire.ec.europa.eu/theme) shall be used without further editing. The thesaurus title "GEMET - INSPIRE themes, version 1.0 " and date information (dateTypeCode "publication" and date "2008-06-01") shall not be modified. 
928
** More than one theme can be selected, but there shall be one _keyword/characterString_ element per INSPIRE spatial theme to which the data set belongs.
929
** _This metadata element *requires editing.*_
930 1 Andrei Meliş
931
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (EEA keywords list)
932
933 23 Jose Rubio
h4. XML encoding
934
935
<pre>
936
<code class="xml">
937
<gmd:identificationInfo>
938 1 Andrei Meliş
	<gmd:MD_DataIdentification>
939 23 Jose Rubio
                      <!-- [.....................] -->
940 119 Jose Rubio
  <gmd:descriptiveKeywords gco:nilReason="withheld">
941 1 Andrei Meliş
            <gmd:MD_Keywords>
942
               <gmd:keyword>
943
                  <gco:CharacterString>designated areas</gco:CharacterString>
944
               </gmd:keyword>
945
               <gmd:keyword>
946 23 Jose Rubio
                  <gco:CharacterString>protected areas</gco:CharacterString>
947
               </gmd:keyword>
948
               <gmd:keyword>
949
                  <gco:CharacterString>CDDA</gco:CharacterString>
950
               </gmd:keyword>
951
               <gmd:keyword>
952
                  <gco:CharacterString>ETC/BD</gco:CharacterString>
953 1 Andrei Meliş
               </gmd:keyword>
954 119 Jose Rubio
               <gmd:keyword>
955
                  <gco:CharacterString>IDP_shortname_CDDA</gco:CharacterString>
956
               </gmd:keyword>
957
               <gmd:keyword>
958
                  <gco:CharacterString>IDP_reference</gco:CharacterString>
959
               </gmd:keyword>
960
               <gmd:keyword>
961
                  <gco:CharacterString>IDP_topics_Biodiversity</gco:CharacterString>
962
               </gmd:keyword>
963
               <gmd:keyword>
964
                  <gco:CharacterString>green infrastructure</gco:CharacterString>
965
               </gmd:keyword>
966
               <gmd:keyword>
967
                  <gco:CharacterString>BISE</gco:CharacterString>
968
               </gmd:keyword>
969
               <gmd:keyword>
970
                  <gco:CharacterString>HNV</gco:CharacterString>
971
               </gmd:keyword>
972 1 Andrei Meliş
               <gmd:thesaurusName>
973
                  <gmd:CI_Citation>
974
                     <gmd:title>
975
                        <gco:CharacterString>EEA keyword list</gco:CharacterString>
976
                     </gmd:title>
977
                     <gmd:date>
978
                        <gmd:CI_Date>
979
                           <gmd:date>
980
                              <gco:Date>2002-03-01</gco:Date>
981
                           </gmd:date>
982
                           <gmd:dateType>
983 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
984
                                                   codeListValue="creation"/>
985 1 Andrei Meliş
                           </gmd:dateType>
986
                        </gmd:CI_Date>
987
                     </gmd:date>
988
                  </gmd:CI_Citation>
989
               </gmd:thesaurusName>
990
            </gmd:MD_Keywords>
991
         </gmd:descriptiveKeywords>
992
                      <!-- [.....................] -->
993
	</gmd:MD_DataIdentification>
994
</gmd:identificationInfo>
995 23 Jose Rubio
</code></pre>
996 5 Paul Hasenohr
997 54 Jose Rubio
h4. References
998 1 Andrei Meliş
999 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1000
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1001 23 Jose Rubio
1002 1 Andrei Meliş
h4. Status in EEA metadata
1003 57 Jose Rubio
1004 23 Jose Rubio
  *Mandatory*
1005
1006 1 Andrei Meliş
h4. Important notes
1007
1008 119 Jose Rubio
** The descriptive keyword element provides keywords which describe the data set, along with their type and the reference source (thesaurus). This particular element refers to a list which consists of EEA relevant keywords that are intended to be addressed to EEA users and Eionet partners.
1009 1 Andrei Meliş
** EEA keywords shall be short, meaningful and shall not duplicate other metadata elements which can act as keywords too (i.e. _spatialRepresentationType_, _Inspire themes_, _EEA categories_, _topicCategory_)
1010
** [[catalogueeea_keywords|Already existing keywords]] should be reused whenever possible.
1011 142 Jose Rubio
** Keywords specific to EEA initiatives or applications (such as the [[Naming_conventions#4-Geospatial-Environmental-Accounting-related-keywords-IDP-keywords Geospatial|Environmental Accounting keywords]]) should also be included as EEA keywords. 
1012 119 Jose Rubio
** The thesaurus title "EEA keyword list" and date information (dateTypeCode "creation" and date "2002-03-01") shall not be modified. 
1013 1 Andrei Meliş
** _This metadata element *requires editing.*_
1014 23 Jose Rubio
1015
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (EEA data categories)
1016
1017
h4. XML encoding
1018
1019
<pre>
1020
<code class="xml">
1021
<gmd:identificationInfo>
1022
	<gmd:MD_DataIdentification>
1023 1 Andrei Meliş
                      <!-- [.....................] -->
1024 124 Jose Rubio
		   <gmd:descriptiveKeywords gco:nilReason="withheld">
1025 119 Jose Rubio
            <gmd:MD_Keywords>
1026
               <gmd:keyword>
1027
                  <gco:CharacterString>geospatial data</gco:CharacterString>
1028
               </gmd:keyword>
1029
               <gmd:type>
1030
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1031
                                          codeListValue="theme"/>
1032
               </gmd:type>
1033
               <gmd:thesaurusName>
1034
                  <gmd:CI_Citation>
1035
                     <gmd:title>
1036
                        <gco:CharacterString>EEA categories</gco:CharacterString>
1037
                     </gmd:title>
1038
                     <gmd:date>
1039
                        <gmd:CI_Date>
1040
                           <gmd:date>
1041
                              <gco:Date>2010-07-06</gco:Date>
1042
                           </gmd:date>
1043
                           <gmd:dateType>
1044
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1045
                                                   codeListValue="publication"/>
1046
                           </gmd:dateType>
1047
                        </gmd:CI_Date>
1048
                     </gmd:date>
1049
                     <gmd:identifier>
1050
                        <gmd:MD_Identifier>
1051
                           <gmd:code>
1052 124 Jose Rubio
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/catalogue/srv/eng/thesaurus.download?ref=local.theme.eea-categories">geonetwork.thesaurus.local.theme.eea-categories</gmx:Anchor>
1053 119 Jose Rubio
                           </gmd:code>
1054
                        </gmd:MD_Identifier>
1055
                     </gmd:identifier>
1056
                  </gmd:CI_Citation>
1057
               </gmd:thesaurusName>
1058
            </gmd:MD_Keywords>
1059
         </gmd:descriptiveKeywords>
1060 1 Andrei Meliş
                      <!-- [.....................] -->
1061
	</gmd:MD_DataIdentification>
1062
</gmd:identificationInfo>
1063
</code></pre>
1064
1065
h4. References
1066
1067 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1068
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1069 1 Andrei Meliş
1070
h4. Status in EEA metadata
1071
1072
  *Mandatory*
1073
1074
h4. Important notes
1075
1076 119 Jose Rubio
** The descriptive keyword element provides keywords which describe the data set, along with their type and the reference source (thesaurus). This particular element is used to discriminate between geospatial data sets, maps, figures, charts, etc.
1077
** We are currently registering only geospatial data sets with an explicit or implicit spatial component, therefore this metadata element should be set to "geospatial data". 
1078
** The thesaurus title "EEA categories" and date information (dateTypeCode "publication" and date "2010-07-06") shall not be modified. 
1079
** The EEA Template already includes the "geospatial dataset" value by default, so it should not require any editing.
1080 1 Andrei Meliş
** _This metadata element does not require any editing._
1081
1082 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (GEMET)
1083 1 Andrei Meliş
1084
h4. XML encoding
1085
1086
<pre>
1087
<code class="xml">
1088
<gmd:identificationInfo>
1089
	<gmd:MD_DataIdentification>
1090
                      <!-- [.....................] -->
1091 119 Jose Rubio
   <gmd:descriptiveKeywords>
1092 1 Andrei Meliş
            <gmd:MD_Keywords>
1093
               <gmd:keyword>
1094 119 Jose Rubio
                  <gco:CharacterString>natural areas protection</gco:CharacterString>
1095 1 Andrei Meliş
               </gmd:keyword>
1096
               <gmd:keyword>
1097 119 Jose Rubio
                  <gco:CharacterString>natural area</gco:CharacterString>
1098 1 Andrei Meliş
               </gmd:keyword>
1099
               <gmd:keyword>
1100
                  <gco:CharacterString>protected area</gco:CharacterString>
1101
               </gmd:keyword>
1102
               <gmd:type>
1103 119 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1104
                                          codeListValue="theme"/>
1105 1 Andrei Meliş
               </gmd:type>
1106
               <gmd:thesaurusName>
1107
                  <gmd:CI_Citation>
1108
                     <gmd:title>
1109 119 Jose Rubio
                        <gco:CharacterString>GEMET</gco:CharacterString>
1110 1 Andrei Meliş
                     </gmd:title>
1111
                     <gmd:date>
1112
                        <gmd:CI_Date>
1113 5 Paul Hasenohr
                           <gmd:date>
1114 119 Jose Rubio
                              <gco:Date>2018-08-16</gco:Date>
1115 92 Jose Rubio
                           </gmd:date>
1116
                           <gmd:dateType>
1117 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1118 1 Andrei Meliş
                                                   codeListValue="publication"/>
1119
                           </gmd:dateType>
1120 92 Jose Rubio
                        </gmd:CI_Date>
1121
                     </gmd:date>
1122 119 Jose Rubio
                     <gmd:identifier>
1123
                        <gmd:MD_Identifier>
1124
                           <gmd:code>
1125 123 Jose Rubio
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/catalogue/srv/eng/thesaurus.download?ref=external.theme.gemet">geonetwork.thesaurus.external.theme.gemet</gmx:Anchor>
1126 119 Jose Rubio
                           </gmd:code>
1127
                        </gmd:MD_Identifier>
1128
                     </gmd:identifier>
1129 92 Jose Rubio
                  </gmd:CI_Citation>
1130
               </gmd:thesaurusName>
1131
            </gmd:MD_Keywords>
1132
         </gmd:descriptiveKeywords>
1133
                      <!-- [.....................] -->
1134
	</gmd:MD_DataIdentification>
1135
</gmd:identificationInfo>
1136
</code></pre>
1137 1 Andrei Meliş
1138
h4. References
1139
1140 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1141
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1142 92 Jose Rubio
1143
h4. Status in EEA metadata
1144
1145 1 Andrei Meliş
  *Mandatory*
1146
1147 92 Jose Rubio
h4. Important notes
1148
1149 119 Jose Rubio
** The descriptive keyword element provides keywords which describe the data set, along with their type and the reference source (thesaurus). This particular element includes keywords from GEMET (General Multilingual Environmental Thesaurus) Concepts list. 
1150
** GEMET concept names shall be retrieved from the "English version of the GEMET - Concepts list (sorted by themes)":http://www.eionet.europa.eu/gemet/index_html?langcode=en without any further editing (no change in capitalization, etc.) 
1151
** There should be at least *3-4 GEMET concepts per data set*.
1152
** There shall be one _keyword/characterString_ element per GEMET concept to which the data set belongs.
1153
** The thesaurus title "GEMET" and date information (dateTypeCode "publication" and date "2018-08-16") shall not be modified. 
1154 92 Jose Rubio
** _This metadata element *requires editing.*_
1155
1156
1157 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Spatial scope)
1158 119 Jose Rubio
1159 92 Jose Rubio
h4. XML encoding
1160
1161
<pre>
1162
<code class="xml">
1163 119 Jose Rubio
            <gmd:descriptiveKeywords>
1164
            <gmd:MD_Keywords>
1165
               <gmd:keyword>
1166
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope/european">European</gmx:Anchor>
1167
               </gmd:keyword>
1168
               <gmd:type>
1169
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1170
                                          codeListValue="theme"/>
1171
               </gmd:type>
1172
               <gmd:thesaurusName>
1173
                  <gmd:CI_Citation>
1174
                     <gmd:title>
1175
                        <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope#">Spatial scope</gmx:Anchor>
1176
                     </gmd:title>
1177
                     <gmd:date>
1178
                        <gmd:CI_Date>
1179
                           <gmd:date>
1180
                              <gco:Date>2019-05-22</gco:Date>
1181
                           </gmd:date>
1182
                           <gmd:dateType>
1183
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1184
                                                   codeListValue="publication"/>
1185
                           </gmd:dateType>
1186
                        </gmd:CI_Date>
1187
                     </gmd:date>
1188
                     <gmd:identifier>
1189
                        <gmd:MD_Identifier>
1190
                           <gmd:code>
1191
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/catalogue/srv/eng/thesaurus.download?ref=external.theme.httpinspireeceuropaeumetadatacodelistSpatialScope-SpatialScope">geonetwork.thesaurus.external.theme.httpinspireeceuropaeumetadatacodelistSpatialScope-SpatialScope</gmx:Anchor>
1192
                           </gmd:code>
1193
                        </gmd:MD_Identifier>
1194
                     </gmd:identifier>
1195 125 Jose Rubio
                  </gmd:CI_Citation>
1196 119 Jose Rubio
               </gmd:thesaurusName>
1197 1 Andrei Meliş
            </gmd:MD_Keywords>
1198 125 Jose Rubio
         </gmd:descriptiveKeywords>
1199 119 Jose Rubio
</code></pre>
1200
1201
h4. References
1202
1203
|INSPIRE Metadata TG v2.0| C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1204
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1205
1206
h4. Status in EEA metadata
1207
1208
*Mandatory*
1209
1210
h4. Important notes
1211
1212
** The descriptive keyword element provides keywords which describe the data set, along with their type and the reference source (thesaurus). This particular element is used to describe the administrative level that the data set intends to cover.
1213
** The INSPIRE spatial scope codes are defined in the Spatial Scope thesaurus (http://inspire.ec.europa.eu/metadata-codelist/SpatialScope) and shall be used without further editing. The thesaurus title "Spatial scope" and date information (dateTypeCode "publication" and date "2019-05-22") shall not be modified [N.B.: there is a typo in the metadata file used in this profile as it shows another date]
1214
** In most of the cases EEA data sets will use the value "European". Only if the data set covers only one country or sub-sets of a country (e.g. city) this element should take any other value. By default the template have the value "European". 
1215
** This metadata element _does not normally require editing._
1216
1217 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Continents, countries, sea regions of the world)
1218 119 Jose Rubio
1219
h4. XML encoding
1220
1221
<pre>
1222
<code class="xml">
1223 1 Andrei Meliş
<gmd:identificationInfo>
1224 23 Jose Rubio
	<gmd:MD_DataIdentification>
1225
                    <!-- [.....................] -->
1226 126 Jose Rubio
			             <gmd:descriptiveKeywords>
1227 23 Jose Rubio
            <gmd:MD_Keywords>
1228
               <gmd:keyword>
1229 126 Jose Rubio
                  <gco:CharacterString>EU28</gco:CharacterString>
1230 23 Jose Rubio
               </gmd:keyword>
1231
               <gmd:keyword>
1232 126 Jose Rubio
                  <gco:CharacterString>Montenegro</gco:CharacterString>
1233 1 Andrei Meliş
               </gmd:keyword>
1234 23 Jose Rubio
               <gmd:keyword>
1235 126 Jose Rubio
                  <gco:CharacterString>Albania</gco:CharacterString>
1236 23 Jose Rubio
               </gmd:keyword>
1237
               <gmd:keyword>
1238 119 Jose Rubio
                  <gco:CharacterString>North Macedonia</gco:CharacterString>
1239 1 Andrei Meliş
               </gmd:keyword>
1240
               <gmd:keyword>
1241 126 Jose Rubio
                  <gco:CharacterString>Bosnia and Herzegovina</gco:CharacterString>
1242 23 Jose Rubio
               </gmd:keyword>
1243
               <gmd:keyword>
1244 126 Jose Rubio
                  <gco:CharacterString>Serbia</gco:CharacterString>
1245 23 Jose Rubio
               </gmd:keyword>
1246
               <gmd:keyword>
1247 126 Jose Rubio
                  <gco:CharacterString>EFTA4</gco:CharacterString>
1248 23 Jose Rubio
               </gmd:keyword>
1249 1 Andrei Meliş
               <gmd:keyword>
1250 126 Jose Rubio
                  <gco:CharacterString>Kosovo</gco:CharacterString>
1251 1 Andrei Meliş
               </gmd:keyword>
1252
               <gmd:type>
1253 119 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1254 1 Andrei Meliş
                                          codeListValue="place"/>
1255 23 Jose Rubio
               </gmd:type>
1256 1 Andrei Meliş
               <gmd:thesaurusName>
1257
                  <gmd:CI_Citation>
1258
                     <gmd:title>
1259
                        <gco:CharacterString>Continents, countries, sea regions of the world.</gco:CharacterString>
1260
                     </gmd:title>
1261
                     <gmd:date>
1262
                        <gmd:CI_Date>
1263
                           <gmd:date>
1264
                              <gco:Date>2015-07-17</gco:Date>
1265 23 Jose Rubio
                           </gmd:date>
1266 1 Andrei Meliş
                           <gmd:dateType>
1267 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1268 1 Andrei Meliş
                                                   codeListValue="publication"/>
1269 94 Jose Rubio
                           </gmd:dateType>
1270
                        </gmd:CI_Date>
1271
                     </gmd:date>
1272
                     <gmd:identifier>
1273 1 Andrei Meliş
                        <gmd:MD_Identifier>
1274
                           <gmd:code>
1275 119 Jose Rubio
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/catalogue/srv/eng/thesaurus.download?ref=external.place.regions">geonetwork.thesaurus.external.place.regions</gmx:Anchor>
1276 94 Jose Rubio
                           </gmd:code>
1277
                        </gmd:MD_Identifier>
1278
                     </gmd:identifier>
1279
                  </gmd:CI_Citation>
1280 1 Andrei Meliş
               </gmd:thesaurusName>
1281
            </gmd:MD_Keywords>
1282 94 Jose Rubio
         </gmd:descriptiveKeywords>
1283
                    <!-- [.....................] -->
1284
	</gmd:MD_DataIdentification>
1285
</gmd:identificationInfo>
1286
</code></pre>
1287
1288
h4. References
1289
1290 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1291
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1292 94 Jose Rubio
1293
h4. Status in EEA metadata
1294 1 Andrei Meliş
1295 119 Jose Rubio
 *Mandatory*
1296 1 Andrei Meliş
1297 94 Jose Rubio
h4. Important notes
1298 1 Andrei Meliş
1299 119 Jose Rubio
** The descriptive keyword element provides keywords which describe the data set, along with their type and the reference source (thesaurus). This particular element is used to describe the intended spatial coverage of a data set in text form.
1300 94 Jose Rubio
** Where appropriate, codes such as [[country_codes|EEA32, EU27, EU28, EFTA4]] should be used instead of listing all Member States.
1301 119 Jose Rubio
** The thesaurus title "Continents, countries, sea regions of the world." and date information (dateTypeCode "publication" and date "2015-07-17") shall not be modified. 
1302 94 Jose Rubio
** This metadata element _requires editing._
1303
1304 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Temporal resolution of the data set)
1305 94 Jose Rubio
1306 1 Andrei Meliş
h4. XML encoding
1307 94 Jose Rubio
1308
<pre>
1309
<code class="xml">
1310
  <gmd:descriptiveKeywords xmlns:srv="http://www.isotc211.org/2005/srv"
1311
                                  xmlns:gmx="http://www.isotc211.org/2005/gmx">
1312
            <gmd:MD_Keywords>
1313
               <gmd:keyword>
1314
                  <gco:CharacterString>Biannually</gco:CharacterString>
1315
               </gmd:keyword>
1316 1 Andrei Meliş
               <gmd:type>
1317
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_KeywordTypeCode"
1318 94 Jose Rubio
                                          codeListValue="temporal"/>
1319
               </gmd:type>
1320
               <gmd:thesaurusName>
1321
                  <gmd:CI_Citation>
1322
                     <gmd:title>
1323
                        <gco:CharacterString>Temporal resolution</gco:CharacterString>
1324 1 Andrei Meliş
                     </gmd:title>
1325 94 Jose Rubio
                     <gmd:date>
1326
                        <gmd:CI_Date>
1327
                           <gmd:date>
1328
                              <gco:Date>2017-11-07</gco:Date>
1329
                           </gmd:date>
1330
                           <gmd:dateType>
1331
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
1332
                                                   codeListValue="publication"/>
1333
                           </gmd:dateType>
1334
                        </gmd:CI_Date>
1335
                     </gmd:date>
1336
                     <gmd:identifier>
1337
                        <gmd:MD_Identifier>
1338
                           <gmd:code>
1339 1 Andrei Meliş
                              <gmx:Anchor xlink:href="https://galliwasp.eea.europa.eu/editor-catalogue/srv/eng/thesaurus.download?ref=local.temporal.temporal-update">geonetwork.thesaurus.local.temporal.temporal-update</gmx:Anchor>
1340 60 Jose Rubio
                           </gmd:code>
1341 23 Jose Rubio
                        </gmd:MD_Identifier>
1342 1 Andrei Meliş
                     </gmd:identifier>
1343
                  </gmd:CI_Citation>
1344
               </gmd:thesaurusName>
1345
            </gmd:MD_Keywords>
1346 23 Jose Rubio
         </gmd:descriptiveKeywords>
1347
</code></pre>
1348 118 Ibolya Bunda
1349 23 Jose Rubio
h4. References
1350
1351 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
1352 23 Jose Rubio
|ISO19115:2003|||
1353
1354
h4. Status in EEA metadata
1355
1356 119 Jose Rubio
  *Conditional*: only for those data sets which belong to a time series
1357 23 Jose Rubio
1358
h4. Important notes
1359
1360 1 Andrei Meliş
** Temporal resolution is a metadata element introduced in the ISO 19115-1:2014 (Geographic Information -- Metadata -- Part 1: Fundamentals)
1361
** ISO 19115-1 refers to Temporal Resolution as the smallest resolvable temporal period in a resource. Springer defines temporal resolution as the amount of time needed to revisit and acquire data for the exact same location. When applied to remote sensing, this amount of time depends on the orbital characteristics of the sensor platform as well as sensor characteristics. 
1362
** As the EEA Catalogue has not yet implemented the standard ISO 19115-1, the information will be provided as a keyword to be selected from an already existing ISO Codelist (MaintenanceFrequencyCode).
1363 119 Jose Rubio
** This element is to added only when data sets belong to a time series. 
1364 1 Andrei Meliş
** The example above is *not included* in the metadata file used in these guidelines. 
1365
** _This metadata element *requires editing.*_
1366
1367 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/resourceConstraints/*/useConstraints
1368 1 Andrei Meliş
1369
h4. XML encoding
1370
1371
<pre>
1372 23 Jose Rubio
<code class="xml">
1373
<gmd:identificationInfo>
1374
	<gmd:MD_DataIdentification>
1375 1 Andrei Meliş
                      <!-- [.....................] -->
1376 127 Jose Rubio
	        <gmd:resourceConstraints>
1377 1 Andrei Meliş
            <gmd:MD_LegalConstraints>
1378 119 Jose Rubio
               <gmd:useConstraints>
1379
                  <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
1380 1 Andrei Meliş
                                          codeListValue="otherRestrictions"/>
1381 119 Jose Rubio
               </gmd:useConstraints>
1382 1 Andrei Meliş
               <gmd:otherConstraints>
1383 119 Jose Rubio
                  <gco:CharacterString>EEA standard re-use policy: unless otherwise indicated, re-use of content on the EEA website for commercial or non-commercial purposes is permitted free of charge, provided that the source is acknowledged (http://www.eea.europa.eu/legal/copyright). Copyright holder: European Environment Agency (EEA), Estonian Environmental Register 01.01.2019, ©Finnish Environment Institute, 2018.</gco:CharacterString>
1384 1 Andrei Meliş
               </gmd:otherConstraints>
1385
            </gmd:MD_LegalConstraints>
1386
         </gmd:resourceConstraints>
1387
                      <!-- [.....................] -->
1388
	<gmd:MD_DataIdentification>
1389
<gmd:identificationInfo>
1390
</code></pre>
1391
1392
h4. References
1393
1394 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.21 p114|Mandatory (either using useConstraints or accessConstraints) |
1395
|ISO19115:2003|B.2.2.1 p40 (MD_Constraints data type in B.2.3 p46)|Optional|
1396 87 Jose Rubio
1397 1 Andrei Meliş
h4. Status in EEA metadata
1398 87 Jose Rubio
1399
  *Mandatory*
1400
1401 1 Andrei Meliş
h4. Important notes
1402
1403 119 Jose Rubio
** This element shall reflect the constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations of warnings on using the resource or metadata. 
1404
** This metadata section shall be used to describe the Conditions applying to access and use as described in the INSPIRE Metadata Regulation. 
1405
** This section shall include a combination of an instance of “use Constraints” element with the value of “Other Constraints” and at least one instance of “Other Constraints” element pointing to one value of the INSPIRE code list ConditionsApplyingToAccessAndUse (link http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse) or to a free text element describing the terms and conditions, including where applicable the corresponding fees or an URL pointing to an online resource where these conditions are described. 
1406
** For data sets covered by the standard EEA access and use conditions, the following text shall be used: "EEA standard re-use policy: unless otherwise indicated, re-use of content on the EEA website for commercial or non-commercial purposes is permitted free of charge, provided that the source is acknowledged (http://www.eea.europa.eu/legal/copyright). Copyright holder: European Environment Agency (EEA)." 
1407
** For data sets which are not covered by the EEA standard re-use policy, please make sure that this element reflects the terms and conditions applicable. In case of doubt, please contact the SDI team. 
1408 1 Andrei Meliş
1409 119 Jose Rubio
** _This metadata element *requires editing.*_
1410
1411
h2. MD_Metadata/identificationInfo/*/resourceConstraints/*/accessConstraints
1412
1413
h4. XML encoding
1414
1415 1 Andrei Meliş
<pre>
1416
<code class="xml">
1417
<gmd:identificationInfo>
1418
	<gmd:MD_DataIdentification>
1419 129 Jose Rubio
                      <!-- [.....................] -->
1420 119 Jose Rubio
         <gmd:resourceConstraints>
1421
            <gmd:MD_LegalConstraints>
1422
               <gmd:accessConstraints>
1423
                  <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
1424
                                          codeListValue="otherRestrictions"/>
1425
               </gmd:accessConstraints>
1426
               <gmd:otherConstraints>
1427
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations">no limitations to public access</gmx:Anchor>
1428
               </gmd:otherConstraints>
1429
            </gmd:MD_LegalConstraints>
1430
         </gmd:resourceConstraints>
1431 129 Jose Rubio
                   <!-- [.....................] -->
1432 87 Jose Rubio
	<gmd:MD_DataIdentification>
1433
<gmd:identificationInfo>
1434 1 Andrei Meliş
</code></pre>
1435
1436 119 Jose Rubio
h4. References
1437
1438
|INSPIRE Metadata TG v2.0|C.2.22 p117|Conditional|
1439
|ISO19115:2003|B.2.2.1 p40 (MD_Constraints data type in B.2.3 p46)|Optional|
1440
1441
h4. Status in EEA metadata
1442
1443
  *Mandatory*
1444
1445
h4. Important notes
1446
1447
** This element shall reflect the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource or metadata. 
1448
** This metadata section is used to describe Limitations on Public Access as described in the INSPIRE Metadata Regulation. 
1449
** This section shall include a combination of an instance of “access Constraints” element with the value of “Other Constraints” and at least one instance of “Other Constraints” element pointing to one value of the INSPIRE code list LimitationsOnPublicAccess (link http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess). 
1450
** For data sets falling under EEA standard data policy, the value selected here shall be “no limitations to public access”. For data sets under different access limitations, select the appropriate value from the list (also available through the SDI Editor). In case of doubt, please contact the SDI team. 
1451
1452 1 Andrei Meliş
** _This metadata element *requires editing.*_
1453
1454 132 Jose Rubio
h2. MD_Metadata/identificationInfo/*/aggregationInfo (revision of an existing resource)
1455 23 Jose Rubio
1456 1 Andrei Meliş
h4. XML encoding
1457
1458
<pre>
1459
<code class="xml">
1460 131 Jose Rubio
<gmd:identificationInfo>
1461
    <gmd:MD_DataIdentification>
1462
                      <!-- [.....................] -->
1463 130 Jose Rubio
      <gmd:aggregationInfo>
1464 1 Andrei Meliş
            <gmd:MD_AggregateInformation>
1465
               <gmd:aggregateDataSetIdentifier>
1466
                  <gmd:MD_Identifier>
1467
                     <gmd:code>
1468 119 Jose Rubio
                        <gco:CharacterString>03a69768-78ef-4d6b-afac-a5e323365101</gco:CharacterString>
1469 1 Andrei Meliş
                     </gmd:code>
1470
                  </gmd:MD_Identifier>
1471
               </gmd:aggregateDataSetIdentifier>
1472
               <gmd:associationType>
1473 119 Jose Rubio
                  <gmd:DS_AssociationTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#DS_AssociationTypeCode"
1474 1 Andrei Meliş
                                              codeListValue="revisionOf"/>
1475
               </gmd:associationType>
1476
            </gmd:MD_AggregateInformation>
1477
         </gmd:aggregationInfo>
1478 131 Jose Rubio
   <!-- [.....................] -->
1479
  </gmd:MD_DataIdentification>
1480
</gmd:identificationInfo>                  
1481 1 Andrei Meliş
</code></pre>
1482
1483
h4. References
1484
1485 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
1486 1 Andrei Meliş
|ISO19115:2003|Sec. B.2.2.7 p45|Optional|
1487
1488
h4. Status in EEA metadata
1489
1490 119 Jose Rubio
  *Conditional*: Only for data sets that are a revision of data sets referenced in the EEA SDI Catalogue
1491 1 Andrei Meliş
1492
h4. Important notes
1493
1494 119 Jose Rubio
** This metadata element allows the logical link between a data set metadata and the metadata of a data set with which the new resource is associated. While there are several association types, we are only going to consider the association type "RevisionOf" as defined in the codelist DS_AssociationTypeCode of ISO 19115-1. RevisionOf association describes the association of a resource with another resource of which the former is a revision. 
1495 1 Andrei Meliş
** This element should be added whenever the associated resource is available in the SDI.
1496 119 Jose Rubio
** While this association (with the corresponding UUID of the metadata) will be included by the SDI Team, it is recommended that during the registration the data steward points out to the data set in the SDI which this resource is a revision of (this shall be naturally reflected with the data set identifier "revision" component). 
1497 1 Andrei Meliş
** _This metadata element requires *editing by the SDI Team*._
1498
1499
h2. MD_Metadata/identificationInfo/*/spatialRepresentationType
1500
1501
h4. XML encoding
1502
1503
<pre>
1504
<code class="xml">
1505
<gmd:identificationInfo>
1506
	<gmd:MD_DataIdentification>
1507
                      <!-- [.....................] -->
1508 133 Jose Rubio
<gmd:spatialRepresentationType>
1509 119 Jose Rubio
            <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
1510 1 Andrei Meliş
                                                  codeListValue="vector"/>
1511
         </gmd:spatialRepresentationType>
1512
                      <!-- [.....................] -->
1513
	<gmd:MD_DataIdentification>
1514
<gmd:identificationInfo>
1515
</code></pre>
1516 27 Jose Rubio
1517 1 Andrei Meliş
h4. References
1518 62 Jose Rubio
1519 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C3.5 pp123|Mandatory|
1520
|ISO19115:2003|Sec. B.2.2.1 p40 (MD_SpatialRepresentationTypeCode codelist in B.5.26 p102)|Optional|
1521 1 Andrei Meliş
1522 23 Jose Rubio
1523
h4. Status in EEA metadata
1524 1 Andrei Meliş
1525 23 Jose Rubio
  *Mandatory*
1526
1527
1528
h4. Important notes
1529
1530 119 Jose Rubio
** This metadata element includes the method used to spatially represent geographic information. 
1531
** In the SDI, the spatial representation type must have one of these values (a subset of corresponding ISO code list "MD_SpatialRepresentationTypeCode"):
1532 1 Andrei Meliş
**** vector
1533
**** grid
1534
** _This metadata element *requires editing.*_
1535
1536
h2. MD_Metadata/identificationInfo/*/spatialResolution
1537
1538
h4. XML encoding
1539
1540 23 Jose Rubio
<pre>
1541 1 Andrei Meliş
<code class="xml">
1542
<gmd:identificationInfo>
1543
	<gmd:MD_DataIdentification>
1544
                      <!-- [.....................] -->
1545
	 <gmd:spatialResolution>
1546
            <gmd:MD_Resolution>
1547
               <gmd:equivalentScale>
1548
                  <gmd:MD_RepresentativeFraction>
1549
                     <gmd:denominator>
1550
                        <gco:Integer>100000</gco:Integer>
1551
                     </gmd:denominator>
1552
                  </gmd:MD_RepresentativeFraction>
1553
               </gmd:equivalentScale>
1554
            </gmd:MD_Resolution>
1555
         </gmd:spatialResolution>
1556
                      <!-- [.....................] -->
1557
	<gmd:MD_DataIdentification>
1558
<gmd:identificationInfo>
1559
</code></pre>
1560
1561
h4. References
1562
1563 119 Jose Rubio
|INSPIRE Metadata TG v2.0|Sec. 2.7.2 p44|Conditional (Mandatory if an equivalent scale or a resolution distance can be specified or there is a restriction on the spatial resolution in the service)|
1564
|ISO19115:2003|B.2.2.1 p40 (MD_Resolution in B.2.2.5 p44)|Optional|
1565 36 Jose Rubio
1566 38 Jose Rubio
h4. Status in EEA metadata
1567
1568 1 Andrei Meliş
  *Mandatory*
1569
1570
h4. Important notes
1571
1572 119 Jose Rubio
** This is a factor that provides a general understanding of the density of spatial data in the data set. It can be documented either by the equivalent scale (level of detail expressed at the scale denominator of a comparable hardcopy map or chart) or by a resolution distance (ground sample distance). 
1573 1 Andrei Meliş
** Although it is possible to specify several spatial resolutions, we require to have only one (smallest scale or coarsest resolution).
1574 119 Jose Rubio
** The example refers to a spatial resolution expressed as a scale of 1:100000. If we want to express a spatial resolution as a ground sampling distance of 100m, use the following example (unit expressed in @ML_gmxUom.xml#@*@m@*):
1575 1 Andrei Meliş
<pre>
1576
<code class="xml">
1577
<gmd:spatialResolution>
1578
	<gmd:MD_Resolution>
1579
		<gmd:distance>
1580
			<gco:Distance uom="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/uom/ML_gmxUom.xml#m">100</gco:Distance>
1581
		</gmd:distance>
1582
	</gmd:MD_Resolution>
1583
</gmd:spatialResolution>
1584
</code></pre>
1585
** In order to add some specific comments or description to the spatial resolution field, it is suggested to use the field *Supplemental Information* under "Identification Info" to add this information (as ISO 19115-3, which has a specific element for this, has not yet been implemented in the EEA Catalogue):
1586
<pre>
1587
<code class="xml">
1588
<gmd:identificationInfo>
1589
	<gmd:MD_DataIdentification>
1590
                      <!-- [.....................] -->
1591
<gmd:supplementalInformation>
1592
      <gco:CharacterString>Spatial Resolution information: The Minimum Mapping Width is 100 m</gco:CharacterString>
1593
</gmd:supplementalInformation>
1594
                      <!-- [.....................] -->
1595
	<gmd:MD_DataIdentification>
1596
<gmd:identificationInfo>
1597
</code></pre>
1598
1599
** _This metadata element *requires editing.*_
1600
1601
h2. MD_Metadata/identificationInfo/*/language
1602
1603
h4. XML encoding
1604
1605
<pre>
1606
<code class="xml">
1607 38 Jose Rubio
<gmd:identificationInfo>
1608 36 Jose Rubio
	<gmd:MD_DataIdentification>
1609 1 Andrei Meliş
                      <!-- [.....................] -->
1610 119 Jose Rubio
          <gmd:language>
1611 36 Jose Rubio
            <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
1612 39 Jose Rubio
         </gmd:language>
1613
                      <!-- [.....................] -->
1614 1 Andrei Meliş
	<gmd:MD_DataIdentification>
1615
<gmd:identificationInfo>
1616 39 Jose Rubio
</code></pre>
1617 36 Jose Rubio
1618 1 Andrei Meliş
h4. References
1619 36 Jose Rubio
1620 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.7 p106|Conditional (Mandatory if the resource includes textual information)|
1621
|ISO19115:2003|B.2.2.1 p40|Mandatory|
1622 1 Andrei Meliş
1623
h4. Status in EEA metadata
1624
1625
  *Mandatory*
1626
1627
1628
h4. Important notes
1629
1630 119 Jose Rubio
** Language(s) used within the data sets. 
1631
** This element should refer to the alpha-3 codes of the ISO 639-2. 
1632
** By default all EEA resources are codified with "eng".  
1633 1 Andrei Meliş
** _This metadata element does not require any editing._
1634
1635
h2. MD_Metadata/identificationInfo/*/topicCategory
1636
1637
h4. XML encoding
1638
1639
<pre>
1640
<code class="xml">
1641
<gmd:identificationInfo>
1642
	<gmd:MD_DataIdentification>
1643
                      <!-- [.....................] -->
1644 119 Jose Rubio
  <gmd:topicCategory>
1645
            <gmd:MD_TopicCategoryCode>environment</gmd:MD_TopicCategoryCode>
1646
         </gmd:topicCategory>
1647 1 Andrei Meliş
                      <!-- [.....................] -->
1648
	<gmd:MD_DataIdentification>
1649
<gmd:identificationInfo>
1650
</code></pre>
1651
1652
1653
h4. References
1654
1655 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.8 p106|Mandatory|
1656
|ISO19115:2003|B.2.2.1 p40 (MD_TopicCategoryCode codelist in B.5.27 p102)|Conditional (Mandatory for data sets)|
1657 1 Andrei Meliş
1658
h4. Status in EEA metadata
1659
1660
  *Mandatory*
1661
1662
h4. Important notes
1663 27 Jose Rubio
1664 119 Jose Rubio
** This element reflects the main theme(s) of the data set. 
1665
** The current example indicates that the data set belongs to one topic: "environment". There may be more than one topic category (there must be one per @topicCategory@ metadata element). 
1666
** The topic categories shall be taken in the following list which is also available in the EEA metadata editor. This is a high-level classification scheme defined in MD_TopicCategoryCode (B.5.27) of ISO 19115 and then used as well in the "Part D 2 of the INSPIRE Metadata Regulation 1205/2008/EC":http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2008:326:0012:0030:EN:PDF, available in http://inspire.ec.europa.eu/metadata-codelist/TopicCategory:
1667 1 Andrei Meliş
**** farming
1668
**** biota
1669
**** boundaries
1670
**** climatologyMeteorologyAtmosphere
1671
**** economy
1672 23 Jose Rubio
**** elevation
1673
**** environment
1674
**** geoscientificInformation
1675 1 Andrei Meliş
**** health
1676
**** imageryBaseMapsEarthCover
1677
**** intelligenceMilitary
1678
**** inlandWaters
1679
**** location
1680
**** oceans
1681
**** planningCadastre
1682
**** society
1683 23 Jose Rubio
**** structure
1684 1 Andrei Meliş
**** transportation
1685
**** utilitiesCommunication
1686
** _This metadata element *requires editing.*_
1687
1688 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/extent/*/geographicElement (Geographic Bounding Box)
1689 1 Andrei Meliş
1690
h4. XML encoding
1691
1692
<pre>
1693
<code class="xml">
1694
<gmd:identificationInfo>
1695
	<gmd:MD_DataIdentification>
1696
                      <!-- [.....................] -->
1697 119 Jose Rubio
  <gmd:extent>
1698 27 Jose Rubio
            <gmd:EX_Extent>
1699 1 Andrei Meliş
               <gmd:geographicElement>
1700 64 Jose Rubio
                  <gmd:EX_GeographicBoundingBox>
1701 1 Andrei Meliş
                     <gmd:westBoundLongitude>
1702 119 Jose Rubio
                        <gco:Decimal>-64.50</gco:Decimal>
1703 1 Andrei Meliş
                     </gmd:westBoundLongitude>
1704
                     <gmd:eastBoundLongitude>
1705 119 Jose Rubio
                        <gco:Decimal>78.50</gco:Decimal>
1706 1 Andrei Meliş
                     </gmd:eastBoundLongitude>
1707
                     <gmd:southBoundLatitude>
1708 119 Jose Rubio
                        <gco:Decimal>-50.00</gco:Decimal>
1709 1 Andrei Meliş
                     </gmd:southBoundLatitude>
1710
                     <gmd:northBoundLatitude>
1711 119 Jose Rubio
                        <gco:Decimal>84.50</gco:Decimal>
1712 1 Andrei Meliş
                     </gmd:northBoundLatitude>
1713
                  </gmd:EX_GeographicBoundingBox>
1714
               </gmd:geographicElement>
1715
            </gmd:EX_Extent>
1716
         </gmd:extent>
1717
                      <!-- [.....................] -->
1718 23 Jose Rubio
	<gmd:MD_DataIdentification>
1719 1 Andrei Meliş
<gmd:identificationInfo>
1720
</code></pre>
1721
1722
h4. References
1723
1724 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.12 p109|Mandatory|
1725
|ISO19115:2003|B.2.2.1 p42 (EX_GeographicExtent in B.3.1.2 p82 modified in ISO 19115:2003/Cor.1:2006)|Conditional (Mandatory if no temporalElement or verticalElement is provided)|
1726 1 Andrei Meliş
1727
h4. Status in EEA metadata
1728
1729
  *Mandatory*
1730 23 Jose Rubio
1731 64 Jose Rubio
h4. Important notes
1732 1 Andrei Meliş
1733 119 Jose Rubio
** This is the actual geographic extent of the resource, represented by the minimum rectangle which encompasses all features in the data set. 
1734
** Coordinates are expressed in *decimal degrees* with positive east and north, with a *precision of 2 decimals* .
1735 1 Andrei Meliş
** When rounding up decimal values, make sure to do it in such a way that the bounding box gets larger and not smaller:
1736
**** @westBoundLongitude = -33.90432@ rounded up to two decimals becomes @westBoundLongitude = -33.91@
1737
**** @westBoundLongitude = 3.4262@ rounded up to two decimals becomes @westBoundLongitude = 3.42@
1738
**** @eastBoundLongitude = 38.1471@ rounded up to two decimals becomes @eastBoundLongitude = 38.15@
1739
**** @eastBoundLongitude = -1.2156@ rounded up to two decimals becomes @eastBoundLongitude = -1.21@
1740 119 Jose Rubio
**** same principle applies by analogy for north and south latitudes.
1741
** The coordinates of the bounding boxes shall be expressed in any geodetic coordinate reference system with the Greenwich Prime Meridian. In the SDI the bounding box is encoded in *WGS84 (EPSG:4326)* . 
1742
** For data sets including overseas territories, it is advised to split the overall geographic extend into several bounding boxes.
1743 1 Andrei Meliş
** _This metadata element *requires editing.*_
1744
1745 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/extent/*/temporalElement (Temporal Extent)
1746 1 Andrei Meliş
1747
h4. XML encoding
1748
1749
<pre>
1750
<code class="xml">
1751
<gmd:identificationInfo>
1752
	<gmd:MD_DataIdentification>
1753 27 Jose Rubio
                      <!-- [.....................] -->
1754 119 Jose Rubio
		 <gmd:extent>
1755 65 Jose Rubio
            <gmd:EX_Extent>
1756 1 Andrei Meliş
               <gmd:temporalElement>
1757 23 Jose Rubio
                  <gmd:EX_TemporalExtent>
1758 1 Andrei Meliş
                     <gmd:extent>
1759 119 Jose Rubio
                        <gml:TimePeriod gml:id="d28e322a1049886">
1760
                           <gml:beginPosition>2018-01-01</gml:beginPosition>
1761
                           <gml:endPosition>2019-03-15</gml:endPosition>
1762 23 Jose Rubio
                        </gml:TimePeriod>
1763
                     </gmd:extent>
1764
                  </gmd:EX_TemporalExtent>
1765
               </gmd:temporalElement>
1766
            </gmd:EX_Extent>
1767
         </gmd:extent>
1768
	<gmd:MD_DataIdentification>
1769
<gmd:identificationInfo>
1770
</code></pre>
1771
1772
h4. References
1773
1774 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.13 p110|Conditional (at least one temporal reference must be provided: temporal extent, date of creation, publication or last revision)|
1775
|ISO19115:2003|B.2.2.1 p42 (Ex_TemporalExtent in B.3.1.3 p84)|Conditional (Mandatory if no geographicElement or verticalElement provided)|
1776 23 Jose Rubio
1777
h4. Status in EEA metadata
1778
1779
  *Mandatory*
1780
1781
1782 1 Andrei Meliş
h4. Important notes
1783
1784 119 Jose Rubio
** This element describes the time period (date and time) covered by the content of the data set.
1785
** When the data set refers to a (specific) full year, _Begin Date_ should be set to 1st January of that year and _End Date_ should be set to 31st December of that year. 
1786 1 Andrei Meliş
** In case a time should be specified in addition to a date, time should be expressed as GMT and the following format should be used: @1977-03-10T11:45:30@
1787
** For time series with today as end date, the @<gml:TimePeriod>...</gml:TimePeriod>@ element should contain:
1788
    <pre>
1789
<code class="xml">
1790 23 Jose Rubio
		<gml:begin>
1791 1 Andrei Meliş
		  <gml:TimeInstant gml:id="tstart">
1792
		    <gml:timePosition>2011-04-01T00:00:00</gml:timePosition>
1793
		  </gml:TimeInstant>
1794
		</gml:begin>
1795
		<gml:end>
1796
		  <gml:TimeInstant gml:id="tend">
1797
		    <gml:timePosition indeterminatePosition="now"/>
1798
		  </gml:TimeInstant>
1799
		</gml:end>
1800
</code></pre>
1801
** _This metadata element *requires editing.*_
1802 23 Jose Rubio
1803
h2. MD_Metadata/identificationInfo/*/supplementalInformation 
1804 1 Andrei Meliş
1805
h4. XML encoding
1806
1807
    <pre>
1808
<code class="xml">
1809
<gmd:identificationInfo>
1810 23 Jose Rubio
	<gmd:MD_DataIdentification>
1811
                      <!-- [.....................] -->
1812 1 Andrei Meliş
                <gmd:supplementalInformation>
1813
                       <gco:CharacterString>Spatial Resolution information: The Minimum Mapping Width is 100 m</gco:CharacterString>
1814 27 Jose Rubio
                </gmd:supplementalInformation>
1815 1 Andrei Meliş
         <gmd:MD_DataIdentification>
1816 67 Jose Rubio
<gmd:identificationInfo>
1817 23 Jose Rubio
1818
</code></pre>
1819 1 Andrei Meliş
1820
h4. References
1821
1822 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.3 p137|Optional|
1823
|ISO19115:2003|B.2.2.1 p42 |Optional|
1824 23 Jose Rubio
1825
h4. Status in EEA metadata
1826
1827
  *Optional*
1828
1829
h4. Important notes
1830
1831 119 Jose Rubio
** This element is in principle used to include any other descriptive information about the data set. 
1832
** This element is used in the EEA metadata profile to include additional information on the spatial resolution of the data sets (e.g. minimum mapping width) as ISO 19115:2003 does not allow to include additional information linked to the spatial resolution element. 
1833 23 Jose Rubio
** This is only optional and will be included by the SDI Team. This is not included in the XML provided as example in this website. 
1834
** _This metadata element requires *editing by the SDI Team*._
1835
1836
h2. MD_Metadata/distributionInfo/*/distributionFormat
1837
1838
h4. XML encoding
1839
1840 1 Andrei Meliş
<pre>
1841
<code class="xml">
1842
<gmd:distributionInfo>
1843
	<gmd:MD_Distribution>
1844
	 <gmd:distributionFormat>
1845 119 Jose Rubio
   <gmd:distributionInfo>
1846
      <gmd:MD_Distribution>
1847
         <gmd:distributionFormat xmlns:che="http://www.geocat.ch/2008/che">
1848 1 Andrei Meliş
            <gmd:MD_Format>
1849
               <gmd:name>
1850 119 Jose Rubio
                  <gco:CharacterString>PGeo</gco:CharacterString>
1851 1 Andrei Meliş
               </gmd:name>
1852
               <gmd:version>
1853
                  <gco:CharacterString>1</gco:CharacterString>
1854
               </gmd:version>
1855
            </gmd:MD_Format>
1856
         </gmd:distributionFormat>
1857 119 Jose Rubio
         <gmd:distributionFormat xmlns:che="http://www.geocat.ch/2008/che">
1858 1 Andrei Meliş
            <gmd:MD_Format>
1859
               <gmd:name>
1860 119 Jose Rubio
                  <gco:CharacterString>Geopackage</gco:CharacterString>
1861 1 Andrei Meliş
               </gmd:name>
1862
               <gmd:version>
1863
                  <gco:CharacterString>1</gco:CharacterString>
1864
               </gmd:version>
1865
            </gmd:MD_Format>
1866
         </gmd:distributionFormat>
1867
                      <!-- [.....................] -->
1868
	</gmd:MD_Distribution>
1869
</gmd:distributionInfo>
1870
</code></pre>
1871
1872
h4. References
1873
1874 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.3.3 p122|Mandatory|
1875
|ISO19115:2003|B.2.10.1 p73 (MD_Format in B.2.10.4 p75)|Conditional|
1876 1 Andrei Meliş
1877
h4. Status in EEA metadata
1878 110 Jose Rubio
1879
  *Mandatory*
1880
1881
h4. Important notes
1882
1883 119 Jose Rubio
** This element describes the computer language construct(s) specifying the representation of data objects in a record, file, message, store device or transmission channel. 
1884 110 Jose Rubio
** The format in which the resource is stored and distributed should be expressed using a code from this list which is derived from the codes used by the libraries GDAL and OGR (if a format is missing, contact SDI Team):
1885
1886
**** Raster
1887
1888
    |AAIGrid|Arc/Info ASCII Grid|
1889
    |AIG|Arc/Info Binary Grid (.adf)|
1890 135 Jose Rubio
    |BIL|Binary interleaved (.BIL)|
1891 110 Jose Rubio
    |CEOS|CEOS format (used by some satellite image providers)|
1892
    |DIMAP|DIMAP format (used by some satellite image providers)|
1893
    |ECW|ERMapper Compressed Wavelets (.ecw)|
1894
    |EHdr|ESRI .hdr Labelled|
1895
    |ENVI|ENVI .hdr Labelled Raster|
1896
    |GRASS|GRASS Rasters|
1897
    |GTiff|TIFF / [[BigTIFF]] / [[GeoTIFF]] (if no georeferencing information is available in the TIFF file itself, an ESRI world file [.tfw] must be present)|
1898
    |HDF|Hierarchical Data Format Release (specify the version number [4 or 5] in the metadata element _version_)|
1899
    |HFA|Erdas Imagine (.img)|
1900
    |LAN|Erdas 7.x .LAN and .GIS|
1901
    |MrSID|Multi-resolution Seamless Image Database|
1902
    |netCDF|NetCDF|
1903
    |XYZ|ASCII Gridded XYZ|
1904
1905
**** Vector
1906
1907
    |AVCBin|Arc/Info Binary Coverage|
1908
    |AVCE00|Arc/Info .E00 (ASCII) Coverage|
1909
    |CSV|Comma Separated Value (.csv)|
1910
    |FGeo|ESRI File GeoDatabase|
1911 111 Jose Rubio
    |GML|Geography Markup Language|
1912 112 Jose Rubio
    |GRASS|GRASS vector|
1913 110 Jose Rubio
    |KML|Keyhole Markup Language|
1914 27 Jose Rubio
    |MIF|!MapInfo File|
1915 1 Andrei Meliş
    |PGeo|ESRI Personal GeoDatabase|
1916 68 Jose Rubio
    |SHP|ESRI Shapefile|
1917 23 Jose Rubio
    |Postgis|Postgresql/Postgis database|
1918 1 Andrei Meliş
    |Spatialite|SQLite/SpatiaLite database|
1919
1920
** We remind that use of unpublished formats should be avoided as much as possible to ensure the best possible interoperability.
1921 119 Jose Rubio
** The format version is a mandatory value. 
1922 23 Jose Rubio
** _This metadata element *requires editing.*_
1923
1924
h2. MD_Metadata/distributionInfo/*/transferOptions
1925
1926
h4. XML encoding
1927
1928
<pre>
1929
<code class="xml">
1930
<gmd:distributionInfo>
1931
	<gmd:MD_Distribution>
1932
                      <!-- [.....................] -->
1933 119 Jose Rubio
 <gmd:transferOptions>
1934 23 Jose Rubio
            <gmd:MD_DigitalTransferOptions>
1935
               <gmd:onLine>
1936
                  <gmd:CI_OnlineResource>
1937
                     <gmd:linkage>
1938 119 Jose Rubio
                        <gmd:URL>https://www.eea.europa.eu/data-and-maps/data/nationally-designated-areas-national-cdda-14</gmd:URL>
1939 23 Jose Rubio
                     </gmd:linkage>
1940
                     <gmd:protocol>
1941
                        <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
1942 1 Andrei Meliş
                     </gmd:protocol>
1943
                     <gmd:function>
1944 119 Jose Rubio
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
1945 1 Andrei Meliş
                                                   codeListValue="download"/>
1946
                     </gmd:function>
1947
                  </gmd:CI_OnlineResource>
1948
               </gmd:onLine>
1949 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
1950 23 Jose Rubio
                  <gmd:CI_OnlineResource>
1951 1 Andrei Meliş
                     <gmd:linkage>
1952 119 Jose Rubio
                        <gmd:URL>/continental/europe/natural_areas/cdda/eea_v_3035_100_k_cdda-poly_p_2018-2019_v17_r00/3035_Europe_gdb/CDDA_2019_v01_public_EuropeEPSG3035_gdb.zip</gmd:URL>
1953 1 Andrei Meliş
                     </gmd:linkage>
1954
                     <gmd:protocol>
1955
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
1956
                     </gmd:protocol>
1957
                     <gmd:name>
1958 119 Jose Rubio
                        <gco:CharacterString>3035_Europe_gdb</gco:CharacterString>
1959 1 Andrei Meliş
                     </gmd:name>
1960 119 Jose Rubio
                     <gmd:function>
1961
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
1962
                                                   codeListValue="download"/>
1963
                     </gmd:function>
1964 1 Andrei Meliş
                  </gmd:CI_OnlineResource>
1965
               </gmd:onLine>
1966 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
1967 1 Andrei Meliş
                  <gmd:CI_OnlineResource>
1968
                     <gmd:linkage>
1969 119 Jose Rubio
                        <gmd:URL>/continental/europe/natural_areas/cdda/eea_v_3035_100_k_cdda-poly_p_2018-2019_v17_r00/3035_Europe_gpkg/CDDA_2019_v01_public_EuropeEPSG3035_gpkg.zip</gmd:URL>
1970 1 Andrei Meliş
                     </gmd:linkage>
1971
                     <gmd:protocol>
1972
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
1973
                     </gmd:protocol>
1974
                     <gmd:name>
1975 119 Jose Rubio
                        <gco:CharacterString>3035_Europe_gpkg</gco:CharacterString>
1976 1 Andrei Meliş
                     </gmd:name>
1977 119 Jose Rubio
                     <gmd:function>
1978
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
1979
                                                   codeListValue="download"/>
1980
                     </gmd:function>
1981 1 Andrei Meliş
                  </gmd:CI_OnlineResource>
1982
               </gmd:onLine>
1983 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
1984 1 Andrei Meliş
                  <gmd:CI_OnlineResource>
1985
                     <gmd:linkage>
1986 119 Jose Rubio
                        <gmd:URL>/continental/europe/natural_areas/cdda/eea_v_3035_100_k_cdda-poly_p_2018-2019_v17_r00/4326_Full-Dataset_gdb/CDDA_2019_v01_public_gdb.zip</gmd:URL>
1987 1 Andrei Meliş
                     </gmd:linkage>
1988
                     <gmd:protocol>
1989 119 Jose Rubio
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
1990 1 Andrei Meliş
                     </gmd:protocol>
1991 119 Jose Rubio
                     <gmd:name>
1992
                        <gco:CharacterString>4326_Full-Dataset_gdb</gco:CharacterString>
1993 1 Andrei Meliş
                     </gmd:name>
1994
                     <gmd:function>
1995 119 Jose Rubio
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
1996
                                                   codeListValue="download"/>
1997 23 Jose Rubio
                     </gmd:function>
1998 1 Andrei Meliş
                  </gmd:CI_OnlineResource>
1999
               </gmd:onLine>
2000 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
2001 1 Andrei Meliş
                  <gmd:CI_OnlineResource>
2002 69 Jose Rubio
                     <gmd:linkage>
2003 119 Jose Rubio
                        <gmd:URL>/continental/europe/natural_areas/cdda/eea_v_3035_100_k_cdda-poly_p_2018-2019_v17_r00/4326_Full-Dataset_gpkg/CDDA_2019_v01_public_gpkg.zip</gmd:URL>
2004 1 Andrei Meliş
                     </gmd:linkage>
2005
                     <gmd:protocol>
2006 119 Jose Rubio
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
2007 1 Andrei Meliş
                     </gmd:protocol>
2008 119 Jose Rubio
                     <gmd:name>
2009
                        <gco:CharacterString>4326_Full-Dataset_gpkg</gco:CharacterString>
2010 23 Jose Rubio
                     </gmd:name>
2011
                     <gmd:function>
2012 119 Jose Rubio
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2013
                                                   codeListValue="download"/>
2014 23 Jose Rubio
                     </gmd:function>
2015
                  </gmd:CI_OnlineResource>
2016
               </gmd:onLine>
2017
            </gmd:MD_DigitalTransferOptions>
2018
         </gmd:transferOptions>
2019
	</gmd:MD_Distribution>
2020
</gmd:distributionInfo>
2021
</code></pre>
2022
2023
h4. References
2024
2025 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.4 p103|Conditional (Mandatory if a URL is available to obtain more information on the resources or related services)|
2026
|ISO19115:2003|Sec. B.2.10.1 p73 (MD:DigitalTransferOptions in B.2.10.2 p74)|Optional|
2027 23 Jose Rubio
2028
h4. Status in EEA metadata
2029
2030
  *Mandatory*
2031
2032
h4. Important notes
2033
2034 119 Jose Rubio
** This element provides information about the technical means and media by which a resource is obtained from the distributor. It should contain the location (address) for the on-line resource using a URL address or similar addressing scheme. 
2035
** If the data set has already been published, the link to the resource on the EEA website shall be provided in the _linkage_ element with @WWW:LINK-1.0-http--link@ as related _protocol_.
2036 23 Jose Rubio
** The (internal) filepath which needs to be used in order to access the resource shall be provided in the _linkage_ element with @EEA:FILEPATH@ as related _protocol_.
2037 137 Jose Rubio
** Link to the web map service: When available, please add the HTTPS link to the WMS GetCapabilities using @OGC:WMS@ protocol (see excerpt below not included in the example XML file):
2038 136 Jose Rubio
2039
<pre>
2040
<code class="xml">
2041
<gmd:distributionInfo>
2042
	<gmd:MD_Distribution>
2043
                      <!-- [.....................] -->
2044
 <gmd:transferOptions>
2045
            <gmd:MD_DigitalTransferOptions>
2046
   <!-- [.....................] -->
2047
               <gmd:onLine>
2048
                  <gmd:CI_OnlineResource>
2049
                     <gmd:linkage>
2050
                        <gmd:URL>https://land.discomap.eea.europa.eu/arcgis/services/Land/Season_Length_trend_days_per_year/ImageServer/WMSServer?request=GetCapabilities&amp;service=WMS</gmd:URL>
2051
                     </gmd:linkage>
2052
                     <gmd:protocol>
2053
                        <gco:CharacterString>OGC:WMS</gco:CharacterString>
2054
                     </gmd:protocol>
2055
                     <gmd:function>
2056
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2057
                                                   codeListValue="information"/>
2058
                     </gmd:function>
2059
                  </gmd:CI_OnlineResource>
2060
               </gmd:onLine>
2061
   <!-- [.....................] -->
2062
 </gmd:MD_DigitalTransferOptions>
2063
         </gmd:transferOptions>
2064
  <!-- [.....................] -->
2065
	<gmd:MD_Distribution>
2066
<gmd:distributionInfo>
2067
</code></pre>
2068
2069 137 Jose Rubio
** Link to rest web services: When available, please add the HTTPS link to the ESRI Rest service using the @ESRI:REST@ protocol (see excerpt below not included in the example XML file):
2070 136 Jose Rubio
2071
<pre>
2072
<code class="xml">
2073
<gmd:distributionInfo>
2074
	<gmd:MD_Distribution>
2075
                      <!-- [.....................] -->
2076
 <gmd:transferOptions>
2077
            <gmd:MD_DigitalTransferOptions>
2078
   <!-- [.....................] -->
2079
              <gmd:onLine>
2080
                  <gmd:CI_OnlineResource>
2081
                     <gmd:linkage>
2082
                        <gmd:URL>https://land.discomap.eea.europa.eu/arcgis/rest/services/Land/Season_Length_trend_days_per_year/ImageServer</gmd:URL>
2083
                     </gmd:linkage>
2084
                     <gmd:protocol>
2085
                        <gco:CharacterString>ESRI:REST</gco:CharacterString>
2086
                     </gmd:protocol>
2087
                     <gmd:function>
2088
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2089
                                                   codeListValue="information"/>
2090
                     </gmd:function>
2091
                  </gmd:CI_OnlineResource>
2092
               </gmd:onLine>
2093
   <!-- [.....................] -->
2094
 </gmd:MD_DigitalTransferOptions>
2095
         </gmd:transferOptions>
2096
  <!-- [.....................] -->
2097
	<gmd:MD_Distribution>
2098
<gmd:distributionInfo>
2099
</code></pre>
2100
2101 119 Jose Rubio
** This element is normally revised and completed by the SDI Team, adding as well the values of "name" and "function". The value of "function" is typically "download" if the data can be downloaded from the link or "information" if through that link users can only see or query the data set via a web service. 
2102
** For any additional link that needs to be provided please contact the SDI Team. 
2103 23 Jose Rubio
** _This metadata element *requires editing.*_
2104
2105 119 Jose Rubio
h2. MD_Metadata/dataQualityInfo/*/scope (Data Quality scope)
2106 23 Jose Rubio
2107
h4. XML encoding
2108
2109
<pre>
2110
<code class="xml">
2111
<gmd:dataQualityInfo>
2112
      <gmd:DQ_DataQuality>
2113 119 Jose Rubio
        <gmd:scope>
2114 23 Jose Rubio
            <gmd:DQ_Scope>
2115
               <gmd:level>
2116
                  <gmd:MD_ScopeCode codeListValue="dataset"
2117 119 Jose Rubio
                                    codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"/>
2118 23 Jose Rubio
               </gmd:level>
2119
            </gmd:DQ_Scope>
2120
         </gmd:scope>
2121 119 Jose Rubio
                                 <!-- [.....................] -->
2122
      </gmd:DQ_DataQuality>
2123
</gmd:dataQualityInfo>
2124
</code></pre>
2125
2126
2127
h4. References
2128
2129
|INSPIRE Metadata TG v2.0| TG Requirement 1.9 p44|Mandatory|
2130
|ISO19115:2003|B.2.4.1 p48 (DQ_Scope data type in B.2.4.5 p56)|Mandatory|
2131
2132
h4. Status in EEA metadata
2133
2134
  *Mandatory*
2135
2136
h4. Important notes
2137
2138
** This element is used to indicate the specific data to which the data quality information applies. 
2139
** The values of this element are taken from a code list "MD_ScopeCode", which is the same code list used for the element https://taskman.eionet.europa.eu/projects/public-docs/wiki/EEA_Metadata_Profile_v20#MD_MetadatahierarchyLevel.
2140
** We are so far only considering metadata for data sets and series. By default the value shall be "dataset", since the series metadata are produced by the SDI Team, in collaboration with the thematic experts. 
2141
** _This metadata element usually *does not require editing.*_
2142
2143
h2. MD_Metadata/dataQualityInfo/*/lineage
2144
2145
h4. XML encoding
2146
2147
<pre>
2148
<code class="xml">
2149
<gmd:dataQualityInfo>
2150
      <gmd:DQ_DataQuality>
2151
                     <!-- [.....................] -->
2152 23 Jose Rubio
         <gmd:lineage>
2153
            <gmd:LI_Lineage>
2154
               <gmd:statement>
2155 119 Jose Rubio
                  <gco:CharacterString>Production process will be explained in an update of the document CDDA_v16_2018.pdf available in the previous version of the data set. We are waiting for ETC/BD for this task but as we are able to publish much earlier than before because of the new reporting mechanism, the ETC/BD has not planned for the time to update the report right now. In the meantime, and for reference, the document CDDA_v16_2018.pdf corresponding to the earlier version is provided together with this data set.</gco:CharacterString>
2156 23 Jose Rubio
               </gmd:statement>
2157 119 Jose Rubio
                           <!-- [.....................] -->
2158 23 Jose Rubio
            </gmd:LI_Lineage>
2159
         </gmd:lineage>
2160 119 Jose Rubio
            <!-- [.....................] -->
2161 1 Andrei Meliş
      </gmd:DQ_DataQuality>
2162
</gmd:dataQualityInfo>
2163
</code></pre>
2164
2165
2166
h4. References
2167
2168 119 Jose Rubio
|INSPIRE Metadata TG v2.0| C.2.17 p112|Mandatory|
2169
|ISO19115:2003|B.2.4.1 p48 (see LI_Lineage in B.2.4.2 p 48)|Conditional (Mandatory if report is not provided)|
2170 1 Andrei Meliş
2171
h4. Status in EEA metadata
2172
2173
  *Mandatory*
2174
2175
h4. Important notes
2176
2177 119 Jose Rubio
** This element is used to provide a general explanation of the data producer's knowledge about the lineage of a data set. All relevant steps taken in order to create the data sets shall be described here (process history) while addressing version specificities where suitable. 
2178
** If too long, the statement can reference an already existing document made available together with the data set.
2179
** Source data sets referred to in the lineage statement, and available in the SDI, should be included in the metadata whenever possible, see [[Cataloguemetadata_guidelines#MD_MetadatadataQualityInfolineagesource|here]]. 
2180
** The overall quality of the data set should also be included in this metadata element.
2181 80 Jose Rubio
** _This metadata element *requires editing.*_
2182
2183 1 Andrei Meliş
h2. MD_Metadata/dataQualityInfo/*/lineage/*/source
2184
2185 27 Jose Rubio
h4. XML encoding
2186 1 Andrei Meliş
2187 70 Jose Rubio
<pre>
2188 16 Paul Hasenohr
<code class="xml">
2189 1 Andrei Meliş
  <gmd:DQ_DataQuality>
2190
      <gmd:lineage>
2191
         <gmd:LI_Lineage>
2192 23 Jose Rubio
            <gmd:statement>
2193
                  <!-- [.....................] -->
2194
            </gmd:statement>
2195 119 Jose Rubio
              <gmd:source uuidref="bbf83ca0-6d2f-4a0b-b8a7-4dcdc285beab"/>
2196 23 Jose Rubio
               <gmd:LI_Source/>
2197 1 Andrei Meliş
            </gmd:source>
2198
         </gmd:LI_Lineage>
2199
      </gmd:lineage>
2200
  </gmd:DQ_DataQuality>
2201
</code></pre>
2202
2203
h4. References
2204
2205 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.5 p139|Optional|
2206
|ISO19115:2003|B.2.4.2.1 p48 (LI_Source type in B.2.4.2.3 p50)|Conditional|
2207 23 Jose Rubio
2208
2209 1 Andrei Meliş
h4. Status in EEA metadata
2210
2211 119 Jose Rubio
  *Conditional*: Only for data sets which data set sources are referenced in the EEA SDI Catalogue
2212 1 Andrei Meliş
2213
h4. Important notes
2214
2215 119 Jose Rubio
** This element provides information about the source data used in creating the data specified by the scope. This metadata element allows the logical link between a data set metadata and the metadata of the corresponding source data set(s). 
2216
** When the source data set(s) used to generate the current data set are referenced in the EEA catalogue, their UUIDs should be listed as shown in the example above.
2217
** There must be as many <gmd:source>...</gmd:source> elements as there are of source data sets referenced (i.e. [0..n])
2218
** This value will be edited by the SDI Team. The data steward should however inform the SDI Team of the existence of a data set source in the SDI to which the new metadata should be linked to. 
2219 1 Andrei Meliş
** _This metadata element requires *editing by the SDI Team*._
2220
2221 119 Jose Rubio
h2. MD_Metadata/dataQualityInfo/*/report/*/result/*/specification
2222 23 Jose Rubio
2223
h4. XML encoding
2224 1 Andrei Meliş
2225
<pre>
2226
<code class="xml">
2227 99 Jose Rubio
         <gmd:report xmlns:gn="http://www.fao.org/geonetwork"
2228
                     xmlns:gmx="http://www.isotc211.org/2005/gmx"
2229 98 Jose Rubio
                     xmlns:srv="http://www.isotc211.org/2005/srv">
2230 83 Jose Rubio
            <gmd:DQ_DomainConsistency>
2231
               <gmd:result>
2232
                  <gmd:DQ_ConformanceResult>
2233
                     <gmd:specification>
2234
                        <gmd:CI_Citation>
2235
                           <gmd:title>
2236 23 Jose Rubio
                              <gco:CharacterString>Commission Regulation (EU) No 1089/2010 of 23 November 2010 implementing Directive 2007/2/EC of the European Parliament and of the Council as regards interoperability of spatial data sets and services</gco:CharacterString>
2237
                           </gmd:title>
2238 83 Jose Rubio
                           <gmd:date>
2239
                              <gmd:CI_Date>
2240
                                 <gmd:date>
2241
                                    <gco:Date>2010-12-08</gco:Date>
2242
                                 </gmd:date>
2243
                                 <gmd:dateType>
2244
                                    <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
2245
                                 </gmd:dateType>
2246
                              </gmd:CI_Date>
2247
                           </gmd:date>
2248
                        </gmd:CI_Citation>
2249
                     </gmd:specification>
2250 119 Jose Rubio
                                 <!-- [.....................] -->
2251
                  </gmd:DQ_ConformanceResult>
2252
               </gmd:result>
2253
            </gmd:DQ_DomainConsistency>
2254
         </gmd:report>
2255
</code></pre>
2256
2257
h4. References
2258
2259
|INSPIRE Metadata TG v2.0|C.2.19 p113|Mandatory|
2260
|ISO19115:2003|B.2.4 p 48 (DQ_Result in B.2.4.4 p55)|Conditional (Mandatory if lineage is not provided)|
2261
2262
2263
h4. Status in EEA metadata
2264
2265
  *Mandatory*
2266
2267
h4. Important notes
2268
2269
* This element includes the citation of product specification or user requirement against the data is evaluated. 
2270
* Any data set published in the EEA catalogue has to include at least a conformity statement with respect to the INSPIRE IR as regards interoperability of spatial data sets and services. The template provides already by default the values with whom to fill in the corresponding specification element: 
2271
> The *title* of the specification should be: _"COMMISSION REGULATION (EU) No 1089/2010 of 23 November 2010 implementing Directive 2007/2/EC of the European Parliament and of the Council as regards interoperability of spatial data sets and services"_
2272
> The *date* corresponding to this specification is: _"2010-12-08"_ with *dateType* _"publication"_
2273
* If a data set is produced or transformed according to an external specification that includes specific quality assurance procedures, the conformity with this specification should be documented using also this metadata element (although this is only optional in the EEA metadata profile). 
2274
* This metadata element requires *_editing_*.
2275
2276
h2. MD_Metadata/dataQualityInfo/*/report/*/result/*/explanation
2277
2278
h4. XML encoding
2279
2280
<pre>
2281
<code class="xml">
2282
         <gmd:report xmlns:gn="http://www.fao.org/geonetwork"
2283
                     xmlns:gmx="http://www.isotc211.org/2005/gmx"
2284
                     xmlns:srv="http://www.isotc211.org/2005/srv">
2285
            <gmd:DQ_DomainConsistency>
2286
               <gmd:result>
2287
                  <gmd:DQ_ConformanceResult>
2288
                       <!-- [.....................] -->
2289 83 Jose Rubio
                     <gmd:explanation>
2290 1 Andrei Meliş
                        <gco:CharacterString>See the referenced specification</gco:CharacterString>
2291
                     </gmd:explanation>
2292 119 Jose Rubio
                          <!-- [.....................] -->
2293 1 Andrei Meliş
                  </gmd:DQ_ConformanceResult>
2294
               </gmd:result>
2295
            </gmd:DQ_DomainConsistency>
2296
         </gmd:report>
2297 84 Jose Rubio
</code></pre>
2298
2299 85 Jose Rubio
h4. References
2300 84 Jose Rubio
2301 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
2302
|ISO19115:2003|B.2.4 p48 (DQ_Result in B.2.4.4 p55)|Conditional (Mandatory if lineage is not provided)|
2303 84 Jose Rubio
2304
2305
h4. Status in EEA metadata
2306
2307
  *Mandatory*
2308
2309
h4. Important notes
2310
2311 119 Jose Rubio
**  This metadata element informs about the meaning of conformance for this result. 
2312
** As any data set published in the EEA catalogue has to include at least a conformity statement with respect to the INSPIRE IR as regards interoperability of spatial data sets and services, this value needs to be filled in. 
2313
** The *explanation* by default is: _See the referenced specification_
2314
** The template provides already by default the values with whom to fill in this element. 
2315
** If a data set is produced or transformed according to an external specification that includes specific quality assurance procedures, the conformity with this specification should be documented using also this metadata element (although this is only optional in the EEA metadata profile). 
2316
** This metadata element normally *_does not require editing_*.
2317 84 Jose Rubio
2318 119 Jose Rubio
h2. MD_Metadata/dataQualityInfo/*/report/*/result/*/pass
2319
2320
h4. XML encoding
2321
2322
<pre>
2323
<code class="xml">
2324
         <gmd:report xmlns:gn="http://www.fao.org/geonetwork"
2325
                     xmlns:gmx="http://www.isotc211.org/2005/gmx"
2326
                     xmlns:srv="http://www.isotc211.org/2005/srv">
2327
            <gmd:DQ_DomainConsistency>
2328
               <gmd:result>
2329
                  <gmd:DQ_ConformanceResult>
2330
                                <!-- [.....................] -->
2331
                     <gmd:pass gco:nilReason="unknown"/>
2332
                  </gmd:DQ_ConformanceResult>
2333
               </gmd:result>
2334
            </gmd:DQ_DomainConsistency>
2335
         </gmd:report>
2336
</code></pre>
2337
2338
h4. References
2339
2340
|INSPIRE Metadata TG v2.0|C.2.20 p114|Mandatory|
2341
|ISO19115:2003|B.2.4 p48 (DQ_Result in B.2.4.4 p55)|Conditional (Mandatory if lineage is not provided)|
2342
2343
2344
h4. Status in EEA metadata
2345
2346
  *Mandatory*
2347
2348
h4. Important notes
2349
2350
* This metadata element provides an indication of the conformance result. 
2351
* Any data set published in the EEA catalogue has to include at least a conformity statement with respect to the INSPIRE IR as regards interoperability of spatial data sets and services.
2352
* Depending on whether the data set has been evaluated or not, and if evaluated, whether is conformant or not to the INSPIRE IR, the element <gmd:pass> will have to be edited accordingly. The only possible values are:
2353 1 Andrei Meliş
> *true* if conformant
2354
> *false* if non conformant
2355
> *unknown* if not evaluated (by default in the EEA template)
2356 119 Jose Rubio
* If a data set is produced or transformed according to an external specification that includes specific quality assurance procedures, the conformity with this specification should be documented using also this metadata element (although this is only optional in the EEA metadata profile). 
2357 1 Andrei Meliş
* This metadata element requires *_editing_*.
Go to top