I created a "crosswalk?" from a subset of dcterms to DIM  ("DSpace
Intermediate Metadata").
It works.
But I don't understand something.

Following the MODS_to_DIM crosswalk I have

<!-- **** dublincore   spatial ====> DC coverage.spatial **** -->
        <xsl:template match="*[local-name()='spatial']">
                <xsl:element name="dim:field">
                        <xsl:attribute name="mdschema">dc</xsl:attribute>
                        <xsl:attribute
name="element">coverage</xsl:attribute>
                        <xsl:attribute
name="qualifier">spatial</xsl:attribute>
                        <xsl:attribute name="lang">en_US</xsl:attribute>
                        <xsl:value-of select="normalize-space(.)"/>
                </xsl:element>
        </xsl:template>

What is the idea of the "lang" attribute?
Does it make any sense to have, say, one and the same subject in two
languages e.g.
subject-en_US-watter
subject-de_DE-Wasser

Best regards
Evgeni
------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to