FRBR
To understand how FRBR is determined by Primo, start here http://knowledge.exlibrisgroup.com/Primo/Product_Documentation/Technical_Guide/040FRBRization
To see FRBR in the PNX:
- Add to the record URL &showPnx=true
- cntrl+f to find frbr in the PNX
- the second instance of the frbr tag shows the keys used to frbr that record
The following table describes the FRBR vector for MARC 21:
Field ID | Source (value of $$K for K fields) | Key part type (value of $$A for K fields) | Note |
---|---|---|---|
T | Always 1 | ||
K1 | 100 or 110 or 111 | A | Single occurrence of 100, 110, 111; multiple occurrences of 700, 710, 711 |
K2 | 130 | TO | Subfields a, d, m, n, p, r, s |
K3 | 240 | T | Subfields a, d, m, n, p, r, s |
And (if 240 exists and format is not SE) 245 | Subfields a, b, e, f, g, n, p | ||
OR (if 240 does not exist and format is SE) 245 | Subfields a, b, e, f, g, n, p | ||
OR 242 | Subfields a, b, f, g, n, p | ||
OR 246, 247 | Subfields a, b, f, g, n, p | ||
OR 740 | Subfield a, n, p |
To normalize the Author part of the keys, the FRBR algorithm performs the following:
deletes the following characters:| [ ] '
replaces the following characters with a space: $~'^%*/\?@.:;<>{}}-()"!¿¡
converts characters using the NACO_diacritics character conversion table
changes all characters to lowercase characters
To normalize the Title part of the keys, the FRBR algorithm performs the following:
removes non-filing characters
drops the initial text using a non-filing indicator
deletes the following characters: | [ ] '
replaces the following characters with a space: $~'^%*/\?@.:;<>{}}-()"!¿¡
converts characters using the NACO_diacritics character conversion table
changes all characters to lowercase characters
For example, the following records are a match:
Record | Vector and keys |
---|---|
100 1_ |a Carroll, Lewis, |d 1832-1898. | T1
|
100 1_ |a Carroll, Lewis, |d 1832-1898. | T1
|
For example, the following records are not a match:
Record | Vector and keys |
---|---|
100 1_ |a Chorpenning, Charlotte B. |q (Charlotte Barrows) | T1
|
050 00 |a VXB 0196-0197 (viewing copy) | T1
|