update mapping to lido:relatedWork to fill gaps and improve DDB compatibility #17

Merged
anowicki merged 3 commits from anowicki/musdb-md-xm-xsls:master into master 2026-02-26 15:44:32 +01:00
Showing only changes of commit 06edc8ac8c - Show all commits

View File

@@ -1446,17 +1446,21 @@
</lido:objectWebResource>
</xsl:for-each>
<xsl:for-each select="../literatur_isbn">
<xsl:if test="string-length(.) != 0">
<lido:objectID>
<xsl:attribute name="lido:type">ISBN</xsl:attribute>
<xsl:value-of select="."/>
</lido:objectID>
</xsl:if>
</xsl:for-each>
<xsl:for-each select="../literatur_gnd">
<xsl:if test="string-length(.) != 0">
<lido:objectID>
<xsl:attribute name="lido:source">dnb</xsl:attribute>
<xsl:attribute name="lido:type">uri</xsl:attribute>
<xsl:value-of select="."/>
</lido:objectID>
</xsl:if>
</xsl:for-each>
</lido:object>
</xsl:if>