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

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

uncommented the Date mapping - Greenstone doesn't have to have dates in yyyymmdd format anymore. Commented out the 0xx subject mappings as they were numbers and looked ugly in the demo marc collection

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
RevLine 
[3430]1#
2# This file is used by MARCPlug for mapping MARC field numbers to
[18541]3# Dublin Core metadata.
[3430]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#
[18541]11# This is based on the Library of Congress MARC -> Dublin Core mapping as
12# found at http://www.loc.gov/marc/marc2dc.html
[3430]13#
14# The problem with that is that some mappings are conditional on
15# subfield values...
16
17### Contributor ###
18
19### Coverage ###
[18541]20651, 662 -> dc.Coverage
21751, 752 -> dc.Coverage
[3430]22
23### Creator ###
[18541]24# Note, the LOC crosswalk uses dc.Contributor instead of dc.Creator
[18538]25720 -> dc.Creator
[18541]26100, 110, 111 -> dc.Creator
27700, 710, 711 -> dc.Creator
[3430]28
29### Date ###
[18541]30# Control field substring, not currently supported by mapping
31# 008/07-10 -> dc.Date
[18584]32260$c$g -> dc.Date
[3430]33
34### Description ###
35# 520 = "Summary, Note"
[18541]36500-505, 507-529 -> dc.Description
37531-539, 541-545, 547-599 -> dc.Description
[3430]38
[18541]39### Format ###
40340 -> dc.Format
41856$q -> dc.Format
42
[3430]43### Identifier ###
[18541]44020$a, 022$a, 024$a -> dc.Identifier
45856$q -> dc.Identifier
[4839]46
[3430]47### Language ###
[18541]48# Control field substring, not currently supported by mapping
49# 008/35-37 -> dc.Language # ISO 639-2 encoding
[3430]50
[18541]51041$a$b$d$e$f$g$h$j -> dc.Language
52546 -> dc.Language
53
[3430]54### Publisher ###
[18541]55260$a$b -> dc.Publisher
[3430]56
57### Relation ###
58# 787 = "Nonspecific Relationship Note"
[18541]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
[3430]63
64### Rights ###
[18541]65506, 540 -> dc.Rights
[3430]66
67### Source ###
[18541]68786$o$t -> dc.Source
69534$t -> dc.Source
[3430]70
71### Subject ###
[18584]72#050, 060, 080, 082 -> dc.Subject
[18541]73600, 610, 611, 630, 650, 653 -> dc.Subject
[3430]74
75### Title ###
[18541]76245, 246 -> dc.Title
[3430]77
[18541]78
[3430]79### Type ###
[18538]80655 -> dc.Type
[18541]81# Leader fields not currently supported by mapping
82# Leader06, Leader07 -> dc.Type
[8743]83
Note: See TracBrowser for help on using the repository browser.