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

bf:copyrightDate #187

Closed kiegel closed 9 years ago

kiegel commented 9 years ago

bf:copyrightDate appears twice in converted records, once as a subproperty of Instance and again as a subproperty of bf:publication.

264 _2 |a New York, N.Y. : |b Distributed by Pantheon Books, a division of Random House, Inc. 264 _4 |c ©1964

bf:copyrightDate "©1964" ;

bf:publication [ a bf:Provider ;
            bf:providerDate "[1964]" ;
            bf:providerName [ a bf:Organization ;
                    bf:label "Bollingen Foundation" ] ;
            bf:providerPlace [ a bf:Place ;
                    bf:label "New York, N.Y. " ] ],
        [ a bf:Provider ;
            bf:copyrightDate "©1964" ] ;

The domain of copyright:date is bf:Provider, so it should not be directly under Instance. It should only be in bf:publication.

This is another property that may be better as typed data. The notion of copyright is inherent in the property so the copyright symbol is unnecessary and the date should be typed instead of a literal.

(OCLC # 271414)

kiegel commented 9 years ago

The MARC data are wrong in the example. I meant:

264 _1 |a New York, N.Y. : |b Bollingen Foundation, |c [1964] 264 _4 |c ©1964