Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

MARC 300 $e #220

Open
kiegel opened this issue Jan 9, 2015 · 0 comments
Open

MARC 300 $e #220

kiegel opened this issue Jan 9, 2015 · 0 comments

Comments

@kiegel
Copy link

kiegel commented Jan 9, 2015

Perhaps 300 $e (Accompanying material) should go in its own instance of bf:extent rather than being concatenated onto $a.

300 __ |a v. ; |c 30 cm. + |e CD-ROMs (3 1/8 in.)

becomes

bf:extent "v. ; CD-ROMs (3 1/8 in.)" ;

Part of the problem is the way ISBD punctuation is encoded in MARC, and the fact that the "+" is in $c, and ends up in a different property.

This rendition:

bf:extent "v.", "CD-ROMs (3 1/8 in.)" ;

at least avoids that problem.

(OCLC # 60444783)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant