Project

General

Profile

Cataloguemetadata guidelines » History » Version 162

Jose Rubio, 2020-11-06 14:01

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