Project

General

Profile

Cataloguemetadata guidelines » History » Version 149

Jose Rubio, 2020-11-06 13:44

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