Skip to:
Update Marc2BF conversion library to process marc field 245.
Resource #1
Create an outgoing edge http://bibfra.me/vocab/marc/title from the Work and Instance resources with the following properties
Type: >> http://bibfra.me/vocab/marc/Title
Properties
http://bibfra.me/vocab/bflc/nonSortNum
245, 2nd indicator
http://bibfra.me/vocab/marc/mainTitle
245$a
http://bibfra.me/vocab/marc/subTitle
245$b
http://bibfra.me/vocab/marc/partNumber
245$n
http://bibfra.me/vocab/marc/partName
245$p
Tested on missinglinks env.
Build version: #386
Test cases and evidences attached.
Hi , Here is the link to the libris source code - https://github.com/libris/librisxl/blob/master/whelk-core/src/main/resources/ext/marcframe.md
Search for “Example 1. BIB 020” in the file.
You will see following line in the defintion of 020 → "include": ["identifier"],
020
"include": ["identifier"],
Which means, it imports the defintion of identifier element. May be we can use a similar approach to avoid duplicate defintions?
identifier
Update Marc2BF conversion library to process marc field 245.
Resource #1
Create an outgoing edge http://bibfra.me/vocab/marc/title from the Work and Instance resources with the following properties
Type:
>> http://bibfra.me/vocab/marc/Title
Properties
http://bibfra.me/vocab/bflc/nonSortNum
245, 2nd indicator
http://bibfra.me/vocab/marc/mainTitle
245$a
http://bibfra.me/vocab/marc/subTitle
245$b
http://bibfra.me/vocab/marc/partNumber
245$n
http://bibfra.me/vocab/marc/partName
245$p