source: main/trunk/greenstone2/etc/marc2dc.txt@ 32222

Last change on this file since 32222 was 28557, checked in by jlwhisler, 10 years ago

Corrected mapping for dc.Identifier. According to http://www.loc.gov/marc/marc2dc.html 856$u maps to dc.Identifier and 856$q maps to dc.Format. The mapping was already correct in marc2qdc, but not in this file.

  • 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# Control field substring, not currently supported by mapping
31# 008/07-10 -> dc.Date
32260$c$g -> dc.Date
33
34### Description ###
35# 520 = "Summary, Note"
36500-505, 507-529 -> dc.Description
37531-539, 541-545, 547-599 -> dc.Description
38
39### Format ###
40340 -> dc.Format
41856$q -> dc.Format
42
43### Identifier ###
44020$a, 022$a, 024$a -> dc.Identifier
45856$u -> dc.Identifier
46
47### Language ###
48# Control field substring, not currently supported by mapping
49# 008/35-37 -> dc.Language # ISO 639-2 encoding
50
51041$a$b$d$e$f$g$h$j -> dc.Language
52546 -> dc.Language
53
54### Publisher ###
55260$a$b -> dc.Publisher
56
57### Relation ###
58# 787 = "Nonspecific Relationship Note"
59787$o$t -> dc.Relation
60530, 760-785 -> dc.Relation
61## should be the following, but what does this mean??
62# 530, 760-787$o$t -> dc.Relation
63
64### Rights ###
65506, 540 -> dc.Rights
66
67### Source ###
68786$o$t -> dc.Source
69534$t -> dc.Source
70
71### Subject ###
72#050, 060, 080, 082 -> dc.Subject
73600, 610, 611, 630, 650, 653 -> dc.Subject
74
75### Title ###
76# 245 = "Title Statement"
77245 -> dc.Title
78# 246 = "Varying Form of Title"
79
80
81### Type ###
82655 -> dc.Type
83# Leader fields not currently supported by mapping
84# Leader06, Leader07 -> dc.Type
85
Note: See TracBrowser for help on using the repository browser.