Project

General

Profile

EEA Metadata Profile v20 » History » Version 6

Jose Rubio, 2019-11-21 10:53

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