Name | Resource locator (services) |
Definition | Location (address) for online access using a Uniform Resource Locator (URL) address or similar address system. |
Obligation |
|
Multiplicity | [1..*] |
Example | Description: accessPoint Linkage: http://inspire.ec.europa.eu/metadata-codelist/OnLineDescriptionCode/accessPoint |
The address of the invocable spatial data service consists of the following elements:
|
Tehnical data
INSPIRE equivalent | Resource locator |
Comparison with INSPIRE | equivalent |
ISO equivalent | [401] description |
Comparison with ISO | equivalent |
XPath | distributionInfo/*/transferOptions/*/onLine/*/description |
Data type | gmx:Anchor |
Domain | OnLineDescriptionCode<> [INSPIRE] limited to "access point" |
Implementation instructions | The address (resource locator) of the invocable spatial data service is documented according to the general implementation instructions for the Resource locator element, with additional requirements according to Commission Regulation (EU) no.1312/2014. Therefore, in this particular case, at least one invocable service access point must be documented, and each access point is documented in an individual instance of the gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLin /gmd:CI_OnlineResource element. Each of the gmd:CI_OnlineResource instances must contain at least:
It is recommended to provide additional information about the Resource locator in the title and function elements. |
Encoding example: Documenting the resource locator of the invocable spatial data service
<gmd:MD_Metadata... ... <gmd:distributionInfo> <gmd:MD_Distribution> ... <gmd:transferOptions> <gmd:MD_DigitalTransferOptions> <gmd:onLine> <gmd:CI_OnlineResource> <gmd:linkage> <gmd:URL>https://oss.uredjenazemlja.hr/OssWebServices/inspireService/wms?service=WMS&request=GetCapabilities&version=1.3.0</gmd:URL> </gmd:linkage> <gmd:name> <gco:CharacterString>Cadastral parcels and cadastral municipalities view network service</gco:CharacterString> </gmd:name> <gmd:description> <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/OnLineDescriptionCode/accessPoint">access point</gmx:Anchor> </gmd:description> <gmd:function> <gmd:CI_OnLineFunctionCode codeList="https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information">information</gmd:CI_OnLineFunctionCode> </gmd:function> </gmd:CI_OnlineResource> </gmd:onLine> </gmd:MD_DigitalTransferOptions> </gmd:transferOptions> </gmd:MD_Distribution> </gmd:distributionInfo> ... </gmd:MD_Metadata> |