Lines 1-327
Link Here
|
1 |
# This is an attemptat creating inedxing rules for MARC records in the |
1 |
# This is an attemptat creating inedxing rules for MARC records in the |
2 |
# Norwegian format NORMARC. The format is documented here (in Norwegian): |
2 |
# Norwegian format NORMARC. The format is documented here (in Norwegian): |
3 |
# http://www.nb.no/fag/kompetansesenter/kunnskapsorganisering/dnk/normarc |
3 |
# http://www.nb.no/fag/kompetansesenter/kunnskapsorganisering/dnk/normarc |
4 |
# |
4 |
# |
5 |
# The most recent version of this file can be found here: |
5 |
# This file was created by Magnus Enger Libriotech http://libriotech.no/ |
6 |
# http://normarc4koha.github.com/ |
6 |
# |
7 |
# |
7 |
# ABBREVIATIONS |
8 |
# This file was created by Magnus Enger Libriotech http://libriotech.no/ |
8 |
# |
9 |
# |
9 |
# NiN = Not in Normarc (these will be removed at a later date) |
10 |
# ABBREVIATIONS |
10 |
# |
11 |
# |
11 |
# NOTES |
12 |
# NiN = Not in Normarc (these will be removed at a later date) |
12 |
# |
13 |
# |
13 |
# There is a conflict between the practices of Koha and the definition of |
14 |
# NOTES |
14 |
# NORMARC, where $9 is used for Koha-Auth-Number by Koha, and to denote |
15 |
# |
15 |
# language by NORMARC. This concerns these fields: |
16 |
# There is a conflict between the practices of Koha and the definition of |
16 |
# 650, 651, 652, 653, 655, 656 |
17 |
# NORMARC, where $9 is used for Koha-Auth-Number by Koha, and to denote |
17 |
# For the time being, these are still indexed as Koha-Auth-Number |
18 |
# language by NORMARC. This concerns these fields: |
18 |
# |
19 |
# 650, 651, 652, 653, 655, 656 |
19 |
# TODO |
20 |
# For the time being, these are still indexed as Koha-Auth-Number |
20 |
# |
21 |
# |
21 |
# Add NORMARC-specific fields: 019, 531, 532, 539, 571, 572, 573, 574, 640 |
22 |
# TODO |
22 |
# Consider fields where NORMARC and MARC21 differ complettely: 652, 658, more? |
23 |
# |
23 |
# Consider the fields 09X, 59X, 69X, 79X, 99X |
24 |
# Add NORMARC-specific fields: 019, 531, 532, 539, 571, 572, 573, 574, 640 |
24 |
# Consider whether 246 and 510 are equvalent in NORMARC and MARC21 |
25 |
# Consider fields where NORMARC and MARC21 differ complettely: 652, 658, more? |
25 |
|
26 |
# Consider the fields 09X, 59X, 69X, 79X, 99X |
26 |
# NOTE: This is designed to be used with the grs.marcxml input filter |
27 |
# Consider whether 246 and 510 are equvalent in NORMARC and MARC21 |
27 |
# for ISO2709 (ANSI Z39.2) or grs.xml for MARCXML-formatted records. It |
28 |
|
28 |
# won't work for the old grs.marc input filter, which yields a different |
29 |
# NOTE: This is designed to be used with the grs.marcxml input filter |
29 |
# internal structure. |
30 |
# for ISO2709 (ANSI Z39.2) or grs.xml for MARCXML-formatted records. It |
30 |
|
31 |
# won't work for the old grs.marc input filter, which yields a different |
31 |
encoding utf-8 |
32 |
# internal structure. |
32 |
name marc21 |
33 |
|
33 |
attset bib1.att |
34 |
encoding utf-8 |
34 |
attset gils.att |
35 |
name marc21 |
35 |
esetname F @ |
36 |
attset bib1.att |
36 |
esetname B @ |
37 |
attset gils.att |
37 |
|
38 |
esetname F @ |
38 |
marc usmarc.mar |
39 |
esetname B @ |
39 |
systag sysno rank |
40 |
|
40 |
xpath enable |
41 |
marc usmarc.mar |
41 |
# Some notes: |
42 |
systag sysno rank |
42 |
# pl = Published Place |
43 |
xpath enable |
43 |
# ta = Target Audience 002/22 |
44 |
# Some notes: |
44 |
# ff8-23 |
45 |
# pl = Published Place |
45 |
# lf = Literary Form 008/33 |
46 |
# ta = Target Audience 002/22 |
46 |
# bio = Biography 008/34 |
47 |
# ff8-23 |
47 |
# fmt = Format |
48 |
# lf = Literary Form 008/33 |
48 |
# ln = Language |
49 |
# bio = Biography 008/34 |
49 |
# ctype = Content type: review, catalog, encyclopedia, dictionary |
50 |
# fmt = Format |
50 |
# pubdate Publication Date |
51 |
# ln = Language |
51 |
# rtype = Record type (leader 06) |
52 |
# ctype = Content type: review, catalog, encyclopedia, dictionary |
52 |
# |
53 |
# pubdate Publication Date |
53 |
# Date indexing in Koha 3.0 for MARC21: |
54 |
# rtype = Record type (leader 06) |
54 |
# Index Expected format Notes |
55 |
# |
55 |
# date-entered-on-file [yymmdd] (008/0-5, indexed in word and sort indexes) |
56 |
# Date indexing in Koha 3.0 for MARC21: |
56 |
# copydate [yyyy] (260$c, indexed in word and sort indexes) |
57 |
# Index Expected format Notes |
57 |
# acqdate [yyyy-mm-dd] (952$d, indexed in date,word,sort indexes) |
58 |
# date-entered-on-file [yymmdd] (008/0-5, indexed in word and sort indexes) |
58 |
# pubdate [yyyy] (008/7-10, indexed in year,word,num,sort indexes) |
59 |
# copydate [yyyy] (260$c, indexed in word and sort indexes) |
59 |
|
60 |
# acqdate [yyyy-mm-dd] (952$d, indexed in date,word,sort indexes) |
60 |
all any |
61 |
# pubdate [yyyy] (008/7-10, indexed in year,word,num,sort indexes) |
61 |
|
62 |
|
62 |
# TODO |
63 |
all any |
63 |
# melm 000 rtype:n:range(data,06,1),Bib-level:w:range(data,07,01) |
64 |
|
64 |
xelm /record/leader llength:w:range(data,0,5),rtype:w:range(data,6,1),Bib-level:w:range(data,7,1) |
65 |
# TODO |
65 |
# example: xelm /record/leader l1:w:range(data,0,5),l2:w:range(data,10,2) |
66 |
# melm 000 rtype:n:range(data,06,1),Bib-level:w:range(data,07,01) |
66 |
|
67 |
xelm /record/leader llength:w:range(data,0,5),rtype:w:range(data,6,1),Bib-level:w:range(data,7,1) |
67 |
melm 001 Control-number |
68 |
# example: xelm /record/leader l1:w:range(data,0,5),l2:w:range(data,10,2) |
68 |
# NiN melm 005 Date/time-last-modified |
69 |
|
69 |
|
70 |
melm 001 Control-number |
70 |
# TODO |
71 |
# NiN melm 005 Date/time-last-modified |
71 |
melm 007 Microform-generation:n:range(data,11,1),Material-type,ff7-00:w:range(data,0,1),ff7-01:w:range(data,1,1),ff7-02:w:range(data,2,1),ff7-01-02:w:range(data,0,2) |
72 |
|
72 |
|
73 |
# TODO |
73 |
# TODO |
74 |
melm 007 Microform-generation:n:range(data,11,1),Material-type,ff7-00:w:range(data,0,1),ff7-01:w:range(data,1,1),ff7-02:w:range(data,2,1),ff7-01-02:w:range(data,0,2) |
74 |
melm 008 date-entered-on-file:n:range(data,0,5),date-entered-on-file:s:range(data,0,5),pubdate:w:range(data,7,4),pubdate:n:range(data,7,4),pubdate:y:range(data,7,4),pubdate:s:range(data,7,4),pl:w:range(data,15,3),ta:w:range(data,22,1),ff8-23:w:range(data,23,1),ff8-29:w:range(data,29,1),lf:w:range(data,33,1),bio:w:range(data,34,1),ln:n:range(data,35,3),ctype:w:range(data,24,4),Record-source:w:range(data,39,0) |
75 |
|
75 |
|
76 |
# TODO |
76 |
melm 010 LC-card-number,Identifier-standard |
77 |
melm 008 date-entered-on-file:n:range(data,0,5),date-entered-on-file:s:range(data,0,5),pubdate:w:range(data,7,4),pubdate:n:range(data,7,4),pubdate:y:range(data,7,4),pubdate:s:range(data,7,4),pl:w:range(data,15,3),ta:w:range(data,22,1),ff8-23:w:range(data,23,1),ff8-29:w:range(data,29,1),lf:w:range(data,33,1),bio:w:range(data,34,1),ln:n:range(data,35,3),ctype:w:range(data,24,4),Record-source:w:range(data,39,0) |
77 |
# NiN melm 011 LC-card-number,Identifier-standard |
78 |
|
78 |
melm 015 BNB-card-number,BGF-number,Number-db,Number-natl-biblio,Identifier-standard |
79 |
melm 010 LC-card-number,Identifier-standard |
79 |
# NiN melm 017 Number-legal-deposit,Identifier-standard |
80 |
# NiN melm 011 LC-card-number,Identifier-standard |
80 |
# NiN melm 018 Identifier-standard |
81 |
melm 015 BNB-card-number,BGF-number,Number-db,Number-natl-biblio,Identifier-standard |
81 |
melm 020$a ISBN:w,Identifier-standard:w |
82 |
# NiN melm 017 Number-legal-deposit,Identifier-standard |
82 |
melm 020 ISBN,Identifier-standard |
83 |
# NiN melm 018 Identifier-standard |
83 |
melm 022$a ISSN:w,ISBN:w |
84 |
melm 020$a ISBN:w,Identifier-standard:w |
84 |
melm 022 ISSN,Identifier-standard |
85 |
melm 020 ISBN,Identifier-standard |
85 |
# NiN melm 023 Identifier-standard |
86 |
melm 022$a ISSN:w,ISBN:w |
86 |
melm 024 Identifier-standard |
87 |
melm 022 ISSN,Identifier-standard |
87 |
melm 025 Identifier-standard |
88 |
# NiN melm 023 Identifier-standard |
88 |
melm 027 Report-number,Identifier-standard |
89 |
melm 024 Identifier-standard |
89 |
melm 028 Number-music-publisher,Identifier-standard |
90 |
melm 025 Identifier-standard |
90 |
melm 030 CODEN,Identifier-standard |
91 |
melm 027 Report-number,Identifier-standard |
91 |
#melm 033 Date |
92 |
melm 028 Number-music-publisher,Identifier-standard |
92 |
# NiN melm 034 Map-scale |
93 |
melm 030 CODEN,Identifier-standard |
93 |
#melm 035 Local-number,Identifier-standard |
94 |
#melm 033 Date |
94 |
# NiN melm 037 Identifier-standard,Stock-number |
95 |
# NiN melm 034 Map-scale |
95 |
melm 040 Code-institution,Record-source |
96 |
#melm 035 Local-number,Identifier-standard |
96 |
melm 041 ln |
97 |
# NiN melm 037 Identifier-standard,Stock-number |
97 |
melm 043 Code-geographic |
98 |
melm 040 Code-institution,Record-source |
98 |
#melm 046 pubdate |
99 |
melm 041 ln |
99 |
# NiN melm 050$b LC-call-number:w,LC-call-number:p,LC-call-number:s |
100 |
melm 043 Code-geographic |
100 |
# NiN melm 050 LC-call-number:w,LC-call-number:p,LC-call-number:s |
101 |
#melm 046 pubdate |
101 |
# NiN melm 052 Geographic-class |
102 |
# NiN melm 050$b LC-call-number:w,LC-call-number:p,LC-call-number:s |
102 |
melm 060 NLM-call-number |
103 |
# NiN melm 050 LC-call-number:w,LC-call-number:p,LC-call-number:s |
103 |
# NiN melm 070 NAL-call-number |
104 |
# NiN melm 052 Geographic-class |
104 |
melm 080 UDC-classification |
105 |
melm 060 NLM-call-number |
105 |
melm 082 Dewey-classification:w,Dewey-classification:s |
106 |
# NiN melm 070 NAL-call-number |
106 |
# NiN melm 086 Number-govt-pub |
107 |
melm 080 UDC-classification |
107 |
#melm 942$k LC-card-number:s |
108 |
melm 082 Dewey-classification:w,Dewey-classification:s |
108 |
|
109 |
# NiN melm 086 Number-govt-pub |
109 |
## KOHA SPECIFIC |
110 |
#melm 942$k LC-card-number:s |
110 |
#melm 090$c Local-number:w |
111 |
|
111 |
#Identifier-standard:w |
112 |
## KOHA SPECIFIC |
112 |
|
113 |
#melm 090$c Local-number:w |
113 |
melm 100$9 Cross-Reference:w,Koha-Auth-Number |
114 |
#Identifier-standard:w |
114 |
melm 100$a Author,Author:p,Author:s,Editor,Author-personal-bibliography,Author-personal-bibliography:p,Author-personal-bibliography:s |
115 |
|
115 |
melm 100 Author,Author-title,Author-name-personal,Name,Name-and-title,Personal-name |
116 |
melm 100$9 Cross-Reference:w,Koha-Auth-Number |
116 |
melm 110$9 Koha-Auth-Number |
117 |
melm 100$a Author,Author:p,Author:s,Editor,Author-personal-bibliography,Author-personal-bibliography:p,Author-personal-bibliography:s |
117 |
melm 110 Author,Author-title,Author-name-corporate,Name,Name-and-title,Corporate-name |
118 |
melm 100 Author,Author-title,Author-name-personal,Name,Name-and-title,Personal-name |
118 |
melm 111$9 Koha-Auth-Number |
119 |
melm 110$9 Koha-Auth-Number |
119 |
melm 111 Author,Author-title,Author-name-corporate,Name,Name-and-title,Conference-name |
120 |
melm 110 Author,Author-title,Author-name-corporate,Name,Name-and-title,Corporate-name |
120 |
melm 130$i Thematic-number |
121 |
melm 111$9 Koha-Auth-Number |
121 |
melm 130$n Thematic-number |
122 |
melm 111 Author,Author-title,Author-name-corporate,Name,Name-and-title,Conference-name |
122 |
melm 130$r Music-key |
123 |
melm 130$i Thematic-number |
123 |
melm 130$9 Koha-Auth-Number |
124 |
melm 130$n Thematic-number |
124 |
melm 130 Title,Title-uniform |
125 |
melm 130$r Music-key |
125 |
|
126 |
melm 130$9 Koha-Auth-Number |
126 |
melm 210 Title,Title-abbreviated |
127 |
melm 130 Title,Title-uniform |
127 |
# NiN melm 211 Title,Title-abbreviated |
128 |
|
128 |
# NiN melm 212 Title,Title-other-variant |
129 |
melm 210 Title,Title-abbreviated |
129 |
# NiN melm 214 Title,Title-expanded |
130 |
# NiN melm 211 Title,Title-abbreviated |
130 |
melm 222 Title,Title-key |
131 |
# NiN melm 212 Title,Title-other-variant |
131 |
melm 240$i Thematic-number |
132 |
# NiN melm 214 Title,Title-expanded |
132 |
melm 240$r Music-key |
133 |
melm 222 Title,Title-key |
133 |
melm 240$n Thematic-number |
134 |
melm 240$i Thematic-number |
134 |
melm 240 Title:w,Title:p,Title-uniform |
135 |
melm 240$r Music-key |
135 |
# NiN melm 243$n Thematic-number |
136 |
melm 240$n Thematic-number |
136 |
# NiN melm 243$r Music-key |
137 |
melm 240 Title:w,Title:p,Title-uniform |
137 |
# NiN melm 243 Title:w,Title:p,Title-collective |
138 |
# NiN melm 243$n Thematic-number |
138 |
melm 245$a Title-cover:w,Title-cover:p,Title-cover:s,Title:w,Title:p,Title:s |
139 |
# NiN melm 243$r Music-key |
139 |
melm 245$c Author,Author-in-order:w,Author-in-order:p,Author-in-order:s |
140 |
# NiN melm 243 Title:w,Title:p,Title-collective |
140 |
melm 245$9 Cross-Reference:w,Koha-Auth-Number |
141 |
melm 245$a Title-cover:w,Title-cover:p,Title-cover:s,Title:w,Title:p,Title:s |
141 |
melm 245 Title:w,Title:p |
142 |
melm 245$c Author,Author-in-order:w,Author-in-order:p,Author-in-order:s |
142 |
melm 246 Title,Title:p,Title-abbreviated,Title-expanded,Title-former |
143 |
melm 245$9 Cross-Reference:w,Koha-Auth-Number |
143 |
# NiN melm 247 Title,Title:p,Title-former,Title-other-variant,Related-periodical |
144 |
melm 245 Title:w,Title:p |
144 |
melm 260$a pl:w,pl:p |
145 |
melm 246 Title,Title:p,Title-abbreviated,Title-expanded,Title-former |
145 |
melm 260$b Publisher:w,Publisher:p |
146 |
# NiN melm 247 Title,Title:p,Title-former,Title-other-variant,Related-periodical |
146 |
melm 260$c copydate,copydate:s |
147 |
melm 260$a pl:w,pl:p |
147 |
melm 260 pl |
148 |
melm 260$b Publisher:w,Publisher:p |
148 |
melm 300 Extent:w,Extent:p |
149 |
melm 260$c copydate,copydate:s |
149 |
# NiN melm 400$a Name-and-title |
150 |
melm 260 pl |
150 |
# NiN melm 400$t Author-title,Name-and-title,Title,Title-series |
151 |
melm 300 Extent:w,Extent:p |
151 |
# NiN melm 400$9 Koha-Auth-Number |
152 |
# NiN melm 400$a Name-and-title |
152 |
# NiN melm 400 Author,Author-name-personal,Name,Personal-name |
153 |
# NiN melm 400$t Author-title,Name-and-title,Title,Title-series |
153 |
# NiN melm 410 Author,Corporate-name |
154 |
# NiN melm 400$9 Koha-Auth-Number |
154 |
# NiN melm 410$a Name-and-title |
155 |
# NiN melm 400 Author,Author-name-personal,Name,Personal-name |
155 |
# NiN melm 410$t Author-title,Title,Title-series |
156 |
# NiN melm 410 Author,Corporate-name |
156 |
# NiN melm 410$9 Koha-Auth-Number |
157 |
# NiN melm 410$a Name-and-title |
157 |
# NiN melm 410 Author-name-corporate,Name |
158 |
# NiN melm 410$t Author-title,Title,Title-series |
158 |
# NiN melm 411 Author,Conference-name |
159 |
# NiN melm 410$9 Koha-Auth-Number |
159 |
# NiN melm 411$a Name-and-title |
160 |
# NiN melm 410 Author-name-corporate,Name |
160 |
# NiN #melm 411$t title,author,Author-title,Title-series |
161 |
# NiN melm 411 Author,Conference-name |
161 |
# NiN melm 411$t Author-title,Title-series |
162 |
# NiN melm 411$a Name-and-title |
162 |
# NiN #melm 411 author,Author-name-corporate,Name |
163 |
# NiN #melm 411$t title,author,Author-title,Title-series |
163 |
# NiN melm 411 Author-name-corporate,Name |
164 |
# NiN melm 411$t Author-title,Title-series |
164 |
melm 440$a Title-series:w,Title-series:p |
165 |
# NiN #melm 411 author,Author-name-corporate,Name |
165 |
melm 440$9 Koha-Auth-Number |
166 |
# NiN melm 411 Author-name-corporate,Name |
166 |
melm 440 Title-series:w,Title-series:p,Title,Title-series |
167 |
melm 440$a Title-series:w,Title-series:p |
167 |
melm 490$a Title-series:w,Title-series:p |
168 |
melm 440$9 Koha-Auth-Number |
168 |
melm 490 Title,Title-series |
169 |
melm 440 Title-series:w,Title-series:p,Title,Title-series |
169 |
melm 490$9 Koha-Auth-Number |
170 |
melm 490$a Title-series:w,Title-series:p |
170 |
|
171 |
melm 490 Title,Title-series |
171 |
melm 502 Material-type |
172 |
melm 490$9 Koha-Auth-Number |
172 |
# NiN melm 505$r Author |
173 |
|
173 |
# NiN melm 505$t Title |
174 |
melm 502 Material-type |
174 |
melm 505 Note:w,Note:p |
175 |
# NiN melm 505$r Author |
175 |
melm 510 Indexed-by |
176 |
# NiN melm 505$t Title |
176 |
melm 520 Abstract:w,Abstract:p |
177 |
melm 505 Note:w,Note:p |
177 |
#melm 533$d pubdate,pubdate:s |
178 |
melm 510 Indexed-by |
178 |
#melm 541$d Date-of-acquisition,Date-of-acquisition:s |
179 |
melm 520 Abstract:w,Abstract:p |
179 |
|
180 |
#melm 533$d pubdate,pubdate:s |
180 |
melm 600$a Name-and-title,Name,Personal-name,Subject-name-personal,Subject |
181 |
#melm 541$d Date-of-acquisition,Date-of-acquisition:s |
181 |
melm 600$t Name-and-title,Title,Subject |
182 |
|
182 |
melm 600$9 Koha-Auth-Number |
183 |
melm 600$a Name-and-title,Name,Personal-name,Subject-name-personal,Subject |
183 |
#melm 600 Name,Personal-name,Subject-heading,Subject-name-personal |
184 |
melm 600$t Name-and-title,Title,Subject |
184 |
melm 600 Name,Personal-name,Subject-name-personal,Subject |
185 |
melm 600$9 Koha-Auth-Number |
185 |
melm 610$a Name-and-title |
186 |
#melm 600 Name,Personal-name,Subject-heading,Subject-name-personal |
186 |
melm 610$t Name-and-title,Title |
187 |
melm 600 Name,Personal-name,Subject-name-personal,Subject |
187 |
melm 610$9 Koha-Auth-Number |
188 |
melm 610$a Name-and-title |
188 |
melm 610 Name,Subject,Corporate-name |
189 |
melm 610$t Name-and-title,Title |
189 |
melm 611 Conference-name |
190 |
melm 610$9 Koha-Auth-Number |
190 |
melm 611$a Name-and-title |
191 |
melm 610 Name,Subject,Corporate-name |
191 |
melm 611$t Name-and-title,Title |
192 |
melm 611 Conference-name |
192 |
melm 611$9 Koha-Auth-Number |
193 |
melm 611$a Name-and-title |
193 |
melm 611 Name,Subject |
194 |
melm 611$t Name-and-title,Title |
194 |
melm 630$i Thematic-number |
195 |
melm 611$9 Koha-Auth-Number |
195 |
melm 630$n Thematic-number |
196 |
melm 611 Name,Subject |
196 |
melm 630$r Music-key |
197 |
melm 630$i Thematic-number |
197 |
melm 630$9 Koha-Auth-Number |
198 |
melm 630$n Thematic-number |
198 |
melm 630 Subject |
199 |
melm 630$r Music-key |
199 |
melm 650$9 Koha-Auth-Number |
200 |
melm 630$9 Koha-Auth-Number |
200 |
melm 650 Subject,Subject:p |
201 |
melm 630 Subject |
201 |
melm 651$9 Koha-Auth-Number |
202 |
melm 650$9 Koha-Auth-Number |
202 |
melm 651 Name-geographic,Subject,Subject:p |
203 |
melm 650 Subject,Subject:p |
203 |
melm 652$9 Koha-Auth-Number |
204 |
melm 651$9 Koha-Auth-Number |
204 |
#melm 652 subject-heading,subject-heading:p |
205 |
melm 651 Name-geographic,Subject,Subject:p |
205 |
melm 653$9 Koha-Auth-Number |
206 |
melm 652$9 Koha-Auth-Number |
206 |
melm 653 Subject,Subject:p |
207 |
#melm 652 subject-heading,subject-heading:p |
207 |
melm 654$9 Koha-Auth-Number |
208 |
melm 653$9 Koha-Auth-Number |
208 |
melm 654 Subject |
209 |
melm 653 Subject,Subject:p |
209 |
melm 655$9 Koha-Auth-Number |
210 |
melm 654$9 Koha-Auth-Number |
210 |
melm 655 Subject |
211 |
melm 654 Subject |
211 |
melm 656$9 Koha-Auth-Number |
212 |
melm 655$9 Koha-Auth-Number |
212 |
melm 656 Subject |
213 |
melm 655 Subject |
213 |
melm 657$9 Koha-Auth-Number |
214 |
melm 656$9 Koha-Auth-Number |
214 |
melm 657 Subject |
215 |
melm 656 Subject |
215 |
melm 690$9 Koha-Auth-Number |
216 |
melm 657$9 Koha-Auth-Number |
216 |
melm 690 Subject,Subject:p |
217 |
melm 657 Subject |
217 |
|
218 |
melm 690$9 Koha-Auth-Number |
218 |
melm 700$9 Cross-Reference,Koha-Auth-Number |
219 |
melm 690 Subject,Subject:p |
219 |
melm 700$a Author,Author:p |
220 |
|
220 |
melm 700$i Thematic-number |
221 |
melm 700$9 Cross-Reference,Koha-Auth-Number |
221 |
melm 700$n Thematic-number |
222 |
melm 700$a Author,Author:p |
222 |
melm 700$r Music-key |
223 |
melm 700$i Thematic-number |
223 |
#melm 700$t author,Author-title,Name-and-title,Title,Title-uniform |
224 |
melm 700$n Thematic-number |
224 |
melm 700$t Author-title,Name-and-title,Title,Title-uniform |
225 |
melm 700$r Music-key |
225 |
melm 700 Author,Author-name-corporate,Author-name-personal,Name,Editor,Personal-name |
226 |
#melm 700$t author,Author-title,Name-and-title,Title,Title-uniform |
226 |
melm 710 Author,Corporate-name |
227 |
melm 700$t Author-title,Name-and-title,Title,Title-uniform |
227 |
#melm 710$t author,Author-title,Name-and-title,Title,Title-uniform |
228 |
melm 700 Author,Author-name-corporate,Author-name-personal,Name,Editor,Personal-name |
228 |
melm 710$t Author-title,Name-and-title,Title,Title-uniform |
229 |
melm 710 Author,Corporate-name |
229 |
#melm 710$a author,author:p,Name-and-title |
230 |
#melm 710$t author,Author-title,Name-and-title,Title,Title-uniform |
230 |
melm 710$a Name-and-title |
231 |
melm 710$t Author-title,Name-and-title,Title,Title-uniform |
231 |
melm 710$i Thematic-number |
232 |
#melm 710$a author,author:p,Name-and-title |
232 |
melm 710$9 Koha-Auth-Number |
233 |
melm 710$a Name-and-title |
233 |
#melm 710 author,Name |
234 |
melm 710$i Thematic-number |
234 |
melm 710 Author,Name |
235 |
melm 710$9 Koha-Auth-Number |
235 |
melm 711$a Name-and-title |
236 |
#melm 710 author,Name |
236 |
#melm 711$t author,Author-title,Title,Title-uniform |
237 |
melm 710 Author,Name |
237 |
melm 711$t Author-title,Title,Title-uniform |
238 |
melm 711$a Name-and-title |
238 |
melm 711$9 Koha-Auth-Number |
239 |
#melm 711$t author,Author-title,Title,Title-uniform |
239 |
#melm 711 author,Author-name-corporate,Name,Conference-name |
240 |
melm 711$t Author-title,Title,Title-uniform |
240 |
melm 711 Author-name-corporate,Name,Conference-name |
241 |
melm 711$9 Koha-Auth-Number |
241 |
melm 730$i Thematic-number |
242 |
#melm 711 author,Author-name-corporate,Name,Conference-name |
242 |
melm 730$n Thematic-number |
243 |
melm 711 Author-name-corporate,Name,Conference-name |
243 |
melm 730$r Music-key |
244 |
melm 730$i Thematic-number |
244 |
melm 730$9 Koha-Auth-Number |
245 |
melm 730$n Thematic-number |
245 |
melm 730 Title,Title-uniform |
246 |
melm 730$r Music-key |
246 |
melm 740 Title,Title-other-variant |
247 |
melm 730$9 Koha-Auth-Number |
247 |
melm 773$t Host-item |
248 |
melm 730 Title,Title-uniform |
248 |
melm 780$t Title |
249 |
melm 740 Title,Title-other-variant |
249 |
melm 780 Title,Title-former,Related-periodical |
250 |
melm 773$t Host-item |
250 |
melm 785 Related-periodical |
251 |
melm 780$t Title |
251 |
|
252 |
melm 780 Title,Title-former,Related-periodical |
252 |
melm 800$a Name-and-title |
253 |
melm 785 Related-periodical |
253 |
#melm 800$t author,Author-title,Name-and-title,Title,Title-series |
254 |
|
254 |
melm 800$t Author-title,Name-and-title,Title,Title-series |
255 |
melm 800$a Name-and-title |
255 |
melm 800$9 Koha-Auth-Number |
256 |
#melm 800$t author,Author-title,Name-and-title,Title,Title-series |
256 |
melm 800 Author,Author-name-personal,Name,Personal-name |
257 |
melm 800$t Author-title,Name-and-title,Title,Title-series |
257 |
melm 810$a Name-and-title |
258 |
melm 800$9 Koha-Auth-Number |
258 |
melm 810$t Author-title,Name-and-title,Title,Title-series |
259 |
melm 800 Author,Author-name-personal,Name,Personal-name |
259 |
melm 810$9 Koha-Auth-Number |
260 |
melm 810$a Name-and-title |
260 |
melm 810 Author,Corporate-name,Author-name-corporate,Name |
261 |
melm 810$t Author-title,Name-and-title,Title,Title-series |
261 |
melm 811$a Name-and-title |
262 |
melm 810$9 Koha-Auth-Number |
262 |
melm 811$9 Koha-Auth-Number |
263 |
melm 810 Author,Corporate-name,Author-name-corporate,Name |
263 |
#melm 811$t author,Author-title,Name-and-title,Title,Title-series |
264 |
melm 811$a Name-and-title |
264 |
melm 811$t Author-title,Name-and-title,Title,Title-series |
265 |
melm 811$9 Koha-Auth-Number |
265 |
melm 811 Author,Author-name-corporate,Name,Conference-name |
266 |
#melm 811$t author,Author-title,Name-and-title,Title,Title-series |
266 |
melm 830$9 Koha-Auth-Number |
267 |
melm 811$t Author-title,Name-and-title,Title,Title-series |
267 |
melm 830 Title,Title-series |
268 |
melm 811 Author,Author-name-corporate,Name,Conference-name |
268 |
# NiN melm 840 Title,Title-series |
269 |
melm 830$9 Koha-Auth-Number |
269 |
|
270 |
melm 830 Title,Title-series |
270 |
############################### |
271 |
# NiN melm 840 Title,Title-series |
271 |
# Koha Local-Use Biblio Indexes |
272 |
|
272 |
melm 999$c Local-Number:n,Local-Number:w,Local-Number:s |
273 |
############################### |
273 |
melm 999$d biblioitemnumber:n,biblioitemnumber:w,biblioitemnumber:s |
274 |
# Koha Local-Use Biblio Indexes |
274 |
melm 942$0 totalissues:n,totalissues:s |
275 |
melm 999$c Local-Number:n,Local-Number:w,Local-Number:s |
275 |
melm 942$2 cn-bib-source |
276 |
melm 999$d biblioitemnumber:n,biblioitemnumber:w,biblioitemnumber:s |
276 |
melm 942$6 cn-bib-sort:n,cn-bib-sort:s |
277 |
melm 942$0 totalissues:n,totalissues:s |
277 |
melm 942$c itemtype:w |
278 |
melm 942$2 cn-bib-source |
278 |
melm 942$n Suppress:w,Suppress:n |
279 |
melm 942$6 cn-bib-sort:n,cn-bib-sort:s |
279 |
|
280 |
melm 942$c itemtype:w |
280 |
# need to check bib1 |
281 |
melm 942$n Suppress:w,Suppress:n |
281 |
melm 942$h cn-class |
282 |
|
282 |
melm 942$i cn-item |
283 |
# need to check bib1 |
283 |
melm 942$k cn-prefix |
284 |
melm 942$h cn-class |
284 |
melm 942$m cn-suffix |
285 |
melm 942$i cn-item |
285 |
|
286 |
melm 942$k cn-prefix |
286 |
# Items Indexes |
287 |
melm 942$m cn-suffix |
287 |
melm 952$0 withdrawn:n,withdrawn:w |
288 |
|
288 |
melm 952$1 lost,lost:n |
289 |
# Items Indexes |
289 |
melm 952$2 classification-source |
290 |
melm 952$0 withdrawn:n,withdrawn:w |
290 |
melm 952$3 materials-specified |
291 |
melm 952$1 lost,lost:n |
291 |
melm 952$4 damaged:n,damaged:w |
292 |
melm 952$2 classification-source |
292 |
melm 952$5 restricted:n,restricted:w |
293 |
melm 952$3 materials-specified |
293 |
melm 952$6 cn-sort:n,cn-sort:s |
294 |
melm 952$4 damaged:n,damaged:w |
294 |
melm 952$7 notforloan:n,notforloan:w |
295 |
melm 952$5 restricted:n,restricted:w |
295 |
melm 952$8 ccode |
296 |
melm 952$6 cn-sort:n,cn-sort:s |
296 |
melm 952$9 itemnumber:n,itemnumber:s |
297 |
melm 952$7 notforloan:n,notforloan:w |
297 |
melm 952$a homebranch |
298 |
melm 952$8 ccode |
298 |
melm 952$b holdingbranch |
299 |
melm 952$9 itemnumber:n,itemnumber:s |
299 |
melm 952$c location |
300 |
melm 952$a homebranch |
300 |
|
301 |
melm 952$b holdingbranch |
301 |
#dateaccessioned |
302 |
melm 952$c location |
302 |
melm 952$d Date-of-acquisition,Date-of-acquisition:d,Date-of-acquisition:s |
303 |
|
303 |
melm 952$e acqsource |
304 |
#dateaccessioned |
304 |
melm 952$f coded-location-qualifier |
305 |
melm 952$d Date-of-acquisition,Date-of-acquisition:d,Date-of-acquisition:s |
305 |
melm 952$g price |
306 |
melm 952$e acqsource |
306 |
#melm 952$h |
307 |
melm 952$f coded-location-qualifier |
307 |
#melm 952$i |
308 |
melm 952$g price |
308 |
melm 952$j stack:n,stack:w |
309 |
#melm 952$h |
309 |
#melm 952$k |
310 |
#melm 952$i |
310 |
melm 952$l issues:n,issues:w,issues:s |
311 |
melm 952$j stack:n,stack:w |
311 |
melm 952$m renewals:n,renewals:w |
312 |
#melm 952$k |
312 |
melm 952$n reserves:n,reserves:w |
313 |
melm 952$l issues:n,issues:w,issues:s |
313 |
melm 952$o Local-classification:w,Local-classification:p,Local-classification:s |
314 |
melm 952$m renewals:n,renewals:w |
314 |
melm 952$p barcode,barcode:n |
315 |
melm 952$n reserves:n,reserves:w |
315 |
melm 952$q onloan:n,onloan:w |
316 |
melm 952$o Local-classification:w,Local-classification:p,Local-classification:s |
316 |
melm 952$r datelastseen |
317 |
melm 952$p barcode,barcode:n |
317 |
melm 952$s datelastborrowed |
318 |
melm 952$q onloan:n,onloan:w |
318 |
melm 952$t copynumber |
319 |
melm 952$r datelastseen |
319 |
melm 952$u uri:u |
320 |
melm 952$s datelastborrowed |
320 |
melm 952$v replacementprice |
321 |
melm 952$t copynumber |
321 |
melm 952$w replacementpricedate |
322 |
melm 952$u uri:u |
322 |
#melm 952$x |
323 |
melm 952$v replacementprice |
323 |
melm 952$y itype:w |
324 |
melm 952$w replacementpricedate |
324 |
#melm 952$z |
325 |
#melm 952$x |
|
|
326 |
melm 952$y itype:w |
327 |
#melm 952$z |
328 |
- |
|
|