You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Note how both 國家圖書館 and 大塊文化 appear in bf:label under both occurrences providerName.
(OCLC # 897754347)
The text was updated successfully, but these errors were encountered: