Skip to content

Commit

Permalink
Support for traced.
Browse files Browse the repository at this point in the history
  • Loading branch information
kefo committed Aug 19, 2024
1 parent 4c55dc5 commit 198e295
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xsl/ConvSpec-Process6-Series.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@
<rdfs:label>transcribed</rdfs:label>
</bf:Status>
</bf:status>
<xsl:if test="parent::marc:datafield/@ind1='1'">
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/tr">
<rdfs:label>traced</rdfs:label>
</bf:Status>
</bf:status>
</xsl:if>
<bf:title>
<bf:Title>
<bf:mainTitle>
Expand Down

0 comments on commit 198e295

Please sign in to comment.