Project

General

Profile

Cataloguemetadata guidelines » History » Version 154

Jose Rubio, 2020-11-06 13:49

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