source: trunk/gsdl/packages/yaz/tab/gils-usmarc.map@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1#
2# This table maps records in the GILS abstract syntax to the USMARC one
3#
4
5targetname usmarc
6targetref USmarc
7
8map rank /(3,999)/(3,r)
9map localControlNumber /(3,001)/(3,@)
10map dateLastModified /(3,005)/(3,@)
11map ControlIdentifier /(3,035)/(3,a)
12
13map title /(3,245)/(3,a)
14map abstract /(3,520)/(3,a)
15map purpose /(3,500)/(3,a)
16map originator /(3,710)/(3,a)
17map accessConstraints /(3,506)/(3,a)
18map useConstraints /(3,540)/(3,a)
19
20map distributor /(3,270):new nodata
21map distributorName /(3,270)/(3,p)
22map distributorOrganization /(3,270)/(3,p)
23map distributorStreetAddress /(3,270)/(3,a)
24map distributorCity /(3,270)/(3,b)
25map distributorState /(3,270)/(3,c)
26map distributorZipCode /(3,270)/(3,e)
27map distributorCountry /(3,270)/(3,d)
28map distributorNetworkAddress /(3,270)/(3,m)
29map distributorHoursOfService /(3,301)/(3,a)
30map distributorTelephone /(3,270)/(3,k)
31map distributorFax /(3,270)/(3,l)
32
33map resourceDescription /(3,037)/(3,f)
34map orderProcess /(3,037)/(3,c)
35map technicalPrerequisite /(3,538)/(3,a)
36map availableTimePeriodStructured /(3,045)/(3,c)
37map availableTimePeriodTextual /(3,037)/(3,n) # Unhandled conditional
38
39map linkage /(3,856)/(3,u)
40map linkageType /(3,856)/(3,2)
41#map pointOfContact /(3,856)/(3,m) # Look into this
42
43map pointOfContact /(3,270):new nodata
44map contactName /(3,270)/(3,p)
45map contactOrganization /(3,270)/(3,p)
46map contactStreetAddress /(3,270)/(3,a)
47map contactCity /(3,270)/(3,b)
48map contactState /(3,270)/(3,c)
49map contactZipCode /(3,270)/(3,e)
50map contactCountry /(3,270)/(3,d)
51map contactNetworkAddress /(3,270)/(3,m)
52map contactHoursOfService /(3,301)/(3,a)
53map contactTelephone /(3,270)/(3,k)
54map contactFax /(3,270)/(3,l)
55
56map recordSource /(3,040)/(3,a)
57map agencyProgram /(3,500)/(3,a)
58map sourcesOfData /(3,537)/(3,a)
59map controlledTerm /(3,650)/(3,a)
60map thesaurus /(3,650)/(3,2)
61map localSubjectTerm /(3,653)/(3,a)
62map methodology /(3,567)/(3,a)
63
64map boundingrectangle /(3,034):new nodata
65map westernMost /(3,034)/(3,d)
66map easternMost /(3,034)/(3,e)
67map northernMost /(3,034)/(3,f)
68map southernMost /(3,034)/(3,g)
69
70map geographicKeywordName /(3,651)/(3,a)
71map geographicKeywordType /(3,655)/(3,z) # Probably incorrect
72map timeperiodStructured /(3,045)/(3,c)
73map timeperiodTextual /(3,513)/(3,b)
74map crossReference /(3,787):new nodata
75map crossReferenceTitle /(3,787)/(3,t)
76map crossReferenceLinkage /(3,787)/(3,w)
77
78map supplementalInformation /(3,500)/(3,a)
Note: See TracBrowser for help on using the repository browser.