Start work on ICU based regexp searches
[idzebra-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 any
12
13 # All 245 subfields mapped to title (word) and 
14 # 245 subfield a mapped to tile (phrase).
15 elm 245                 title           -
16 elm 245/?               title           !:w
17 elm 245/?/a             title           !:w,!:p
18
19 # 100 mapped to Author-name-personal and Author.
20 elm 100                 Author-name-personal    -
21 elm 100/?               Author-name-personal    !:w,!:p,Author:w,Author:p
22
23 # 110 mapped to Author-name-corporate and Author
24 elm 110                 Author-name-corporate   -
25 elm 110/?               Author-name-corporate   !:w,!:p,Author:w,Author:p
26
27 # 111 mapped to Author-name-conference and Author
28 elm 111                 Author-name-conference  -
29 elm 111/?               Author-name-conference  !:w,!:p,Author:w,Author:p
30
31 # Tag 260 subfield a mapped to Place-publication
32 elm 260                 Place-publication       -
33 elm 260/?               Place-publication       -
34 elm 260/?/a             Place-publication       !:w
35 elm 260/?/b             Publisher               !:w
36 elm 260/?/c             Date                    !:w
37