ntra00 / marc2bibframe

Convert marc to BIBFRAME 1.0 - see lcnetdev/marc2bibframe2 for current release
http://www.loc.gov/bibframe/
Other
64 stars 20 forks source link

Series AAP #157

Open kiegel opened 10 years ago

kiegel commented 10 years ago

The authorizedAccessPoint in a Work record for a series should be taken from the 8XX rather than from field 490.

For example,

490 1_ |a The University slide history of the theater 830 _0 |a University slide history of the theater.

becomes

<http://example.org/99120926750001452work19> a bf:Work ;
    bf:authorizedAccessPoint "The University slide history of the theater" ;
    bf:title "The University slide history of the theater" .

It is field 830, in this case, that contains the authorized form, that is, the controlled string form. The authorized form may have qualifiers, etc., that are never recorded in the 490.

(OCLC # 24120958)

kiegel commented 9 years ago

Another reason why a work for series should be taken from field 830: there are cases when a series entry is not present in field 490. The most common one is microform reproductions, where the series is for the microform not the original publication described in the bib record; but there are other cases too.

830 _0 |a Taiwan Resource Center for Chinese Studies at UW-EAL. |5 WaU

Currently, series like this do not appear in BIBFRAME.

(OCLC # 897754347)