Changed usmarc configuration files.
[yaz-moved-to-github.git] / tab / usmarc.abs
1 name usmarc
2 reference USmarc
3 attset bib1.att
4 tagset usmarc.tag
5
6 marc usmarc.mar
7
8 esetname B usmarc-b.est
9 esetname F @
10
11 # All 245 subfields mapped to title (word) and 
12 # 245 subfield a mapped to tile (phrase).
13 elm 245                 title           -
14 elm 245/?               title           !:w
15 elm 245/?/a             title           !:w,!:p
16
17 # 100 mapped to Author-name-personal and Author.
18 elm 100                 Author-name-personal    -
19 elm 100/?               Author-name-personal    !:w,!:p,Author:w,Author:p
20
21 # 110 mapped to Author-name-corporate and Author
22 elm 110                 Author-name-corporate   -
23 elm 110/?               Author-name-corporate   !:w,!:p,Author:w,Author:p
24
25 # 111 mapped to Author-name-conference and Author
26 elm 111                 Author-name-conference  -
27 elm 111/?               Author-name-conference  !:w,!:p,Author:w,Author:p
28
29 # Tag 260 subfield a mapped to Place-publication
30 elm 260                 Place-publication       -
31 elm 260/?               Place-publication       -
32 elm 260/?/a             Place-publication       !:w
33 elm 260/?/b             Publisher               !:w
34 elm 260/?/c             Date                    !:w
35