STORY: Factoring format (monograph) into data load
Description
Placeholder story:
Currently the Linked Data module processes different types of MARC records, including authority and bibliographic MARC records irrespective of the format of the described resource.
The Linked Data Editor will initially support cataloging of monographs with the Monograph profile, and then add format-specific profiles as additional formats are supported in the application.
The scope of this card is to update the processes for transforming MARC bibliographic records to those records that describe monographs. MARC bibliographic records for any other format will be ignored.
Adding the ability to limit the types of MARC records transformed into the data graph will ensure that there is an appropriate profile for showing resources in the Linked Data Editor. As the project adds support for other formats, the transformation process will be updated accordingly.
This change will not affect MARC Authority records, which will continue to be processed.
Determining the format of a MARC bibliographic record
1. First check: Leader / 06
Check Leader/character position 6 (7th character in the leader)
If Leader / 06 = 'a' continue to second check
Else ignore the record - assume that it does not describe a monograph
2. Second check: Leader / 07
Check Leader / character position 7 (8th character in the leader)
If Leader / 07 = ‘a' or 'm’ process the record for transformation
Placeholder story:
Currently the Linked Data module processes different types of MARC records, including authority and bibliographic MARC records irrespective of the format of the described resource.
The Linked Data Editor will initially support cataloging of monographs with the Monograph profile, and then add format-specific profiles as additional formats are supported in the application.
The scope of this card is to update the processes for transforming MARC bibliographic records to those records that describe monographs. MARC bibliographic records for any other format will be ignored.
Adding the ability to limit the types of MARC records transformed into the data graph will ensure that there is an appropriate profile for showing resources in the Linked Data Editor. As the project adds support for other formats, the transformation process will be updated accordingly.
This change will not affect MARC Authority records, which will continue to be processed.
Determining the format of a MARC bibliographic record
1. First check: Leader / 06
Check Leader/character position 6 (7th character in the leader)
If Leader / 06 = 'a' continue to second check
Else ignore the record - assume that it does not describe a monograph
2. Second check: Leader / 07
Check Leader / character position 7 (8th character in the leader)
If Leader / 07 = ‘a' or 'm’ process the record for transformation
Else ignore the record
Reference: LC MARC documention - https://www.loc.gov/marc/bibliographic/bdleader.html
EXAMPLE