|
Line 0
Link Here
|
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!-- This is the canonical source for the authority DOM indexing configuration |
| 3 |
for UNIMARC.. To generate the authority-zebra-indexdefs.xsl file that Zebra uses, |
| 4 |
run the following command: |
| 5 |
`xsltproc koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > |
| 6 |
authority-zebra-indexdefs.xsl` |
| 7 |
--> |
| 8 |
<kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs"> |
| 9 |
<id>marc:controlfield[@tag='001']</id> |
| 10 |
<!-- Original record ID --> |
| 11 |
<kohaidx:index_control_field tag="001"> |
| 12 |
<kohaidx:target_index>Local-Number:w</kohaidx:target_index> |
| 13 |
<kohaidx:target_index>Local-Number:s</kohaidx:target_index> |
| 14 |
<kohaidx:target_index>Local-Number:n</kohaidx:target_index> |
| 15 |
</kohaidx:index_control_field> |
| 16 |
|
| 17 |
<!-- Personal name headings --> |
| 18 |
<kohaidx:index_subfields tag="200" subfields="abcdfgjxyz"> |
| 19 |
<kohaidx:target_index>Personal-name:w</kohaidx:target_index> |
| 20 |
<kohaidx:target_index>Personal-name:p</kohaidx:target_index> |
| 21 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 22 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 23 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 24 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 25 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 26 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 27 |
</kohaidx:index_subfields> |
| 28 |
<kohaidx:index_subfields tag="200" subfields="a"> |
| 29 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 30 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 31 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 32 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 33 |
<kohaidx:target_index>Personal-name-heading:w</kohaidx:target_index> |
| 34 |
<kohaidx:target_index>Personal-name-heading:p</kohaidx:target_index> |
| 35 |
<kohaidx:target_index>Personal-name-heading:s</kohaidx:target_index> |
| 36 |
</kohaidx:index_subfields> |
| 37 |
|
| 38 |
<kohaidx:index_subfields tag="400" subfields="abcdfgjxyz"> |
| 39 |
<kohaidx:target_index>Personal-name-see:w</kohaidx:target_index> |
| 40 |
<kohaidx:target_index>Personal-name-see:p</kohaidx:target_index> |
| 41 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 42 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 43 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 44 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 45 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 46 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 47 |
</kohaidx:index_subfields> |
| 48 |
|
| 49 |
<kohaidx:index_subfields tag="500" subfields="abcdfgjxyz"> |
| 50 |
<kohaidx:target_index>Personal-name-see-also:w</kohaidx:target_index> |
| 51 |
<kohaidx:target_index>Personal-name-see-also:p</kohaidx:target_index> |
| 52 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 53 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 54 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 55 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 56 |
</kohaidx:index_subfields> |
| 57 |
|
| 58 |
<kohaidx:index_subfields tag="700" subfields="a"> |
| 59 |
<kohaidx:target_index>Personal-name-parallel:w</kohaidx:target_index> |
| 60 |
<kohaidx:target_index>Personal-name-parallel:s</kohaidx:target_index> |
| 61 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 62 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 63 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 64 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 65 |
</kohaidx:index_subfields> |
| 66 |
|
| 67 |
<!-- Corporate name headings --> |
| 68 |
<kohaidx:index_subfields tag="210" subfields="abcdefgjxyz"> |
| 69 |
<kohaidx:target_index>Corporate-name:w</kohaidx:target_index> |
| 70 |
<kohaidx:target_index>Corporate-name:p</kohaidx:target_index> |
| 71 |
<kohaidx:target_index>Conference-name:w</kohaidx:target_index> |
| 72 |
<kohaidx:target_index>Conference-name:p</kohaidx:target_index> |
| 73 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 74 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 75 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 76 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 77 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 78 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 79 |
</kohaidx:index_subfields> |
| 80 |
<kohaidx:index_subfields tag="210" subfields="a"> |
| 81 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 82 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 83 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 84 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 85 |
<kohaidx:target_index>Corporate-name-heading:w</kohaidx:target_index> |
| 86 |
<kohaidx:target_index>Corporate-name-heading:p</kohaidx:target_index> |
| 87 |
<kohaidx:target_index>Corporate-name-heading:s</kohaidx:target_index> |
| 88 |
<kohaidx:target_index>Conference-name-heading:w</kohaidx:target_index> |
| 89 |
<kohaidx:target_index>Conference-name-heading:p</kohaidx:target_index> |
| 90 |
<kohaidx:target_index>Conference-name-heading:s</kohaidx:target_index> |
| 91 |
</kohaidx:index_subfields> |
| 92 |
|
| 93 |
<kohaidx:index_subfields tag="410" subfields="abcdefgjxyz"> |
| 94 |
<kohaidx:target_index>Corporate-name-see:w</kohaidx:target_index> |
| 95 |
<kohaidx:target_index>Corporate-name-see:p</kohaidx:target_index> |
| 96 |
<kohaidx:target_index>Conference-name-see:w</kohaidx:target_index> |
| 97 |
<kohaidx:target_index>Conference-name-see:p</kohaidx:target_index> |
| 98 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 99 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 100 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 101 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 102 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 103 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 104 |
</kohaidx:index_subfields> |
| 105 |
|
| 106 |
<kohaidx:index_subfields tag="510" subfields="abcdefgjxyz"> |
| 107 |
<kohaidx:target_index>Corporate-name-see-also:w</kohaidx:target_index> |
| 108 |
<kohaidx:target_index>Corporate-name-see-also:p</kohaidx:target_index> |
| 109 |
<kohaidx:target_index>Conference-name-see-also:w</kohaidx:target_index> |
| 110 |
<kohaidx:target_index>Conference-name-see-also:p</kohaidx:target_index> |
| 111 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 112 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 113 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 114 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 115 |
</kohaidx:index_subfields> |
| 116 |
|
| 117 |
<kohaidx:index_subfields tag="710" subfields="abcdefgjxyz"> |
| 118 |
<kohaidx:target_index>Corporate-name-parallel:w</kohaidx:target_index> |
| 119 |
<kohaidx:target_index>Corporate-name-parallel:s</kohaidx:target_index> |
| 120 |
<kohaidx:target_index>Conference-name-parallel:w</kohaidx:target_index> |
| 121 |
<kohaidx:target_index>Conference-name-parallel:s</kohaidx:target_index> |
| 122 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 123 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 124 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 125 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 126 |
</kohaidx:index_subfields> |
| 127 |
|
| 128 |
<!-- Geographic name --> |
| 129 |
<kohaidx:index_subfields tag="215" subfields="ajxyz"> |
| 130 |
<kohaidx:target_index>Name-geographic:w</kohaidx:target_index> |
| 131 |
<kohaidx:target_index>Name-geographic:p</kohaidx:target_index> |
| 132 |
<kohaidx:target_index>Name-geographic:s</kohaidx:target_index> |
| 133 |
<kohaidx:target_index>Term-geographic:w</kohaidx:target_index> |
| 134 |
<kohaidx:target_index>Term-geographic:p</kohaidx:target_index> |
| 135 |
<kohaidx:target_index>Term-geographic:s</kohaidx:target_index> |
| 136 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 137 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 138 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 139 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 140 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 141 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 142 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 143 |
</kohaidx:index_subfields> |
| 144 |
<kohaidx:index_subfields tag="215" subfields="a"> |
| 145 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 146 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 147 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 148 |
<kohaidx:target_index>Name-geographic-heading:w</kohaidx:target_index> |
| 149 |
<kohaidx:target_index>Name-geographic-heading:p</kohaidx:target_index> |
| 150 |
<kohaidx:target_index>Name-geographic-heading:s</kohaidx:target_index> |
| 151 |
<kohaidx:target_index>Term-geographic-heading:w</kohaidx:target_index> |
| 152 |
<kohaidx:target_index>Term-geographic-heading:p</kohaidx:target_index> |
| 153 |
<kohaidx:target_index>Term-geographic-heading:s</kohaidx:target_index> |
| 154 |
</kohaidx:index_subfields> |
| 155 |
|
| 156 |
<kohaidx:index_subfields tag="415" subfields="ajxyz"> |
| 157 |
<kohaidx:target_index>Name-geographic-see:w</kohaidx:target_index> |
| 158 |
<kohaidx:target_index>Name-geographic-see:p</kohaidx:target_index> |
| 159 |
<kohaidx:target_index>Term-geographic-see:w</kohaidx:target_index> |
| 160 |
<kohaidx:target_index>Term-geographic-see:p</kohaidx:target_index> |
| 161 |
<kohaidx:target_index>Term-geographic-see:s</kohaidx:target_index> |
| 162 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 163 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 164 |
<kohaidx:target_index>See:s</kohaidx:target_index> |
| 165 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 166 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 167 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 168 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 169 |
</kohaidx:index_subfields> |
| 170 |
|
| 171 |
<kohaidx:index_subfields tag="515" subfields="ajxyz"> |
| 172 |
<kohaidx:target_index>Name-geographic-see-also:w</kohaidx:target_index> |
| 173 |
<kohaidx:target_index>Name-geographic-see-also:p</kohaidx:target_index> |
| 174 |
<kohaidx:target_index>Term-geographic-see-also:w</kohaidx:target_index> |
| 175 |
<kohaidx:target_index>Term-geographic-see-also:p</kohaidx:target_index> |
| 176 |
<kohaidx:target_index>Term-geographic-see-also:s</kohaidx:target_index> |
| 177 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 178 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 179 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 180 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 181 |
</kohaidx:index_subfields> |
| 182 |
|
| 183 |
<kohaidx:index_subfields tag="715" subfields="ajxyz"> |
| 184 |
<kohaidx:target_index>Name-geographic-parallel:w</kohaidx:target_index> |
| 185 |
<kohaidx:target_index>Name-geographic-parallel:s</kohaidx:target_index> |
| 186 |
<kohaidx:target_index>Term-geographic-parallel:w</kohaidx:target_index> |
| 187 |
<kohaidx:target_index>Term-geographic-parallel:s</kohaidx:target_index> |
| 188 |
<kohaidx:target_index>Term-geographic-parallel:p</kohaidx:target_index> |
| 189 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 190 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 191 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 192 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 193 |
</kohaidx:index_subfields> |
| 194 |
|
| 195 |
<!-- Trademark--> |
| 196 |
<kohaidx:index_subfields tag="216" subfields="afcjxyz"> |
| 197 |
<kohaidx:target_index>Trademark:w</kohaidx:target_index> |
| 198 |
<kohaidx:target_index>Trademark:p</kohaidx:target_index> |
| 199 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 200 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 201 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 202 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 203 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 204 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 205 |
</kohaidx:index_subfields> |
| 206 |
<kohaidx:index_subfields tag="216" subfields="a"> |
| 207 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 208 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 209 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 210 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 211 |
<kohaidx:target_index>Trademark-heading:w</kohaidx:target_index> |
| 212 |
<kohaidx:target_index>Trademark-heading:p</kohaidx:target_index> |
| 213 |
<kohaidx:target_index>Trademark-heading:s</kohaidx:target_index> |
| 214 |
</kohaidx:index_subfields> |
| 215 |
|
| 216 |
<kohaidx:index_subfields tag="416" subfields="afcjxyz"> |
| 217 |
<kohaidx:target_index>Trademark-see:w</kohaidx:target_index> |
| 218 |
<kohaidx:target_index>Trademark-see:p</kohaidx:target_index> |
| 219 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 220 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 221 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 222 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 223 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 224 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 225 |
</kohaidx:index_subfields> |
| 226 |
|
| 227 |
<kohaidx:index_subfields tag="516" subfields="afcjxyz"> |
| 228 |
<kohaidx:target_index>Trademark-see-also:w</kohaidx:target_index> |
| 229 |
<kohaidx:target_index>Trademark-see-also:p</kohaidx:target_index> |
| 230 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 231 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 232 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 233 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 234 |
</kohaidx:index_subfields> |
| 235 |
|
| 236 |
<kohaidx:index_subfields tag="716" subfields="afcjxyz"> |
| 237 |
<kohaidx:target_index>Trademark-parallel:w</kohaidx:target_index> |
| 238 |
<kohaidx:target_index>Trademark-parallel:s</kohaidx:target_index> |
| 239 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 240 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 241 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 242 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 243 |
</kohaidx:index_subfields> |
| 244 |
|
| 245 |
<!-- Family name--> |
| 246 |
<kohaidx:index_subfields tag="220" subfields="afjxyz"> |
| 247 |
<kohaidx:target_index>Name:w</kohaidx:target_index> |
| 248 |
<kohaidx:target_index>Name:p</kohaidx:target_index> |
| 249 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 250 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 251 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 252 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 253 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 254 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 255 |
</kohaidx:index_subfields> |
| 256 |
<kohaidx:index_subfields tag="220" subfields="a"> |
| 257 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 258 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 259 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 260 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 261 |
<kohaidx:target_index>Name-heading:w</kohaidx:target_index> |
| 262 |
<kohaidx:target_index>Name-heading:p</kohaidx:target_index> |
| 263 |
<kohaidx:target_index>Name-heading:s</kohaidx:target_index> |
| 264 |
</kohaidx:index_subfields> |
| 265 |
|
| 266 |
<kohaidx:index_subfields tag="420" subfields="afjxyz"> |
| 267 |
<kohaidx:target_index>Name-see:w</kohaidx:target_index> |
| 268 |
<kohaidx:target_index>Name-see:p</kohaidx:target_index> |
| 269 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 270 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 271 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 272 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 273 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 274 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 275 |
</kohaidx:index_subfields> |
| 276 |
|
| 277 |
<kohaidx:index_subfields tag="520" subfields="afjxyz"> |
| 278 |
<kohaidx:target_index>Name-see-also:w</kohaidx:target_index> |
| 279 |
<kohaidx:target_index>Name-see-also:p</kohaidx:target_index> |
| 280 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 281 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 282 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 283 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 284 |
</kohaidx:index_subfields> |
| 285 |
|
| 286 |
<kohaidx:index_subfields tag="720" subfields="afjxyz"> |
| 287 |
<kohaidx:target_index>Name-parallel:w</kohaidx:target_index> |
| 288 |
<kohaidx:target_index>Name-parallel:s</kohaidx:target_index> |
| 289 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 290 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 291 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 292 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 293 |
</kohaidx:index_subfields> |
| 294 |
|
| 295 |
<!-- Uniform title --> |
| 296 |
<kohaidx:index_subfields tag="230" subfields="abhiklmnqrsuwjxyz"> |
| 297 |
<kohaidx:target_index>Title-uniform:w</kohaidx:target_index> |
| 298 |
<kohaidx:target_index>Title-uniform:p</kohaidx:target_index> |
| 299 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 300 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 301 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 302 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 303 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 304 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 305 |
</kohaidx:index_subfields> |
| 306 |
<kohaidx:index_subfields tag="230" subfields="a"> |
| 307 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 308 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 309 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 310 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 311 |
<kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> |
| 312 |
<kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> |
| 313 |
<kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> |
| 314 |
</kohaidx:index_subfields> |
| 315 |
|
| 316 |
<kohaidx:index_subfields tag="430" subfields="abhiklmnqrsuwjxyz"> |
| 317 |
<kohaidx:target_index>Title-uniform-see:w</kohaidx:target_index> |
| 318 |
<kohaidx:target_index>Title-uniform-see:p</kohaidx:target_index> |
| 319 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 320 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 321 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 322 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 323 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 324 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 325 |
</kohaidx:index_subfields> |
| 326 |
|
| 327 |
<kohaidx:index_subfields tag="530" subfields="abhiklmnqrsuwjxyz"> |
| 328 |
<kohaidx:target_index>Title-uniform-see-also:w</kohaidx:target_index> |
| 329 |
<kohaidx:target_index>Title-uniform-see-also:p</kohaidx:target_index> |
| 330 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 331 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 332 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 333 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 334 |
</kohaidx:index_subfields> |
| 335 |
|
| 336 |
<kohaidx:index_subfields tag="730" subfields="a"> |
| 337 |
<kohaidx:target_index>Title-uniform-parallel:w</kohaidx:target_index> |
| 338 |
<kohaidx:target_index>Title-uniform-parallel:s</kohaidx:target_index> |
| 339 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 340 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 341 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 342 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 343 |
</kohaidx:index_subfields> |
| 344 |
|
| 345 |
<!-- Collective Uniform title --> |
| 346 |
<kohaidx:index_subfields tag="235" subfields="abekmrsuwjxyz"> |
| 347 |
<kohaidx:target_index>Title-uniform:w</kohaidx:target_index> |
| 348 |
<kohaidx:target_index>Title-uniform:p</kohaidx:target_index> |
| 349 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 350 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 351 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 352 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 353 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 354 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 355 |
</kohaidx:index_subfields> |
| 356 |
<kohaidx:index_subfields tag="235" subfields="a"> |
| 357 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 358 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 359 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 360 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 361 |
<kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> |
| 362 |
<kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> |
| 363 |
<kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> |
| 364 |
</kohaidx:index_subfields> |
| 365 |
|
| 366 |
<kohaidx:index_subfields tag="435" subfields="abekmrsuwjxyz"> |
| 367 |
<kohaidx:target_index>Title-uniform-see:w</kohaidx:target_index> |
| 368 |
<kohaidx:target_index>Title-uniform-see:p</kohaidx:target_index> |
| 369 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 370 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 371 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 372 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 373 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 374 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 375 |
</kohaidx:index_subfields> |
| 376 |
|
| 377 |
<kohaidx:index_subfields tag="535" subfields="abekmrsuwjxyz"> |
| 378 |
<kohaidx:target_index>Title-uniform-see-also:w</kohaidx:target_index> |
| 379 |
<kohaidx:target_index>Title-uniform-see-also:p</kohaidx:target_index> |
| 380 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 381 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 382 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 383 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 384 |
</kohaidx:index_subfields> |
| 385 |
|
| 386 |
<kohaidx:index_subfields tag="735" subfields="a"> |
| 387 |
<kohaidx:target_index>Title-uniform-parallel:w</kohaidx:target_index> |
| 388 |
<kohaidx:target_index>Title-uniform-parallel:s</kohaidx:target_index> |
| 389 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 390 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 391 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 392 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 393 |
</kohaidx:index_subfields> |
| 394 |
|
| 395 |
<!-- Name and title --> |
| 396 |
<kohaidx:index_subfields tag="240" subfields="atjxyz"> |
| 397 |
<kohaidx:target_index>Name-Title:w</kohaidx:target_index> |
| 398 |
<kohaidx:target_index>Name-Title:p</kohaidx:target_index> |
| 399 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 400 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 401 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 402 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 403 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 404 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 405 |
</kohaidx:index_subfields> |
| 406 |
<kohaidx:index_subfields tag="240" subfields="a"> |
| 407 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 408 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 409 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 410 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 411 |
<kohaidx:target_index>Name-Title-heading:w</kohaidx:target_index> |
| 412 |
<kohaidx:target_index>Name-Title-heading:p</kohaidx:target_index> |
| 413 |
<kohaidx:target_index>Name-Title-heading:s</kohaidx:target_index> |
| 414 |
</kohaidx:index_subfields> |
| 415 |
|
| 416 |
<kohaidx:index_subfields tag="440" subfields="atjxyz"> |
| 417 |
<kohaidx:target_index>Name-Title-see:w</kohaidx:target_index> |
| 418 |
<kohaidx:target_index>Name-Title-see:p</kohaidx:target_index> |
| 419 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 420 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 421 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 422 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 423 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 424 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 425 |
</kohaidx:index_subfields> |
| 426 |
|
| 427 |
<kohaidx:index_subfields tag="540" subfields="atjxyz"> |
| 428 |
<kohaidx:target_index>Name-Title-see-also:w</kohaidx:target_index> |
| 429 |
<kohaidx:target_index>Name-Title-see-also:p</kohaidx:target_index> |
| 430 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 431 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 432 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 433 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 434 |
</kohaidx:index_subfields> |
| 435 |
|
| 436 |
<kohaidx:index_subfields tag="740" subfields="a"> |
| 437 |
<kohaidx:target_index>Name-Title-parallel:w</kohaidx:target_index> |
| 438 |
<kohaidx:target_index>Name-Title-parallel:s</kohaidx:target_index> |
| 439 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 440 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 441 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 442 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 443 |
</kohaidx:index_subfields> |
| 444 |
|
| 445 |
<!-- Name and collective title --> |
| 446 |
<kohaidx:index_subfields tag="245" subfields="atjxyz"> |
| 447 |
<kohaidx:target_index>Title-uniform:w</kohaidx:target_index> |
| 448 |
<kohaidx:target_index>Title-uniform:p</kohaidx:target_index> |
| 449 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 450 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 451 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 452 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 453 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 454 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 455 |
</kohaidx:index_subfields> |
| 456 |
<kohaidx:index_subfields tag="245" subfields="a"> |
| 457 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 458 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 459 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 460 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 461 |
<kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> |
| 462 |
<kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> |
| 463 |
<kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> |
| 464 |
</kohaidx:index_subfields> |
| 465 |
|
| 466 |
<kohaidx:index_subfields tag="445" subfields="atjxyz"> |
| 467 |
<kohaidx:target_index>Title-uniform-see:w</kohaidx:target_index> |
| 468 |
<kohaidx:target_index>Title-uniform-see:p</kohaidx:target_index> |
| 469 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 470 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 471 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 472 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 473 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 474 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 475 |
</kohaidx:index_subfields> |
| 476 |
|
| 477 |
<kohaidx:index_subfields tag="545" subfields="atjxyz"> |
| 478 |
<kohaidx:target_index>Title-uniform-see-also:w</kohaidx:target_index> |
| 479 |
<kohaidx:target_index>Title-uniform-see-also:p</kohaidx:target_index> |
| 480 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 481 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 482 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 483 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 484 |
</kohaidx:index_subfields> |
| 485 |
|
| 486 |
<kohaidx:index_subfields tag="745" subfields="a"> |
| 487 |
<kohaidx:target_index>Title-uniform-parallel:w</kohaidx:target_index> |
| 488 |
<kohaidx:target_index>Title-uniform-parallel:s</kohaidx:target_index> |
| 489 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 490 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 491 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 492 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 493 |
</kohaidx:index_subfields> |
| 494 |
|
| 495 |
<!-- Topical term --> |
| 496 |
<kohaidx:index_subfields tag="250" subfields="ajxyz"> |
| 497 |
<kohaidx:target_index>Subject:w</kohaidx:target_index> |
| 498 |
<kohaidx:target_index>Subject:p</kohaidx:target_index> |
| 499 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 500 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 501 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 502 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 503 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 504 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 505 |
<kohaidx:target_index>Subject-heading:w</kohaidx:target_index> |
| 506 |
<kohaidx:target_index>Subject-heading:p</kohaidx:target_index> |
| 507 |
<kohaidx:target_index>Subject-heading:s</kohaidx:target_index> |
| 508 |
</kohaidx:index_subfields> |
| 509 |
<kohaidx:index_subfields tag="250" subfields="a"> |
| 510 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 511 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 512 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 513 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 514 |
</kohaidx:index_subfields> |
| 515 |
|
| 516 |
<kohaidx:index_subfields tag="450" subfields="ajxyz"> |
| 517 |
<kohaidx:target_index>Subject-see:w</kohaidx:target_index> |
| 518 |
<kohaidx:target_index>Subject-see:p</kohaidx:target_index> |
| 519 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 520 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 521 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 522 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 523 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 524 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 525 |
</kohaidx:index_subfields> |
| 526 |
|
| 527 |
<kohaidx:index_subfields tag="550" subfields="ajxyz"> |
| 528 |
<kohaidx:target_index>Subject-see-also:w</kohaidx:target_index> |
| 529 |
<kohaidx:target_index>Subject-see-also:p</kohaidx:target_index> |
| 530 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 531 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 532 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 533 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 534 |
</kohaidx:index_subfields> |
| 535 |
|
| 536 |
<kohaidx:index_subfields tag="750" subfields="a"> |
| 537 |
<kohaidx:target_index>Subject-parallel:w</kohaidx:target_index> |
| 538 |
<kohaidx:target_index>Subject-parallel:s</kohaidx:target_index> |
| 539 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 540 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 541 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 542 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 543 |
</kohaidx:index_subfields> |
| 544 |
|
| 545 |
<!-- Place --> |
| 546 |
<kohaidx:index_subfields tag="260" subfields="abcdjxyz"> |
| 547 |
<kohaidx:target_index>Place:w</kohaidx:target_index> |
| 548 |
<kohaidx:target_index>Place:p</kohaidx:target_index> |
| 549 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 550 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 551 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 552 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 553 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 554 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 555 |
<kohaidx:target_index>Place-heading:w</kohaidx:target_index> |
| 556 |
<kohaidx:target_index>Place-heading:p</kohaidx:target_index> |
| 557 |
<kohaidx:target_index>Place-heading:s</kohaidx:target_index> |
| 558 |
</kohaidx:index_subfields> |
| 559 |
<kohaidx:index_subfields tag="260" subfields="a"> |
| 560 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 561 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 562 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 563 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 564 |
</kohaidx:index_subfields> |
| 565 |
|
| 566 |
<kohaidx:index_subfields tag="460" subfields="abcdjxyz"> |
| 567 |
<kohaidx:target_index>Place-see:w</kohaidx:target_index> |
| 568 |
<kohaidx:target_index>Place-see:p</kohaidx:target_index> |
| 569 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 570 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 571 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 572 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 573 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 574 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 575 |
</kohaidx:index_subfields> |
| 576 |
|
| 577 |
<kohaidx:index_subfields tag="560" subfields="abcdjxyz"> |
| 578 |
<kohaidx:target_index>Place-see-also:w</kohaidx:target_index> |
| 579 |
<kohaidx:target_index>Place-see-also:p</kohaidx:target_index> |
| 580 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 581 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 582 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 583 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 584 |
</kohaidx:index_subfields> |
| 585 |
|
| 586 |
<kohaidx:index_subfields tag="760" subfields="a"> |
| 587 |
<kohaidx:target_index>Place-parallel:w</kohaidx:target_index> |
| 588 |
<kohaidx:target_index>Place-parallel:s</kohaidx:target_index> |
| 589 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 590 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 591 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 592 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 593 |
</kohaidx:index_subfields> |
| 594 |
|
| 595 |
<!-- Genre/form --> |
| 596 |
<kohaidx:index_subfields tag="280" subfields="ajxyz"> |
| 597 |
<kohaidx:target_index>Form:w</kohaidx:target_index> |
| 598 |
<kohaidx:target_index>Form:p</kohaidx:target_index> |
| 599 |
<kohaidx:target_index>Heading:w</kohaidx:target_index> |
| 600 |
<kohaidx:target_index>Heading:p</kohaidx:target_index> |
| 601 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 602 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 603 |
<kohaidx:target_index>Match-heading:w</kohaidx:target_index> |
| 604 |
<kohaidx:target_index>Match-heading:p</kohaidx:target_index> |
| 605 |
<kohaidx:target_index>Form-heading:w</kohaidx:target_index> |
| 606 |
<kohaidx:target_index>Form-heading:p</kohaidx:target_index> |
| 607 |
<kohaidx:target_index>Form-heading:s</kohaidx:target_index> |
| 608 |
</kohaidx:index_subfields> |
| 609 |
<kohaidx:index_subfields tag="280" subfields="a"> |
| 610 |
<kohaidx:target_index>Heading:s</kohaidx:target_index> |
| 611 |
<kohaidx:target_index>Heading-Main:w</kohaidx:target_index> |
| 612 |
<kohaidx:target_index>Heading-Main:p</kohaidx:target_index> |
| 613 |
<kohaidx:target_index>Heading-Main:s</kohaidx:target_index> |
| 614 |
</kohaidx:index_subfields> |
| 615 |
|
| 616 |
<kohaidx:index_subfields tag="480" subfields="ajxyz"> |
| 617 |
<kohaidx:target_index>Form-see:w</kohaidx:target_index> |
| 618 |
<kohaidx:target_index>Form-see:p</kohaidx:target_index> |
| 619 |
<kohaidx:target_index>See:w</kohaidx:target_index> |
| 620 |
<kohaidx:target_index>See:p</kohaidx:target_index> |
| 621 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 622 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 623 |
<kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> |
| 624 |
<kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> |
| 625 |
</kohaidx:index_subfields> |
| 626 |
|
| 627 |
<kohaidx:index_subfields tag="580" subfields="ajxyz"> |
| 628 |
<kohaidx:target_index>Form-see-also:w</kohaidx:target_index> |
| 629 |
<kohaidx:target_index>Form-see-also:p</kohaidx:target_index> |
| 630 |
<kohaidx:target_index>See-also:w</kohaidx:target_index> |
| 631 |
<kohaidx:target_index>See-also:p</kohaidx:target_index> |
| 632 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 633 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 634 |
</kohaidx:index_subfields> |
| 635 |
|
| 636 |
<kohaidx:index_subfields tag="780" subfields="a"> |
| 637 |
<kohaidx:target_index>Form-parallel:w</kohaidx:target_index> |
| 638 |
<kohaidx:target_index>Form-parallel:s</kohaidx:target_index> |
| 639 |
<kohaidx:target_index>Parallel:w</kohaidx:target_index> |
| 640 |
<kohaidx:target_index>Parallel:p</kohaidx:target_index> |
| 641 |
<kohaidx:target_index>Match:w</kohaidx:target_index> |
| 642 |
<kohaidx:target_index>Match:p</kohaidx:target_index> |
| 643 |
</kohaidx:index_subfields> |
| 644 |
|
| 645 |
<!-- Notes 300, 305, 310, 320, 330, 340, 356--> |
| 646 |
<kohaidx:index_subfields tag="300" subfields="a"> |
| 647 |
<kohaidx:target_index>Note:w</kohaidx:target_index> |
| 648 |
<kohaidx:target_index>Note:p</kohaidx:target_index> |
| 649 |
</kohaidx:index_subfields> |
| 650 |
<kohaidx:index_subfields tag="305" subfields="a"> |
| 651 |
<kohaidx:target_index>Note:w</kohaidx:target_index> |
| 652 |
<kohaidx:target_index>Note:p</kohaidx:target_index> |
| 653 |
</kohaidx:index_subfields> |
| 654 |
<kohaidx:index_subfields tag="310" subfields="a"> |
| 655 |
<kohaidx:target_index>Note:w</kohaidx:target_index> |
| 656 |
<kohaidx:target_index>Note:p</kohaidx:target_index> |
| 657 |
</kohaidx:index_subfields> |
| 658 |
<kohaidx:index_subfields tag="320" subfields="a"> |
| 659 |
<kohaidx:target_index>Note:w</kohaidx:target_index> |
| 660 |
<kohaidx:target_index>Note:p</kohaidx:target_index> |
| 661 |
</kohaidx:index_subfields> |
| 662 |
<kohaidx:index_subfields tag="330" subfields="a"> |
| 663 |
<kohaidx:target_index>Note:w</kohaidx:target_index> |
| 664 |
<kohaidx:target_index>Note:p</kohaidx:target_index> |
| 665 |
</kohaidx:index_subfields> |
| 666 |
<kohaidx:index_subfields tag="340" subfields="a"> |
| 667 |
<kohaidx:target_index>Note:w</kohaidx:target_index> |
| 668 |
<kohaidx:target_index>Note:p</kohaidx:target_index> |
| 669 |
</kohaidx:index_subfields> |
| 670 |
<kohaidx:index_subfields tag="356" subfields="a"> |
| 671 |
<kohaidx:target_index>Note:w</kohaidx:target_index> |
| 672 |
<kohaidx:target_index>Note:p</kohaidx:target_index> |
| 673 |
</kohaidx:index_subfields> |
| 674 |
|
| 675 |
<!-- authtype--> |
| 676 |
<kohaidx:index_subfields tag="152" subfields="b"> |
| 677 |
<kohaidx:target_index>authtype:w</kohaidx:target_index> |
| 678 |
<kohaidx:target_index>authtype:p</kohaidx:target_index> |
| 679 |
</kohaidx:index_subfields> |
| 680 |
<kohaidx:index_subfields tag="942" subfields="a"> |
| 681 |
<kohaidx:target_index>authtype:w</kohaidx:target_index> |
| 682 |
</kohaidx:index_subfields> |
| 683 |
</kohaidx:index_defs> |