source: main/trunk/model-sites-dev/hauraki-dl/collect/whakaahua/etc/marc2qdc.txt@ 32598

Last change on this file since 32598 was 32598, checked in by davidb, 5 years ago

Config files for Hauraki DL collections

File size: 860 bytes
Line 
1
2# Some refinements to basic MARC->Qualified Dublin Core
3
4# Pick more carefully from subfields
5245$a -> Title
6245$n -> Title^RefNum
7
8260$c -> Date^Issued
9
10# Include URL information
11856$u -> URL
12
13# Extract additional format details
14300$b -> Format^Description
15
16# Be more selective over treatment of "from collection"
17440$a -> IsPartOf^Title
18440$n -> IsPartOf^RefNum
19
20500-504, 507-519, 521-529 -> Description
21531-539, 541-545, 547-599 -> Description
22505 -> Description^TableofContents
23520 -> Description^Abstract # First indicator=3
24
25600$a, 610$a, 611$a -> Subject
26630$a, 650$a -> Subject
27
28651^a -> Subject^Geographic
29
30
31# All 700 currently subfieds go to "Creator"
32# Be more selective about pullout "personal name"
33
34700$a -> Creator^PersonalName
Note: See TracBrowser for help on using the repository browser.