Project

General

Profile

EEA Metadata Profile v20 » History » Version 88

Jose Rubio, 2019-11-22 16:41

1 5 Jose Rubio
h1. EEA Metadata Profile (v2.0, December 2019) - DRAFT VERSION (NOT YET IN FORCE!)
2 1 Jose Rubio
3
{{>toc}}
4
5
h2. 1. Introduction
6
7
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
9 3 Jose Rubio
The EEA metadata profile follows the "*Technical Guidance for the implementation of INSPIRE dataset 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 datasets 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). T _he EEA metadata profile considers as compulsory all optional elements offered by ISO 19115 and INSPIRE which are regarded as useful for EEA activities._
10 1 Jose Rubio
11 11 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:"xxx" which is compliant with the EEA metadata profile v2.0. This metadata refers to a dataset 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 1 Jose Rubio
13 4 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/55452/xx 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. 
14 1 Jose Rubio
15
Not all the metadata elements in the profile are supposed to be edited by the data stewards - as indicated in the corresponding section, a few are to be edited by the SDI Team and some are automatically generated by (any) metadata editor tool. 
16
17 4 Jose Rubio
The current version of the EEA metadata profile (v2.0) has been made public in December 2019. In case you have any question, doubt or suggestion, please contact the EEA SDI team on *sdi@eea.europa.eu*.
18 1 Jose Rubio
19
h2. 2. Analysis of EEA metadata profile elements
20
21
h2. MD_Metadata/fileIdentifier
22
23
h4. XML encoding
24
25
<pre>
26
<code class="xml">
27 9 Jose Rubio
 <gmd:fileIdentifier>
28
      <gco:CharacterString>50dd4172-ba90-4d6d-90ef-88f5d1d84795</gco:CharacterString>
29
  </gmd:fileIdentifier>
30 1 Jose Rubio
</code></pre>
31
32
h4. References
33 7 Jose Rubio
34 27 Jose Rubio
|INSPIRE Metadata TG v2.0|||
35 24 Jose Rubio
|ISO19115:2003|B.2.1 p38|Optional|
36 1 Jose Rubio
37
h4. Status in EEA metadata
38
39
  *Mandatory*
40
41
42
h4. Important notes
43
44 9 Jose Rubio
** The file identifier in the EEA SDI will be created using Universal Unique Identifiers (UUIDs). 
45 1 Jose Rubio
** The file identifier value does not need to be edited manually as this identifier will be overwritten automatically at time of first import of the metadata file into GeoNetwork.
46
** _This metadata element does not require any editing._
47
48
h2. MD_Metadata/language
49
50
h4. XML encoding
51
52
<pre>
53
<code class="xml">
54 12 Jose Rubio
    <gmd:language>
55
      <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
56
  </gmd:language>
57 1 Jose Rubio
</code></pre>
58
59
h4. References
60
61 27 Jose Rubio
|INSPIRE Metadata TG v2.0| C.2.27 p119|Mandatory|
62 23 Jose Rubio
|ISO19115:2003|B.2.1 p38|Conditional|
63 1 Jose Rubio
64
h4. Status in EEA metadata
65
66
  *Mandatory*
67
68
h4. Important notes
69
70 13 Jose Rubio
** Metadata element used to document the language used in the metadata. 
71 27 Jose Rubio
** All metadata records shall be written in English (alpha-3 code "eng" in ISO639-2/B) therefore this element does not need to be edited.
72 1 Jose Rubio
** _This metadata element does not require any editing._
73
74
h2. MD_Metadata/characterSet
75
76
h4. XML encoding
77
78
<pre>
79
<code class="xml">
80 15 Jose Rubio
 <gmd:characterSet>
81
      <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode"
82 1 Jose Rubio
                               codeListValue="utf8"/>
83
  </gmd:characterSet>
84
</code></pre>
85
86
h4. References
87
88
|INSPIRE Metadata TG v2.0|||
89 22 Jose Rubio
|ISO19115:2003|B.2.1 p38|Conditional|
90 1 Jose Rubio
91
h4. Status in EEA metadata
92
93
  *Mandatory*
94
95
h4. Important notes
96
97
** This metadata element describes the character coding standard used for the metadata set. 
98 17 Jose Rubio
** The character coding standard used for the metadata set shall be _utf8_ (8-bit variable size Universal Coded Character Set -UCS- transfer format specificed in ISO 106406:2014)
99 1 Jose Rubio
** _This metadata element does not require any editing._
100
101
h2. MD_Metadata/parentIdentifier
102
103
h4. XML encoding
104
105
<pre>
106
<code class="xml">
107
<gmd:parentIdentifier>
108
      <gco:CharacterString>53c161cf-235b-4647-9200-446b60c5f59c</gco:CharacterString>
109
   </gmd:parentIdentifier>
110
</code></pre>
111
112
h4. References
113
114
|INSPIRE Metadata TG v2.0|||
115 21 Jose Rubio
|ISO19115:2003|B.2.1 p38|Conditional|
116 1 Jose Rubio
117
118
h4. Status in EEA metadata
119
120
  *Conditional*: only for those datasets which belong to a dataset series or are a subset from another dataset existing in the SDI
121
122
h4. Important notes
123
124
** This metadata element allows the logical link between a dataset metadata and the metadata of a dataset of which the former is a subset (e.g. datasets within a series, public versions which are subsets of internal versions without restricted data). 
125
** A dataset series is defined as a collection of datasets which share the same product specification.  
126
** This element should be added whenever the related series or a parent resource has a metadata record in the EEA catalogue SDI. 
127
** 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 dataset series or parent resource to which the new metadata should be linked to. 
128
** _This metadata element requires *editing by the SDI Team*._
129
130
h2. MD_Metadata/hierarchyLevel
131
132
h4. XML encoding
133
134
<pre>
135
<code class="xml">
136 19 Jose Rubio
<gmd:hierarchyLevel>
137
      <gmd:MD_ScopeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"
138 1 Jose Rubio
                        codeListValue="dataset"/>
139
  </gmd:hierarchyLevel>
140
</code></pre>
141
142
h4. References
143
144 27 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.3 p103|Mandatory|
145 20 Jose Rubio
|ISO19115:2003|B.2.1 p38|Conditional|
146 1 Jose Rubio
147
h4. Status in EEA metadata
148
149
  *Mandatory*
150
151
152
h4. Important notes
153
154 19 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)
155
** We are so far only considering metadata for datasets 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. 
156 1 Jose Rubio
** _This metadata element does not require any editing._
157
158
h2. MD_Metadata/contact
159
160
h4. XML encoding
161
162
<pre>
163
<code class="xml">
164 25 Jose Rubio
<gmd:contact>
165
      <gmd:CI_ResponsibleParty>
166
         <gmd:organisationName>
167
            <gco:CharacterString>European Environment Agency</gco:CharacterString>
168
         </gmd:organisationName>
169
         <gmd:contactInfo>
170
            <gmd:CI_Contact>
171
               <gmd:address>
172
                  <gmd:CI_Address>
173
                     <gmd:deliveryPoint>
174
                        <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
175
                     </gmd:deliveryPoint>
176
                     <gmd:city>
177
                        <gco:CharacterString>Copenhagen</gco:CharacterString>
178
                     </gmd:city>
179
                     <gmd:administrativeArea>
180
                        <gco:CharacterString>K</gco:CharacterString>
181
                     </gmd:administrativeArea>
182
                     <gmd:postalCode>
183
                        <gco:CharacterString>1050</gco:CharacterString>
184
                     </gmd:postalCode>
185
                     <gmd:country>
186
                        <gco:CharacterString>Denmark</gco:CharacterString>
187
                     </gmd:country>
188
                     <gmd:electronicMailAddress>
189
                        <gco:CharacterString>sdi@eea.europa.eu</gco:CharacterString>
190
                     </gmd:electronicMailAddress>
191
                  </gmd:CI_Address>
192
               </gmd:address>
193
            </gmd:CI_Contact>
194
         </gmd:contactInfo>
195
         <gmd:role>
196
            <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
197 1 Jose Rubio
                             codeListValue="pointOfContact"/>
198 25 Jose Rubio
         </gmd:role>
199
      </gmd:CI_ResponsibleParty>
200
  </gmd:contact>
201 1 Jose Rubio
</code></pre>
202
203
h4. References
204
205
|INSPIRE Metadata TG v2.0| C.2.25 p118|Mandatory|
206 61 Jose Rubio
|ISO19115:2003|B.2.1 p38 (ResponsibleParty data type in B.3.2.1 p85)|Mandatory|
207 1 Jose Rubio
208
h4. Status in EEA metadata
209
210
  *Mandatory*
211
212
213
h4. Important notes
214
215 25 Jose Rubio
** This element refers to the party responsible for the metadata information.
216 27 Jose Rubio
** 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.
217 1 Jose Rubio
** _This metadata element does not require any editing._
218
219
h2. MD_Metadata/dateStamp
220
221
h4. XML encoding
222
223
<pre>
224
<code class="xml">
225
  <gmd:dateStamp>
226 26 Jose Rubio
      <gco:DateTime>2019-11-20T08:53:26</gco:DateTime>
227 1 Jose Rubio
  </gmd:dateStamp>
228
</code></pre>
229
230
h4. References
231
232
|INSPIRE Metadata TG v2.0|C.2.26 p119|Mandatory|
233 39 Jose Rubio
|ISO19115:2003|B.2.1 p38 (Date type in B.4.2 p91)|Mandatory|
234 1 Jose Rubio
235
h4. Status in EEA metadata
236
237
  *Mandatory*
238
239
240
h4. Important notes
241
242 26 Jose Rubio
** This element refers to date that the metadata was created.
243 1 Jose Rubio
** 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.
244
** _This metadata element does not require any editing._
245
246
h2. MD_Metadata/metadataStandardName
247
248
h4. XML encoding
249
250
<pre>
251
<code class="xml">
252 27 Jose Rubio
<gmd:metadataStandardName>
253
      <gco:CharacterString>ISO 19115:2003/19139</gco:CharacterString>
254 1 Jose Rubio
  </gmd:metadataStandardName>
255
</code></pre>
256
257
h4. References
258
259
|INSPIRE Metadata TG v2.0|||
260 37 Jose Rubio
|ISO19115:2003|B.2.1 p38|Optional|
261 1 Jose Rubio
262
h4. Status in EEA metadata
263
264
  *Mandatory*
265
266
267
h4. Important notes
268
269 27 Jose Rubio
** This metadata element provides the name of the metadata standard (including profile name) used. 
270 1 Jose Rubio
** This metadata element is generated automatically by Geonetwork and any modification will be overwritten by GeoNetwork.
271
** _This metadata element does not require any editing._
272
273
274
h2. MD_Metadata/metadataStandardVersion
275
276
h4. XML encoding
277
278
<pre>
279
<code class="xml">
280 27 Jose Rubio
<gmd:metadataStandardVersion>
281
      <gco:CharacterString>1.0</gco:CharacterString>
282
  </gmd:metadataStandardVersion>
283 1 Jose Rubio
</code></pre>
284
285
h4. References
286
287
|INSPIRE Metadata TG v2.0|||
288 34 Jose Rubio
|ISO19115:2003|B.2.1 p38 (modified in ISO 19115:2003/Cor.1:2006)|Optional|
289 1 Jose Rubio
290
h4. Status in EEA metadata
291
292
  *Mandatory*
293
294
295
h4. Important notes
296
297 27 Jose Rubio
** This metadata element provides the version (or profile) of the metadata standard used. 
298 1 Jose Rubio
** This metadata element is generated automatically by GeoNetwork and any modification will be overwritten by GeoNetwork.
299
** _This metadata element does not require any editing._
300
301
h2. MD_Metadata/referenceSystemInfo/*/referenceSystemIdentifier
302
303
304
h4. XML encoding
305
306
<pre>
307 28 Jose Rubio
xx
308 1 Jose Rubio
</code></pre>
309
310
h4. References
311
312 33 Jose Rubio
|INSPIRE Metadata TG v2.0|C.3.1 p120|Mandatory|
313 35 Jose Rubio
|ISO19115:2003|B.2.7.3 p65 (modified in ISO 19115:2003/Cor.1:2006)|Optional|
314 1 Jose Rubio
315
h4. Status in EEA metadata
316
317
  *Mandatory*
318
319
h4. Important notes
320
321 28 Jose Rubio
** This metadata element describes the Coordinate Reference System(s) used in the data set. 
322 1 Jose Rubio
** 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. 
323 30 Jose Rubio
** INSPIRE requires that the EPSG codes are encoded using URIs as defined in the Annex D.5 of the INSPIRE metadata TG 2.0. 
324
** The SDI editor provides a list of the most common Coordinate Reference Systems to facilitate the encoding of this element. 
325 1 Jose Rubio
** 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.
326 30 Jose Rubio
** 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.
327 1 Jose Rubio
** _This metadata element *requires editing.*_
328
329
h2. MD_Metadata/identificationInfo/*/citation/*/title
330
331
h4. XML encoding
332
333
<pre>
334
<code class="xml">
335
<gmd:identificationInfo>
336 31 Jose Rubio
      <gmd:MD_DataIdentification>
337
         <gmd:citation>
338
            <gmd:CI_Citation>
339
               <gmd:title>
340
                  <gco:CharacterString>Nationally designated areas (CDDA) polygons for public access - version 17, Jun. 2019</gco:CharacterString>
341
               </gmd:title>
342 1 Jose Rubio
                                     <!-- [.....................] -->
343
			</gmd:CI_Citation>
344
		</gmd:citation>
345
	</gmd:MD_DataIdentification>
346
</gmd:identificationInfo>
347
</code></pre>
348
349
h4. References
350
351 32 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.1 p102|Mandatory|
352 41 Jose Rubio
|ISO19115:2003|B.2.2.1 p40 (Citation data type in B.3.2 p85)|Mandatory|
353 1 Jose Rubio
354
h4. Status in EEA metadata
355
356
  *Mandatory*
357
358
h4. Important notes
359
360 32 Jose Rubio
** This metadata element includes the name by which the cited resource is known. 
361 1 Jose Rubio
** 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 datasets which have regular updates, the version number and the dataset creation date shall be added at the end of the title. The public or internal nature of the dataset should also be reflected in the title. More details about the recommended title convention [[Naming_conventions|here]].   
362
** _This metadata element *requires editing.*_
363
364
h2. MD_Metadata/identificationInfo/*/citation/*/date (creation)
365
366
h4. XML encoding
367
368
<pre>
369
<code class="xml">
370
<gmd:identificationInfo>
371
	<gmd:MD_DataIdentification>
372
		<gmd:citation>
373
			<gmd:CI_Citation>
374
                                     <!-- [.....................] -->
375
				<gmd:date>
376 42 Jose Rubio
                  <gmd:CI_Date>
377
                     <gmd:date>
378
                        <gco:Date>2019-06-04</gco:Date>
379 1 Jose Rubio
                     </gmd:date>
380
                     <gmd:dateType>
381 42 Jose Rubio
                        <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
382 1 Jose Rubio
                                             codeListValue="creation"/>
383
                     </gmd:dateType>
384
                  </gmd:CI_Date>
385
               </gmd:date>
386
                                     <!-- [.....................] -->
387
			</gmd:CI_Citation>
388
		</gmd:citation>
389
	</gmd:MD_DataIdentification>
390
</gmd:identificationInfo>
391
</code></pre>
392
393
h4. References
394
395
|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)|
396 47 Jose Rubio
|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)|
397 1 Jose Rubio
398
h4. Status in EEA metadata
399
400
  *Mandatory*
401
402
h4. Important notes
403
404 42 Jose Rubio
** This metadata element shall include the reference date of the creation of the related data set. 
405 1 Jose Rubio
** The date of creation shall be equal to the date of publication for datasets published on the EEA website.
406 43 Jose Rubio
** For datasets 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 dataset (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. 
407 1 Jose Rubio
** _This metadata element *requires editing.*_
408
409
h2. MD_Metadata/identificationInfo/*/citation/*/date (publication)
410
411
412
h4. XML encoding
413
414
<pre>
415
<code class="xml">
416
<gmd:identificationInfo>
417
	<gmd:MD_DataIdentification>
418
		<gmd:citation>
419
			<gmd:CI_Citation>
420
                                     <!-- [.....................] -->
421 45 Jose Rubio
				    <gmd:date>
422 1 Jose Rubio
                  <gmd:CI_Date>
423
                     <gmd:date>
424 45 Jose Rubio
                        <gco:Date>2019-06-04</gco:Date>
425 1 Jose Rubio
                     </gmd:date>
426
                     <gmd:dateType>
427 45 Jose Rubio
                        <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
428 1 Jose Rubio
                                             codeListValue="publication"/>
429
                     </gmd:dateType>
430
                  </gmd:CI_Date>
431
               </gmd:date>
432
                                     <!-- [.....................] -->
433
			</gmd:CI_Citation>
434
		</gmd:citation>
435
	</gmd:MD_DataIdentification>
436
</gmd:identificationInfo>
437
</code></pre>
438
439
h4. References
440
441 48 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)|
442 50 Jose Rubio
|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)|
443 1 Jose Rubio
444
h4. Status in EEA metadata
445
446 45 Jose Rubio
  *Conditional*: mandatory for datasets published by the EEA, in particular on the EEA website (http://www.eea.europa.eu/data-and-maps/data)
447 1 Jose Rubio
448
h4. Important notes
449
450 53 Jose Rubio
** This metadata element shall include the reference date of the publication of the related data set. 
451 45 Jose Rubio
** The date of publication shall be present at least for datasets which are published by the EEA. For internal or restricted datasets, it is expected that this element is not filled in. 
452 1 Jose Rubio
** For datasets which are not published on the EEA website (e.g. Copernicus), please contact the SDI team.
453
** _This metadata element *requires editing or deletion.*_
454
455
h2. MD_Metadata/identificationInfo/*/citation/*/edition
456
457
h4. XML encoding
458
459
<pre>
460
<code class="xml">
461
<gmd:identificationInfo>
462
	<gmd:MD_DataIdentification>
463
		<gmd:citation>
464
			<gmd:CI_Citation>
465
                                     <!-- [.....................] -->
466 51 Jose Rubio
			    <gmd:edition>
467
                  <gco:CharacterString>17.00</gco:CharacterString>
468
               </gmd:edition>
469 1 Jose Rubio
                                     <!-- [.....................] -->
470
			</gmd:CI_Citation>
471
		</gmd:citation>
472
	</gmd:MD_DataIdentification>
473
</gmd:identificationInfo>
474
</code></pre>
475
476
h4. References
477
478 51 Jose Rubio
|INSPIRE Metadata TG v2.0|||
479 54 Jose Rubio
|ISO19115:2003|B.2.2.1 p40 (Citation data type in B.3.2 p85)|Optional|
480 51 Jose Rubio
481 1 Jose Rubio
h4. Status in EEA metadata
482
483
  *Mandatory*
484
485
h4. Important notes
486
487 52 Jose Rubio
** This element includes the version of the cited resource. In the EEA profile, this covers the version of the dataset and its sub-version or revision if applicable.  
488
** The version and revision numbers of the dataset should be consistent with this element. Version and revision should be encoded with two digits each, separated by a point (vv.rr).
489 1 Jose Rubio
** _This metadata element *requires editing*_
490
491
h2. MD_Metadata/identificationInfo/*/citation/*/identifier
492
493
h4. XML encoding
494
495
<pre>
496
<code class="xml">
497
<gmd:identificationInfo>
498
	<gmd:MD_DataIdentification>
499
		<gmd:citation>
500
			<gmd:CI_Citation>
501
                                     <!-- [.....................] -->
502 55 Jose Rubio
				 <gmd:identifier>
503
                  <gmd:MD_Identifier>
504
                     <gmd:code>
505
                        <gco:CharacterString>eea_v_3035_100_k_cdda-poly_p_2018-2019_v17_r00</gco:CharacterString>
506
                     </gmd:code>
507
                  </gmd:MD_Identifier>
508
               </gmd:identifier>
509 1 Jose Rubio
			</gmd:CI_Citation>
510
		</gmd:citation>
511
	</gmd:MD_DataIdentification>
512
</gmd:identificationInfo>
513
</code></pre>
514
515
h4. References
516
517
|INSPIRE Metadata TG v2.0|C2.5 p104|Mandatory|
518 56 Jose Rubio
|ISO19115:2003|.2.2.1 p40 (Identifier data type in B.2.7.3 p65)|Optional|
519 1 Jose Rubio
520
h4. Status in EEA metadata
521
522
  *Mandatory*
523
524
h4. Important notes
525
526 55 Jose Rubio
** This metadata element shall refer to a value uniquely identifying an object (e.g. dataset, series) within a namespace. 
527 1 Jose Rubio
** This identifier shall be unique and follow [[Naming_conventions|this convention]]. 
528
** This identifier shall be set to the directory name in which the dataset is contained.
529
** In order to ensure consistency with the existing content of the SDI, the SDI Team will check and modify the identifier when necessary. 
530
** _This metadata element *requires editing.*_
531
532
h2. MD_Metadata/identificationInfo/*/abstract
533
534
h4. XML encoding
535
536
<pre>
537
<code class="xml">
538
<gmd:identificationInfo>
539
	<gmd:MD_DataIdentification>
540
                      <!-- [.....................] -->
541 57 Jose Rubio
				<gmd:abstract>
542
            <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.
543
544
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 dataset is used by the EEA and e.g. the UNEP-WCMC for their main European and global assessments, products and services.
545
546
The CDDA is the official source of protected area information from the 39 European countries to the World Database of Protected Areas (WDPA).
547
548 1 Jose Rubio
The CDDA data can be queried online in the European Nature Information System (EUNIS).
549 57 Jose Rubio
550
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.
551
552
EEA does not have permission to distribute some or all sites reported by Estonia, Finland, Ireland and Turkey.
553
554
Two versions of the dataset are provided. The full dataset ("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>
555
         </gmd:abstract>
556 1 Jose Rubio
                      <!-- [.....................] -->
557
	<gmd:MD_DataIdentification>
558
<gmd:identificationInfo>
559
</code></pre>
560
561
562
h4. References
563
564 57 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.2 p102|Mandatory|
565
|ISO19115:2003|B.2.2.1 p40|Mandatory|
566 1 Jose Rubio
567
568
h4. Status in EEA metadata
569
570
  *Mandatory*
571
572
573
h4. Important notes
574
575
** 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. 
576
** Acronyms should be written in full when first used.
577
** When the metadata refers to a revision of an already existing dataset, it is important to indicate as well the main changes on this new version.  
578
** _This metadata element *requires editing.*_
579
580
h2. MD_Metadata/identificationInfo/*/status
581
582
h4. XML encoding
583
584
<pre>
585
<code class="xml">
586 59 Jose Rubio
<gmd:status>
587
<gmd:MD_ProgressCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ProgressCode" codeListValue="obsolete"/>
588
</gmd:status>
589 1 Jose Rubio
</code></pre>
590
591
h4. References
592
593 58 Jose Rubio
|INSPIRE Metadata TG v2.0|||
594
|ISO19115:2003|B.2.2.1 p40 |Optional|
595 1 Jose Rubio
596
597
h4. Status in EEA metadata
598
599
  *Conditional* - only for obsolete, archived or superseded datasets as well as datasets from completed projects
600
601
h4. Important notes
602
603
** This element describes the status of the resource. 
604 58 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):
605 1 Jose Rubio
**** completed: the production of the dataset has been completed (this is to be used only for those datasets produced in the context of specific projects)
606
**** historicalArchive: to be used only for those datasets stored in an offline storage facility (this is unlikely to happen in the context of the EEA SDI)
607
**** obsolete: only for those datasets which are no longer relevant (only kept for historical purposes)
608
**** superseded: dataset which has been replaced by a new one (this is to be used for datasets replaced by new versions)
609
** The example above is not included in the metadata file used in these guidelines.
610
** _This metadata element *requires editing by SDI Team*_
611
612
h2. MD_Metadata/identificationInfo/*/pointOfContact (point of contact)
613
614
615
h4. XML encoding
616
617
<pre>
618
<code class="xml">
619
<gmd:identificationInfo>
620
	<gmd:MD_DataIdentification>
621
                      <!-- [.....................] -->
622 60 Jose Rubio
		   <gmd:pointOfContact>
623
            <gmd:CI_ResponsibleParty>
624
               <gmd:organisationName>
625
                  <gco:CharacterString>European Environment Agency</gco:CharacterString>
626
               </gmd:organisationName>
627
               <gmd:contactInfo>
628
                  <gmd:CI_Contact>
629
                     <gmd:address>
630
                        <gmd:CI_Address>
631
                           <gmd:deliveryPoint>
632
                              <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
633
                           </gmd:deliveryPoint>
634
                           <gmd:city>
635
                              <gco:CharacterString>Copenhagen</gco:CharacterString>
636
                           </gmd:city>
637
                           <gmd:administrativeArea>
638
                              <gco:CharacterString>K</gco:CharacterString>
639
                           </gmd:administrativeArea>
640
                           <gmd:postalCode>
641
                              <gco:CharacterString>1050</gco:CharacterString>
642
                           </gmd:postalCode>
643
                           <gmd:country>
644
                              <gco:CharacterString>Denmark</gco:CharacterString>
645
                           </gmd:country>
646
                           <gmd:electronicMailAddress>
647
                              <gco:CharacterString>info@eea.europa.eu</gco:CharacterString>
648
                           </gmd:electronicMailAddress>
649
                        </gmd:CI_Address>
650
                     </gmd:address>
651
                     <gmd:onlineResource>
652
                        <gmd:CI_OnlineResource>
653
                           <gmd:linkage>
654
                              <gmd:URL>http://www.eea.europa.eu</gmd:URL>
655
                           </gmd:linkage>
656
                           <gmd:protocol>
657
                              <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
658
                           </gmd:protocol>
659
                           <gmd:name>
660
                              <gco:CharacterString>European Environment Agency public website</gco:CharacterString>
661
                           </gmd:name>
662
                           <gmd:function>
663
                              <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode"
664
                                                         codeListValue="information"/>
665
                           </gmd:function>
666
                        </gmd:CI_OnlineResource>
667
                     </gmd:onlineResource>
668
                  </gmd:CI_Contact>
669
               </gmd:contactInfo>
670
               <gmd:role>
671
                  <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
672
                                   codeListValue="pointOfContact"/>
673
               </gmd:role>
674
            </gmd:CI_ResponsibleParty>
675
         </gmd:pointOfContact>
676 1 Jose Rubio
                      <!-- [.....................] -->
677
	<gmd:MD_DataIdentification>
678
<gmd:identificationInfo>
679
</code></pre>
680
681
h4. References
682
683
|INSPIRE Metadata TG v2.0|C.2.23 p117| Conditional (at least one responsible party is mandatory)|
684 62 Jose Rubio
|ISO19115:2003|B.2.2.1 p40 (ResponsibleParty data type in B.3.2.1 p85)|Optional|
685 1 Jose Rubio
686
h4. Status in EEA metadata
687
688
  *Mandatory*
689
690
h4. Important notes
691
692 60 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.  
693 1 Jose Rubio
** The responsible party acting as Point of Contact shall be the EEA (using the public enquiries mailbox) for any dataset owned by EEA.
694
** The responsible party acting as Point of Contact is the organization or company owning the dataset when the latter is not owned by EEA. In case of doubts here please contact the EEA SDI Team. 
695 60 Jose Rubio
** It is recommended to use a functional mailbox instead of personal email address, avoiding any unnecessary personal data. 
696 1 Jose Rubio
** _This metadata element *requires editing.*_
697
698
h2. MD_Metadata/identificationInfo/*/pointOfContact (custodian)
699
700
h4. XML encoding
701
702
<pre>
703
<code class="xml">
704
<gmd:identificationInfo>
705
	<gmd:MD_DataIdentification>
706
                      <!-- [.....................] -->
707 63 Jose Rubio
		  <gmd:pointOfContact>
708
            <gmd:CI_ResponsibleParty>
709
               <gmd:individualName gco:nilReason="missing">
710
                  <gco:CharacterString/>
711
               </gmd:individualName>
712
               <gmd:organisationName>
713
                  <gco:CharacterString>European Environment Agency</gco:CharacterString>
714
               </gmd:organisationName>
715
               <gmd:contactInfo>
716
                  <gmd:CI_Contact>
717
                     <gmd:address>
718
                        <gmd:CI_Address>
719
                           <gmd:electronicMailAddress>
720
                              <gco:CharacterString>info@eea.europa.eu</gco:CharacterString>
721
                           </gmd:electronicMailAddress>
722
                        </gmd:CI_Address>
723
                     </gmd:address>
724
                  </gmd:CI_Contact>
725
               </gmd:contactInfo>
726
               <gmd:role>
727
                  <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
728
                                   codeListValue="custodian"/>
729
               </gmd:role>
730
            </gmd:CI_ResponsibleParty>
731
         </gmd:pointOfContact>
732 1 Jose Rubio
                      <!-- [.....................] -->
733
	<gmd:MD_DataIdentification>
734
<gmd:identificationInfo>
735
</code></pre>
736
737
738
h4. References
739
740 63 Jose Rubio
|INSPIRE Metadata TG v2.0|C.2.23 p117|Conditional (at least one responsible party is mandatory)|
741
|ISO19115:2003|B.2.2.1 p40 (ResponsibleParty data type in B.3.2.1 p85)|Optional|
742 1 Jose Rubio
743
744
h4. Status in EEA metadata
745
746
  *Conditional*: it shall be required at least for all datasets owned by EEA
747
748
h4. Important notes
749
750 64 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. 
751 1 Jose Rubio
** This metadata element shall be filled in at least for datasets owned by EEA.
752
** In case of doubts when the dataset is not owned by EEA please contact the EEA SDI Team.
753
** It is recommended to use a functional mailbox instead of personal email address, and avoid any personal data. 
754
** _This metadata element *requires editing or deletion.*_
755
756
h2. MD_Metadata/identificationInfo/*/resourceMaintenance
757
758
h4. XML encoding
759
760
<pre>
761
<code class="xml">
762
<gmd:identificationInfo>
763
	<gmd:MD_DataIdentification>
764
                      <!-- [.....................] -->
765
		 <gmd:resourceMaintenance>
766
            <gmd:MD_MaintenanceInformation>
767
               <gmd:maintenanceAndUpdateFrequency>
768 65 Jose Rubio
                  <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_MaintenanceFrequencyCode"
769 1 Jose Rubio
                                                   codeListValue="annually"/>
770
               </gmd:maintenanceAndUpdateFrequency>
771
            </gmd:MD_MaintenanceInformation>
772
         </gmd:resourceMaintenance>
773
                      <!-- [.....................] -->
774
	<gmd:MD_DataIdentification>
775
<gmd:identificationInfo>
776
</code></pre>
777
778
779
h4. References
780
781 65 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.1 p136|Optional|
782
|ISO19115:2003|B.2.2.1 p40 (MaintenanceInformation data type in B.2.5 p57)|Optional|
783 1 Jose Rubio
784
785
h4. Status in EEA metadata
786
787
  *Mandatory*
788
789
h4. Important notes
790
791 65 Jose Rubio
** This element refers to the frequency with which changes and additions are made to the data after it is first produced. 
792
** 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):
793 1 Jose Rubio
**** continual
794
**** daily
795
**** weekly
796
**** fortnightly
797
**** monthly
798
**** quaterly
799
**** biannually
800
**** annually
801
**** asNeeded
802
**** irregular
803
**** notPlanned
804
**** unknown
805
** 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*):
806
<pre>
807
<code class="xml">
808
<gmd:resourceMaintenance>
809
	<gmd:MD_MaintenanceInformation>
810
		<gmd:maintenanceAndUpdateFrequency  gco:nilReason="inapplicable"/>
811
		<gmd:userDefinedMaintenanceFrequency>
812
			<gts:TM_PeriodDuration xmlns:gts="http://www.isotc211.org/2005/gts">P1Y6M0DT0H0M0S</gts:TM_PeriodDuration>
813
		</gmd:userDefinedMaintenanceFrequency>
814
	</gmd:MD_MaintenanceInformation>
815
</gmd:resourceMaintenance>
816
</code></pre>
817 66 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. 
818 1 Jose Rubio
** _This metadata element *requires editing.*_
819
820 67 Jose Rubio
h2. MD_Metadata/identificationInfo/*/graphicOverview
821 1 Jose Rubio
822
h4. XML encoding
823
824
<pre>
825
<code class="xml">
826
<gmd:identificationInfo>
827
	<gmd:MD_DataIdentification>
828
                      <!-- [.....................] -->
829 67 Jose Rubio
                  <gmd:graphicOverview>
830 1 Jose Rubio
            <gmd:MD_BrowseGraphic>
831
               <gmd:fileName>
832 67 Jose Rubio
                  <gco:CharacterString>https://sdi.eea.europa.eu/public/catalogue-graphic-overview/50dd4172-ba90-4d6d-90ef-88f5d1d84795.png</gco:CharacterString>
833 1 Jose Rubio
               </gmd:fileName>
834
            </gmd:MD_BrowseGraphic>
835
         </gmd:graphicOverview>
836
                      <!-- [.....................] -->
837
	</gmd:MD_DataIdentification>
838
</gmd:identificationInfo>
839
</code></pre>
840
841
842
h4. References
843
844 67 Jose Rubio
|INSPIRE Metadata TG v2.0|C.7.6 p140|Optional|
845
|ISO19115:2003|B2.2.1 p40 (BrowseGraphic data type in B.2.2.2 p42)|Optional|
846 1 Jose Rubio
847
h4. Status in EEA metadata
848
849
  *Mandatory*
850
851
852
h4. Important notes
853
854 67 Jose Rubio
** This metadata element provides an illustration of the dataset. 
855
** The image should be generated in PNG format, shall provide a clear overview of the whole dataset and not be bigger than 1 MB.
856 1 Jose Rubio
** The filename of the thumbnail shall follow a standardised naming convention: _METADATA-UUID.png_. 
857
** _This metadata element *requires editing by the SDI Team.*_
858
859
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (INSPIRE themes)
860
861
h4. XML encoding
862
863
<pre>
864
<code class="xml">
865
<gmd:identificationInfo>
866
	<gmd:MD_DataIdentification>
867
                      <!-- [.....................] -->
868 68 Jose Rubio
   <gmd:descriptiveKeywords>
869 1 Jose Rubio
            <gmd:MD_Keywords>
870
               <gmd:keyword>
871
                  <gco:CharacterString>Protected sites</gco:CharacterString>
872
               </gmd:keyword>
873
               <gmd:type>
874 68 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
875 1 Jose Rubio
                                          codeListValue="theme"/>
876
               </gmd:type>
877
               <gmd:thesaurusName>
878
                  <gmd:CI_Citation>
879
                     <gmd:title>
880
                        <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
881
                     </gmd:title>
882
                     <gmd:date>
883
                        <gmd:CI_Date>
884
                           <gmd:date>
885
                              <gco:Date>2008-06-01</gco:Date>
886
                           </gmd:date>
887
                           <gmd:dateType>
888 68 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
889 1 Jose Rubio
                                                   codeListValue="publication"/>
890
                           </gmd:dateType>
891
                        </gmd:CI_Date>
892
                     </gmd:date>
893
                     <gmd:identifier>
894
                        <gmd:MD_Identifier>
895
                           <gmd:code>
896 68 Jose Rubio
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/internal-catalogue/srv/eng/thesaurus.download?ref=external.theme.httpinspireeceuropaeutheme-theme">geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme</gmx:Anchor>
897 1 Jose Rubio
                           </gmd:code>
898
                        </gmd:MD_Identifier>
899
                     </gmd:identifier>
900
                  </gmd:CI_Citation>
901
               </gmd:thesaurusName>
902
            </gmd:MD_Keywords>
903
         </gmd:descriptiveKeywords>
904
                      <!-- [.....................] -->
905
	</gmd:MD_DataIdentification>
906
</gmd:identificationInfo>
907
</code></pre>
908
909
h4. References
910
911 73 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)|
912 68 Jose Rubio
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
913 1 Jose Rubio
914
h4. Status in EEA metadata
915
916
  *Mandatory*
917
918
h4. Important notes
919
920 68 Jose Rubio
** The descriptive keyword element provides keywords which describe the dataset, along with their type and the reference source (thesaurus). This particular element refers to INSPIRE themes keywords. 
921 75 Jose Rubio
** 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. 
922 69 Jose Rubio
** More than one theme can be selected, but there shall be one _keyword/characterString_ element per INSPIRE spatial theme to which the dataset belongs.
923 1 Jose Rubio
924
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (EEA keywords list)
925
926
h4. XML encoding
927
928
<pre>
929
<code class="xml">
930
<gmd:identificationInfo>
931
	<gmd:MD_DataIdentification>
932
                      <!-- [.....................] -->
933 70 Jose Rubio
  <gmd:descriptiveKeywords gco:nilReason="withheld">
934 1 Jose Rubio
            <gmd:MD_Keywords>
935
               <gmd:keyword>
936
                  <gco:CharacterString>designated areas</gco:CharacterString>
937
               </gmd:keyword>
938
               <gmd:keyword>
939
                  <gco:CharacterString>protected areas</gco:CharacterString>
940
               </gmd:keyword>
941
               <gmd:keyword>
942
                  <gco:CharacterString>CDDA</gco:CharacterString>
943
               </gmd:keyword>
944
               <gmd:keyword>
945
                  <gco:CharacterString>ETC/BD</gco:CharacterString>
946
               </gmd:keyword>
947 70 Jose Rubio
               <gmd:keyword>
948
                  <gco:CharacterString>IDP_shortname_CDDA</gco:CharacterString>
949
               </gmd:keyword>
950
               <gmd:keyword>
951
                  <gco:CharacterString>IDP_reference</gco:CharacterString>
952
               </gmd:keyword>
953
               <gmd:keyword>
954
                  <gco:CharacterString>IDP_topics_Biodiversity</gco:CharacterString>
955
               </gmd:keyword>
956
               <gmd:keyword>
957
                  <gco:CharacterString>green infrastructure</gco:CharacterString>
958
               </gmd:keyword>
959
               <gmd:keyword>
960
                  <gco:CharacterString>BISE</gco:CharacterString>
961
               </gmd:keyword>
962
               <gmd:keyword>
963
                  <gco:CharacterString>HNV</gco:CharacterString>
964
               </gmd:keyword>
965 1 Jose Rubio
               <gmd:thesaurusName>
966
                  <gmd:CI_Citation>
967
                     <gmd:title>
968
                        <gco:CharacterString>EEA keyword list</gco:CharacterString>
969
                     </gmd:title>
970
                     <gmd:date>
971
                        <gmd:CI_Date>
972
                           <gmd:date>
973
                              <gco:Date>2002-03-01</gco:Date>
974
                           </gmd:date>
975
                           <gmd:dateType>
976 70 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
977
                                                   codeListValue="creation"/>
978 1 Jose Rubio
                           </gmd:dateType>
979
                        </gmd:CI_Date>
980
                     </gmd:date>
981
                  </gmd:CI_Citation>
982
               </gmd:thesaurusName>
983
            </gmd:MD_Keywords>
984
         </gmd:descriptiveKeywords>
985
                      <!-- [.....................] -->
986
	</gmd:MD_DataIdentification>
987
</gmd:identificationInfo>
988
</code></pre>
989
990
h4. References
991
992 76 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
993 72 Jose Rubio
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
994 1 Jose Rubio
995
h4. Status in EEA metadata
996
997
  *Mandatory*
998
999
h4. Important notes
1000
1001 70 Jose Rubio
** The descriptive keyword element provides keywords which describe the dataset, 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.
1002 1 Jose Rubio
** 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_)
1003
** [[catalogueeea_keywords|Already existing keywords]] should be reused whenever possible.
1004
** Keywords specific to internal projects (IDP) should also be included as EEA keywords. 
1005 74 Jose Rubio
** The thesaurus title "EEA keyword list" and date information (dateTypeCode "creation" and date "2002-03-01") shall not be modified. 
1006 1 Jose Rubio
** _This metadata element *requires editing.*_
1007
1008
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (EEA data categories)
1009
1010
h4. XML encoding
1011
1012
<pre>
1013
<code class="xml">
1014
<gmd:identificationInfo>
1015
	<gmd:MD_DataIdentification>
1016
                      <!-- [.....................] -->
1017 77 Jose Rubio
		 <gmd:descriptiveKeywords gco:nilReason="withheld">
1018
            <gmd:MD_Keywords>
1019
               <gmd:keyword>
1020
                  <gco:CharacterString>geospatial data</gco:CharacterString>
1021
               </gmd:keyword>
1022
               <gmd:type>
1023
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1024
                                          codeListValue="theme"/>
1025
               </gmd:type>
1026
               <gmd:thesaurusName>
1027
                  <gmd:CI_Citation>
1028
                     <gmd:title>
1029
                        <gco:CharacterString>EEA categories</gco:CharacterString>
1030
                     </gmd:title>
1031
                     <gmd:date>
1032
                        <gmd:CI_Date>
1033
                           <gmd:date>
1034
                              <gco:Date>2010-07-06</gco:Date>
1035
                           </gmd:date>
1036
                           <gmd:dateType>
1037
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1038
                                                   codeListValue="publication"/>
1039
                           </gmd:dateType>
1040
                        </gmd:CI_Date>
1041
                     </gmd:date>
1042
                     <gmd:identifier>
1043
                        <gmd:MD_Identifier>
1044
                           <gmd:code>
1045
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/internal-catalogue/srv/eng/thesaurus.download?ref=local.theme.eea-categories">geonetwork.thesaurus.local.theme.eea-categories</gmx:Anchor>
1046
                           </gmd:code>
1047
                        </gmd:MD_Identifier>
1048
                     </gmd:identifier>
1049
                  </gmd:CI_Citation>
1050
               </gmd:thesaurusName>
1051
            </gmd:MD_Keywords>
1052
         </gmd:descriptiveKeywords>
1053 1 Jose Rubio
                      <!-- [.....................] -->
1054
	</gmd:MD_DataIdentification>
1055
</gmd:identificationInfo>
1056
</code></pre>
1057
1058
1059
h4. References
1060
1061 78 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1062
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1063 1 Jose Rubio
1064
h4. Status in EEA metadata
1065
1066
  *Mandatory*
1067
1068
h4. Important notes
1069
1070 78 Jose Rubio
** The descriptive keyword element provides keywords which describe the dataset, along with their type and the reference source (thesaurus). This particular element is used to discriminate between geospatial datasets, maps, figures, charts, etc.
1071
** We are currently registering only geospatial datasets with an explicit or implicit spatial component, therefore this metadata element should be set to "geospatial data". 
1072 79 Jose Rubio
** The thesaurus title "EEA categories" and date information (dateTypeCode "publication" and date "2010-07-06") shall not be modified. 
1073
** The EEA Template already includes the "geospatial dataset" value by default, so it should not require any editing.
1074 1 Jose Rubio
** _This metadata element does not require any editing._
1075
1076
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (GEMET concepts)
1077
1078
h4. XML encoding
1079
1080
<pre>
1081
<code class="xml">
1082
<gmd:identificationInfo>
1083
	<gmd:MD_DataIdentification>
1084
                      <!-- [.....................] -->
1085 80 Jose Rubio
   <gmd:descriptiveKeywords>
1086 1 Jose Rubio
            <gmd:MD_Keywords>
1087
               <gmd:keyword>
1088 80 Jose Rubio
                  <gco:CharacterString>natural areas protection</gco:CharacterString>
1089 1 Jose Rubio
               </gmd:keyword>
1090
               <gmd:keyword>
1091 80 Jose Rubio
                  <gco:CharacterString>natural area</gco:CharacterString>
1092 1 Jose Rubio
               </gmd:keyword>
1093
               <gmd:keyword>
1094
                  <gco:CharacterString>protected area</gco:CharacterString>
1095
               </gmd:keyword>
1096
               <gmd:type>
1097 80 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1098
                                          codeListValue="theme"/>
1099 1 Jose Rubio
               </gmd:type>
1100
               <gmd:thesaurusName>
1101
                  <gmd:CI_Citation>
1102
                     <gmd:title>
1103 80 Jose Rubio
                        <gco:CharacterString>GEMET</gco:CharacterString>
1104 1 Jose Rubio
                     </gmd:title>
1105
                     <gmd:date>
1106
                        <gmd:CI_Date>
1107
                           <gmd:date>
1108 80 Jose Rubio
                              <gco:Date>2018-08-16</gco:Date>
1109 1 Jose Rubio
                           </gmd:date>
1110
                           <gmd:dateType>
1111 80 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1112 1 Jose Rubio
                                                   codeListValue="publication"/>
1113
                           </gmd:dateType>
1114
                        </gmd:CI_Date>
1115
                     </gmd:date>
1116 80 Jose Rubio
                     <gmd:identifier>
1117
                        <gmd:MD_Identifier>
1118
                           <gmd:code>
1119
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/internal-catalogue/srv/eng/thesaurus.download?ref=external.theme.gemet">geonetwork.thesaurus.external.theme.gemet</gmx:Anchor>
1120
                           </gmd:code>
1121
                        </gmd:MD_Identifier>
1122
                     </gmd:identifier>
1123 1 Jose Rubio
                  </gmd:CI_Citation>
1124
               </gmd:thesaurusName>
1125
            </gmd:MD_Keywords>
1126
         </gmd:descriptiveKeywords>
1127
                      <!-- [.....................] -->
1128
	</gmd:MD_DataIdentification>
1129
</gmd:identificationInfo>
1130
</code></pre>
1131
1132
h4. References
1133
1134 81 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1135
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1136 1 Jose Rubio
1137
h4. Status in EEA metadata
1138
1139
  *Mandatory*
1140
1141
h4. Important notes
1142
1143 83 Jose Rubio
** The descriptive keyword element provides keywords which describe the dataset, along with their type and the reference source (thesaurus). This particular element includes keywords from GEMET (General Multilingual Environmental Thesaurus) Concepts list. 
1144
** 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.) 
1145 1 Jose Rubio
** There should be at least *3-4 GEMET concepts per dataset*.
1146
** There shall be one _keyword/characterString_ element per GEMET concept to which the dataset belongs.
1147 82 Jose Rubio
** The thesaurus title "GEMET" and date information (dateTypeCode "publication" and date "2018-08-16") shall not be modified. 
1148 1 Jose Rubio
** _This metadata element *requires editing.*_
1149
1150
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Location / coverage of the dataset)
1151
1152
h4. XML encoding
1153
1154
<pre>
1155
<code class="xml">
1156
<gmd:identificationInfo>
1157
	<gmd:MD_DataIdentification>
1158
                    <!-- [.....................] -->
1159 84 Jose Rubio
			   <gmd:descriptiveKeywords>
1160 1 Jose Rubio
            <gmd:MD_Keywords>
1161
               <gmd:keyword>
1162 84 Jose Rubio
                  <gco:CharacterString>EU28</gco:CharacterString>
1163 1 Jose Rubio
               </gmd:keyword>
1164
               <gmd:keyword>
1165 84 Jose Rubio
                  <gco:CharacterString>EFTA4</gco:CharacterString>
1166 1 Jose Rubio
               </gmd:keyword>
1167
               <gmd:keyword>
1168 84 Jose Rubio
                  <gco:CharacterString>North Macedonia</gco:CharacterString>
1169 1 Jose Rubio
               </gmd:keyword>
1170
               <gmd:keyword>
1171 84 Jose Rubio
                  <gco:CharacterString>Bosnia and Herzegovina</gco:CharacterString>
1172 1 Jose Rubio
               </gmd:keyword>
1173
               <gmd:keyword>
1174 84 Jose Rubio
                  <gco:CharacterString>Kosovo</gco:CharacterString>
1175 1 Jose Rubio
               </gmd:keyword>
1176
               <gmd:keyword>
1177 84 Jose Rubio
                  <gco:CharacterString>Albania</gco:CharacterString>
1178 1 Jose Rubio
               </gmd:keyword>
1179
               <gmd:keyword>
1180 84 Jose Rubio
                  <gco:CharacterString>Montenegro</gco:CharacterString>
1181 1 Jose Rubio
               </gmd:keyword>
1182
               <gmd:keyword>
1183 84 Jose Rubio
                  <gco:CharacterString>Serbia</gco:CharacterString>
1184 1 Jose Rubio
               </gmd:keyword>
1185
               <gmd:type>
1186 84 Jose Rubio
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
1187 1 Jose Rubio
                                          codeListValue="place"/>
1188
               </gmd:type>
1189
               <gmd:thesaurusName>
1190
                  <gmd:CI_Citation>
1191
                     <gmd:title>
1192
                        <gco:CharacterString>Continents, countries, sea regions of the world.</gco:CharacterString>
1193
                     </gmd:title>
1194
                     <gmd:date>
1195
                        <gmd:CI_Date>
1196
                           <gmd:date>
1197
                              <gco:Date>2015-07-17</gco:Date>
1198
                           </gmd:date>
1199
                           <gmd:dateType>
1200 84 Jose Rubio
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
1201 1 Jose Rubio
                                                   codeListValue="publication"/>
1202
                           </gmd:dateType>
1203
                        </gmd:CI_Date>
1204
                     </gmd:date>
1205
                     <gmd:identifier>
1206
                        <gmd:MD_Identifier>
1207
                           <gmd:code>
1208 84 Jose Rubio
                              <gmx:Anchor xlink:href="https://sdi.eea.europa.eu/internal-catalogue/srv/eng/thesaurus.download?ref=external.place.regions">geonetwork.thesaurus.external.place.regions</gmx:Anchor>
1209 1 Jose Rubio
                           </gmd:code>
1210
                        </gmd:MD_Identifier>
1211
                     </gmd:identifier>
1212
                  </gmd:CI_Citation>
1213
               </gmd:thesaurusName>
1214
            </gmd:MD_Keywords>
1215
         </gmd:descriptiveKeywords>
1216
                    <!-- [.....................] -->
1217
	</gmd:MD_DataIdentification>
1218
</gmd:identificationInfo>
1219
</code></pre>
1220
1221
h4. References
1222
1223 85 Jose Rubio
|INSPIRE Metadata TG v2.0| 	C.2.10 p107 |Mandatory (at least to have one set of keywords)|
1224
|ISO19115:2003|B.2.2.1 p40 (MD_Keywords data type in B.2.2.3 p43)|Optional|
1225 1 Jose Rubio
1226
h4. Status in EEA metadata
1227
1228 85 Jose Rubio
 *Mandatory*
1229 1 Jose Rubio
1230
h4. Important notes
1231
1232 85 Jose Rubio
** The descriptive keyword element provides keywords which describe the dataset, along with their type and the reference source (thesaurus). This particular element is used to describe the intended spatial coverage of a dataset in text form.
1233 1 Jose Rubio
** Where appropriate, codes such as [[country_codes|EEA32, EU27, EU28, EFTA4]] should be used instead of listing all Member States.
1234 86 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. 
1235 1 Jose Rubio
** This metadata element _requires editing._
1236
1237
h2. MD_Metadata/identificationInfo/*/descriptiveKeywords (Temporal resolution of the dataset)
1238
1239
h4. XML encoding
1240
1241
<pre>
1242
<code class="xml">
1243
  <gmd:descriptiveKeywords xmlns:srv="http://www.isotc211.org/2005/srv"
1244
                                  xmlns:gmx="http://www.isotc211.org/2005/gmx">
1245
            <gmd:MD_Keywords>
1246
               <gmd:keyword>
1247
                  <gco:CharacterString>Biannually</gco:CharacterString>
1248
               </gmd:keyword>
1249
               <gmd:type>
1250
                  <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_KeywordTypeCode"
1251
                                          codeListValue="temporal"/>
1252
               </gmd:type>
1253
               <gmd:thesaurusName>
1254
                  <gmd:CI_Citation>
1255
                     <gmd:title>
1256
                        <gco:CharacterString>Temporal resolution</gco:CharacterString>
1257
                     </gmd:title>
1258
                     <gmd:date>
1259
                        <gmd:CI_Date>
1260
                           <gmd:date>
1261
                              <gco:Date>2017-11-07</gco:Date>
1262
                           </gmd:date>
1263
                           <gmd:dateType>
1264
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
1265
                                                   codeListValue="publication"/>
1266
                           </gmd:dateType>
1267
                        </gmd:CI_Date>
1268
                     </gmd:date>
1269
                     <gmd:identifier>
1270
                        <gmd:MD_Identifier>
1271
                           <gmd:code>
1272
                              <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>
1273
                           </gmd:code>
1274
                        </gmd:MD_Identifier>
1275
                     </gmd:identifier>
1276
                  </gmd:CI_Citation>
1277
               </gmd:thesaurusName>
1278
            </gmd:MD_Keywords>
1279
         </gmd:descriptiveKeywords>
1280
</code></pre>
1281
1282
h4. References
1283
1284 88 Jose Rubio
|INSPIRE Metadata TG v2.0|||
1285 1 Jose Rubio
|ISO19115:2003|||
1286
1287
h4. Status in EEA metadata
1288
1289
  *Conditional*: only for those datasets which belong to a time series
1290
1291
h4. Important notes
1292
1293
** Temporal resolution is a metadata element introduced in the ISO 19115-1:2014 (Geographic Information -- Metadata -- Part 1: Fundamentals)
1294
** 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. 
1295
** 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).
1296
** This element is to added only when datasets belong to a time series. 
1297
** The example above is *not included* in the metadata file used in these guidelines. 
1298
** _This metadata element *requires editing.*_
1299
1300
h2. MD_Metadata/identificationInfo/*/resourceConstraints/*/useLimitation and */accessConstraints
1301
1302
h4. XML encoding
1303
1304
<pre>
1305
<code class="xml">
1306
<gmd:identificationInfo>
1307
	<gmd:MD_DataIdentification>
1308
                      <!-- [.....................] -->
1309
	         <gmd:resourceConstraints>
1310
            <gmd:MD_Constraints>
1311
               <gmd:useLimitation>
1312
                  <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).</gco:CharacterString>
1313
               </gmd:useLimitation>
1314
            </gmd:MD_Constraints>
1315
        </gmd:resourceConstraints>
1316
         <gmd:resourceConstraints>
1317
            <gmd:MD_LegalConstraints>
1318
               <gmd:accessConstraints>
1319
                  <gmd:MD_RestrictionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
1320
                                          codeListValue="otherRestrictions"/>
1321
               </gmd:accessConstraints>
1322
               <gmd:otherConstraints>
1323
                  <gco:CharacterString>no limitations</gco:CharacterString>
1324
               </gmd:otherConstraints>
1325
            </gmd:MD_LegalConstraints>
1326
         </gmd:resourceConstraints>
1327
                      <!-- [.....................] -->
1328
	<gmd:MD_DataIdentification>
1329
<gmd:identificationInfo>
1330
</code></pre>
1331
1332
h4. References
1333
1334
|INSPIRE Metadata TG v1.3|Sec. 2.9 p51-55|Mandatory|
1335
|ISO19115:2003|Sec. B.2.2.1 p40 (links to Sec. B.2.3 p46)|Optional|
1336
|ISO19139|||
1337
1338
1339
h4. Status in EEA metadata
1340
1341
  *Mandatory*
1342
1343
h4. Important notes
1344
1345
** These two elements refer to any use limitation and access constraints that the dataset may have. The _useLimitation_ element is free text, while the element _accessConstraints_ shall use a value from the MD_RestrictionCode codelist. The EEA metadata editor includes a list with the different values to select. 
1346
** In the _useLimitation_ element and for datasets owned by EEA that can be freely distributed (default for EEA owned datasets) *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)."_
1347
** In the _accessConstraints_ element and for datasets owned by EEA that can be freely distributed (default for EEA owned datasets), the value that needs to be selected is _Other restrictions_. When this value is selected, it is necessary to fill in as well the conditional element _otherConstraints_ with the free text _no limitations_.  
1348
** For datasets which are not owned by EEA but are distributed by EEA, contact the SDI Team. 
1349
** For datasets which are protected by intellectual property rights (typically datasets acquired from external providers like Gisco), use the text _License_ under _useLimitation_, select _copyright_ from the list of _accessConstraints_ and the value of _license_ in the optional element _useConstraints_, as is detailed below:
1350
1351
<pre>
1352
<code class="xml">
1353
<gmd:identificationInfo>
1354
	<gmd:MD_DataIdentification>
1355
                      <!-- [.....................] -->
1356
		<gmd:resourceConstraints>
1357
			<gmd:MD_Constraints>
1358
				<gmd:useLimitation>
1359
					<gco:CharacterString>License</gco:CharacterString>
1360
				</gmd:useLimitation>
1361
			</gmd:MD_Constraints>
1362
		</gmd:resourceConstraints>
1363
		<gmd:resourceConstraints>
1364
			<gmd:MD_LegalConstraints>
1365
				<gmd:accessConstraints>
1366
					<gmd:MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_RestrictionCode" codeListValue="copyright"/>
1367
				</gmd:accessConstraints>
1368
				<gmd:useConstraints>
1369
					<gmd:MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_RestrictionCode" codeListValue="license"/>
1370
				</gmd:useConstraints>
1371
			</gmd:MD_LegalConstraints>
1372
		</gmd:resourceConstraints>
1373
                      <!-- [.....................] -->
1374
	<gmd:MD_DataIdentification>
1375
<gmd:identificationInfo>
1376
</code></pre>
1377
1378
** _This metadata element *requires editing.*_
1379
1380
h2. MD_Metadata/identificationInfo/*/aggregationInfo (revision of an existing resource)
1381
1382
h4. XML encoding
1383
1384
<pre>
1385
<code class="xml">
1386
         <gmd:aggregationInfo xmlns:srv="http://www.isotc211.org/2005/srv">
1387
            <gmd:MD_AggregateInformation>
1388
               <gmd:aggregateDataSetIdentifier>
1389
                  <gmd:MD_Identifier>
1390
                     <gmd:code>
1391
                        <gco:CharacterString>1ca2125d-81db-488f-97ce-c4a0910b52c9</gco:CharacterString>
1392
                     </gmd:code>
1393
                  </gmd:MD_Identifier>
1394
               </gmd:aggregateDataSetIdentifier>
1395
               <gmd:associationType>
1396
                  <gmd:DS_AssociationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#DS_AssociationTypeCode"
1397
                                              codeListValue="revisionOf"/>
1398
               </gmd:associationType>
1399
            </gmd:MD_AggregateInformation>
1400
         </gmd:aggregationInfo>
1401
</code></pre>
1402
1403
1404
h4. References
1405
1406
|INSPIRE Metadata TG v1.3|||
1407
|ISO19115:2003|Sec. B.2.2.7 p45|Optional|
1408
|ISO19139||
1409
1410
h4. Status in EEA metadata
1411
1412
  *Conditional*: Only for datasets that are a revision of datasets referenced in the EEA SDI Catalogue
1413
1414
h4. Important notes
1415
1416
** This metadata element allows the logical link between a dataset metadata and the metadata of a dataset 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. 
1417
** This element should be added whenever the associated resource is available in the SDI.
1418
** 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 dataset in the SDI which this resource is a revision of (this shall be naturally reflected with the dataset identifier "revision" component). 
1419
** The example above is not included in the metadata file used in these guidelines.
1420
** _This metadata element requires *editing by the SDI Team*._
1421
1422
h2. MD_Metadata/identificationInfo/*/spatialRepresentationType
1423
1424
h4. XML encoding
1425
1426
<pre>
1427
<code class="xml">
1428
<gmd:identificationInfo>
1429
	<gmd:MD_DataIdentification>
1430
                      <!-- [.....................] -->
1431
		<gmd:spatialRepresentationType>
1432
            <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
1433
                                                  codeListValue="vector"/>
1434
         </gmd:spatialRepresentationType>
1435
                      <!-- [.....................] -->
1436
	<gmd:MD_DataIdentification>
1437
<gmd:identificationInfo>
1438
</code></pre>
1439
1440
1441
h4. References
1442
1443
|INSPIRE Metadata TG v1.3|||
1444
|ISO19115:2003|Sec. B.2.2.1 p40 (links to Sec. B.5.26 p102)|Optional|
1445
|ISO19139|||
1446
1447
1448
h4. Status in EEA metadata
1449
1450
  *Mandatory*
1451
1452
1453
h4. Important notes
1454
1455
** The spatial representation type must have one of these values (subset of corresponding ISO code list):
1456
**** vector
1457
**** grid
1458
**** textTable
1459
**** tin
1460
** _This metadata element *requires editing.*_
1461
1462
h2. MD_Metadata/identificationInfo/*/spatialResolution
1463
1464
h4. XML encoding
1465
1466
<pre>
1467
<code class="xml">
1468
<gmd:identificationInfo>
1469
	<gmd:MD_DataIdentification>
1470
                      <!-- [.....................] -->
1471
	 <gmd:spatialResolution>
1472
            <gmd:MD_Resolution>
1473
               <gmd:equivalentScale>
1474
                  <gmd:MD_RepresentativeFraction>
1475
                     <gmd:denominator>
1476
                        <gco:Integer>100000</gco:Integer>
1477
                     </gmd:denominator>
1478
                  </gmd:MD_RepresentativeFraction>
1479
               </gmd:equivalentScale>
1480
            </gmd:MD_Resolution>
1481
         </gmd:spatialResolution>
1482
                      <!-- [.....................] -->
1483
	<gmd:MD_DataIdentification>
1484
<gmd:identificationInfo>
1485
</code></pre>
1486
1487
1488
h4. References
1489
1490
|INSPIRE Metadata TG v1.3|Sec. 2.7.2 p44|Conditional|
1491
|ISO19115:2003|Sec. B.2.2.1 p40|Optional|
1492
|ISO19139|||
1493
1494
1495
h4. Status in EEA metadata
1496
1497
  *Mandatory*
1498
1499
h4. Important notes
1500
1501
** Although it is possible to specify several spatial resolutions, we require to have only one (smallest scale or coarsest resolution).
1502
** The example refers to a spatial resolution expressed as a scale of 1:100000, to express a spatial resolution as a ground sampling distance of 100m, use the following example (unit expressed in @ML_gmxUom.xml#@*@m@*):
1503
<pre>
1504
<code class="xml">
1505
<gmd:spatialResolution>
1506
	<gmd:MD_Resolution>
1507
		<gmd:distance>
1508
			<gco:Distance uom="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/uom/ML_gmxUom.xml#m">100</gco:Distance>
1509
		</gmd:distance>
1510
	</gmd:MD_Resolution>
1511
</gmd:spatialResolution>
1512
</code></pre>
1513
** 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):
1514
<pre>
1515
<code class="xml">
1516
<gmd:identificationInfo>
1517
	<gmd:MD_DataIdentification>
1518
                      <!-- [.....................] -->
1519
<gmd:supplementalInformation>
1520
      <gco:CharacterString>Spatial Resolution information: The Minimum Mapping Width is 100 m</gco:CharacterString>
1521
</gmd:supplementalInformation>
1522
                      <!-- [.....................] -->
1523
	<gmd:MD_DataIdentification>
1524
<gmd:identificationInfo>
1525
</code></pre>
1526
1527
** _This metadata element *requires editing.*_
1528
1529
h2. MD_Metadata/identificationInfo/*/language
1530
1531
h4. XML encoding
1532
1533
<pre>
1534
<code class="xml">
1535
<gmd:identificationInfo>
1536
	<gmd:MD_DataIdentification>
1537
                      <!-- [.....................] -->
1538
<gmd:language>
1539
            <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
1540
         </gmd:language>
1541
                      <!-- [.....................] -->
1542
	<gmd:MD_DataIdentification>
1543
<gmd:identificationInfo>
1544
</code></pre>
1545
1546
1547
h4. References
1548
1549
|INSPIRE Metadata TG v1.3|Sec. 2.2.7 p26|Conditional|
1550
|ISO19115:2003|Sec. B.2.2.1 p40|Mandatory|
1551
|ISO19139|||
1552
1553
1554
h4. Status in EEA metadata
1555
1556
  *Mandatory*
1557
1558
1559
h4. Important notes
1560
1561
** This element is required under ISO even if the resource does not include any textual information.
1562
** _This metadata element does not require any editing._
1563
1564
h2. MD_Metadata/identificationInfo/*/topicCategory
1565
1566
h4. XML encoding
1567
1568
<pre>
1569
<code class="xml">
1570
<gmd:identificationInfo>
1571
	<gmd:MD_DataIdentification>
1572
                      <!-- [.....................] -->
1573
		<gmd:topicCategory>
1574
			<gmd:MD_TopicCategoryCode>environment</gmd:MD_TopicCategoryCode>
1575
		</gmd:topicCategory>
1576
                      <!-- [.....................] -->
1577
	<gmd:MD_DataIdentification>
1578
<gmd:identificationInfo>
1579
</code></pre>
1580
1581
1582
h4. References
1583
1584
|INSPIRE Metadata TG v1.3|Sec. 2.3.1 p27|Mandatory|
1585
|ISO19115:2003|Sec. B.2.2.1 p40 (links to Sec. B.5.27 p102)|Mandatory|
1586
|ISO19139|||
1587
1588
1589
h4. Status in EEA metadata
1590
1591
  *Mandatory*
1592
1593
1594
h4. Important notes
1595
1596
** The current example indicates that the dataset belongs to one topic: "environment". There may be more than one topic category (there must be one per @topicCategory@ metadata element). 
1597
** The topic categories shall be taken in the following list (copied from Sec.B.5.27), which is also available in the EEA metadata editor. This is a high-level classification scheme defined in "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 and are derived directly from the topic categories defined in MD_TopicCategoryCode (B.5.27) of ISO 19115:
1598
**** farming
1599
**** biota
1600
**** boundaries
1601
**** climatologyMeteorologyAtmosphere
1602
**** economy
1603
**** elevation
1604
**** environment
1605
**** geoscientificInformation
1606
**** health
1607
**** imageryBaseMapsEarthCover
1608
**** intelligenceMilitary
1609
**** inlandWaters
1610
**** location
1611
**** oceans
1612
**** planningCadastre
1613
**** society
1614
**** structure
1615
**** transportation
1616
**** utilitiesCommunication
1617
** _This metadata element *requires editing.*_
1618
1619
h2. MD_Metadata/identificationInfo/*/extent (spatial)
1620
1621
h4. XML encoding
1622
1623
<pre>
1624
<code class="xml">
1625
<gmd:identificationInfo>
1626
	<gmd:MD_DataIdentification>
1627
                      <!-- [.....................] -->
1628
		 <gmd:extent>
1629
            <gmd:EX_Extent>
1630
               <gmd:geographicElement>
1631
                  <gmd:EX_GeographicBoundingBox>
1632
                     <gmd:westBoundLongitude>
1633
                        <gco:Decimal>-64.5</gco:Decimal>
1634
                     </gmd:westBoundLongitude>
1635
                     <gmd:eastBoundLongitude>
1636
                        <gco:Decimal>78.5</gco:Decimal>
1637
                     </gmd:eastBoundLongitude>
1638
                     <gmd:southBoundLatitude>
1639
                        <gco:Decimal>-50</gco:Decimal>
1640
                     </gmd:southBoundLatitude>
1641
                     <gmd:northBoundLatitude>
1642
                        <gco:Decimal>84.5</gco:Decimal>
1643
                     </gmd:northBoundLatitude>
1644
                  </gmd:EX_GeographicBoundingBox>
1645
               </gmd:geographicElement>
1646
            </gmd:EX_Extent>
1647
         </gmd:extent>
1648
                      <!-- [.....................] -->
1649
	<gmd:MD_DataIdentification>
1650
<gmd:identificationInfo>
1651
</code></pre>
1652
1653
1654
h4. References
1655
1656
|INSPIRE Metadata TG v1.3|Sec. 2.5.1 p35|Mandatory|
1657
|ISO19115:2003|Sec. B.2.2.1 p42 (links to Sec. B.3.1.2 p82 modified in ISO 19115:2003/Cor.1:2006)|Mandatory|
1658
|ISO19139|||
1659
1660
1661
h4. Status in EEA metadata
1662
1663
  *Mandatory*
1664
1665
1666
h4. Important notes
1667
1668
** This is the actual geographic extent of the resource, represented by the minimum rectangle which encompasses all features in the dataset. 
1669
** Coordinates are expressed in decimal degrees with positive east and north, with a precision of at least 2 decimals.
1670
** When rounding up decimal values, make sure to do it in such a way that the bounding box gets larger and not smaller:
1671
**** @westBoundLongitude = -33.90432@ rounded up to two decimals becomes @westBoundLongitude = -33.91@
1672
**** @westBoundLongitude = 3.4262@ rounded up to two decimals becomes @westBoundLongitude = 3.42@
1673
**** @eastBoundLongitude = 38.1471@ rounded up to two decimals becomes @eastBoundLongitude = 38.15@
1674
**** @eastBoundLongitude = -1.2156@ rounded up to two decimals becomes @eastBoundLongitude = -1.21@
1675
**** same principle apply by analogy for north and south latitudes.
1676
** The coordinates of the bounding boxes shall be expressed in any geodetic coordinate reference system with the Greenwich Prime Meridian. 
1677
** For datasets including overseas territories, it is advised to split the overall geographic extend into several bounding boxes.
1678
** _This metadata element *requires editing.*_
1679
1680
h2. MD_Metadata/identificationInfo/*/extent (temporal)
1681
1682
h4. XML encoding
1683
1684
<pre>
1685
<code class="xml">
1686
<gmd:identificationInfo>
1687
	<gmd:MD_DataIdentification>
1688
                      <!-- [.....................] -->
1689
		<gmd:extent>
1690
            <gmd:EX_Extent>
1691
               <gmd:geographicElement>
1692
                  <gmd:EX_GeographicDescription/>
1693
               </gmd:geographicElement>
1694
               <gmd:temporalElement>
1695
                  <gmd:EX_TemporalExtent>
1696
                     <gmd:extent>
1697
                        <gml:TimePeriod gml:id="d94721e513a1050910">
1698
                           <gml:beginPosition>2016-01-01</gml:beginPosition>
1699
                           <gml:endPosition>2017-03-15</gml:endPosition>
1700
                        </gml:TimePeriod>
1701
                     </gmd:extent>
1702
                  </gmd:EX_TemporalExtent>
1703
               </gmd:temporalElement>
1704
            </gmd:EX_Extent>
1705
         </gmd:extent>
1706
	<gmd:MD_DataIdentification>
1707
<gmd:identificationInfo>
1708
</code></pre>
1709
1710
1711
h4. References
1712
1713
|INSPIRE Metadata TG v1.3|Sec. 2.6.1 p37|Conditional (at least one of temporal extent, date of creation, publication or last revision)|
1714
|ISO19115:2003|Sec. B.2.2.1 p42 (links to Sec. B.3.1.3 p84)|Optional|
1715
|ISO19139|||
1716
1717
1718
h4. Status in EEA metadata
1719
1720
  *Mandatory*
1721
1722
1723
h4. Important notes
1724
1725
** This element describes the time period covered by the content of the dataset
1726
** When the dataset 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. 
1727
** 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@
1728
** For time series with today as end date, the @<gml:TimePeriod>...</gml:TimePeriod>@ element should contain:
1729
    <pre>
1730
<code class="xml">
1731
		<gml:begin>
1732
		  <gml:TimeInstant gml:id="tstart">
1733
		    <gml:timePosition>2011-04-01T00:00:00</gml:timePosition>
1734
		  </gml:TimeInstant>
1735
		</gml:begin>
1736
		<gml:end>
1737
		  <gml:TimeInstant gml:id="tend">
1738
		    <gml:timePosition indeterminatePosition="now"/>
1739
		  </gml:TimeInstant>
1740
		</gml:end>
1741
</code></pre>
1742
** _This metadata element *requires editing.*_
1743
1744
h2. MD_Metadata/identificationInfo/*/supplementalInformation 
1745
1746
h4. XML encoding
1747
1748
    <pre>
1749
<code class="xml">
1750
<gmd:identificationInfo>
1751
	<gmd:MD_DataIdentification>
1752
                      <!-- [.....................] -->
1753
                <gmd:supplementalInformation>
1754
                       <gco:CharacterString>Spatial Resolution information: The Minimum Mapping Width is 100 m</gco:CharacterString>
1755
                </gmd:supplementalInformation>
1756
         <gmd:MD_DataIdentification>
1757
<gmd:identificationInfo>
1758
1759
</code></pre>
1760
1761
1762
h4. References
1763
1764
|INSPIRE Metadata TG v1.3|Annex B.2 p96|Optional|
1765
|ISO19115:2003|Sec. B.2.2.1 p42 |Optional|
1766
|ISO19139|||
1767
1768
1769
h4. Status in EEA metadata
1770
1771
  *Optional*
1772
1773
h4. Important notes
1774
1775
** This element is used in the EEA metadata profile to include additional information on the spatial resolution of the datasets (e.g. minimum mapping width) as ISO 19115:2003 does not allow to include additional information linked to the spatial resolution element. 
1776
** 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. 
1777
** _This metadata element requires *editing by the SDI Team*._
1778
1779
h2. MD_Metadata/distributionInfo/*/distributionFormat
1780
1781
h4. XML encoding
1782
1783
<pre>
1784
<code class="xml">
1785
<gmd:distributionInfo>
1786
	<gmd:MD_Distribution>
1787
	 <gmd:distributionFormat>
1788
            <gmd:MD_Format>
1789
               <gmd:name>
1790
                  <gco:CharacterString>SHP</gco:CharacterString>
1791
               </gmd:name>
1792
               <gmd:version>
1793
                  <gco:CharacterString>1</gco:CharacterString>
1794
               </gmd:version>
1795
            </gmd:MD_Format>
1796
         </gmd:distributionFormat>
1797
         <gmd:distributionFormat>
1798
            <gmd:MD_Format>
1799
               <gmd:name>
1800
                  <gco:CharacterString>SQLite</gco:CharacterString>
1801
               </gmd:name>
1802
               <gmd:version>
1803
                  <gco:CharacterString>1</gco:CharacterString>
1804
               </gmd:version>
1805
            </gmd:MD_Format>
1806
         </gmd:distributionFormat>
1807
                      <!-- [.....................] -->
1808
	</gmd:MD_Distribution>
1809
</gmd:distributionInfo>
1810
</code></pre>
1811
1812
1813
h4. References
1814
1815
|INSPIRE Metadata TG v1.3|||
1816
|ISO19115:2003|Sec. B.2.10.1 p73 (links to Sec. B.2.10.4 p75)|Optional|
1817
|ISO19139|||
1818
1819
1820
h4. Status in EEA metadata
1821
1822
  *Mandatory*
1823
1824
h4. Important notes
1825
1826
** 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):
1827
1828
**** Raster
1829
1830
    |AAIGrid|Arc/Info ASCII Grid|
1831
    |AIG|Arc/Info Binary Grid (.adf)|
1832
    |CEOS|CEOS format (used by some satellite image providers)|
1833
    |DIMAP|DIMAP format (used by some satellite image providers)|
1834
    |ECW|ERMapper Compressed Wavelets (.ecw)|
1835
    |EHdr|ESRI .hdr Labelled|
1836
    |ENVI|ENVI .hdr Labelled Raster|
1837
    |GRASS|GRASS Rasters|
1838
    |GTiff|TIFF / [[BigTIFF]] / [[GeoTIFF]] (if no georeferencing information is available in the TIFF file itself, an ESRI world file [.tfw] must be present)|
1839
    |HDF|Hierarchical Data Format Release (specify the version number [4 or 5] in the metadata element _version_)|
1840
    |HFA|Erdas Imagine (.img)|
1841
    |LAN|Erdas 7.x .LAN and .GIS|
1842
    |MrSID|Multi-resolution Seamless Image Database|
1843
    |netCDF|NetCDF|
1844
    |XYZ|ASCII Gridded XYZ|
1845
1846
**** Vector
1847
1848
    |AVCBin|Arc/Info Binary Coverage|
1849
    |AVCE00|Arc/Info .E00 (ASCII) Coverage|
1850
    |CSV|Comma Separated Value (.csv)|
1851
    |FGeo|ESRI File GeoDatabase|
1852
    |GML|Geography Markup Language|
1853
    |GRASS|GRASS vector|
1854
    |KML|Keyhole Markup Language|
1855
    |MIF|!MapInfo File|
1856
    |PGeo|ESRI Personal GeoDatabase|
1857
    |SHP|ESRI Shapefile|
1858
    |Postgis|Postgresql/Postgis database|
1859
    |Spatialite|SQLite/SpatiaLite database|
1860
1861
** We remind that use of unpublished formats should be avoided as much as possible to ensure the best possible interoperability.
1862
** When several versions of a format exist, the version number shall be specified. 
1863
** _This metadata element *requires editing.*_
1864
1865
h2. MD_Metadata/distributionInfo/*/transferOptions
1866
1867
h4. XML encoding
1868
1869
<pre>
1870
<code class="xml">
1871
<gmd:distributionInfo>
1872
	<gmd:MD_Distribution>
1873
                      <!-- [.....................] -->
1874
		 <gmd:transferOptions>
1875
            <gmd:MD_DigitalTransferOptions>
1876
               <gmd:onLine>
1877
                  <gmd:CI_OnlineResource>
1878
                     <gmd:linkage>
1879
                        <gmd:URL>https://www.eea.europa.eu/data-and-maps/data/nationally-designated-areas-national-cdda-12</gmd:URL>
1880
                     </gmd:linkage>
1881
                     <gmd:protocol>
1882
                        <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
1883
                     </gmd:protocol>
1884
                     <gmd:function>
1885
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
1886
                                                   codeListValue="download"/>
1887
                     </gmd:function>
1888
                  </gmd:CI_OnlineResource>
1889
               </gmd:onLine>
1890
               <gmd:onLine>
1891
                  <gmd:CI_OnlineResource>
1892
                     <gmd:linkage>
1893
                        <gmd:URL>/continental/europe/natural_areas/cdda/eea_v_3035_100_k_cdda-poly-public_2017_rev15-0/CDDAPolygon/CDDA_v15.shp</gmd:URL>
1894
                     </gmd:linkage>
1895
                     <gmd:protocol>
1896
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
1897
                     </gmd:protocol>
1898
                     <gmd:name>
1899
                        <gco:CharacterString>CDDAPolygon</gco:CharacterString>
1900
                     </gmd:name>
1901
                     <gmd:description gco:nilReason="missing">
1902
                        <gco:CharacterString/>
1903
                     </gmd:description>
1904
                  </gmd:CI_OnlineResource>
1905
               </gmd:onLine>
1906
               <gmd:onLine>
1907
                  <gmd:CI_OnlineResource>
1908
                     <gmd:linkage>
1909
                        <gmd:URL>/continental/europe/natural_areas/cdda/eea_v_3035_100_k_cdda-poly-public_2017_rev15-0/CDDASqlite/CDDA_v15.sqlite</gmd:URL>
1910
                     </gmd:linkage>
1911
                     <gmd:protocol>
1912
                        <gco:CharacterString>EEA:FILEPATH</gco:CharacterString>
1913
                     </gmd:protocol>
1914
                     <gmd:name>
1915
                        <gco:CharacterString>CDDASqlite</gco:CharacterString>
1916
                     </gmd:name>
1917
                     <gmd:description gco:nilReason="missing">
1918
                        <gco:CharacterString/>
1919
                     </gmd:description>
1920
                  </gmd:CI_OnlineResource>
1921
               </gmd:onLine>
1922
               <gmd:onLine>
1923
                  <gmd:CI_OnlineResource>
1924
                     <gmd:linkage>
1925
                        <gmd:URL>http://bio.discomap.eea.europa.eu/arcgis/services/ProtectedSites/CDDA_Dyna_WM/MapServer/WMSServer?request=GetCapabilities&amp;service=WMS</gmd:URL>
1926
                     </gmd:linkage>
1927
                     <gmd:protocol>
1928
                        <gco:CharacterString>OGC:WMS</gco:CharacterString>
1929
                     </gmd:protocol>
1930
                     <gmd:name gco:nilReason="missing">
1931
                        <gco:CharacterString/>
1932
                     </gmd:name>
1933
                     <gmd:description gco:nilReason="missing">
1934
                        <gco:CharacterString/>
1935
                     </gmd:description>
1936
                     <gmd:function>
1937
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
1938
                                                   codeListValue="information"/>
1939
                     </gmd:function>
1940
                  </gmd:CI_OnlineResource>
1941
               </gmd:onLine>
1942
               <gmd:onLine>
1943
                  <gmd:CI_OnlineResource>
1944
                     <gmd:linkage>
1945
                        <gmd:URL>http://bio.discomap.eea.europa.eu/arcgis/rest/services/ProtectedSites/CDDA_Dyna_WM/MapServer</gmd:URL>
1946
                     </gmd:linkage>
1947
                     <gmd:protocol>
1948
                        <gco:CharacterString>ESRI:REST</gco:CharacterString>
1949
                     </gmd:protocol>
1950
                     <gmd:name gco:nilReason="missing">
1951
                        <gco:CharacterString/>
1952
                     </gmd:name>
1953
                     <gmd:description gco:nilReason="missing">
1954
                        <gco:CharacterString/>
1955
                     </gmd:description>
1956
                     <gmd:function>
1957
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
1958
                                                   codeListValue="information"/>
1959
                     </gmd:function>
1960
                  </gmd:CI_OnlineResource>
1961
               </gmd:onLine>
1962
            </gmd:MD_DigitalTransferOptions>
1963
         </gmd:transferOptions>
1964
	</gmd:MD_Distribution>
1965
</gmd:distributionInfo>
1966
</code></pre>
1967
1968
1969
h4. References
1970
1971
|INSPIRE Metadata TG v1.3|Sec. 2.2.4 p21|Conditional|
1972
|ISO19115:2003|Sec. B.2.10.1 p73 (links to Sec. B.2.10.2 p74)|Optional|
1973
|ISO19139|||
1974
1975
1976
h4. Status in EEA metadata
1977
1978
  *Mandatory*
1979
1980
h4. Important notes
1981
1982
** If the dataset 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_.
1983
** 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_.
1984
** Link to the web map service: When available, please add the link to the WMS GetCapabilities using “OGC:WMS” protocol or to the corresponding layer when there are several in the same service.
1985
** Link to rest web services: When available, please add the link to the ESRI Rest service using the “ESRI:REST” protocol.
1986
** _This metadata element *requires editing.*_
1987
1988
h2. MD_Metadata/dataQualityInfo/*/lineage
1989
1990
h4. XML encoding
1991
1992
<pre>
1993
<code class="xml">
1994
<gmd:dataQualityInfo>
1995
      <gmd:DQ_DataQuality>
1996
         <gmd:scope>
1997
            <gmd:DQ_Scope>
1998
               <gmd:level>
1999
                  <gmd:MD_ScopeCode codeListValue="dataset"
2000
                                    codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"/>
2001
               </gmd:level>
2002
            </gmd:DQ_Scope>
2003
         </gmd:scope>
2004
         <gmd:lineage>
2005
            <gmd:LI_Lineage>
2006
               <gmd:statement>
2007
                  <gco:CharacterString>Production process is explained in the document CDDA_version_15.pdf available together with the data set.</gco:CharacterString>
2008
               </gmd:statement>
2009
            </gmd:LI_Lineage>
2010
         </gmd:lineage>
2011
      </gmd:DQ_DataQuality>
2012
</gmd:dataQualityInfo>
2013
</code></pre>
2014
2015
2016
h4. References
2017
2018
|INSPIRE Metadata TG v1.3|Sec. 2.7.1 p42|Mandatory|
2019
|ISO19115:2003|Sec. B.2.4.2 p 48|Conditional|
2020
|ISO19139|||
2021
2022
2023
h4. Status in EEA metadata
2024
2025
  *Mandatory*
2026
2027
h4. Important notes
2028
2029
** All relevant steps taken in order to create the datasets shall be described here (process history) while addressing version specificities where suitable. 
2030
** If too long, the statement can reference an already existing document made available together with the dataset.
2031
** Source datasets 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]]. 
2032
** The overall quality of the dataset should also be included in this metadata element.
2033
** _This metadata element *requires editing.*_
2034
2035
h2. MD_Metadata/dataQualityInfo/*/lineage/*/source
2036
2037
h4. XML encoding
2038
2039
<pre>
2040
<code class="xml">
2041
  <gmd:DQ_DataQuality>
2042
      <gmd:lineage>
2043
         <gmd:LI_Lineage>
2044
            <gmd:statement>
2045
                  <!-- [.....................] -->
2046
            </gmd:statement>
2047
            <gmd:source uuidref="8c2a3ded-9ccb-472d-99d2-30f11107b10c">
2048
               <gmd:LI_Source/>
2049
            </gmd:source>
2050
         </gmd:LI_Lineage>
2051
      </gmd:lineage>
2052
  </gmd:DQ_DataQuality>
2053
</code></pre>
2054
2055
2056
h4. References
2057
2058
|INSPIRE Metadata TG v1.3|Annex B.2 p96|Optional|
2059
|ISO19115:2003|Sec. B.2.4.2.1 p48|Conditional|
2060
|ISO19139||
2061
2062
2063
h4. Status in EEA metadata
2064
2065
  *Conditional*: Only for datasets which dataset sources are referenced in the EEA SDI Catalogue
2066
2067
h4. Important notes
2068
2069
** This metadata element allows the logical link between a dataset metadata and the metadata of the corresponding source dataset(s). 
2070
** When the source dataset(s) used to generate the current dataset are referenced in the EEA catalogue, their UUIDs should be listed as shown in the example above.
2071
** There must be as many <gmd:source>...</gmd:source> elements as there are of source datasets referenced (i.e. [0..n])
2072
** This value will be edited by the SDI Team. The data steward should however inform the SDI Team of the existence of a dataset source in the SDI to which the new metadata should be linked to. 
2073
** The example above is not included in the metadata file used in these guidelines.
2074
** _This metadata element requires *editing by the SDI Team*._
2075
2076
h2. MD_Metadata/dataQualityInfo/*/DQ_ConformanceResult (INSPIRE IR conformity statement)
2077
2078
h4. XML encoding
2079
2080
<pre>
2081
<code class="xml">
2082
         <gmd:report xmlns:gn="http://www.fao.org/geonetwork"
2083
                     xmlns:gmx="http://www.isotc211.org/2005/gmx"
2084
                     xmlns:srv="http://www.isotc211.org/2005/srv">
2085
            <gmd:DQ_DomainConsistency>
2086
               <gmd:result>
2087
                  <gmd:DQ_ConformanceResult>
2088
                     <gmd:specification>
2089
                        <gmd:CI_Citation>
2090
                           <gmd:title>
2091
                              <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>
2092
                           </gmd:title>
2093
                           <gmd:date>
2094
                              <gmd:CI_Date>
2095
                                 <gmd:date>
2096
                                    <gco:Date>2010-12-08</gco:Date>
2097
                                 </gmd:date>
2098
                                 <gmd:dateType>
2099
                                    <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
2100
                                 </gmd:dateType>
2101
                              </gmd:CI_Date>
2102
                           </gmd:date>
2103
                        </gmd:CI_Citation>
2104
                     </gmd:specification>
2105
                     <gmd:explanation>
2106
                        <gco:CharacterString>See the referenced specification</gco:CharacterString>
2107
                     </gmd:explanation>
2108
                     <gmd:pass gco:nilReason="unknown"/>
2109
                  </gmd:DQ_ConformanceResult>
2110
               </gmd:result>
2111
            </gmd:DQ_DomainConsistency>
2112
         </gmd:report>
2113
</code></pre>
2114
2115
2116
h4. References
2117
2118
|INSPIRE Metadata TG v1.3|Sec. 2.8 p48|Mandatory|
2119
|ISO19115:2003|Sec. B.2.4 p 48|Conditional|
2120
|ISO19139|||
2121
2122
2123
h4. Status in EEA metadata
2124
2125
  *Mandatory*
2126
2127
h4. Important notes
2128
2129
* Any dataset published in the EEA catalogue has to include at least a conformity statement with respect to the INSPIRE IR as regards interoperability of spatial datasets and services. The template provides already by default the values with whom to fill in the corresponding metadata elements: *title*, *date*, *explanation*: 
2130
> 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"_
2131
> The *date* corresponding to this specification is: _"2010-12-08"_ with *dateType* _"publication"_
2132
> The *explanation* by default is: _See the referenced specification_
2133
2134
* Depending on whether the dataset 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:
2135
> *true* if conformant
2136
> *false* if non conformant
2137
> *unknown* if not evaluated (by default in the EEA template)
2138
2139
* If a dataset 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). 
2140
* The example above is not included in the metadata file used in these guidelines.
2141
* This metadata element requires *_editing_*.
Go to top