Skip to content

what are the URIs for codelist values? #205

@smrgeoinfo

Description

@smrgeoinfo

RE: w3c/dxwg#975 (comment) "Could the stylesheet CodelistDictionary-v32.xsl be modified to show the gml:id values so that the URIs of the individual entries are visible?"

In the gml encoding of code lists:

<dictionaryEntry>
  <Definition gml:id="_12383_18905">
  <description>party that accepts accountability and responsibility for the resource and ensures appropriate care and maintenance of the resource</description>
  <identifier codeSpace="http://standards.iso.org/iso/19115/-3/cit/1.0">custodian</identifier>
  </Definition>
</dictionaryEntry>

IN the cat encoding:

<cat:codeEntry>
      <cat:CT_CodelistValue id="CI_RoleCode_custodian">
         <cat:identifier>
            <gco:ScopedName codeSpace="http://standards.iso.org/iso/19115/-3/cit/1.0">custodian</gco:ScopedName>
         </cat:identifier>
               .......
      </cat:CT_CodelistValue>
</cat:codeEntry>

It looks to me like the URI for the codelist concept should be codespace + '/' or '#' + the identifier for scopedName element value, e.g.

http://standards.iso.org/iso/19115/-3/cit/1.0/custodian or
http://standards.iso.org/iso/19115/-3/cit/1.0#custodian

Has there been a determination by any ISO management group on what these URIs should look like?

see also #115

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions