Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

bf:label in held item link #235

Open
kiegel opened this issue Jan 27, 2015 · 0 comments
Open

bf:label in held item link #235

kiegel opened this issue Jan 27, 2015 · 0 comments

Comments

@kiegel
Copy link

kiegel commented Jan 27, 2015

When two LC call numbers appear in a record, both are placed in the shelfMarkLcc property, but only the first one is in the associated bf:label. It seems that both call numbers should be in the label. It does not appear to depend on indicator values.

First example:

050 _4 |a HN700.55.A8 |b B355 2011
050 00 |a HQ799.T5 |b B36 2011

<http://example.org/99155764250001452helditem47> a bf:HeldItem ;
    bf:holdingFor <http://example.org/99155764250001452instance21> ;
    bf:label "HN700.55.A8 B355 2011" ;
    bf:shelfMarkLcc "HN700.55.A8 B355 2011",
        "HQ799.T5 B36 2011" .

(OCLC # 757718798)

Second example:

050 00 |a PM7802 |b .A86 2013
050 14 |a G1046.E365 |b A84 2013

<http://example.org/99160066670001452helditem72> a bf:HeldItem ;
    bf:holdingFor <http://example.org/99160066670001452instance35> ;
    bf:label "PM7802 .A86 2013" ;
    bf:shelfMarkLcc "G1046.E365 A84 2013",
        "PM7802 .A86 2013" .

(OCLC # 839396764)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant