source: trunk/gsdl/etc/marctodc.txt@ 4647

Last change on this file since 4647 was 3430, checked in by jrm21, 22 years ago

Added MARCPlug, mostly done by David Bainbridge. It needs a configuration file,
which maps MARC fields into metadata, which is in gsdlhome/etc/marctodc.txt

  • 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# Don't use this, as greenstone uses it's own Identifier metadata
45# 024 -> MarcIdentifier
46# 856 = "Electronic Location"
47856 -> URL
48
49### Language ###
50# Greenstone has it's own Language metadata...
51##546 -> Language
52
53### Publisher ###
54# 260 = "Publication, etc"
55# 260 $b if $e=publisher... (but see Date)
56260 -> Publisher
57
58### Relation ###
59# 787 = "Nonspecific Relationship Note"
60787 -> Relation
61
62### Rights ###
63# 540 = "Reproduction Note"
64540 -> Rights
65
66### Source ###
67# greenstone has it's own Source metadata...
68# 786 = "Data Source Entry"
69786 -> MarcSource
70
71### Subject ###
72# 650 = "Subject: Topical Term"
73650 -> Subject
74# 653 = "Index Term: Uncontrolled"
75653 -> Subject
76
77### Title ###
78# 245 = "Title Statement"
79245 -> Title
80# 246 = "Varying Form of Title"
81
82### Type ###
83# 655 = "Index Term - Genre/Form"
84655 -> Type
Note: See TracBrowser for help on using the repository browser.