Module: PennMARC::EnrichedMarc

Defined in:
lib/pennmarc/enriched_marc.rb

Constant Summary collapse

TAG_HOLDING =

terminology follows the Publishing Profile screen

'hld'
TAG_ITEM =
'itm'
TAG_ELECTRONIC_INVENTORY =
'prt'
TAG_DIGITAL_INVENTORY =
'dig'
SUB_HOLDING_SHELVING_LOCATION =

these are 852 subfield codes; terminology comes from MARC spec

'c'
SUB_HOLDING_SEQUENCE_NUMBER =
'8'
SUB_HOLDING_CLASSIFICATION_PART =
'h'
SUB_HOLDING_ITEM_PART =
'i'
SUB_ITEM_CURRENT_LOCATION =
'g'
SUB_ITEM_CALL_NUMBER_TYPE =
'h'
SUB_ITEM_CALL_NUMBER =
'i'
SUB_ITEM_DATE_CREATED =
'q'
SUB_ELEC_PORTFOLIO_PID =
'a'
SUB_ELEC_ACCESS_URL =
'b'
SUB_ELEC_COLLECTION_NAME =
'c'
SUB_ELEC_COVERAGE =
'g'
SUB_BOUND_WITH_ID =

TODO: evaluate this in context of changed boundwiths processing a subfield code NOT used by the MARC 21 spec for 852 holdings records. we add this subfield during preprocessing to store boundwith record IDs.

'y'