-
Notifications
You must be signed in to change notification settings - Fork 18
Description
The PDF published on GeoPlatform.gov has recommendations for web service metadata for inclusion in their own catalog (see PDF here: https://cms.geoplatform.gov/sites/default/files/document_library/NGDA_Metadata_Guidelines.pdf).
This recommends including a string in gmd:applicationProfile with a URI for a service type. Does this conflict with the recommendation here? Below is an example CI_OnlineResource from the NGDA PDF:
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>http://maps.ngdc.noaa.gov/arcgis/services/web_mercator/trackline_combined_dynamic/MapServer/WMSServer?request=GetCapabilities&service=WMS</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>http</gco:CharacterString> (optional)
</gmd:protocol>
<gmd:applicationProfile>
<gco:CharacterString>http://opengis.net/spec/wms</gco:CharacterString>
</gmd:applicationProfile>
<gmd:name>
<gco:CharacterString>Geophysical Trackline Data Web Map Service (WMS)</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>Capabilities document for Open Geospatial Consortium Web Map Service for Geophysical Trackline Data</gco:CharacterString>
</gmd:description>
<gmd:function>
<gmd:CI_OnLineFunctionCode codeList="http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="search">search</gmd:CI_OnLineFunctionCode>
</gmd:function>
</gmd:CI_OnlineResource>Some of the URIs in the NGDA PDF seem to differ with these: https://github.com/OSGeo/Cat-Interop/blob/master/LinkPropertyLookupTable.csv, but is the overall recommendation here of what field value from the lookup table should go in what element in an ISO 19115 metadata record compatible with the NGDA recommendation? In other words, what is the recommendation for where 'Identifier' field value should go in ISO 19115. NGDA seems to recommend strict use of gmd:protocol (eg. 'http', 'ftp').
Seems like it would be good to have some agreement between both recommendations if it doesn't already exist.