Skip to content

Commit

Permalink
Form field mapping update
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Nov 16, 2023
1 parent 9946075 commit 943dda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hysync/marc_synchronizer/marc_parsing_methods/form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def extract_form_terms(marc_record, mapping_ruleset)
case leader_bytes_6_and_7
when 'am', # Language material, Monograph/Item
'aa', # Language material, Monographic component part
'tm' # Manuscript language material, Monograph/Item
form_terms << { 'uri' => 'http://id.loc.gov/vocabulary/graphicMaterials/tgm001221' } # books
when 'as', # Language material, Serial
'ab' # Language material, Serial component part
Expand All @@ -58,7 +57,8 @@ def extract_form_terms(marc_record, mapping_ruleset)
form_terms << { 'uri' => 'http://vocab.getty.edu/aat/300028881' } # ephemera
when 'rm' # Three-dimensional artifact or naturally occurring object, Monograph/Item
form_terms << { 'uri' => 'http://id.loc.gov/vocabulary/graphicMaterials/tgm007159' } # objects
when 'tc' # Manuscript language material, Collection
when 'tc', # Manuscript language material, Collection
'tm' # Manuscript language material, Monograph/Item
form_terms << { 'uri' => 'http://id.loc.gov/authorities/subjects/sh85080672.html' } # manuscripts
when 'cm' # Notated music, Monograph/Item
form_terms << { 'uri' => 'http://id.loc.gov/authorities/genreForms/gf2014026952' } # music
Expand Down

0 comments on commit 943dda3

Please sign in to comment.