Updated README.
[yaz-moved-to-github.git] / ccl / bib1
1 # $Id: bib1,v 1.2 1996-10-11 15:00:24 adam Exp $
2 # CCL qualifiers and their mapping to a bib-1 subset
3 #
4 # Each line takes the form:
5 #   name      <type>=<val>,<val>..   <type>=<val> ...
6 # Where type is one of:
7 #    u       use-attribute          
8 #    r       relation-attribute    )
9 #    p       position-attribute
10 #    s       structure-attribute
11 #    t       truncation-attribute
12 #    c       completeness-attribute
13 #
14 # Special value for relation:
15 #    o       ordered. Tells the CCL parser to convert a ccl relation
16 #            to a bib-1 relation (1,2,..6).
17 # Special value for structure:
18 #    pw      phrase/word. The CCL parser will decide whether phrase or word
19 #            is needed. Phrase is used if term contain blanks; otherwise
20 #            Word is used.
21 # Special value for truncation:
22 #    l       Allow left truncation if ? is at left side of term.
23 #    r       Allow right truncation if ? is at left side of term.
24 #    b       Allow left&right truncation if ? is at left&right side of term.
25 #    n       Set truncation explicitly to "none" if no ? is given.
26 term s=pw   t=l,r
27 au   u=1    s=pw 
28 ti   u=4    s=pw
29 isbn u=7
30 issn u=8
31 cc   u=20
32 su   u=21   s=pw
33 date u=30   r=o s=pw
34 dp   u=31   r=o
35 da   u=32   r=o
36 la   u=54   s=pw
37 ab   u=62   s=pw
38 note u=63   s=pw
39 af   u=1006 s=pw
40 rel         s=9
41 cln
42
43 # Relation Attributes
44 rel:lt      r=1
45 rel:le      r=2
46 rel:eq      r=3
47 rel:ge      r=4
48 rel:gt      r=5
49 rel:ne      r=6
50 rel:phon    r=100
51 rel:stem    r=101
52 rel:rele    r=102
53 rel:alwa    r=103
54
55 # Position Attributes
56 pos:ff      p=1
57 pos:fs      p=2
58 pos:af      p=3
59
60 # Structure Attributes
61 str:wp      s=pw
62 str:phrase  s=1
63 str:word    s=2
64 str:key     s=3
65 str:year    s=4
66 str:date    s=5
67 str:wlist   s=6
68 str:dateu   s=100
69 str:daten   s=101
70 str:nameu   s=102
71 str:struc   s=103
72 str:urx     s=104
73 str:fft     s=105
74 str:dt      s=106
75 str:ln      s=107
76 str:str     s=108
77 str:num     s=109
78
79 # Truncation Attributes
80 tru:right   t=1
81 tru:left    t=2
82 tru:both    t=3
83 tru:none    t=100
84 tru:proh    t=101
85 tru:re1     t=102
86 tru:re2     t=103
87
88 # Completeness Attributes
89 com:is      c=1
90 com:cs      c=2
91 com:cf      c=3
92