Project

General

Profile

EEA Metadata Profile v20 » History » Version 4

Jose Rubio, 2019-11-21 10:51

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