Skip to content

Commit

Permalink
removed facsimiles col for edition 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed May 17, 2023
1 parent 79258f5 commit 1348d0b
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions 802_scripts_xsl/arche.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,22 @@
<acdh:hasContributor rdf:resource="https://orcid.org/0000-0003-2436-0361"/>
<xsl:copy-of select="$constants"/>
</acdh:Resource>
<acdh:Collection>
<xsl:attribute name="rdf:about">
<xsl:value-of select="$facs-col"/>
</xsl:attribute>
<acdh:hasPid>create</acdh:hasPid>
<acdh:hasTitle xml:lang="de">Faksimiles: <xsl:value-of select="$rc-title"/></acdh:hasTitle>
<acdh:hasDescription xml:lang="de">Beschreibung der Daten</acdh:hasDescription>
<acdh:hasLanguage rdf:resource="https://vocabs.acdh.oeaw.ac.at/iso6393/deu"/>
<acdh:hasLifeCycleStatus rdf:resource="https://vocabs.acdh.oeaw.ac.at/archelifecyclestatus/completed"/>
<acdh:hasCompleteness xml:lang="de">vollständig</acdh:hasCompleteness>
<acdh:isPartOf rdf:resource="{concat($TopColId, '/facsimiles')}"/>
<xsl:copy-of select="$constants"/>
</acdh:Collection>

<!-- facsimiles -->
<xsl:if test=".//tei:facsimile and @xml:id != 't__02_VMS_1858_TEI_AW_26-01-21-TEI-P5.xml' and @xml:id != 't__03_VMS_1865_TEI_AW_26-01-21-TEI-P5.xml'">
<acdh:Collection>
<xsl:attribute name="rdf:about">
<xsl:value-of select="$facs-col"/>
</xsl:attribute>
<acdh:hasPid>create</acdh:hasPid>
<acdh:hasTitle xml:lang="de">Faksimiles: <xsl:value-of select="$rc-title"/></acdh:hasTitle>
<acdh:hasDescription xml:lang="de">Beschreibung der Daten</acdh:hasDescription>
<acdh:hasLanguage rdf:resource="https://vocabs.acdh.oeaw.ac.at/iso6393/deu"/>
<acdh:hasLifeCycleStatus rdf:resource="https://vocabs.acdh.oeaw.ac.at/archelifecyclestatus/completed"/>
<acdh:hasCompleteness xml:lang="de">vollständig</acdh:hasCompleteness>
<acdh:isPartOf rdf:resource="{concat($TopColId, '/facsimiles')}"/>
<xsl:copy-of select="$constants"/>
</acdh:Collection>
<xsl:for-each select=".//tei:facsimile/tei:surface/tei:graphic">
<xsl:variable name="facsId">
<xsl:value-of select="tokenize(@url, '/')[last()]"/>
Expand Down

0 comments on commit 1348d0b

Please sign in to comment.