You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subfield $c is not repeatable so you don't need the code to repeat it in the xslt.
Subfield $a and $b are grouped together. They way it does it now is you have a CollectionArrangement with $c, all the $a and all the $b. When it goes back to MARC it is going to group them the same way, all the a together and all the b together.
Exmaple ocn 10227986: <datafield tag="351" ind1=" " ind2=" "> <subfield code="a">Organized in five series:</subfield> <subfield code="c">Series I. Minutes and correspondence, 1936-1942,</subfield> <subfield code="b">alphabetical and chronological arrangement;</subfield> <subfield code="a">Series II. Correspondence re protection of the corporate name of the Presbyterian Church in the U.S.A., 1936-1940,</subfield> <subfield code="b">chronological arrangement;</subfield> <subfield code="a">Series III. Correspondence with other judicatories, 1936-1942,</subfield> <subfield code="b">arranged alphabetically by correspondent within category (synods, presbyteries, local churches);</subfield> <subfield code="a">Series IV. Correspondence, Auburn Theological Seminary,</subfield> <subfield code="b">arranged chronologically;</subfield> <subfield code="a">Series V. Miscellaneous.</subfield> </datafield>
m2bf version: <bf:collectionArrangement> <bf:CollectionArrangement rdf:nodeID="Na6015133f27e497d9884eb7ef23dbf61"> <bf:hierarchicalLevel>Series I. Minutes and correspondence, 1936-1942</bf:hierarchicalLevel> <bf:collectionOrganization>Organized in five series</bf:collectionOrganization> <bf:collectionOrganization>Series II. Correspondence re protection of the corporate name of the Presbyterian Church in the U.S.A., 1936-1940</bf:collectionOrganization> <bf:collectionOrganization>Series III. Correspondence with other judicatories, 1936-1942</bf:collectionOrganization> <bf:collectionOrganization>Series IV. Correspondence, Auburn Theological Seminary</bf:collectionOrganization> <bf:collectionOrganization>Series V. Miscellaneous</bf:collectionOrganization> <bf:pattern>alphabetical and chronological arrangement</bf:pattern> <bf:pattern>chronological arrangement</bf:pattern> <bf:pattern>arranged alphabetically by correspondent within category (synods, presbyteries, local churches)</bf:pattern> <bf:pattern>arranged chronologically</bf:pattern> </bf:CollectionArrangement> </bf:collectionArrangement>
bf2m version: <marc:datafield tag="351" ind1=" " ind2=" "> <marc:subfield code="c">Series I. Minutes and correspondence, 1936-1942</marc:subfield> <marc:subfield code="a">Series III. Correspondence with other judicatories, 1936-1942</marc:subfield> <marc:subfield code="a">Organized in five series</marc:subfield> <marc:subfield code="a">Series IV. Correspondence, Auburn Theological Seminary</marc:subfield> <marc:subfield code="a">Series V. Miscellaneous</marc:subfield> <marc:subfield code="a">Series II. Correspondence re protection of the corporate name of the Presbyterian Church in the U.S.A., 1936-1940</marc:subfield> <marc:subfield code="b">arranged alphabetically by correspondent within category (synods, presbyteries, local churches)</marc:subfield> <marc:subfield code="b">alphabetical and chronological arrangement</marc:subfield> <marc:subfield code="b">chronological arrangement</marc:subfield> <marc:subfield code="b">arranged chronologically</marc:subfield> </marc:datafield>
Finally, you could fix this specific field, but there are a bunch of 3xx and 5xx that have this pattern where the subfields repeat.
The text was updated successfully, but these errors were encountered:
marc2bibframe2/xsl/ConvSpec-3XX.xsl
Lines 257 to 301 in cdff84c
https://www.oclc.org/bibformats/en/3xx/351.html
Subfield $c is not repeatable so you don't need the code to repeat it in the xslt.
Subfield $a and $b are grouped together. They way it does it now is you have a CollectionArrangement with $c, all the $a and all the $b. When it goes back to MARC it is going to group them the same way, all the a together and all the b together.
Exmaple ocn 10227986:
<datafield tag="351" ind1=" " ind2=" "> <subfield code="a">Organized in five series:</subfield> <subfield code="c">Series I. Minutes and correspondence, 1936-1942,</subfield> <subfield code="b">alphabetical and chronological arrangement;</subfield> <subfield code="a">Series II. Correspondence re protection of the corporate name of the Presbyterian Church in the U.S.A., 1936-1940,</subfield> <subfield code="b">chronological arrangement;</subfield> <subfield code="a">Series III. Correspondence with other judicatories, 1936-1942,</subfield> <subfield code="b">arranged alphabetically by correspondent within category (synods, presbyteries, local churches);</subfield> <subfield code="a">Series IV. Correspondence, Auburn Theological Seminary,</subfield> <subfield code="b">arranged chronologically;</subfield> <subfield code="a">Series V. Miscellaneous.</subfield> </datafield>
m2bf version:
<bf:collectionArrangement> <bf:CollectionArrangement rdf:nodeID="Na6015133f27e497d9884eb7ef23dbf61"> <bf:hierarchicalLevel>Series I. Minutes and correspondence, 1936-1942</bf:hierarchicalLevel> <bf:collectionOrganization>Organized in five series</bf:collectionOrganization> <bf:collectionOrganization>Series II. Correspondence re protection of the corporate name of the Presbyterian Church in the U.S.A., 1936-1940</bf:collectionOrganization> <bf:collectionOrganization>Series III. Correspondence with other judicatories, 1936-1942</bf:collectionOrganization> <bf:collectionOrganization>Series IV. Correspondence, Auburn Theological Seminary</bf:collectionOrganization> <bf:collectionOrganization>Series V. Miscellaneous</bf:collectionOrganization> <bf:pattern>alphabetical and chronological arrangement</bf:pattern> <bf:pattern>chronological arrangement</bf:pattern> <bf:pattern>arranged alphabetically by correspondent within category (synods, presbyteries, local churches)</bf:pattern> <bf:pattern>arranged chronologically</bf:pattern> </bf:CollectionArrangement> </bf:collectionArrangement>
bf2m version:
<marc:datafield tag="351" ind1=" " ind2=" "> <marc:subfield code="c">Series I. Minutes and correspondence, 1936-1942</marc:subfield> <marc:subfield code="a">Series III. Correspondence with other judicatories, 1936-1942</marc:subfield> <marc:subfield code="a">Organized in five series</marc:subfield> <marc:subfield code="a">Series IV. Correspondence, Auburn Theological Seminary</marc:subfield> <marc:subfield code="a">Series V. Miscellaneous</marc:subfield> <marc:subfield code="a">Series II. Correspondence re protection of the corporate name of the Presbyterian Church in the U.S.A., 1936-1940</marc:subfield> <marc:subfield code="b">arranged alphabetically by correspondent within category (synods, presbyteries, local churches)</marc:subfield> <marc:subfield code="b">alphabetical and chronological arrangement</marc:subfield> <marc:subfield code="b">chronological arrangement</marc:subfield> <marc:subfield code="b">arranged chronologically</marc:subfield> </marc:datafield>
Finally, you could fix this specific field, but there are a bunch of 3xx and 5xx that have this pattern where the subfields repeat.
The text was updated successfully, but these errors were encountered: