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

MARC 264 $b and non-roman script #226

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

MARC 264 $b and non-roman script #226

kiegel opened this issue Jan 26, 2015 · 0 comments

Comments

@kiegel
Copy link

kiegel commented Jan 26, 2015

When 264 $b is repeated (multiple publishers) and there is a parallel non-roman field, the script form of both publishers is given in bf:label for each publisher. Instead, the correct non-roman string should be associated with each publisher.

264 _1 |a Taibei Shi : |b Guo jia tu shu guan : |b Da kuai wen hua, |c 2012.
880 _1 |a 臺北市 : |b 國家圖書館 : |b 大塊文化, |c 二零一二.

gives:

bf:publication [ a bf:Provider ;
            bf:providerDate "2012",
                "二零一二."@zh ;
            bf:providerName [ a bf:Organization ;
                    bf:label "Da kuai wen hua",
                        "國家圖書館 :"@zh,
                        "大塊文化"@zh ] ],
        [ a bf:Provider ;
            bf:providerDate "2012",
                "二零一二."@zh ;
            bf:providerName [ a bf:Organization ;
                    bf:label "Guo jia tu shu guan ",
                        "國家圖書館 :"@zh,
                        "大塊文化"@zh ] ;
            bf:providerPlace [ a bf:Place ;
                    bf:label "Taibei Shi ",
                        "臺北市 :"@zh ] ] ;

Note how both 國家圖書館 and 大塊文化 appear in bf:label under both occurrences providerName.

(OCLC # 897754347)

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