Method: Referent#lccn
- Defined in:
- app/models/referent.rb
#lccn ⇒ Object
finds and normalizes an LCCN. If multiple LCCNs are in the record, returns the first one. Returns a NORMALIZED lccn, but does NOT do validation. see: info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:lccn/
234 235 236 |
# File 'app/models/referent.rb', line 234 def lccn return get_lccn(self) end |