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

MARC 530 #130

Open kiegel opened 10 years ago

kiegel commented 10 years ago

Field 530 is a note indicating that additional formats are available. It is converted twice: once as a note and again as in instance. For example,

530 __ |a Also issued online.

becomes

bf:note "Also issued online."

and

http://example.org/99108722700001452instance37 a bf:Instance ; bf:title "Also issued online." .

The note is great, but the instance serves no purpose--it doesn't provide access to anything.

The MARC record also has a linking field to the online version:

776 08 |i Online version: |t Kŏri. |d Boston : Beacon Press, c2001 |w (OCoLC)606602843

which generates a useful instance:

http://example.org/99108722700001452instance38 a bf:Instance ; bf:systemNumber http://www.worldcat.org/oclc/606602843 ; bf:title "Kŏri." .

Field 530 should result in a note but nothing more.

ntra00 commented 10 years ago

dropping the Instance.