New nmem utility, nmem_transfer, that transfer blocks from one
[yaz-moved-to-github.git] / tab / usmarc.abs
1 # $Id: usmarc.abs,v 1.6 1998-10-13 20:52:30 adam Exp $
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 # All 245 subfields mapped to title (word) and 
13 # 245 subfield a mapped to tile (phrase).
14 elm 245                 title           -
15 elm 245/?               title           !:w
16 elm 245/?/a             title           !:w,!:p
17
18 # 100 mapped to Author-name-personal and Author.
19 elm 100                 Author-name-personal    -
20 elm 100/?               Author-name-personal    !:w,!:p,Author:w,Author:p
21
22 # 110 mapped to Author-name-corporate and Author
23 elm 110                 Author-name-corporate   -
24 elm 110/?               Author-name-corporate   !:w,!:p,Author:w,Author:p
25
26 # 111 mapped to Author-name-conference and Author
27 elm 111                 Author-name-conference  -
28 elm 111/?               Author-name-conference  !:w,!:p,Author:w,Author:p
29
30 # Tag 260 subfield a mapped to Place-publication
31 elm 260                 Place-publication       -
32 elm 260/?               Place-publication       -
33 elm 260/?/a             Place-publication       !:w
34 elm 260/?/b             Publisher               !:w
35 elm 260/?/c             Date                    !:w
36