Opened 13 years ago
Last modified 13 years ago
#688 new enhancement
Improve thesaurus description according to SKOS thesaurus conceptScheme
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future release |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
Thesaurus header may contain more description which could be added to ISO19139 thesaurus description.
Add support for:
- alternative title (dc:alternative)
- edition (owl:versionInfo)
- thesaurus identifier
if provided.
Example:
<skos:ConceptScheme rdf:about="http://vocab.nerc.ac.uk/scheme/ICANCOERO/current/"> <dc:title>International Coastal Atlas Network Coastal Erosion Thesaurus</dc:title> <dc:alternative>ICAN Coastal Erosion</dc:alternative> <dc:description>Thesaurus containing coastal erosion dataset (including GIS layer) terms compiled by ICAN and mapped to a global thesaurus. Includes both markup and discovery terms from the mapped components.</dc:description> <dc:creator>International Coastal Atlas Network</dc:creator> <dc:publisher>Natural Environment Research Council</dc:publisher> <dc:date>2011-10-07 02:00:09.0</dc:date> <owl:versionInfo>3</owl:versionInfo>
Note:
See TracTickets
for help on using tickets.