From 7a4c29cf8125d2b8bc6cd34b3f731cbf0bcb034c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 14 Jun 2021 10:11:14 -0400 Subject: [PATCH] Add import properties for new FAST file. --- import/marc_auth_fast_meeting.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 import/marc_auth_fast_meeting.properties diff --git a/import/marc_auth_fast_meeting.properties b/import/marc_auth_fast_meeting.properties new file mode 100644 index 00000000000..0713166fca6 --- /dev/null +++ b/import/marc_auth_fast_meeting.properties @@ -0,0 +1,15 @@ +############################################################################### +# Mappings for loading FAST Meeting authority records using the # +# import-marc-auth script. For more details on FAST, see: # +# http://www.oclc.org/research/activities/fast/download.htm # +############################################################################### +id = 001 +source = "FAST" +record_type = "Meeting" +heading = 100abcdegjqt:110abcdegjqt:111abcdegjqt:130abcdegjqt:150abvxyz:151avxyz:155avxyz:180vxyz:181vxyz:182vxyz:185vxyz +use_for = 400abcdegjqt:410abcdegjqt:411abcdegjqt:430abcdegjqt:450abvxyz:451avxyz:455avxyz:480vxyz:481vxyz:482vxyz:485vxyz +see_also = 500abcdegjqt:510abcdegjqt:511abcdegjqt:530abcdegjqt:550abvxyz:551avxyz:555avxyz:580vxyz:581vxyz:582vxyz:585vxyz +form_facet_str_mv = 150v:151v:155v:180v:181v:182v:185v +general_facet_str_mv = 150x:151x:155x:180x:181x:182x:185x +chronological_facet_str_mv = 150y:151y:155y:180y:181y:182y:185y +geographic_facet_str_mv = 150z:151z:155z:180z:181z:182z:185z -- GitLab