Closed justinlittman closed 3 years ago
@NancyL @vitustang Can you determine if/ what needs to be done for this ticket? Thanks!
@justinlittman this is the first time I see this ticket, so I'm not familiar with the history or context of the question, but I'll take a stab at answering. The _Monograph Work (BF2) Un-Nested template has a place for inputting a "Library of Congress Classification", with two subunits: "LC classification number" and "Classification item number". These two are the equivalent of MARC 050 $a and $b. So, the 050 $b item number is not related to the Sinopia item record. The term "item" used in the MARC definition is more like "manifestation" in the FRBR/LRM model, and not like the Bibframe "item". So, if the rdf2marc converter is going to create a 050 field in the MARC record, both the $a and $b of that field would come from the Sinopia "work" record. The converter does not have to look for the 050 $b in the Sinopia "item" record. Let me know if this does not answer the question.
We are currently mapping from the Work (see https://github.com/LD4P/rdf2marc/blob/main/lib/rdf2marc/rdf2model/mappers/number_and_code_fields.rb#L113), so I am going to close this ticket.
From #30 (@jimfhahn):