Skip to content

Usage Examples

ghobona edited this page Jul 4, 2018 · 11 revisions

Introduction

This page provides examples of how OGC names can be used in metadata, data and other resources.

ISO 19139 Metadata - CI_OnlineResource element

Below is an example of how the persistent URI for WMS 1.3.x (http://www.opengis.net/doc/is/wms/1.3) could be used within the CI_OnlineResource element of ISO 19139.

<gmd:CI_OnlineResource>
        <gmd:linkage>
            <gmd:URL>http://metaspatial.net/cgi-bin/ogc-wms.xml?VERSION=1.3.0&amp;REQUEST=GetCapabilities&amp;SERVICE=WMS</gmd:URL>
        </gmd:linkage>                                                          
        <gmd:protocol>
            <gco:CharacterString>http</gco:CharacterString>
        </gmd:protocol>
        <gmd:applicationProfile>
            <gco:CharacterString>http://www.opengis.net/doc/is/wms/1.3</gco:CharacterString>
        </gmd:applicationProfile>
        <gmd:name>
            <gco:CharacterString>OGC WMS Example Server</gco:CharacterString>
        </gmd:name>
        <gmd:description>
            <gco:CharacterString>OGC WMS Reference Server. Map data derived from Ordnance Survey OpenData products licensed under the Open Government Licence. Contains OS data © Crown copyright and database right 2018. Hosted by http://metaspatial.net</gco:CharacterString>
        </gmd:description> 
        <gmd:function>
            <gmd:CI_OnLineFunctionCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="search">search</gmd:CI_OnLineFunctionCode>
        </gmd:function>
</gmd:CI_OnlineResource>
Clone this wiki locally