source: gsdl/trunk/etc/marc2dc.txt@ 18541

Last change on this file since 18541 was 18541, checked in by kjdon, 15 years ago

modified to more closely match the loc crosswalk

  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1#
2# This file is used by MARCPlug for mapping MARC field numbers to
3# Dublin Core metadata.
4#
5# The field numbers listed in this file are for USMARC / MARC21.
6#
7# Lines beginning with "#" are comments.
8# The format for these files are:
9# <number> -> GreenstoneMetadataName
10#
11# This is based on the Library of Congress MARC -> Dublin Core mapping as
12# found at http://www.loc.gov/marc/marc2dc.html
13#
14# The problem with that is that some mappings are conditional on
15# subfield values...
16
17### Contributor ###
18
19### Coverage ###
20651, 662 -> dc.Coverage
21751, 752 -> dc.Coverage
22
23### Creator ###
24# Note, the LOC crosswalk uses dc.Contributor instead of dc.Creator
25720 -> dc.Creator
26100, 110, 111 -> dc.Creator
27700, 710, 711 -> dc.Creator
28
29### Date ###
30# Don't do this yet, as greenstone expects dates in YYYYMMDD format...
31# Control field substring, not currently supported by mapping
32# 008/07-10 -> dc.Date
33# 260$c$g -> dc.Date
34
35### Description ###
36# 520 = "Summary, Note"
37500-505, 507-529 -> dc.Description
38531-539, 541-545, 547-599 -> dc.Description
39
40### Format ###
41340 -> dc.Format
42856$q -> dc.Format
43
44### Identifier ###
45020$a, 022$a, 024$a -> dc.Identifier
46856$q -> dc.Identifier
47
48### Language ###
49# Control field substring, not currently supported by mapping
50# 008/35-37 -> dc.Language # ISO 639-2 encoding
51
52041$a$b$d$e$f$g$h$j -> dc.Language
53546 -> dc.Language
54
55### Publisher ###
56260$a$b -> dc.Publisher
57
58### Relation ###
59# 787 = "Nonspecific Relationship Note"
60787$o$t -> dc.Relation
61530, 760-785 -> dc.Relation
62## should be the following, but what does this mean??
63# 530, 760-787$o$t -> dc.Relation
64
65### Rights ###
66506, 540 -> dc.Rights
67
68### Source ###
69786$o$t -> dc.Source
70534$t -> dc.Source
71
72### Subject ###
73050, 060, 080, 082 -> dc.Subject
74600, 610, 611, 630, 650, 653 -> dc.Subject
75
76### Title ###
77245, 246 -> dc.Title
78
79
80### Type ###
81655 -> dc.Type
82# Leader fields not currently supported by mapping
83# Leader06, Leader07 -> dc.Type
84
Note: See TracBrowser for help on using the repository browser.