Class: Recon::Type::Names

Inherits:
Object
  • Object
show all
Extended by:
DS::Util
Includes:
ReconType
Defined in:
lib/ds/recon/type/names.rb

Direct Known Subclasses

Artists, AssociatedAgents, Authors, FormerOwners, Scribes

Constant Summary collapse

SET_NAME =
:names
RECON_CSV_HEADERS =
%i{
  name_as_recorded
  role
  name_agr
  source_authority_uri
  instance_of
  authorized_label
  structured_value
  ds_qid
}
LOOKUP_COLUMNS =
%i{
  authorized_label
  structured_value
  source_authority_uri
  instance_of
  ds_qid
}
KEY_COLUMNS =
%i{
  name_as_recorded
}
AS_RECORDED_COLUMN =
:name_as_recorded
DELIMITER_MAP =
{}
METHOD_NAME =
%i{ extract_authors extract_artists extract_scribes extract_former_owners }
BALANCED_COLUMNS =
{ names: %i{ structured_value authorized_label instance_of } }

Constants included from DS::Util::Strings

DS::Util::Strings::ABBREV_REGEX, DS::Util::Strings::ELLIPSIS_REGEX, DS::Util::Strings::FINAL_QUESTION_REGEX, DS::Util::Strings::TERMINAL_PUNCT_REGEX

Method Summary

Methods included from DS::Util

process_xml

Methods included from DS::Util::Strings

#clean_string, #clean_white_space, #convert_mets_superscript, #escape_pipes, #fix_double_periods, #is_url?, #normalize_string, #remove_brackets, #terminate, #unicode_normalize

Methods included from ReconType

included