-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
akuckartz
Metadata
Metadata
Assignees
Labels
No labels