#688: Improve thesaurus description according to SKOS thesaurus conceptScheme
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: minor | Milestone: Future release
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
Thesaurus header may contain more description which could be added to
ISO19139 thesaurus description.
Add support for:
* alternative title (dc:alternative)
* edition (owl:versionInfo)
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>
}}}
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/688>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#688: Improve thesaurus description according to SKOS thesaurus conceptScheme
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: minor | Milestone: Future release
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
Description changed by fxp:
Old description:
Thesaurus header may contain more description which could be added to
ISO19139 thesaurus description.
Add support for:
* alternative title (dc:alternative)
* edition (owl:versionInfo)
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>
}}}
New description:
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>
}}}
--
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/688#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.