Skip to content
Snippets Groups Projects
Commit 72bd350a authored by David Maus's avatar David Maus
Browse files

Deskriptive Metadaten in RDF/XML umschreiben

parent dd8bb061
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
xpath-default-namespace="http://www.loc.gov/METS/" xpath-default-namespace="http://www.loc.gov/METS/"
xmlns="http://www.loc.gov/METS/" xmlns="http://www.loc.gov/METS/"
xmlns:fun="tag:maus@hab.de,2018-02:XSLT" xmlns:fun="tag:maus@hab.de,2018-02:XSLT"
xmlns:mods="http://www.loc.gov/mods/v3"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
...@@ -26,6 +28,12 @@ ...@@ -26,6 +28,12 @@
<xsl:template match="@ADMID"/> <xsl:template match="@ADMID"/>
<xsl:template match="dmdSec/mdWrap[@MDTYPE = 'MODS']/xmlData/mods:mods">
<rdf:Description>
<xsl:apply-templates/>
</rdf:Description>
</xsl:template>
<xsl:template match="metsHdr"> <xsl:template match="metsHdr">
<metsHdr CREATEDATE="{@CREATEDATE}" LASTMODDATE="{current-dateTime()}"> <metsHdr CREATEDATE="{@CREATEDATE}" LASTMODDATE="{current-dateTime()}">
<agent ROLE="CUSTODIAN" TYPE="ORGANIZATION"> <agent ROLE="CUSTODIAN" TYPE="ORGANIZATION">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment