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

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

renamed marctodc.txt to marc2dc.txt to make the name consistent with the other mapping files

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1#
2# This file is used by MARCPlug for mapping MARC field numbers to
3# Greenstone-style 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 loosely based on the MARC -> Dublin Core mapping as found at
12# http://lcweb.loc.gov/marc/dccross.html
13#
14# The problem with that is that some mappings are conditional on
15# subfield values...
16
17### Contributor ###
18# 720 = "Uncontrolled Name", with $e=collaborator
19
20### Coverage ###
21#500 -> Coverage
22
23### Creator ###
24# 720 = "Uncontrolled Name" with $e=author
25720 -> Creator
26# 100 = "Personal Name"
27100 -> Creator
28# 110 = "Corporate Name"
29110 -> Creator
30# 111 = "Meeting Name"
31111 -> Creator
32
33### Date ###
34# Don't do this yet, as greenstone expects dates in YYYYMMDD format...
35# 260, $c (but also see Publisher below)
36# 260 -> Date
37
38### Description ###
39# 520 = "Summary, Note"
40520 -> Description
41
42### Identifier ###
43# 024 = "Standard Identifier/number"
44# greenstone uses its own Identifier metadata
45024 -> MarcIdentifier
46
47# 856 = "Electronic Location"
48856 -> URL
49
50### Language ###
51# Greenstone has its own Language metadata...
52546 -> MarcLanguage
53
54### Publisher ###
55# 260 = "Publication, etc"
56# 260 $b if $e=publisher... (but see Date)
57260 -> Publisher
58
59### Relation ###
60# 787 = "Nonspecific Relationship Note"
61787 -> Relation
62
63### Rights ###
64# 540 = "Reproduction Note"
65540 -> Rights
66
67### Source ###
68# greenstone has its own Source metadata...
69# 786 = "Data Source Entry"
70786 -> MarcSource
71
72### Subject ###
73# 650 = "Subject: Topical Term"
74650 -> Subject
75# 653 = "Index Term: Uncontrolled"
76653 -> Subject
77
78### Title ###
79# 245 = "Title Statement"
80245 -> Title
81# 246 = "Varying Form of Title"
82
83### Type ###
84# 655 = "Index Term - Genre/Form"
85655 -> Type
86
Note: See TracBrowser for help on using the repository browser.