Project

General

Profile

Cataloguemetadata guidelines » History » Version 156

Jose Rubio, 2020-11-06 13:52

1 154 Jose Rubio
h1. EEA Metadata Profile v2.1, November 2020
2 155 Jose Rubio
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 150 Jose Rubio
| *EEA metadata profile version* | *Publication date* | *Comments* |
22 153 Jose Rubio
|"v2.0":https://taskman.eionet.europa.eu/projects/public-docs/wiki/Cataloguemetadata_guidelines/141| December 2019| Significan changes to ensure alignment with the INSPIRE MD TG 2.0|
23 152 Jose Rubio
|v2.1| November 2020| Only minor additions (date of next update, 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 156 Jose Rubio
    <gmd:keyword>
931
      <gmx:Anchor xlink:href="http://www.eea.europa.eu/portal_vocabularies/themes/landuse">Land use</gmx:Anchor>
932
    </gmd:keyword>
933 146 Jose Rubio
     <gmd:keyword>
934
         <gmx:Anchor xlink:href="https://www.eea.europa.eu/themes/biodiversity">Biodiversity - Ecosystems</gmx:Anchor>
935
     </gmd:keyword>
936
     <gmd:type>
937
         <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme"/>
938
     </gmd:type>
939
    <gmd:thesaurusName>
940
       <gmd:CI_Citation>
941
          <gmd:title>
942
             <gmx:Anchor xlink:href="https://www.eea.europa.eu/themes">EEA topics</gmx:Anchor>
943
          </gmd:title>
944
          <gmd:date>
945
             <gmd:CI_Date>
946
                <gmd:date>
947
                   <gco:Date>2020-09-24</gco:Date>
948
                </gmd:date>
949
                <gmd:dateType>
950
                     <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
951
                 </gmd:dateType>
952
             </gmd:CI_Date>
953
          </gmd:date>
954
         <gmd:identifier>
955
             <gmd:MD_Identifier>
956
                    <gmd:code>
957
                        <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>
958
                     </gmd:code>
959
              </gmd:MD_Identifier>
960
          </gmd:identifier>
961
       </gmd:CI_Citation>
962
    </gmd:thesaurusName>
963
   </gmd:MD_Keywords>
964
 </gmd:descriptiveKeywords>
965
<gmd:descriptiveKeywords>
966
</code></pre>
967
968
h4. References
969
970 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)|
971 146 Jose Rubio
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
972
973
h4. Status in EEA metadata
974
975
  *Conditional: obligatory if the dataset is published in the EEA website*
976
977
h4. Important notes
978
979
** 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). 
980
** 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. 
981 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. 
982 146 Jose Rubio
** _This metadata element *requires editing.*_
983 14 Paul Hasenohr
984 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (GEMET- INSPIRE themes)
985 14 Paul Hasenohr
986
h4. XML encoding
987
988 23 Jose Rubio
<pre>
989 1 Andrei Meliş
<code class="xml">
990 122 Jose Rubio
    <gmd:descriptiveKeywords>
991 1 Andrei Meliş
            <gmd:MD_Keywords>
992 14 Paul Hasenohr
               <gmd:keyword>
993 1 Andrei Meliş
                  <gco:CharacterString>Protected sites</gco:CharacterString>
994 113 Jose Rubio
               </gmd:keyword>
995 23 Jose Rubio
               <gmd:type>
996 119 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
997 1 Andrei Meliş
                                          codeListValue="theme"/>
998
               </gmd:type>
999 23 Jose Rubio
               <gmd:thesaurusName>
1000 1 Andrei Meliş
                  <gmd:CI_Citation>
1001
                     <gmd:title>
1002
                        <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
1003
                     </gmd:title>
1004
                     <gmd:date>
1005
                        <gmd:CI_Date>
1006
                           <gmd:date>
1007
                              <gco:Date>2008-06-01</gco:Date>
1008
                           </gmd:date>
1009
                           <gmd:dateType>
1010 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1011 23 Jose Rubio
                                                   codeListValue="publication"/>
1012 1 Andrei Meliş
                           </gmd:dateType>
1013
                        </gmd:CI_Date>
1014
                     </gmd:date>
1015
                     <gmd:identifier>
1016
                        <gmd:MD_Identifier>
1017
                           <gmd:code>
1018 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>
1019 23 Jose Rubio
                           </gmd:code>
1020 1 Andrei Meliş
                        </gmd:MD_Identifier>
1021
                     </gmd:identifier>
1022
                  </gmd:CI_Citation>
1023 23 Jose Rubio
               </gmd:thesaurusName>
1024
            </gmd:MD_Keywords>
1025
         </gmd:descriptiveKeywords>
1026
</code></pre>
1027 1 Andrei Meliş
1028
h4. References
1029
1030 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)|
1031
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1032 1 Andrei Meliş
1033
h4. Status in EEA metadata
1034
1035 23 Jose Rubio
  *Mandatory*
1036 54 Jose Rubio
1037 23 Jose Rubio
h4. Important notes
1038
1039 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. 
1040
** 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. 
1041
** 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.
1042
** _This metadata element *requires editing.*_
1043 1 Andrei Meliş
1044
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (EEA keywords list)
1045
1046 23 Jose Rubio
h4. XML encoding
1047
1048
<pre>
1049
<code class="xml">
1050
<gmd:identificationInfo>
1051 1 Andrei Meliş
	<gmd:MD_DataIdentification>
1052 23 Jose Rubio
                      <!-- [.....................] -->
1053 119 Jose Rubio
  <gmd:descriptiveKeywords gco:nilReason="withheld">
1054 1 Andrei Meliş
            <gmd:MD_Keywords>
1055
               <gmd:keyword>
1056
                  <gco:CharacterString>designated areas</gco:CharacterString>
1057
               </gmd:keyword>
1058
               <gmd:keyword>
1059 23 Jose Rubio
                  <gco:CharacterString>protected areas</gco:CharacterString>
1060
               </gmd:keyword>
1061
               <gmd:keyword>
1062
                  <gco:CharacterString>CDDA</gco:CharacterString>
1063
               </gmd:keyword>
1064
               <gmd:keyword>
1065
                  <gco:CharacterString>ETC/BD</gco:CharacterString>
1066 1 Andrei Meliş
               </gmd:keyword>
1067 119 Jose Rubio
               <gmd:keyword>
1068
                  <gco:CharacterString>IDP_shortname_CDDA</gco:CharacterString>
1069
               </gmd:keyword>
1070
               <gmd:keyword>
1071
                  <gco:CharacterString>IDP_reference</gco:CharacterString>
1072
               </gmd:keyword>
1073
               <gmd:keyword>
1074
                  <gco:CharacterString>IDP_topics_Biodiversity</gco:CharacterString>
1075
               </gmd:keyword>
1076
               <gmd:keyword>
1077
                  <gco:CharacterString>green infrastructure</gco:CharacterString>
1078
               </gmd:keyword>
1079
               <gmd:keyword>
1080
                  <gco:CharacterString>BISE</gco:CharacterString>
1081
               </gmd:keyword>
1082
               <gmd:keyword>
1083
                  <gco:CharacterString>HNV</gco:CharacterString>
1084
               </gmd:keyword>
1085 1 Andrei Meliş
               <gmd:thesaurusName>
1086
                  <gmd:CI_Citation>
1087
                     <gmd:title>
1088
                        <gco:CharacterString>EEA keyword list</gco:CharacterString>
1089
                     </gmd:title>
1090
                     <gmd:date>
1091
                        <gmd:CI_Date>
1092
                           <gmd:date>
1093
                              <gco:Date>2002-03-01</gco:Date>
1094
                           </gmd:date>
1095
                           <gmd:dateType>
1096 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1097
                                                   codeListValue="creation"/>
1098 1 Andrei Meliş
                           </gmd:dateType>
1099
                        </gmd:CI_Date>
1100
                     </gmd:date>
1101
                  </gmd:CI_Citation>
1102
               </gmd:thesaurusName>
1103
            </gmd:MD_Keywords>
1104
         </gmd:descriptiveKeywords>
1105
                      <!-- [.....................] -->
1106
	</gmd:MD_DataIdentification>
1107
</gmd:identificationInfo>
1108 23 Jose Rubio
</code></pre>
1109 5 Paul Hasenohr
1110 54 Jose Rubio
h4. References
1111 1 Andrei Meliş
1112 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1113
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1114 23 Jose Rubio
1115 1 Andrei Meliş
h4. Status in EEA metadata
1116 57 Jose Rubio
1117 23 Jose Rubio
  *Mandatory*
1118
1119 1 Andrei Meliş
h4. Important notes
1120
1121 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.
1122 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_)
1123
** [[catalogueeea_keywords|Already existing keywords]] should be reused whenever possible.
1124 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. 
1125 119 Jose Rubio
** The thesaurus title "EEA keyword list" and date information (dateTypeCode "creation" and date "2002-03-01") shall not be modified. 
1126 1 Andrei Meliş
** _This metadata element *requires editing.*_
1127 23 Jose Rubio
1128
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (EEA data categories)
1129
1130
h4. XML encoding
1131
1132
<pre>
1133
<code class="xml">
1134
<gmd:identificationInfo>
1135
	<gmd:MD_DataIdentification>
1136 1 Andrei Meliş
                      <!-- [.....................] -->
1137 124 Jose Rubio
		   <gmd:descriptiveKeywords gco:nilReason="withheld">
1138 119 Jose Rubio
            <gmd:MD_Keywords>
1139
               <gmd:keyword>
1140
                  <gco:CharacterString>geospatial data</gco:CharacterString>
1141
               </gmd:keyword>
1142
               <gmd:type>
1143
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1144
                                          codeListValue="theme"/>
1145
               </gmd:type>
1146
               <gmd:thesaurusName>
1147
                  <gmd:CI_Citation>
1148
                     <gmd:title>
1149
                        <gco:CharacterString>EEA categories</gco:CharacterString>
1150
                     </gmd:title>
1151
                     <gmd:date>
1152
                        <gmd:CI_Date>
1153
                           <gmd:date>
1154
                              <gco:Date>2010-07-06</gco:Date>
1155
                           </gmd:date>
1156
                           <gmd:dateType>
1157
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1158
                                                   codeListValue="publication"/>
1159
                           </gmd:dateType>
1160
                        </gmd:CI_Date>
1161
                     </gmd:date>
1162
                     <gmd:identifier>
1163
                        <gmd:MD_Identifier>
1164
                           <gmd:code>
1165 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>
1166 119 Jose Rubio
                           </gmd:code>
1167
                        </gmd:MD_Identifier>
1168
                     </gmd:identifier>
1169
                  </gmd:CI_Citation>
1170
               </gmd:thesaurusName>
1171
            </gmd:MD_Keywords>
1172
         </gmd:descriptiveKeywords>
1173 1 Andrei Meliş
                      <!-- [.....................] -->
1174
	</gmd:MD_DataIdentification>
1175
</gmd:identificationInfo>
1176
</code></pre>
1177
1178
h4. References
1179
1180 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1181
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1182 1 Andrei Meliş
1183
h4. Status in EEA metadata
1184
1185
  *Mandatory*
1186
1187
h4. Important notes
1188
1189 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.
1190
** 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". 
1191
** The thesaurus title "EEA categories" and date information (dateTypeCode "publication" and date "2010-07-06") shall not be modified. 
1192
** The EEA Template already includes the "geospatial dataset" value by default, so it should not require any editing.
1193 1 Andrei Meliş
** _This metadata element does not require any editing._
1194
1195 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (GEMET)
1196 1 Andrei Meliş
1197
h4. XML encoding
1198
1199
<pre>
1200
<code class="xml">
1201
<gmd:identificationInfo>
1202
	<gmd:MD_DataIdentification>
1203
                      <!-- [.....................] -->
1204 119 Jose Rubio
   <gmd:descriptiveKeywords>
1205 1 Andrei Meliş
            <gmd:MD_Keywords>
1206
               <gmd:keyword>
1207 119 Jose Rubio
                  <gco:CharacterString>natural areas protection</gco:CharacterString>
1208 1 Andrei Meliş
               </gmd:keyword>
1209
               <gmd:keyword>
1210 119 Jose Rubio
                  <gco:CharacterString>natural area</gco:CharacterString>
1211 1 Andrei Meliş
               </gmd:keyword>
1212
               <gmd:keyword>
1213
                  <gco:CharacterString>protected area</gco:CharacterString>
1214
               </gmd:keyword>
1215
               <gmd:type>
1216 119 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1217
                                          codeListValue="theme"/>
1218 1 Andrei Meliş
               </gmd:type>
1219
               <gmd:thesaurusName>
1220
                  <gmd:CI_Citation>
1221
                     <gmd:title>
1222 119 Jose Rubio
                        <gco:CharacterString>GEMET</gco:CharacterString>
1223 1 Andrei Meliş
                     </gmd:title>
1224
                     <gmd:date>
1225
                        <gmd:CI_Date>
1226 5 Paul Hasenohr
                           <gmd:date>
1227 119 Jose Rubio
                              <gco:Date>2018-08-16</gco:Date>
1228 92 Jose Rubio
                           </gmd:date>
1229
                           <gmd:dateType>
1230 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1231 1 Andrei Meliş
                                                   codeListValue="publication"/>
1232
                           </gmd:dateType>
1233 92 Jose Rubio
                        </gmd:CI_Date>
1234
                     </gmd:date>
1235 119 Jose Rubio
                     <gmd:identifier>
1236
                        <gmd:MD_Identifier>
1237
                           <gmd:code>
1238 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>
1239 119 Jose Rubio
                           </gmd:code>
1240
                        </gmd:MD_Identifier>
1241
                     </gmd:identifier>
1242 92 Jose Rubio
                  </gmd:CI_Citation>
1243
               </gmd:thesaurusName>
1244
            </gmd:MD_Keywords>
1245
         </gmd:descriptiveKeywords>
1246
                      <!-- [.....................] -->
1247
	</gmd:MD_DataIdentification>
1248
</gmd:identificationInfo>
1249
</code></pre>
1250 1 Andrei Meliş
1251
h4. References
1252
1253 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1254
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1255 92 Jose Rubio
1256
h4. Status in EEA metadata
1257
1258 1 Andrei Meliş
  *Mandatory*
1259
1260 92 Jose Rubio
h4. Important notes
1261
1262 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. 
1263
** 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.) 
1264
** There should be at least *3-4 GEMET concepts per data set*.
1265
** There shall be one _keyword/characterString_ element per GEMET concept to which the data set belongs.
1266
** The thesaurus title "GEMET" and date information (dateTypeCode "publication" and date "2018-08-16") shall not be modified. 
1267 92 Jose Rubio
** _This metadata element *requires editing.*_
1268
1269
1270 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Spatial scope)
1271 119 Jose Rubio
1272 92 Jose Rubio
h4. XML encoding
1273
1274
<pre>
1275
<code class="xml">
1276 119 Jose Rubio
            <gmd:descriptiveKeywords>
1277
            <gmd:MD_Keywords>
1278
               <gmd:keyword>
1279
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope/european">European</gmx:Anchor>
1280
               </gmd:keyword>
1281
               <gmd:type>
1282
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1283
                                          codeListValue="theme"/>
1284
               </gmd:type>
1285
               <gmd:thesaurusName>
1286
                  <gmd:CI_Citation>
1287
                     <gmd:title>
1288
                        <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope#">Spatial scope</gmx:Anchor>
1289
                     </gmd:title>
1290
                     <gmd:date>
1291
                        <gmd:CI_Date>
1292
                           <gmd:date>
1293
                              <gco:Date>2019-05-22</gco:Date>
1294
                           </gmd:date>
1295
                           <gmd:dateType>
1296
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1297
                                                   codeListValue="publication"/>
1298
                           </gmd:dateType>
1299
                        </gmd:CI_Date>
1300
                     </gmd:date>
1301
                     <gmd:identifier>
1302
                        <gmd:MD_Identifier>
1303
                           <gmd:code>
1304
                              <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>
1305
                           </gmd:code>
1306
                        </gmd:MD_Identifier>
1307
                     </gmd:identifier>
1308 125 Jose Rubio
                  </gmd:CI_Citation>
1309 119 Jose Rubio
               </gmd:thesaurusName>
1310 1 Andrei Meliş
            </gmd:MD_Keywords>
1311 125 Jose Rubio
         </gmd:descriptiveKeywords>
1312 119 Jose Rubio
</code></pre>
1313
1314
h4. References
1315
1316
|INSPIRE Metadata TG v2.0| C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1317
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1318
1319
h4. Status in EEA metadata
1320
1321
*Mandatory*
1322
1323
h4. Important notes
1324
1325
** 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.
1326
** 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]
1327
** 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". 
1328
** This metadata element _does not normally require editing._
1329
1330 139 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Continents, countries, sea regions of the world)
1331 119 Jose Rubio
1332
h4. XML encoding
1333
1334
<pre>
1335
<code class="xml">
1336 1 Andrei Meliş
<gmd:identificationInfo>
1337 23 Jose Rubio
	<gmd:MD_DataIdentification>
1338
                    <!-- [.....................] -->
1339 126 Jose Rubio
			             <gmd:descriptiveKeywords>
1340 23 Jose Rubio
            <gmd:MD_Keywords>
1341
               <gmd:keyword>
1342 126 Jose Rubio
                  <gco:CharacterString>EU28</gco:CharacterString>
1343 23 Jose Rubio
               </gmd:keyword>
1344
               <gmd:keyword>
1345 126 Jose Rubio
                  <gco:CharacterString>Montenegro</gco:CharacterString>
1346 1 Andrei Meliş
               </gmd:keyword>
1347 23 Jose Rubio
               <gmd:keyword>
1348 126 Jose Rubio
                  <gco:CharacterString>Albania</gco:CharacterString>
1349 23 Jose Rubio
               </gmd:keyword>
1350
               <gmd:keyword>
1351 119 Jose Rubio
                  <gco:CharacterString>North Macedonia</gco:CharacterString>
1352 1 Andrei Meliş
               </gmd:keyword>
1353
               <gmd:keyword>
1354 126 Jose Rubio
                  <gco:CharacterString>Bosnia and Herzegovina</gco:CharacterString>
1355 23 Jose Rubio
               </gmd:keyword>
1356
               <gmd:keyword>
1357 126 Jose Rubio
                  <gco:CharacterString>Serbia</gco:CharacterString>
1358 23 Jose Rubio
               </gmd:keyword>
1359
               <gmd:keyword>
1360 126 Jose Rubio
                  <gco:CharacterString>EFTA4</gco:CharacterString>
1361 23 Jose Rubio
               </gmd:keyword>
1362 1 Andrei Meliş
               <gmd:keyword>
1363 126 Jose Rubio
                  <gco:CharacterString>Kosovo</gco:CharacterString>
1364 1 Andrei Meliş
               </gmd:keyword>
1365
               <gmd:type>
1366 119 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1367 1 Andrei Meliş
                                          codeListValue="place"/>
1368 23 Jose Rubio
               </gmd:type>
1369 1 Andrei Meliş
               <gmd:thesaurusName>
1370
                  <gmd:CI_Citation>
1371
                     <gmd:title>
1372
                        <gco:CharacterString>Continents, countries, sea regions of the world.</gco:CharacterString>
1373
                     </gmd:title>
1374
                     <gmd:date>
1375
                        <gmd:CI_Date>
1376
                           <gmd:date>
1377
                              <gco:Date>2015-07-17</gco:Date>
1378 23 Jose Rubio
                           </gmd:date>
1379 1 Andrei Meliş
                           <gmd:dateType>
1380 119 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1381 1 Andrei Meliş
                                                   codeListValue="publication"/>
1382 94 Jose Rubio
                           </gmd:dateType>
1383
                        </gmd:CI_Date>
1384
                     </gmd:date>
1385
                     <gmd:identifier>
1386 1 Andrei Meliş
                        <gmd:MD_Identifier>
1387
                           <gmd:code>
1388 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>
1389 94 Jose Rubio
                           </gmd:code>
1390
                        </gmd:MD_Identifier>
1391
                     </gmd:identifier>
1392
                  </gmd:CI_Citation>
1393 1 Andrei Meliş
               </gmd:thesaurusName>
1394
            </gmd:MD_Keywords>
1395 94 Jose Rubio
         </gmd:descriptiveKeywords>
1396
                    <!-- [.....................] -->
1397
	</gmd:MD_DataIdentification>
1398
</gmd:identificationInfo>
1399
</code></pre>
1400
1401
h4. References
1402
1403 119 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1404
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1405 94 Jose Rubio
1406
h4. Status in EEA metadata
1407 1 Andrei Meliş
1408 119 Jose Rubio
 *Mandatory*
1409 1 Andrei Meliş
1410 94 Jose Rubio
h4. Important notes
1411 1 Andrei Meliş
1412 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.
1413 94 Jose Rubio
** Where appropriate, codes such as [[country_codes|EEA32, EU27, EU28, EFTA4]] should be used instead of listing all Member States.
1414 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. 
1415 94 Jose Rubio
** This metadata element _requires editing._
1416
1417 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Temporal resolution of the data set)
1418 94 Jose Rubio
1419 1 Andrei Meliş
h4. XML encoding
1420 94 Jose Rubio
1421
<pre>
1422
<code class="xml">
1423
  <gmd:descriptiveKeywords xmlns:srv="http://www.isotc211.org/2005/srv"
1424
                                  xmlns:gmx="http://www.isotc211.org/2005/gmx">
1425
            <gmd:MD_Keywords>
1426
               <gmd:keyword>
1427
                  <gco:CharacterString>Biannually</gco:CharacterString>
1428
               </gmd:keyword>
1429 1 Andrei Meliş
               <gmd:type>
1430
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_KeywordTypeCode"
1431 94 Jose Rubio
                                          codeListValue="temporal"/>
1432
               </gmd:type>
1433
               <gmd:thesaurusName>
1434
                  <gmd:CI_Citation>
1435
                     <gmd:title>
1436
                        <gco:CharacterString>Temporal resolution</gco:CharacterString>
1437 1 Andrei Meliş
                     </gmd:title>
1438 94 Jose Rubio
                     <gmd:date>
1439
                        <gmd:CI_Date>
1440
                           <gmd:date>
1441
                              <gco:Date>2017-11-07</gco:Date>
1442
                           </gmd:date>
1443
                           <gmd:dateType>
1444
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
1445
                                                   codeListValue="publication"/>
1446
                           </gmd:dateType>
1447
                        </gmd:CI_Date>
1448
                     </gmd:date>
1449
                     <gmd:identifier>
1450
                        <gmd:MD_Identifier>
1451
                           <gmd:code>
1452 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>
1453 60 Jose Rubio
                           </gmd:code>
1454 23 Jose Rubio
                        </gmd:MD_Identifier>
1455 1 Andrei Meliş
                     </gmd:identifier>
1456
                  </gmd:CI_Citation>
1457
               </gmd:thesaurusName>
1458
            </gmd:MD_Keywords>
1459 23 Jose Rubio
         </gmd:descriptiveKeywords>
1460
</code></pre>
1461 118 Ibolya Bunda
1462 23 Jose Rubio
h4. References
1463
1464 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
1465 23 Jose Rubio
|ISO19115:2003|||
1466
1467
h4. Status in EEA metadata
1468
1469 119 Jose Rubio
  *Conditional*: only for those data sets which belong to a time series
1470 23 Jose Rubio
1471
h4. Important notes
1472
1473 1 Andrei Meliş
** Temporal resolution is a metadata element introduced in the ISO 19115-1:2014 (Geographic Information -- Metadata -- Part 1: Fundamentals)
1474
** 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. 
1475
** 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).
1476 119 Jose Rubio
** This element is to added only when data sets belong to a time series. 
1477 1 Andrei Meliş
** The example above is *not included* in the metadata file used in these guidelines. 
1478
** _This metadata element *requires editing.*_
1479
1480 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/resourceConstraints/*/useConstraints
1481 1 Andrei Meliş
1482
h4. XML encoding
1483
1484
<pre>
1485 23 Jose Rubio
<code class="xml">
1486
<gmd:identificationInfo>
1487
	<gmd:MD_DataIdentification>
1488 1 Andrei Meliş
                      <!-- [.....................] -->
1489 127 Jose Rubio
	        <gmd:resourceConstraints>
1490 1 Andrei Meliş
            <gmd:MD_LegalConstraints>
1491 119 Jose Rubio
               <gmd:useConstraints>
1492
                  <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
1493 1 Andrei Meliş
                                          codeListValue="otherRestrictions"/>
1494 119 Jose Rubio
               </gmd:useConstraints>
1495 1 Andrei Meliş
               <gmd:otherConstraints>
1496 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>
1497 1 Andrei Meliş
               </gmd:otherConstraints>
1498
            </gmd:MD_LegalConstraints>
1499
         </gmd:resourceConstraints>
1500
                      <!-- [.....................] -->
1501
	<gmd:MD_DataIdentification>
1502
<gmd:identificationInfo>
1503
</code></pre>
1504
1505
h4. References
1506
1507 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.21 p114|Mandatory (either using useConstraints or accessConstraints) |
1508
|ISO19115:2003|B.2.2.1 p40 (MD_Constraints data type in B.2.3 p46)|Optional|
1509 87 Jose Rubio
1510 1 Andrei Meliş
h4. Status in EEA metadata
1511 87 Jose Rubio
1512
  *Mandatory*
1513
1514 1 Andrei Meliş
h4. Important notes
1515
1516 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. 
1517
** This metadata section shall be used to describe the Conditions applying to access and use as described in the INSPIRE Metadata Regulation. 
1518
** 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. 
1519
** 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)." 
1520
** 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. 
1521 1 Andrei Meliş
1522 119 Jose Rubio
** _This metadata element *requires editing.*_
1523
1524
h2. MD_Metadata/identificationInfo/*/resourceConstraints/*/accessConstraints
1525
1526
h4. XML encoding
1527
1528 1 Andrei Meliş
<pre>
1529
<code class="xml">
1530
<gmd:identificationInfo>
1531
	<gmd:MD_DataIdentification>
1532 129 Jose Rubio
                      <!-- [.....................] -->
1533 119 Jose Rubio
         <gmd:resourceConstraints>
1534
            <gmd:MD_LegalConstraints>
1535
               <gmd:accessConstraints>
1536
                  <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
1537
                                          codeListValue="otherRestrictions"/>
1538
               </gmd:accessConstraints>
1539
               <gmd:otherConstraints>
1540
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations">no limitations to public access</gmx:Anchor>
1541
               </gmd:otherConstraints>
1542
            </gmd:MD_LegalConstraints>
1543
         </gmd:resourceConstraints>
1544 129 Jose Rubio
                   <!-- [.....................] -->
1545 87 Jose Rubio
	<gmd:MD_DataIdentification>
1546
<gmd:identificationInfo>
1547 1 Andrei Meliş
</code></pre>
1548
1549 119 Jose Rubio
h4. References
1550
1551
|INSPIRE Metadata TG v2.0|C.2.22 p117|Conditional|
1552
|ISO19115:2003|B.2.2.1 p40 (MD_Constraints data type in B.2.3 p46)|Optional|
1553
1554
h4. Status in EEA metadata
1555
1556
  *Mandatory*
1557
1558
h4. Important notes
1559
1560
** 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. 
1561
** This metadata section is used to describe Limitations on Public Access as described in the INSPIRE Metadata Regulation. 
1562
** 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). 
1563
** 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. 
1564
1565 1 Andrei Meliş
** _This metadata element *requires editing.*_
1566
1567 132 Jose Rubio
h2. MD_Metadata/identificationInfo/*/aggregationInfo (revision of an existing resource)
1568 23 Jose Rubio
1569 1 Andrei Meliş
h4. XML encoding
1570
1571
<pre>
1572
<code class="xml">
1573 131 Jose Rubio
<gmd:identificationInfo>
1574
    <gmd:MD_DataIdentification>
1575
                      <!-- [.....................] -->
1576 130 Jose Rubio
      <gmd:aggregationInfo>
1577 1 Andrei Meliş
            <gmd:MD_AggregateInformation>
1578
               <gmd:aggregateDataSetIdentifier>
1579
                  <gmd:MD_Identifier>
1580
                     <gmd:code>
1581 119 Jose Rubio
                        <gco:CharacterString>03a69768-78ef-4d6b-afac-a5e323365101</gco:CharacterString>
1582 1 Andrei Meliş
                     </gmd:code>
1583
                  </gmd:MD_Identifier>
1584
               </gmd:aggregateDataSetIdentifier>
1585
               <gmd:associationType>
1586 119 Jose Rubio
                  <gmd:DS_AssociationTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#DS_AssociationTypeCode"
1587 1 Andrei Meliş
                                              codeListValue="revisionOf"/>
1588
               </gmd:associationType>
1589
            </gmd:MD_AggregateInformation>
1590
         </gmd:aggregationInfo>
1591 131 Jose Rubio
   <!-- [.....................] -->
1592
  </gmd:MD_DataIdentification>
1593
</gmd:identificationInfo>                  
1594 1 Andrei Meliş
</code></pre>
1595
1596
h4. References
1597
1598 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
1599 1 Andrei Meliş
|ISO19115:2003|Sec. B.2.2.7 p45|Optional|
1600
1601
h4. Status in EEA metadata
1602
1603 119 Jose Rubio
  *Conditional*: Only for data sets that are a revision of data sets referenced in the EEA SDI Catalogue
1604 1 Andrei Meliş
1605
h4. Important notes
1606
1607 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. 
1608 1 Andrei Meliş
** This element should be added whenever the associated resource is available in the SDI.
1609 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). 
1610 1 Andrei Meliş
** _This metadata element requires *editing by the SDI Team*._
1611
1612
h2. MD_Metadata/identificationInfo/*/spatialRepresentationType
1613
1614
h4. XML encoding
1615
1616
<pre>
1617
<code class="xml">
1618
<gmd:identificationInfo>
1619
	<gmd:MD_DataIdentification>
1620
                      <!-- [.....................] -->
1621 133 Jose Rubio
<gmd:spatialRepresentationType>
1622 119 Jose Rubio
            <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
1623 1 Andrei Meliş
                                                  codeListValue="vector"/>
1624
         </gmd:spatialRepresentationType>
1625
                      <!-- [.....................] -->
1626
	<gmd:MD_DataIdentification>
1627
<gmd:identificationInfo>
1628
</code></pre>
1629 27 Jose Rubio
1630 1 Andrei Meliş
h4. References
1631 62 Jose Rubio
1632 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C3.5 pp123|Mandatory|
1633
|ISO19115:2003|Sec. B.2.2.1 p40 (MD_SpatialRepresentationTypeCode codelist in B.5.26 p102)|Optional|
1634 1 Andrei Meliş
1635 23 Jose Rubio
1636
h4. Status in EEA metadata
1637 1 Andrei Meliş
1638 23 Jose Rubio
  *Mandatory*
1639
1640
1641
h4. Important notes
1642
1643 119 Jose Rubio
** This metadata element includes the method used to spatially represent geographic information. 
1644
** In the SDI, the spatial representation type must have one of these values (a subset of corresponding ISO code list "MD_SpatialRepresentationTypeCode"):
1645 1 Andrei Meliş
**** vector
1646
**** grid
1647
** _This metadata element *requires editing.*_
1648
1649
h2. MD_Metadata/identificationInfo/*/spatialResolution
1650
1651
h4. XML encoding
1652
1653 23 Jose Rubio
<pre>
1654 1 Andrei Meliş
<code class="xml">
1655
<gmd:identificationInfo>
1656
	<gmd:MD_DataIdentification>
1657
                      <!-- [.....................] -->
1658
	 <gmd:spatialResolution>
1659
            <gmd:MD_Resolution>
1660
               <gmd:equivalentScale>
1661
                  <gmd:MD_RepresentativeFraction>
1662
                     <gmd:denominator>
1663
                        <gco:Integer>100000</gco:Integer>
1664
                     </gmd:denominator>
1665
                  </gmd:MD_RepresentativeFraction>
1666
               </gmd:equivalentScale>
1667
            </gmd:MD_Resolution>
1668
         </gmd:spatialResolution>
1669
                      <!-- [.....................] -->
1670
	<gmd:MD_DataIdentification>
1671
<gmd:identificationInfo>
1672
</code></pre>
1673
1674
h4. References
1675
1676 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)|
1677
|ISO19115:2003|B.2.2.1 p40 (MD_Resolution in B.2.2.5 p44)|Optional|
1678 36 Jose Rubio
1679 38 Jose Rubio
h4. Status in EEA metadata
1680
1681 1 Andrei Meliş
  *Mandatory*
1682
1683
h4. Important notes
1684
1685 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). 
1686 1 Andrei Meliş
** Although it is possible to specify several spatial resolutions, we require to have only one (smallest scale or coarsest resolution).
1687 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@*):
1688 1 Andrei Meliş
<pre>
1689
<code class="xml">
1690
<gmd:spatialResolution>
1691
	<gmd:MD_Resolution>
1692
		<gmd:distance>
1693
			<gco:Distance uom="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/uom/ML_gmxUom.xml#m">100</gco:Distance>
1694
		</gmd:distance>
1695
	</gmd:MD_Resolution>
1696
</gmd:spatialResolution>
1697
</code></pre>
1698
** 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):
1699
<pre>
1700
<code class="xml">
1701
<gmd:identificationInfo>
1702
	<gmd:MD_DataIdentification>
1703
                      <!-- [.....................] -->
1704
<gmd:supplementalInformation>
1705
      <gco:CharacterString>Spatial Resolution information: The Minimum Mapping Width is 100 m</gco:CharacterString>
1706
</gmd:supplementalInformation>
1707
                      <!-- [.....................] -->
1708
	<gmd:MD_DataIdentification>
1709
<gmd:identificationInfo>
1710
</code></pre>
1711
1712
** _This metadata element *requires editing.*_
1713
1714
h2. MD_Metadata/identificationInfo/*/language
1715
1716
h4. XML encoding
1717
1718
<pre>
1719
<code class="xml">
1720 38 Jose Rubio
<gmd:identificationInfo>
1721 36 Jose Rubio
	<gmd:MD_DataIdentification>
1722 1 Andrei Meliş
                      <!-- [.....................] -->
1723 119 Jose Rubio
          <gmd:language>
1724 36 Jose Rubio
            <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
1725 39 Jose Rubio
         </gmd:language>
1726
                      <!-- [.....................] -->
1727 1 Andrei Meliş
	<gmd:MD_DataIdentification>
1728
<gmd:identificationInfo>
1729 39 Jose Rubio
</code></pre>
1730 36 Jose Rubio
1731 1 Andrei Meliş
h4. References
1732 36 Jose Rubio
1733 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.7 p106|Conditional (Mandatory if the resource includes textual information)|
1734
|ISO19115:2003|B.2.2.1 p40|Mandatory|
1735 1 Andrei Meliş
1736
h4. Status in EEA metadata
1737
1738
  *Mandatory*
1739
1740
1741
h4. Important notes
1742
1743 119 Jose Rubio
** Language(s) used within the data sets. 
1744
** This element should refer to the alpha-3 codes of the ISO 639-2. 
1745
** By default all EEA resources are codified with "eng".  
1746 1 Andrei Meliş
** _This metadata element does not require any editing._
1747
1748
h2. MD_Metadata/identificationInfo/*/topicCategory
1749
1750
h4. XML encoding
1751
1752
<pre>
1753
<code class="xml">
1754
<gmd:identificationInfo>
1755
	<gmd:MD_DataIdentification>
1756
                      <!-- [.....................] -->
1757 119 Jose Rubio
  <gmd:topicCategory>
1758
            <gmd:MD_TopicCategoryCode>environment</gmd:MD_TopicCategoryCode>
1759
         </gmd:topicCategory>
1760 1 Andrei Meliş
                      <!-- [.....................] -->
1761
	<gmd:MD_DataIdentification>
1762
<gmd:identificationInfo>
1763
</code></pre>
1764
1765
1766
h4. References
1767
1768 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.8 p106|Mandatory|
1769
|ISO19115:2003|B.2.2.1 p40 (MD_TopicCategoryCode codelist in B.5.27 p102)|Conditional (Mandatory for data sets)|
1770 1 Andrei Meliş
1771
h4. Status in EEA metadata
1772
1773
  *Mandatory*
1774
1775
h4. Important notes
1776 27 Jose Rubio
1777 119 Jose Rubio
** This element reflects the main theme(s) of the data set. 
1778
** 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). 
1779
** 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:
1780 1 Andrei Meliş
**** farming
1781
**** biota
1782
**** boundaries
1783
**** climatologyMeteorologyAtmosphere
1784
**** economy
1785 23 Jose Rubio
**** elevation
1786
**** environment
1787
**** geoscientificInformation
1788 1 Andrei Meliş
**** health
1789
**** imageryBaseMapsEarthCover
1790
**** intelligenceMilitary
1791
**** inlandWaters
1792
**** location
1793
**** oceans
1794
**** planningCadastre
1795
**** society
1796 23 Jose Rubio
**** structure
1797 1 Andrei Meliş
**** transportation
1798
**** utilitiesCommunication
1799
** _This metadata element *requires editing.*_
1800
1801 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/extent/*/geographicElement (Geographic Bounding Box)
1802 1 Andrei Meliş
1803
h4. XML encoding
1804
1805
<pre>
1806
<code class="xml">
1807
<gmd:identificationInfo>
1808
	<gmd:MD_DataIdentification>
1809
                      <!-- [.....................] -->
1810 119 Jose Rubio
  <gmd:extent>
1811 27 Jose Rubio
            <gmd:EX_Extent>
1812 1 Andrei Meliş
               <gmd:geographicElement>
1813 64 Jose Rubio
                  <gmd:EX_GeographicBoundingBox>
1814 1 Andrei Meliş
                     <gmd:westBoundLongitude>
1815 119 Jose Rubio
                        <gco:Decimal>-64.50</gco:Decimal>
1816 1 Andrei Meliş
                     </gmd:westBoundLongitude>
1817
                     <gmd:eastBoundLongitude>
1818 119 Jose Rubio
                        <gco:Decimal>78.50</gco:Decimal>
1819 1 Andrei Meliş
                     </gmd:eastBoundLongitude>
1820
                     <gmd:southBoundLatitude>
1821 119 Jose Rubio
                        <gco:Decimal>-50.00</gco:Decimal>
1822 1 Andrei Meliş
                     </gmd:southBoundLatitude>
1823
                     <gmd:northBoundLatitude>
1824 119 Jose Rubio
                        <gco:Decimal>84.50</gco:Decimal>
1825 1 Andrei Meliş
                     </gmd:northBoundLatitude>
1826
                  </gmd:EX_GeographicBoundingBox>
1827
               </gmd:geographicElement>
1828
            </gmd:EX_Extent>
1829
         </gmd:extent>
1830
                      <!-- [.....................] -->
1831 23 Jose Rubio
	<gmd:MD_DataIdentification>
1832 1 Andrei Meliş
<gmd:identificationInfo>
1833
</code></pre>
1834
1835
h4. References
1836
1837 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.12 p109|Mandatory|
1838
|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)|
1839 1 Andrei Meliş
1840
h4. Status in EEA metadata
1841
1842
  *Mandatory*
1843 23 Jose Rubio
1844 64 Jose Rubio
h4. Important notes
1845 1 Andrei Meliş
1846 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. 
1847
** Coordinates are expressed in *decimal degrees* with positive east and north, with a *precision of 2 decimals* .
1848 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:
1849
**** @westBoundLongitude = -33.90432@ rounded up to two decimals becomes @westBoundLongitude = -33.91@
1850
**** @westBoundLongitude = 3.4262@ rounded up to two decimals becomes @westBoundLongitude = 3.42@
1851
**** @eastBoundLongitude = 38.1471@ rounded up to two decimals becomes @eastBoundLongitude = 38.15@
1852
**** @eastBoundLongitude = -1.2156@ rounded up to two decimals becomes @eastBoundLongitude = -1.21@
1853 119 Jose Rubio
**** same principle applies by analogy for north and south latitudes.
1854
** 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)* . 
1855
** For data sets including overseas territories, it is advised to split the overall geographic extend into several bounding boxes.
1856 1 Andrei Meliş
** _This metadata element *requires editing.*_
1857
1858 119 Jose Rubio
h2. MD_Metadata/identificationInfo/*/extent/*/temporalElement (Temporal Extent)
1859 1 Andrei Meliş
1860
h4. XML encoding
1861
1862
<pre>
1863
<code class="xml">
1864
<gmd:identificationInfo>
1865
	<gmd:MD_DataIdentification>
1866 27 Jose Rubio
                      <!-- [.....................] -->
1867 119 Jose Rubio
		 <gmd:extent>
1868 65 Jose Rubio
            <gmd:EX_Extent>
1869 1 Andrei Meliş
               <gmd:temporalElement>
1870 23 Jose Rubio
                  <gmd:EX_TemporalExtent>
1871 1 Andrei Meliş
                     <gmd:extent>
1872 119 Jose Rubio
                        <gml:TimePeriod gml:id="d28e322a1049886">
1873
                           <gml:beginPosition>2018-01-01</gml:beginPosition>
1874
                           <gml:endPosition>2019-03-15</gml:endPosition>
1875 23 Jose Rubio
                        </gml:TimePeriod>
1876
                     </gmd:extent>
1877
                  </gmd:EX_TemporalExtent>
1878
               </gmd:temporalElement>
1879
            </gmd:EX_Extent>
1880
         </gmd:extent>
1881
	<gmd:MD_DataIdentification>
1882
<gmd:identificationInfo>
1883
</code></pre>
1884
1885
h4. References
1886
1887 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)|
1888
|ISO19115:2003|B.2.2.1 p42 (Ex_TemporalExtent in B.3.1.3 p84)|Conditional (Mandatory if no geographicElement or verticalElement provided)|
1889 23 Jose Rubio
1890
h4. Status in EEA metadata
1891
1892
  *Mandatory*
1893
1894
1895 1 Andrei Meliş
h4. Important notes
1896
1897 119 Jose Rubio
** This element describes the time period (date and time) covered by the content of the data set.
1898
** 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. 
1899 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@
1900
** For time series with today as end date, the @<gml:TimePeriod>...</gml:TimePeriod>@ element should contain:
1901
    <pre>
1902
<code class="xml">
1903 23 Jose Rubio
		<gml:begin>
1904 1 Andrei Meliş
		  <gml:TimeInstant gml:id="tstart">
1905
		    <gml:timePosition>2011-04-01T00:00:00</gml:timePosition>
1906
		  </gml:TimeInstant>
1907
		</gml:begin>
1908
		<gml:end>
1909
		  <gml:TimeInstant gml:id="tend">
1910
		    <gml:timePosition indeterminatePosition="now"/>
1911
		  </gml:TimeInstant>
1912
		</gml:end>
1913
</code></pre>
1914
** _This metadata element *requires editing.*_
1915 23 Jose Rubio
1916
h2. MD_Metadata/identificationInfo/*/supplementalInformation 
1917 1 Andrei Meliş
1918
h4. XML encoding
1919
1920
    <pre>
1921
<code class="xml">
1922
<gmd:identificationInfo>
1923 23 Jose Rubio
	<gmd:MD_DataIdentification>
1924
                      <!-- [.....................] -->
1925 1 Andrei Meliş
                <gmd:supplementalInformation>
1926
                       <gco:CharacterString>Spatial Resolution information: The Minimum Mapping Width is 100 m</gco:CharacterString>
1927 27 Jose Rubio
                </gmd:supplementalInformation>
1928 1 Andrei Meliş
         <gmd:MD_DataIdentification>
1929 67 Jose Rubio
<gmd:identificationInfo>
1930 23 Jose Rubio
1931
</code></pre>
1932 1 Andrei Meliş
1933
h4. References
1934
1935 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.3 p137|Optional|
1936
|ISO19115:2003|B.2.2.1 p42 |Optional|
1937 23 Jose Rubio
1938
h4. Status in EEA metadata
1939
1940
  *Optional*
1941
1942
h4. Important notes
1943
1944 119 Jose Rubio
** This element is in principle used to include any other descriptive information about the data set. 
1945
** 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. 
1946 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. 
1947
** _This metadata element requires *editing by the SDI Team*._
1948
1949
h2. MD_Metadata/distributionInfo/*/distributionFormat
1950
1951
h4. XML encoding
1952
1953 1 Andrei Meliş
<pre>
1954
<code class="xml">
1955
<gmd:distributionInfo>
1956
	<gmd:MD_Distribution>
1957
	 <gmd:distributionFormat>
1958 119 Jose Rubio
   <gmd:distributionInfo>
1959
      <gmd:MD_Distribution>
1960
         <gmd:distributionFormat xmlns:che="http://www.geocat.ch/2008/che">
1961 1 Andrei Meliş
            <gmd:MD_Format>
1962
               <gmd:name>
1963 119 Jose Rubio
                  <gco:CharacterString>PGeo</gco:CharacterString>
1964 1 Andrei Meliş
               </gmd:name>
1965
               <gmd:version>
1966
                  <gco:CharacterString>1</gco:CharacterString>
1967
               </gmd:version>
1968
            </gmd:MD_Format>
1969
         </gmd:distributionFormat>
1970 119 Jose Rubio
         <gmd:distributionFormat xmlns:che="http://www.geocat.ch/2008/che">
1971 1 Andrei Meliş
            <gmd:MD_Format>
1972
               <gmd:name>
1973 119 Jose Rubio
                  <gco:CharacterString>Geopackage</gco:CharacterString>
1974 1 Andrei Meliş
               </gmd:name>
1975
               <gmd:version>
1976
                  <gco:CharacterString>1</gco:CharacterString>
1977
               </gmd:version>
1978
            </gmd:MD_Format>
1979
         </gmd:distributionFormat>
1980
                      <!-- [.....................] -->
1981
	</gmd:MD_Distribution>
1982
</gmd:distributionInfo>
1983
</code></pre>
1984
1985
h4. References
1986
1987 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.3.3 p122|Mandatory|
1988
|ISO19115:2003|B.2.10.1 p73 (MD_Format in B.2.10.4 p75)|Conditional|
1989 1 Andrei Meliş
1990
h4. Status in EEA metadata
1991 110 Jose Rubio
1992
  *Mandatory*
1993
1994
h4. Important notes
1995
1996 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. 
1997 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):
1998
1999
**** Raster
2000
2001
    |AAIGrid|Arc/Info ASCII Grid|
2002
    |AIG|Arc/Info Binary Grid (.adf)|
2003 135 Jose Rubio
    |BIL|Binary interleaved (.BIL)|
2004 110 Jose Rubio
    |CEOS|CEOS format (used by some satellite image providers)|
2005
    |DIMAP|DIMAP format (used by some satellite image providers)|
2006
    |ECW|ERMapper Compressed Wavelets (.ecw)|
2007
    |EHdr|ESRI .hdr Labelled|
2008
    |ENVI|ENVI .hdr Labelled Raster|
2009
    |GRASS|GRASS Rasters|
2010
    |GTiff|TIFF / [[BigTIFF]] / [[GeoTIFF]] (if no georeferencing information is available in the TIFF file itself, an ESRI world file [.tfw] must be present)|
2011
    |HDF|Hierarchical Data Format Release (specify the version number [4 or 5] in the metadata element _version_)|
2012
    |HFA|Erdas Imagine (.img)|
2013
    |LAN|Erdas 7.x .LAN and .GIS|
2014
    |MrSID|Multi-resolution Seamless Image Database|
2015
    |netCDF|NetCDF|
2016
    |XYZ|ASCII Gridded XYZ|
2017
2018
**** Vector
2019
2020
    |AVCBin|Arc/Info Binary Coverage|
2021
    |AVCE00|Arc/Info .E00 (ASCII) Coverage|
2022
    |CSV|Comma Separated Value (.csv)|
2023
    |FGeo|ESRI File GeoDatabase|
2024 111 Jose Rubio
    |GML|Geography Markup Language|
2025 112 Jose Rubio
    |GRASS|GRASS vector|
2026 110 Jose Rubio
    |KML|Keyhole Markup Language|
2027 27 Jose Rubio
    |MIF|!MapInfo File|
2028 1 Andrei Meliş
    |PGeo|ESRI Personal GeoDatabase|
2029 68 Jose Rubio
    |SHP|ESRI Shapefile|
2030 23 Jose Rubio
    |Postgis|Postgresql/Postgis database|
2031 1 Andrei Meliş
    |Spatialite|SQLite/SpatiaLite database|
2032
2033
** We remind that use of unpublished formats should be avoided as much as possible to ensure the best possible interoperability.
2034 119 Jose Rubio
** The format version is a mandatory value. 
2035 23 Jose Rubio
** _This metadata element *requires editing.*_
2036
2037
h2. MD_Metadata/distributionInfo/*/transferOptions
2038
2039
h4. XML encoding
2040
2041
<pre>
2042
<code class="xml">
2043
<gmd:distributionInfo>
2044
	<gmd:MD_Distribution>
2045
                      <!-- [.....................] -->
2046 119 Jose Rubio
 <gmd:transferOptions>
2047 23 Jose Rubio
            <gmd:MD_DigitalTransferOptions>
2048
               <gmd:onLine>
2049
                  <gmd:CI_OnlineResource>
2050
                     <gmd:linkage>
2051 119 Jose Rubio
                        <gmd:URL>https://www.eea.europa.eu/data-and-maps/data/nationally-designated-areas-national-cdda-14</gmd:URL>
2052 23 Jose Rubio
                     </gmd:linkage>
2053
                     <gmd:protocol>
2054
                        <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
2055 1 Andrei Meliş
                     </gmd:protocol>
2056
                     <gmd:function>
2057 119 Jose Rubio
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2058 1 Andrei Meliş
                                                   codeListValue="download"/>
2059
                     </gmd:function>
2060
                  </gmd:CI_OnlineResource>
2061
               </gmd:onLine>
2062 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
2063 23 Jose Rubio
                  <gmd:CI_OnlineResource>
2064 1 Andrei Meliş
                     <gmd:linkage>
2065 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>
2066 1 Andrei Meliş
                     </gmd:linkage>
2067
                     <gmd:protocol>
2068
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
2069
                     </gmd:protocol>
2070
                     <gmd:name>
2071 119 Jose Rubio
                        <gco:CharacterString>3035_Europe_gdb</gco:CharacterString>
2072 1 Andrei Meliş
                     </gmd:name>
2073 119 Jose Rubio
                     <gmd:function>
2074
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2075
                                                   codeListValue="download"/>
2076
                     </gmd:function>
2077 1 Andrei Meliş
                  </gmd:CI_OnlineResource>
2078
               </gmd:onLine>
2079 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
2080 1 Andrei Meliş
                  <gmd:CI_OnlineResource>
2081
                     <gmd:linkage>
2082 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>
2083 1 Andrei Meliş
                     </gmd:linkage>
2084
                     <gmd:protocol>
2085
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
2086
                     </gmd:protocol>
2087
                     <gmd:name>
2088 119 Jose Rubio
                        <gco:CharacterString>3035_Europe_gpkg</gco:CharacterString>
2089 1 Andrei Meliş
                     </gmd:name>
2090 119 Jose Rubio
                     <gmd:function>
2091
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2092
                                                   codeListValue="download"/>
2093
                     </gmd:function>
2094 1 Andrei Meliş
                  </gmd:CI_OnlineResource>
2095
               </gmd:onLine>
2096 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
2097 1 Andrei Meliş
                  <gmd:CI_OnlineResource>
2098
                     <gmd:linkage>
2099 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>
2100 1 Andrei Meliş
                     </gmd:linkage>
2101
                     <gmd:protocol>
2102 119 Jose Rubio
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
2103 1 Andrei Meliş
                     </gmd:protocol>
2104 119 Jose Rubio
                     <gmd:name>
2105
                        <gco:CharacterString>4326_Full-Dataset_gdb</gco:CharacterString>
2106 1 Andrei Meliş
                     </gmd:name>
2107
                     <gmd:function>
2108 119 Jose Rubio
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2109
                                                   codeListValue="download"/>
2110 23 Jose Rubio
                     </gmd:function>
2111 1 Andrei Meliş
                  </gmd:CI_OnlineResource>
2112
               </gmd:onLine>
2113 119 Jose Rubio
               <gmd:onLine gco:nilReason="withheld">
2114 1 Andrei Meliş
                  <gmd:CI_OnlineResource>
2115 69 Jose Rubio
                     <gmd:linkage>
2116 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>
2117 1 Andrei Meliş
                     </gmd:linkage>
2118
                     <gmd:protocol>
2119 119 Jose Rubio
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
2120 1 Andrei Meliş
                     </gmd:protocol>
2121 119 Jose Rubio
                     <gmd:name>
2122
                        <gco:CharacterString>4326_Full-Dataset_gpkg</gco:CharacterString>
2123 23 Jose Rubio
                     </gmd:name>
2124
                     <gmd:function>
2125 119 Jose Rubio
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2126
                                                   codeListValue="download"/>
2127 23 Jose Rubio
                     </gmd:function>
2128
                  </gmd:CI_OnlineResource>
2129
               </gmd:onLine>
2130
            </gmd:MD_DigitalTransferOptions>
2131
         </gmd:transferOptions>
2132
	</gmd:MD_Distribution>
2133
</gmd:distributionInfo>
2134
</code></pre>
2135
2136
h4. References
2137
2138 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)|
2139
|ISO19115:2003|Sec. B.2.10.1 p73 (MD:DigitalTransferOptions in B.2.10.2 p74)|Optional|
2140 23 Jose Rubio
2141
h4. Status in EEA metadata
2142
2143
  *Mandatory*
2144
2145
h4. Important notes
2146
2147 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. 
2148
** 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_.
2149 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_.
2150 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):
2151 136 Jose Rubio
2152
<pre>
2153
<code class="xml">
2154
<gmd:distributionInfo>
2155
	<gmd:MD_Distribution>
2156
                      <!-- [.....................] -->
2157
 <gmd:transferOptions>
2158
            <gmd:MD_DigitalTransferOptions>
2159
   <!-- [.....................] -->
2160
               <gmd:onLine>
2161
                  <gmd:CI_OnlineResource>
2162
                     <gmd:linkage>
2163
                        <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>
2164
                     </gmd:linkage>
2165
                     <gmd:protocol>
2166
                        <gco:CharacterString>OGC:WMS</gco:CharacterString>
2167
                     </gmd:protocol>
2168
                     <gmd:function>
2169
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2170
                                                   codeListValue="information"/>
2171
                     </gmd:function>
2172
                  </gmd:CI_OnlineResource>
2173
               </gmd:onLine>
2174
   <!-- [.....................] -->
2175
 </gmd:MD_DigitalTransferOptions>
2176
         </gmd:transferOptions>
2177
  <!-- [.....................] -->
2178
	<gmd:MD_Distribution>
2179
<gmd:distributionInfo>
2180
</code></pre>
2181
2182 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):
2183 136 Jose Rubio
2184
<pre>
2185
<code class="xml">
2186
<gmd:distributionInfo>
2187
	<gmd:MD_Distribution>
2188
                      <!-- [.....................] -->
2189
 <gmd:transferOptions>
2190
            <gmd:MD_DigitalTransferOptions>
2191
   <!-- [.....................] -->
2192
              <gmd:onLine>
2193
                  <gmd:CI_OnlineResource>
2194
                     <gmd:linkage>
2195
                        <gmd:URL>https://land.discomap.eea.europa.eu/arcgis/rest/services/Land/Season_Length_trend_days_per_year/ImageServer</gmd:URL>
2196
                     </gmd:linkage>
2197
                     <gmd:protocol>
2198
                        <gco:CharacterString>ESRI:REST</gco:CharacterString>
2199
                     </gmd:protocol>
2200
                     <gmd:function>
2201
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
2202
                                                   codeListValue="information"/>
2203
                     </gmd:function>
2204
                  </gmd:CI_OnlineResource>
2205
               </gmd:onLine>
2206
   <!-- [.....................] -->
2207
 </gmd:MD_DigitalTransferOptions>
2208
         </gmd:transferOptions>
2209
  <!-- [.....................] -->
2210
	<gmd:MD_Distribution>
2211
<gmd:distributionInfo>
2212
</code></pre>
2213
2214 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. 
2215
** For any additional link that needs to be provided please contact the SDI Team. 
2216 23 Jose Rubio
** _This metadata element *requires editing.*_
2217
2218 119 Jose Rubio
h2. MD_Metadata/dataQualityInfo/*/scope (Data Quality scope)
2219 23 Jose Rubio
2220
h4. XML encoding
2221
2222
<pre>
2223
<code class="xml">
2224
<gmd:dataQualityInfo>
2225
      <gmd:DQ_DataQuality>
2226 119 Jose Rubio
        <gmd:scope>
2227 23 Jose Rubio
            <gmd:DQ_Scope>
2228
               <gmd:level>
2229
                  <gmd:MD_ScopeCode codeListValue="dataset"
2230 119 Jose Rubio
                                    codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"/>
2231 23 Jose Rubio
               </gmd:level>
2232
            </gmd:DQ_Scope>
2233
         </gmd:scope>
2234 119 Jose Rubio
                                 <!-- [.....................] -->
2235
      </gmd:DQ_DataQuality>
2236
</gmd:dataQualityInfo>
2237
</code></pre>
2238
2239
2240
h4. References
2241
2242
|INSPIRE Metadata TG v2.0| TG Requirement 1.9 p44|Mandatory|
2243
|ISO19115:2003|B.2.4.1 p48 (DQ_Scope data type in B.2.4.5 p56)|Mandatory|
2244
2245
h4. Status in EEA metadata
2246
2247
  *Mandatory*
2248
2249
h4. Important notes
2250
2251
** This element is used to indicate the specific data to which the data quality information applies. 
2252
** 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.
2253
** 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. 
2254
** _This metadata element usually *does not require editing.*_
2255
2256
h2. MD_Metadata/dataQualityInfo/*/lineage
2257
2258
h4. XML encoding
2259
2260
<pre>
2261
<code class="xml">
2262
<gmd:dataQualityInfo>
2263
      <gmd:DQ_DataQuality>
2264
                     <!-- [.....................] -->
2265 23 Jose Rubio
         <gmd:lineage>
2266
            <gmd:LI_Lineage>
2267
               <gmd:statement>
2268 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>
2269 23 Jose Rubio
               </gmd:statement>
2270 119 Jose Rubio
                           <!-- [.....................] -->
2271 23 Jose Rubio
            </gmd:LI_Lineage>
2272
         </gmd:lineage>
2273 119 Jose Rubio
            <!-- [.....................] -->
2274 1 Andrei Meliş
      </gmd:DQ_DataQuality>
2275
</gmd:dataQualityInfo>
2276
</code></pre>
2277
2278
2279
h4. References
2280
2281 119 Jose Rubio
|INSPIRE Metadata TG v2.0| C.2.17 p112|Mandatory|
2282
|ISO19115:2003|B.2.4.1 p48 (see LI_Lineage in B.2.4.2 p 48)|Conditional (Mandatory if report is not provided)|
2283 1 Andrei Meliş
2284
h4. Status in EEA metadata
2285
2286
  *Mandatory*
2287
2288
h4. Important notes
2289
2290 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. 
2291
** If too long, the statement can reference an already existing document made available together with the data set.
2292
** 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]]. 
2293
** The overall quality of the data set should also be included in this metadata element.
2294 80 Jose Rubio
** _This metadata element *requires editing.*_
2295
2296 1 Andrei Meliş
h2. MD_Metadata/dataQualityInfo/*/lineage/*/source
2297
2298 27 Jose Rubio
h4. XML encoding
2299 1 Andrei Meliş
2300 70 Jose Rubio
<pre>
2301 16 Paul Hasenohr
<code class="xml">
2302 1 Andrei Meliş
  <gmd:DQ_DataQuality>
2303
      <gmd:lineage>
2304
         <gmd:LI_Lineage>
2305 23 Jose Rubio
            <gmd:statement>
2306
                  <!-- [.....................] -->
2307
            </gmd:statement>
2308 119 Jose Rubio
              <gmd:source uuidref="bbf83ca0-6d2f-4a0b-b8a7-4dcdc285beab"/>
2309 23 Jose Rubio
               <gmd:LI_Source/>
2310 1 Andrei Meliş
            </gmd:source>
2311
         </gmd:LI_Lineage>
2312
      </gmd:lineage>
2313
  </gmd:DQ_DataQuality>
2314
</code></pre>
2315
2316
h4. References
2317
2318 119 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.5 p139|Optional|
2319
|ISO19115:2003|B.2.4.2.1 p48 (LI_Source type in B.2.4.2.3 p50)|Conditional|
2320 23 Jose Rubio
2321
2322 1 Andrei Meliş
h4. Status in EEA metadata
2323
2324 119 Jose Rubio
  *Conditional*: Only for data sets which data set sources are referenced in the EEA SDI Catalogue
2325 1 Andrei Meliş
2326
h4. Important notes
2327
2328 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). 
2329
** 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.
2330
** There must be as many <gmd:source>...</gmd:source> elements as there are of source data sets referenced (i.e. [0..n])
2331
** 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. 
2332 1 Andrei Meliş
** _This metadata element requires *editing by the SDI Team*._
2333
2334 119 Jose Rubio
h2. MD_Metadata/dataQualityInfo/*/report/*/result/*/specification
2335 23 Jose Rubio
2336
h4. XML encoding
2337 1 Andrei Meliş
2338
<pre>
2339
<code class="xml">
2340 99 Jose Rubio
         <gmd:report xmlns:gn="http://www.fao.org/geonetwork"
2341
                     xmlns:gmx="http://www.isotc211.org/2005/gmx"
2342 98 Jose Rubio
                     xmlns:srv="http://www.isotc211.org/2005/srv">
2343 83 Jose Rubio
            <gmd:DQ_DomainConsistency>
2344
               <gmd:result>
2345
                  <gmd:DQ_ConformanceResult>
2346
                     <gmd:specification>
2347
                        <gmd:CI_Citation>
2348
                           <gmd:title>
2349 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>
2350
                           </gmd:title>
2351 83 Jose Rubio
                           <gmd:date>
2352
                              <gmd:CI_Date>
2353
                                 <gmd:date>
2354
                                    <gco:Date>2010-12-08</gco:Date>
2355
                                 </gmd:date>
2356
                                 <gmd:dateType>
2357
                                    <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
2358
                                 </gmd:dateType>
2359
                              </gmd:CI_Date>
2360
                           </gmd:date>
2361
                        </gmd:CI_Citation>
2362
                     </gmd:specification>
2363 119 Jose Rubio
                                 <!-- [.....................] -->
2364
                  </gmd:DQ_ConformanceResult>
2365
               </gmd:result>
2366
            </gmd:DQ_DomainConsistency>
2367
         </gmd:report>
2368
</code></pre>
2369
2370
h4. References
2371
2372
|INSPIRE Metadata TG v2.0|C.2.19 p113|Mandatory|
2373
|ISO19115:2003|B.2.4 p 48 (DQ_Result in B.2.4.4 p55)|Conditional (Mandatory if lineage is not provided)|
2374
2375
2376
h4. Status in EEA metadata
2377
2378
  *Mandatory*
2379
2380
h4. Important notes
2381
2382
* This element includes the citation of product specification or user requirement against the data is evaluated. 
2383
* 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: 
2384
> 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"_
2385
> The *date* corresponding to this specification is: _"2010-12-08"_ with *dateType* _"publication"_
2386
* 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). 
2387
* This metadata element requires *_editing_*.
2388
2389
h2. MD_Metadata/dataQualityInfo/*/report/*/result/*/explanation
2390
2391
h4. XML encoding
2392
2393
<pre>
2394
<code class="xml">
2395
         <gmd:report xmlns:gn="http://www.fao.org/geonetwork"
2396
                     xmlns:gmx="http://www.isotc211.org/2005/gmx"
2397
                     xmlns:srv="http://www.isotc211.org/2005/srv">
2398
            <gmd:DQ_DomainConsistency>
2399
               <gmd:result>
2400
                  <gmd:DQ_ConformanceResult>
2401
                       <!-- [.....................] -->
2402 83 Jose Rubio
                     <gmd:explanation>
2403 1 Andrei Meliş
                        <gco:CharacterString>See the referenced specification</gco:CharacterString>
2404
                     </gmd:explanation>
2405 119 Jose Rubio
                          <!-- [.....................] -->
2406 1 Andrei Meliş
                  </gmd:DQ_ConformanceResult>
2407
               </gmd:result>
2408
            </gmd:DQ_DomainConsistency>
2409
         </gmd:report>
2410 84 Jose Rubio
</code></pre>
2411
2412 85 Jose Rubio
h4. References
2413 84 Jose Rubio
2414 119 Jose Rubio
|INSPIRE Metadata TG v2.0|||
2415
|ISO19115:2003|B.2.4 p48 (DQ_Result in B.2.4.4 p55)|Conditional (Mandatory if lineage is not provided)|
2416 84 Jose Rubio
2417
2418
h4. Status in EEA metadata
2419
2420
  *Mandatory*
2421
2422
h4. Important notes
2423
2424 119 Jose Rubio
**  This metadata element informs about the meaning of conformance for this result. 
2425
** 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. 
2426
** The *explanation* by default is: _See the referenced specification_
2427
** The template provides already by default the values with whom to fill in this element. 
2428
** 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). 
2429
** This metadata element normally *_does not require editing_*.
2430 84 Jose Rubio
2431 119 Jose Rubio
h2. MD_Metadata/dataQualityInfo/*/report/*/result/*/pass
2432
2433
h4. XML encoding
2434
2435
<pre>
2436
<code class="xml">
2437
         <gmd:report xmlns:gn="http://www.fao.org/geonetwork"
2438
                     xmlns:gmx="http://www.isotc211.org/2005/gmx"
2439
                     xmlns:srv="http://www.isotc211.org/2005/srv">
2440
            <gmd:DQ_DomainConsistency>
2441
               <gmd:result>
2442
                  <gmd:DQ_ConformanceResult>
2443
                                <!-- [.....................] -->
2444
                     <gmd:pass gco:nilReason="unknown"/>
2445
                  </gmd:DQ_ConformanceResult>
2446
               </gmd:result>
2447
            </gmd:DQ_DomainConsistency>
2448
         </gmd:report>
2449
</code></pre>
2450
2451
h4. References
2452
2453
|INSPIRE Metadata TG v2.0|C.2.20 p114|Mandatory|
2454
|ISO19115:2003|B.2.4 p48 (DQ_Result in B.2.4.4 p55)|Conditional (Mandatory if lineage is not provided)|
2455
2456
2457
h4. Status in EEA metadata
2458
2459
  *Mandatory*
2460
2461
h4. Important notes
2462
2463
* This metadata element provides an indication of the conformance result. 
2464
* 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.
2465
* 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:
2466 1 Andrei Meliş
> *true* if conformant
2467
> *false* if non conformant
2468
> *unknown* if not evaluated (by default in the EEA template)
2469 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). 
2470 1 Andrei Meliş
* This metadata element requires *_editing_*.
Go to top