Preskočite na glavni sadržaj
Login
State Geodetic Administration logo National Spatial Data Infrastructure logo

Keyword

Name Keyword
Definition Formally registered thesaurus.
Obligation
  • dataset or dataset series: mandatory
Multiplicity [0..1] in relation to an individual keyword. But more keywords can be documented.
Example
Name: COMMISSION REGULATION (EC) No 1205/2008 of 3 December 2008 implementing Directive 2007/2/EC of the European Parliament and of the Council as regards metadata, Part D 4, Classification of Spatial Data Services
Date: 2008-12-03
Date type: published
For a spatial dataset and a spatial dataset series, at least one key word from the dictionary of spatial scope and one key word from the dictionary of priority data should be documented, if the data of the dataset or dataset series belong to the priority sets of spatial data for environmental reporting as defined by INSPIRE.

Tehnical data
 
INSPIRE equivalent Originating controlled vocabulary
Comparison with INSPIRE  equivalent
ISO equivalent [55] thesaurusName
Comparison with ISO equivalent
XPath identificationInfo[1]/*/descriptiveKeywords/*/thesaurusName
Data type CI_Citation
Domain CI_Citation<<DataType>>
  • Title
  • Date
  • Date type
Implementation instructions A minimum of one keyword from the spatial scope thesaurus describing the spatial scope of the data must be specified. If the data of a dataset or dataset series belong to the priority sets of spatial data for environmental reporting, it is necessary to specify one keyword from the thesaurus of priority data. Keywords are documented using the gmd:descriptiveKeywords/gmd:MD_Keywords element, according to the general implementation guidelines for documenting keywords from an authorized list.


Encoding example 1: Documenting keywords from spatial scope thesaurus
   
<gmd:MD_Metadata...
...
     <gmd:identificationInfo>
         <gmd:MD_DataIdentification>
...
             <gmd:descriptiveKeywords>
                 <gmd:MD_Keywords>
                     <gmd:keyword>
                         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope/national">Nacionalni</gmx:Anchor>
                     </gmd:keyword>
                     <gmd:thesaurusName>
                         <gmd:CI_Citation>
                             <gmd:title>
                                 <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope">Spatial scope</gmx:Anchor>
                             </gmd:title>
                             <gmd:date>
                                 <gmd:CI_Date>
                                     <gmd:date>
                                         <gco:Date>2019-05-22</gco:Date>
                                     </gmd:date>
                                     <gmd:dateType>
                                         <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">published</gmd:CI_DateTypeCode>
                                     </gmd:dateType>
                                 </gmd:CI_Date>
                             </gmd:date>
                         </gmd:CI_Citation>
                     </gmd:thesaurusName>
                 </gmd:MD_Keywords>
             </gmd:descriptiveKeywords>
...
         </gmd:MD_DataIdentification>
     </gmd:identificationInfo>
...
</gmd:MD_Metadata>

Encoding example: Documenting keywords from priority dataset thesaurus
 
<gmd:MD_Metadata...
...
     <gmd:identificationInfo>
         <gmd:MD_DataIdentification>
...
             <gmd:descriptiveKeywords>
                 <gmd:MD_Keywords>
                     <gmd:keyword>
                         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/PriorityDataset/dir-2007-60">Directive 2007/60/EC</gmx:Anchor>
                     </gmd:keyword>
                     <gmd:keyword>
                         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/PriorityDataset/ManagementUnits-dir-2007-60">Management units (Directive on the assessment and management of flood risks)</gmx:Anchor>
                     </gmd:keyword>
                     <gmd:keyword>
                         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/PriorityDataset/RiverBasinDistricts-dir-2000-60">Water areas (Water Framework Directive)​</gmx:Anchor>
                     </gmd:keyword>
                     <gmd:thesaurusName>
                         <gmd:CI_Citation>
                             <gmd:title>
                                 <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/PriorityDataset">INSPIRE priority dataset</gmx:Anchor>
                             </gmd:title>
                             <gmd:date>
                                 <gmd:CI_Date>
                                     <gmd:date>
                                         <gco:Date>2018-04-04</gco:Date>
                                     </gmd:date>
                                     <gmd:dateType>
                                         <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">published</gmd:CI_DateTypeCode>
                                     </gmd:dateType>
                                 </gmd:CI_Date>
                             </gmd:date>
                         </gmd:CI_Citation>
                     </gmd:thesaurusName>
                 </gmd:MD_Keywords>
             </gmd:descriptiveKeywords>
...
         </gmd:MD_DataIdentification>
     </gmd:identificationInfo>
...
</gmd:MD_Metadata>