Name | Resource title |
Definition | Characteristic, and often unique, name by which the resource is known |
Obligation |
|
Multiplicity | [1] |
Example | Register of geographic names |
Data resource must have a unique and easily identifiable title. In determining a resource title, the needs of potential users must be taken into consideration. The title must be informative and diminish the potential risk of mistaking one data resource for another. Generic search engines most often analyse the first record. It is therefore desirable for a resource title to clearly define spatial data and differentiate between similar search results. The use of acronyms and abbreviations is not recommended. It is recommended to use up to 250 characters. |
Technical data
INSPIRE equivalent | Resource title |
Comparison with INSPIRE | equivalent |
ISO equivalent | [360] title |
Comparison with ISO | equivalent |
XPath | identificationInfo/*/citation/*/title |
Data type | character string |
Domain | free text |
Implementation instructions | none |
Encoding example
<gmd:MD_Metadata… ... <gmd:identificationInfo> <gmd:MD_DataIdentification> <gmd:citation> <gmd:CI_Citation> <gmd:title> <gco:CharacterString>Register of geographic names</gco:CharacterString> </gmd:title> </gmd:CI_Citation> </gmd:citation> </gmd:MD_DataIdentification> </gmd:identificationInfo> ... </gmd:MD_Metadata> |