Open kiegel opened 9 years ago
This one will be hard to fix because MARC coding is not explicit, but distributors in field 260 are converted as bf:publication rather than bf:distribution.
260 __ |a [United States] : |b CD Sheet Music ; |a [Bryn Mawr, Pa.] : |b Exclusive distributor, T. Presser, |c ©2001.
is
bf:publication [ a bf:Provider ; bf:providerDate "©2001" ; bf:providerName [ a bf:Organization ; bf:label "CD Sheet Music " ] ; bf:providerPlace [ a bf:Place ; bf:label "United States " ] ], [ a bf:Provider ; bf:providerDate "©2001" ; bf:providerName [ a bf:Organization ; bf:label "Exclusive distributor, T. Presser" ] ; bf:providerPlace [ a bf:Place ; bf:label "Bryn Mawr, Pa. " ] ] ;
instead of
bf:publication [ a bf:Provider ; bf:providerDate "©2001" ; bf:providerName [ a bf:Organization ; bf:label "CD Sheet Music " ] ; bf:providerPlace [ a bf:Place ; bf:label "United States " ] ], bd:distribution [ a bf:Provider ; bf:providerDate "©2001" ; bf:providerName [ a bf:Organization ; bf:label "Exclusive distributor, T. Presser" ] ; bf:providerPlace [ a bf:Place ; bf:label "Bryn Mawr, Pa. " ] ] ;
(OCLC # 82030554)
can I say if $b contains "distribut" then that set is bf:distribution?
That sounds safe.
This one will be hard to fix because MARC coding is not explicit, but distributors in field 260 are converted as bf:publication rather than bf:distribution.
260 __ |a [United States] : |b CD Sheet Music ; |a [Bryn Mawr, Pa.] : |b Exclusive distributor, T. Presser, |c ©2001.
is
instead of
(OCLC # 82030554)