Fixing wrong mapping for biblionumber should be 090$c not 090$9
[koha.git] / misc / zebra / usmarc / usmarc.abs
1 # $Id$
2 name usmarc
3 reference USmarc
4 attset bib1.att
5 tagset usmarc.tag
6
7 marc usmarc.mar
8
9 esetname B usmarc-b.est
10 esetname F @
11
12 # 020a is isbn
13 elm 020                 isbn            -
14 elm 020/?               isbn            !:w
15 elm 020/?/a             isbn            !:w,!:p
16
17 # 090 is mapped to biblionumber in Koha
18 elm 090            Local-number            -
19 elm 090/?          Local-number            -
20 elm 090/?/c        Local-number            !:w
21
22 # All 245 subfields mapped to title (word) and
23 # 245 subfield a mapped to tile (phrase).
24 elm 245                 title           -
25 elm 245/?               title           !:w
26 elm 245/?/a             title           !:w,!:p
27
28 # 100 mapped to Author-name-personal and Author.
29 elm 100                 Author-name-personal    -
30 elm 100/?               Author-name-personal    !:w,!:p,Author:w,Author:p
31
32 # 110 mapped to Author-name-corporate and Author
33 elm 110                 Author-name-corporate   -
34 elm 110/?               Author-name-corporate   !:w,!:p,Author:w,Author:p
35
36 # 111 mapped to Author-name-conference and Author
37 elm 111                 Author-name-conference  -
38 elm 111/?               Author-name-conference  !:w,!:p,Author:w,Author:p
39
40 # Tag 260 subfield a mapped to Place-publication
41 elm 260                 Place-publication       -
42 elm 260/?               Place-publication       -
43 elm 260/?/a             Place-publication       !:w
44 elm 260/?/b             Publisher               !:w
45 elm 260/?/c             Date                    !:w
46