- forgotten coc-type for dc:type
This commit is contained in:
parent
eb5259d93e
commit
86d7b064d1
|
@ -401,9 +401,9 @@
|
|||
<!-- dc:date: embargo date -->
|
||||
<xsl:apply-templates select="EmbargoDate" mode="oai_dc" />
|
||||
<!-- dc:type -->
|
||||
<dc:type>Dataset</dc:type>
|
||||
<dc:type> <xsl:text>Dataset</xsl:text></dc:type>
|
||||
<dc:type>
|
||||
<xsl:text>ResearchData</xsl:text>
|
||||
<xsl:text>doc-type:ResearchData</xsl:text>
|
||||
</dc:type>
|
||||
<!-- dc:format -->
|
||||
<xsl:apply-templates select="File/@MimeType" mode="oai_dc" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user