Build main libidzebra-2.0.la. Bug #620.
[idzebra-moved-to-github.git] / tab / usmarc.abs
1 # $Id: usmarc.abs,v 1.2 2006-07-03 14:27:15 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 any
13
14 # All 245 subfields mapped to title (word) and 
15 # 245 subfield a mapped to tile (phrase).
16 elm 245                 title           -
17 elm 245/?               title           !:w
18 elm 245/?/a             title           !:w,!:p
19
20 # 100 mapped to Author-name-personal and Author.
21 elm 100                 Author-name-personal    -
22 elm 100/?               Author-name-personal    !:w,!:p,Author:w,Author:p
23
24 # 110 mapped to Author-name-corporate and Author
25 elm 110                 Author-name-corporate   -
26 elm 110/?               Author-name-corporate   !:w,!:p,Author:w,Author:p
27
28 # 111 mapped to Author-name-conference and Author
29 elm 111                 Author-name-conference  -
30 elm 111/?               Author-name-conference  !:w,!:p,Author:w,Author:p
31
32 # Tag 260 subfield a mapped to Place-publication
33 elm 260                 Place-publication       -
34 elm 260/?               Place-publication       -
35 elm 260/?/a             Place-publication       !:w
36 elm 260/?/b             Publisher               !:w
37 elm 260/?/c             Date                    !:w
38