diff --git a/IDMETA b/IDMETA index 7c24f64f..25e4cdcf 100644 --- a/IDMETA +++ b/IDMETA @@ -1,3 +1,3 @@ NAME=marc2bibframe2 CENTOS_DIST="centos7 centos8" -VERSION=2.7.0 +VERSION=2.8.0 diff --git a/NEWS b/NEWS index 68d12331..c628f7ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +--- 2.8.0 2024/11/21 +Changes toward updated v2.8.0 specifications: + ConvSpec-006-008 + Changed conversion of 008/06=q + Stopped conversion of 008/34=d for books + ConvSpec-010-048 + Added conversion of 040 as a note field with notetype "internal" in Admin Metadata + ConvSpec-050-088 + Added conversion of 080 field + Changed conversion of 082 field with Ind2=# + ConvSpec-1XX,7XX,8XX + Added conversion of $6 + ConvSpec-200-247 + Changed conversion of MARC 246/247 $6 + ConvSpec-240,X30 + Added conversion of $6 + Changed bf:relationship URI from BF property to relationship entity + ConvSpec-5XX + Changed conversion of MARC 504 from I-supplmentaryContent to I-note with notetype "biblio" + ConvSpec-600-662 + Added conversion $6 + ConvSpec-720,740,etc. + Changed conversion of MARC 740 $6 + ConvSpec-760-788 + Changed bf:relationship URI from BF property to relationship entity + ConvSpec-NumericSubfields + Added MARC 100, 110, 111, 130, 240, 246, 247, 6XX, 700, 710, 711, 740, 800, 810, 811, 830 to step 6.3 + Added more examples to step 6.3 + ConvSpec-Process0-9 + Updated Process 0.2 for new treatment of 7XX fields with $i and Ind2=2 + Updated Process 6.3 to reflect new treatment of series fields with parallel titles + --- 2.7.0 2024/08/23 Changes toward updated v2.7.0 specifications: ConvSpec-010-048 diff --git a/marc2bibframe2.spec b/marc2bibframe2.spec index 17030fa6..b5811e33 100644 --- a/marc2bibframe2.spec +++ b/marc2bibframe2.spec @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %docdir %{_docdir}/marc2bibframe2 %changelog +* Thu Nov 21 2024 Kevin Ford - 2.8.0-1.indexdata +- Release 2.8.0 + * Tues Aug 23 2024 Kevin Ford - 2.7.0-1.indexdata - Release 2.7.0 diff --git a/release-notes.md b/release-notes.md index 62dc26e7..4d5fa291 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,20 @@ # marc2bibframe2 release notes +## v2.8.0 + +Conversion updates based on specifications v2.8. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note: + +* Conversion of MARC 880 fields for agents, which were previously not converted. +* Conversion of MARC 880 fields for variant titles (MARC 246, 247, 740), which were previously not converted. +* Added conversion of UDC classification numbers in MARC 080 field. +* Bibliographical notes in MARC 504 fields are now converted as notes instead of as supplementary content. +* Adjustmented the creation of relationships to use the vocabulary at https://id.loc.gov/vocabulary/relationship.html instead of BIBFRAME properties. +* Retention of MARC 040 field as a note in Admin Metadata. +* Refined conversion of MARC 7XX fields that have data in $i and Ind2=2 to selectively create resources with a “part” relationship. + +See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.7.0 in the specifications are marked in red. + + ## v2.7.0 Conversion updates based on specifications v2.7. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note: diff --git a/spec/ConvSpec-001-007-v2.7.xlsx b/spec/ConvSpec-001-007-v2.8.xlsx similarity index 100% rename from spec/ConvSpec-001-007-v2.7.xlsx rename to spec/ConvSpec-001-007-v2.8.xlsx diff --git a/spec/ConvSpec-006-008-v2.6.xlsx b/spec/ConvSpec-006-008-v2.6.xlsx deleted file mode 100644 index 06aaa48c..00000000 Binary files a/spec/ConvSpec-006-008-v2.6.xlsx and /dev/null differ diff --git a/spec/ConvSpec-006-008-v2.8.xlsx b/spec/ConvSpec-006-008-v2.8.xlsx new file mode 100644 index 00000000..96bd5cf4 Binary files /dev/null and b/spec/ConvSpec-006-008-v2.8.xlsx differ diff --git a/spec/ConvSpec-010-048-v2.7.xlsx b/spec/ConvSpec-010-048-v2.7.xlsx deleted file mode 100644 index b0b3f083..00000000 Binary files a/spec/ConvSpec-010-048-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-010-048-v2.8.xlsx b/spec/ConvSpec-010-048-v2.8.xlsx new file mode 100644 index 00000000..9bdf9a8b Binary files /dev/null and b/spec/ConvSpec-010-048-v2.8.xlsx differ diff --git a/spec/ConvSpec-048-Codes-v2.7.xlsx b/spec/ConvSpec-048-Codes-v2.8.xlsx similarity index 100% rename from spec/ConvSpec-048-Codes-v2.7.xlsx rename to spec/ConvSpec-048-Codes-v2.8.xlsx diff --git a/spec/ConvSpec-050-088-v2.7.xlsx b/spec/ConvSpec-050-088-v2.7.xlsx deleted file mode 100644 index f84096f8..00000000 Binary files a/spec/ConvSpec-050-088-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-050-088-v2.8.xlsx b/spec/ConvSpec-050-088-v2.8.xlsx new file mode 100644 index 00000000..2f539f87 Binary files /dev/null and b/spec/ConvSpec-050-088-v2.8.xlsx differ diff --git a/spec/ConvSpec-1XX,7XX,8XX-Names-v2.7.xlsx b/spec/ConvSpec-1XX,7XX,8XX-Names-v2.8.xlsx similarity index 50% rename from spec/ConvSpec-1XX,7XX,8XX-Names-v2.7.xlsx rename to spec/ConvSpec-1XX,7XX,8XX-Names-v2.8.xlsx index a324b1bd..c6ec1700 100644 Binary files a/spec/ConvSpec-1XX,7XX,8XX-Names-v2.7.xlsx and b/spec/ConvSpec-1XX,7XX,8XX-Names-v2.8.xlsx differ diff --git a/spec/ConvSpec-200-247-Titles-v2.7.xlsx b/spec/ConvSpec-200-247-Titles-v2.7.xlsx deleted file mode 100644 index 05bec76f..00000000 Binary files a/spec/ConvSpec-200-247-Titles-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-200-247-Titles-v2.8.xlsx b/spec/ConvSpec-200-247-Titles-v2.8.xlsx new file mode 100644 index 00000000..d1affd3d Binary files /dev/null and b/spec/ConvSpec-200-247-Titles-v2.8.xlsx differ diff --git a/spec/ConvSpec-240,X30-UnifTitle-v2.7.xlsx b/spec/ConvSpec-240,X30-UnifTitle-v2.7.xlsx deleted file mode 100644 index d6bcc9a4..00000000 Binary files a/spec/ConvSpec-240,X30-UnifTitle-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-240,X30-UnifTitle-v2.8.xlsx b/spec/ConvSpec-240,X30-UnifTitle-v2.8.xlsx new file mode 100644 index 00000000..d0f56798 Binary files /dev/null and b/spec/ConvSpec-240,X30-UnifTitle-v2.8.xlsx differ diff --git a/spec/ConvSpec-250-270-v2.7.xlsx b/spec/ConvSpec-250-270-v2.8.xlsx similarity index 100% rename from spec/ConvSpec-250-270-v2.7.xlsx rename to spec/ConvSpec-250-270-v2.8.xlsx diff --git a/spec/ConvSpec-3XX-v2.7.xlsx b/spec/ConvSpec-3XX-v2.7.xlsx deleted file mode 100644 index d487a233..00000000 Binary files a/spec/ConvSpec-3XX-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-3XX-v2.8.xlsx b/spec/ConvSpec-3XX-v2.8.xlsx new file mode 100644 index 00000000..f158f139 Binary files /dev/null and b/spec/ConvSpec-3XX-v2.8.xlsx differ diff --git a/spec/ConvSpec-490,510-Links-v2.7.xlsx b/spec/ConvSpec-490,510-Links-v2.7.xlsx deleted file mode 100644 index cf5305c0..00000000 Binary files a/spec/ConvSpec-490,510-Links-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-490,510-Links-v2.8.xlsx b/spec/ConvSpec-490,510-Links-v2.8.xlsx new file mode 100644 index 00000000..b57e3740 Binary files /dev/null and b/spec/ConvSpec-490,510-Links-v2.8.xlsx differ diff --git a/spec/ConvSpec-5XX-v2.7.xlsx b/spec/ConvSpec-5XX-v2.7.xlsx deleted file mode 100644 index aa026356..00000000 Binary files a/spec/ConvSpec-5XX-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-5XX-v2.8.xlsx b/spec/ConvSpec-5XX-v2.8.xlsx new file mode 100644 index 00000000..bca74eea Binary files /dev/null and b/spec/ConvSpec-5XX-v2.8.xlsx differ diff --git a/spec/ConvSpec-600-662-v2.7.xlsx b/spec/ConvSpec-600-662-v2.7.xlsx deleted file mode 100644 index 8676b589..00000000 Binary files a/spec/ConvSpec-600-662-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-600-662-v2.8.xlsx b/spec/ConvSpec-600-662-v2.8.xlsx new file mode 100644 index 00000000..1b943a37 Binary files /dev/null and b/spec/ConvSpec-600-662-v2.8.xlsx differ diff --git a/spec/ConvSpec-720,740-758-v2.7.xlsx b/spec/ConvSpec-720,740-758-v2.7.xlsx deleted file mode 100644 index 5ebc09c7..00000000 Binary files a/spec/ConvSpec-720,740-758-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-720,740-758-v2.8.xlsx b/spec/ConvSpec-720,740-758-v2.8.xlsx new file mode 100644 index 00000000..f907ab2c Binary files /dev/null and b/spec/ConvSpec-720,740-758-v2.8.xlsx differ diff --git a/spec/ConvSpec-760-788-Links-v2.7.xlsx b/spec/ConvSpec-760-788-Links-v2.7.xlsx deleted file mode 100644 index 2ff85537..00000000 Binary files a/spec/ConvSpec-760-788-Links-v2.7.xlsx and /dev/null differ diff --git a/spec/ConvSpec-760-788-Links-v2.8.xlsx b/spec/ConvSpec-760-788-Links-v2.8.xlsx new file mode 100644 index 00000000..357b5e06 Binary files /dev/null and b/spec/ConvSpec-760-788-Links-v2.8.xlsx differ diff --git a/spec/ConvSpec-841-887-v2.7.xlsx b/spec/ConvSpec-841-887-v2.8.xlsx similarity index 100% rename from spec/ConvSpec-841-887-v2.7.xlsx rename to spec/ConvSpec-841-887-v2.8.xlsx diff --git a/spec/ConvSpec-LDR-v2.7.xlsx b/spec/ConvSpec-LDR-v2.8.xlsx similarity index 100% rename from spec/ConvSpec-LDR-v2.7.xlsx rename to spec/ConvSpec-LDR-v2.8.xlsx diff --git a/spec/ConvSpec-NumericSubfields-v2.7.docx b/spec/ConvSpec-NumericSubfields-v2.7.docx deleted file mode 100644 index 631ac30a..00000000 Binary files a/spec/ConvSpec-NumericSubfields-v2.7.docx and /dev/null differ diff --git a/spec/ConvSpec-NumericSubfields-v2.8.docx b/spec/ConvSpec-NumericSubfields-v2.8.docx new file mode 100644 index 00000000..d28f4b61 Binary files /dev/null and b/spec/ConvSpec-NumericSubfields-v2.8.docx differ diff --git a/spec/ConvSpec-Preprocess0-v2.7.docx b/spec/ConvSpec-Preprocess0-v2.8.docx similarity index 100% rename from spec/ConvSpec-Preprocess0-v2.7.docx rename to spec/ConvSpec-Preprocess0-v2.8.docx diff --git a/spec/ConvSpec-Process0-9-v2.7.docx b/spec/ConvSpec-Process0-9-v2.7.docx deleted file mode 100644 index aa9d102f..00000000 Binary files a/spec/ConvSpec-Process0-9-v2.7.docx and /dev/null differ diff --git a/spec/ConvSpec-Process0-9-v2.8.docx b/spec/ConvSpec-Process0-9-v2.8.docx new file mode 100644 index 00000000..17338272 Binary files /dev/null and b/spec/ConvSpec-Process0-9-v2.8.docx differ diff --git a/spec/ConvSpec-rdfType-v2.7.xlsx b/spec/ConvSpec-rdfType-v2.8.xlsx similarity index 100% rename from spec/ConvSpec-rdfType-v2.7.xlsx rename to spec/ConvSpec-rdfType-v2.8.xlsx diff --git a/spec/ConvSpec-subjectThesaurus-v2.7.xlsx b/spec/ConvSpec-subjectThesaurus-v2.8.xlsx similarity index 100% rename from spec/ConvSpec-subjectThesaurus-v2.7.xlsx rename to spec/ConvSpec-subjectThesaurus-v2.8.xlsx diff --git a/test/ConvSpec-006,008.xspec b/test/ConvSpec-006,008.xspec index 958816f3..055ad129 100644 --- a/test/ConvSpec-006,008.xspec +++ b/test/ConvSpec-006,008.xspec @@ -138,5 +138,12 @@ + + + + + + + diff --git a/test/ConvSpec-050-088.xspec b/test/ConvSpec-050-088.xspec index 34cb49a7..ccd57209 100644 --- a/test/ConvSpec-050-088.xspec +++ b/test/ConvSpec-050-088.xspec @@ -30,8 +30,8 @@ - - + + @@ -129,6 +129,8 @@ + + diff --git a/test/ConvSpec-1XX,7XX,8XX-names.xspec b/test/ConvSpec-1XX,7XX,8XX-names.xspec index 235fb11c..f9f3efad 100644 --- a/test/ConvSpec-1XX,7XX,8XX-names.xspec +++ b/test/ConvSpec-1XX,7XX,8XX-names.xspec @@ -65,17 +65,17 @@ - + - + - + @@ -86,5 +86,14 @@ + + + + + + + + + diff --git a/test/ConvSpec-200-247not240-Titles.xspec b/test/ConvSpec-200-247not240-Titles.xspec index 3ddccf0c..95d40107 100644 --- a/test/ConvSpec-200-247not240-Titles.xspec +++ b/test/ConvSpec-200-247not240-Titles.xspec @@ -124,6 +124,10 @@ + + + + @@ -159,6 +163,15 @@ + + + + + + + + + diff --git a/test/ConvSpec-5XX.xspec b/test/ConvSpec-5XX.xspec index 2159b2f3..771c5b59 100644 --- a/test/ConvSpec-5XX.xspec +++ b/test/ConvSpec-5XX.xspec @@ -37,9 +37,9 @@ - - - + + + diff --git a/test/ConvSpec-600-662.xspec b/test/ConvSpec-600-662.xspec index a24f8e56..5c75ebd0 100644 --- a/test/ConvSpec-600-662.xspec +++ b/test/ConvSpec-600-662.xspec @@ -68,10 +68,10 @@ - + - + diff --git a/test/ConvSpec-720+740to755.xspec b/test/ConvSpec-720+740to755.xspec index c440d551..c5b5d3b3 100644 --- a/test/ConvSpec-720+740to755.xspec +++ b/test/ConvSpec-720+740to755.xspec @@ -23,7 +23,7 @@ - + diff --git a/test/ConvSpec-880-aps.xspec b/test/ConvSpec-880-aps.xspec new file mode 100644 index 00000000..cd2c3c4a --- /dev/null +++ b/test/ConvSpec-880-aps.xspec @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/ConvSpec-880.xspec b/test/ConvSpec-880.xspec index 573627b0..abd8d2fe 100644 --- a/test/ConvSpec-880.xspec +++ b/test/ConvSpec-880.xspec @@ -27,7 +27,7 @@ - + diff --git a/test/ConvSpec-Process6-Series.xspec b/test/ConvSpec-Process6-Series.xspec index 79a87d80..97eb4ba6 100644 --- a/test/ConvSpec-Process6-Series.xspec +++ b/test/ConvSpec-Process6-Series.xspec @@ -11,8 +11,17 @@ xslt-version="1.0"> - - + + + + + + + + + + + diff --git a/test/data/ConvSpec-006,008/marc.xml b/test/data/ConvSpec-006,008/marc.xml index a6395459..6b96e914 100644 --- a/test/data/ConvSpec-006,008/marc.xml +++ b/test/data/ConvSpec-006,008/marc.xml @@ -84,4 +84,14 @@ 15 030311s2002 xxu mleng + + 08525cam a2201477 i 4500 + 16 + 130806m20132016gaua j 6 000 0aeng c + + + 01344cam a22003137a 4500 + 17 + 001128q19001956ja 000 0 jpn + diff --git a/test/data/ConvSpec-050-088/marc.xml b/test/data/ConvSpec-050-088/marc.xml index 15225262..a5ac84d8 100644 --- a/test/data/ConvSpec-050-088/marc.xml +++ b/test/data/ConvSpec-050-088/marc.xml @@ -114,5 +114,10 @@ NASA-RP-1124-REV-3 NASA-RP-1124-REV-2 + + 311.3:330.322 + 311 item + 8th French Abbr. Ed. + diff --git a/test/data/ConvSpec-1XX,6XX,7XX,8XX-names/marc_contains.xml b/test/data/ConvSpec-1XX,6XX,7XX,8XX-names/marc_contains.xml new file mode 100644 index 00000000..53d7231f --- /dev/null +++ b/test/data/ConvSpec-1XX,6XX,7XX,8XX-names/marc_contains.xml @@ -0,0 +1,22 @@ + + + 22321759 + + Container of (work): + Stravinsky, Igor, + 1882-1971. + Concertos, + violin, orchestra, + D. + + + Libretto for (work): + Dittersdorf, Karl Ditters von, + 1739-1799. + Gefoppte Bräutigam. + + + Based on (expression): + Olivia (Television program) + + \ No newline at end of file diff --git a/test/data/ConvSpec-200-247not240-Titles/marc246.xml b/test/data/ConvSpec-200-247not240-Titles/marc246.xml index 9f7fc217..41cb772e 100644 --- a/test/data/ConvSpec-200-247not240-Titles/marc246.xml +++ b/test/data/ConvSpec-200-247not240-Titles/marc246.xml @@ -43,4 +43,19 @@ DLC + + 5 + 190819s2015 cc a 000 0 chi d + + 880-03 + Hua wen chuang zuo san di yu + + + 246-03/$1 + 华文创作三地域 + + + Huaqiao wenhua yanjiu shuxi + + diff --git a/test/data/ConvSpec-200-247not240-Titles/marc247.xml b/test/data/ConvSpec-200-247not240-Titles/marc247.xml index 4905b163..44309178 100644 --- a/test/data/ConvSpec-200-247not240-Titles/marc247.xml +++ b/test/data/ConvSpec-200-247not240-Titles/marc247.xml @@ -20,4 +20,18 @@ 1234-5678 + + 2 + 750711u1961uuuuch ar s s0 e1chi + + 880-03 + Taiwan Sheng ren kou tong ji. + 1961- + + + 247-03/$1 + 臺灣省人口統計. + 1961- + + diff --git a/test/data/ConvSpec-5XX/marc.xml b/test/data/ConvSpec-5XX/marc.xml index 392f98c5..71973a9d 100644 --- a/test/data/ConvSpec-5XX/marc.xml +++ b/test/data/ConvSpec-5XX/marc.xml @@ -20,10 +20,7 @@ 1965 U 58.4033. - - "Literature cited": p. 67-68. - 19 - + Quatrain II (16:35) -- Water ways @@ -275,6 +272,11 @@ DLC + + + "Literature cited": p. 67-68. + 19 + diff --git a/test/data/ConvSpec-880/100-600-600complex-700.xml b/test/data/ConvSpec-880/100-600-600complex-700.xml new file mode 100644 index 00000000..33d3afb5 --- /dev/null +++ b/test/data/ConvSpec-880/100-600-600complex-700.xml @@ -0,0 +1,305 @@ + + 06095cam a2200877 i 4500 + 21508109 + 20231211095030.0 + 200422s2019 ir b 000 0 per + + 7 + cbc + origode + 2 + ncip + 20 + y-nonroman + + + acquire + 1 shelf copy + policy default + + + wk31 2020-04-22 + wk26 2023-03-25 + cb05 2023-12-11 to AMED + + + 2020373530 + + + 9786226942058 (set) + + + 9786226942027 (v.1) + + + 9786226942034 (v.2) + + + 9786226036986 (v.3) + + + 9786226036993 (v.4) + + + 9786226036986 (v.5) + + + 9786226036948 (v.6) + + + 9786226036955 (v.7) + + + 9786226942041 (v.8) + + + 9786226036962 (v.9) + + + 9786226942034 (v.10) + + + 9786226942003 (v.11) + + + Library of Congress -- Islamabad Overseas Office + + + DLC + eng + rda + DLC + + + lcode + pcc + + + PK6416 + .P57 2019 + + + (3 + (4 + + + 880-01 + Pīrūzān, Hādī, + 1983 or 1984- + author. + + + 100-01/(3/r‏ + ‏پيروزان، هادى. + + + 880-02 + Majmūʻah-ʼi "dū sadah sukhanvarī" : + zamīnah va zamānah-yi sukhanvarī-i Saʻdī, Khvājū va Ḥāfiẓ / + Hādī Pīrūzān ; sarvīrāstār va nāẓir-i ʻilmī-i majmūʻah, Duktur Kāvūs Ḥasanʹlī ; dastyār-i pizhūhishī-i majmūʻah, Duktur Farzānah Muʻīnī ; az faʻʻālīyatʹhā-yi ʻilmī-i "Kursīʹpizhūhī-i Ḥāfiẓ". + + + 245-02/(3/r‏ + ‏مجموعۀ "دو سده سخنورى" :‏ + ‏زمينه و زمانه‌ى سخنورى سعدى، خواجو و حافظ /‏ + ‏هادى پيروزان ؛ سرويراستار و ناظر علمى مجموعه، دکتر کاووس حسن‌لى ؛ دستيار پژوهشى مجموعه، دکتر فرزانه معينى ؛ از فععاليت‌هاى علمى "کرسى‌پژوهى حافظ". + + + 880-03 + Dū sadah sukhanvarī + + + 246-03/(3/r‏ + ‏دو سده سخنورى + + + 880-04 + Chāp-i avval. + + + 250-04/(3/r‏ + ‏چاپ اول. + + + 880-05 + Tihrān : + Nashr-i Khāmūsh, + 1398 [2019 or 2020] + + + 264-05/(3/r‏ + ‏تهران :‏ + ‏نشر خاموش،‏ + ‏‪1398 [2019 or 2020]‬. + + + 11 volumes ; + 22 cm + + + text + txt + rdacontent + + + unmediated + n + rdamedia + + + volume + nc + rdacarrier + + + Includes bibliographical references. + + + [jild-i] 1. Tārīkh-i ijtimāʻī-i Shīrāz dar sadahʹhā-yi haftun va hashtum-i hijrī -- [jild-i] 2. Tārīkh-i taḥavvulāt-i siyāsī - ijtimāʻī-i Kirmān dar ʻaṣr-i Khvājū/ Duktur Jamshīd Rūstā, Saḥar Pūr Mahdīʹzādah -- [jild-i] 3. Tadbīr va shamshīr: Shīrāz, kānūn-i muhimm-i siyāsī va niẓāmī dar sadahʹhā-yi haftum va hashtum-i hijrī/ Duktur Sayyid Abū al-Qāsim Furūzānī -- [jild-i] 4. Jughrāfiyā-yi tārīkhī-i Shīrāz dar sadahʹhā-yi haftum va hashtum-i hijrī/ Muṣṭafá Nadīm -- [jild-i] 5. Jughrāfiyā-yi tārīkhī-i shahr-i Kirmān dar dawrān-i miyānah (ʻaṣr-i Khvājū)/ Duktur Jamshīd Rūstā [and two others] -- [jild-i] 6. Zindagī-i Ḥāfiẓ Shīrāzī bar pāyah-yi ashʻār-i nishānahʹdār-i tārīkhī-i Dīvān/ Manṣūr Pāymard -- [jild-i] 7. Zindagī-i Khvājū-yi Kirmānī/ Duktur Muḥammad Ṣādiq Baṣīrī -- [jild-i] 8. Zindagī-i Saʻdī Shīrāzī/ duktur Javād Basharī --[jild-i] 9. Farhang-i ʻāmmah dar ās̲ār-i Khvājū-yi Kirmānī/ duktur Muḥammad Riz̤ā Ṣarfī -- [jild-i] 10. Farhang-i mardum-i Shīrāz dar dawrah-yi Saʻdī va Ḥāfiẓ/ Farzānah Muʻīnī [and three others] -- [jild-i] 11. Katībah-ʼi shikastah, shinākhtʹnāmah-i mukhtaṣar-i buzurgān-i nāmdār-i Shīrāz va Fārs dar sadahʹhā-yi haftum va hashtum-i hijrī / Mahdī Fāmūrī. + + + In Persian. + + + Persian poetry + History and criticism. + + + 880-06 + Ḥāfiẓ, + active 14th century + Criticism and interpretation. + + + 600-06/(3/r‏ + ‏حافظ. + + + 880-07 + Saʻdī + Criticism and interpretation. + + + 600-07/(3/r‏ + ‏سعدى‏. + + + 880-08 + Khvājū-yi Kirmānī, Maḥmūd ibn ʻAlī, + 1290 or 1291-1352? + Criticism and interpretation. + + + 600-08/(3/r‏ + ‏خواجوى کرمانى، محمود بن على. + + + 880-09 + Rūstā, Jamshīd, + 1982 or 1983- + author + + + 700-09/(3/r‏ + ‏روستا، جمشيد. + + + 880-10 + Pūr Mahdīʹzādah, Saḥar, + 1990 or 1991- + + + 700-10/(3/r‏ + ‏پور مهدى‌زاده، سحر. + + + 880-11 + Furūzānī, Abū al-Qāsim, + 1956 or 1957- + author. + + + 700-11/(3/r‏ + ‏فروزانى، ابو القاسم. + + + 880-12 + Nadīm, Muṣṭafá, + 1960 or 1961- + author. + + + 700-12/(3/r‏ + ‏نديم، مصطفى. + + + 880-13 + Pāymard, Manṣūr, + author. + + + 700-13/(3/r‏ + ‏پايمرد، منصور. + + + 880-14 + Baṣīrī, Muḥammad Ṣādiq, + author. + + + 700-14/(3/r‏ + ‏بصيرى، محمد صادق. + + + 880-15 + Basharī, Javād, + 1984 or 1985- + author. + + + 700-15/(3/r‏ + ‏بشرى، جواد. + + + 880-16 + Ṣarfī, Muḥammad Riz̤ā, + author. + + + 700-16/(3/r‏ + ‏صرفى، محمد رضا. + + + 880-17 + Fāmūrī, Mahdī, + 1980 or 1981- + author. + + + 700-17/(3/r‏ + ‏فامورى، مهدى. + + + 880-18 + Ḥasanʹlī, Kāvūs + editor. + + + 700-18/(3/r‏ + ‏حسن‌لى، کاووس‏. + + + 880-19 + Muʻīnī, Farzānah, + 1983 or 1984- + compiler, + author. + + + 700-19/(3/r‏ + ‏معينى، فرزانه. + + + ODE-is + + diff --git a/test/data/ConvSpec-880/100-600-700-700t.xml b/test/data/ConvSpec-880/100-600-700-700t.xml new file mode 100644 index 00000000..d161660f --- /dev/null +++ b/test/data/ConvSpec-880/100-600-700-700t.xml @@ -0,0 +1,230 @@ + + 02650cam a2200601 a 4500 + 5287459 + 20130430142455.0 + 960715s1994 cc a b f001 0cchi + + 7 + cbc + orignew + 3 + ncip + 19 + y-rlinjack + + + 96454015 + + + 7305022144 : + RMBY15.00 + + + (CStRLIN)DCLP96-B11102 + + + DLC-R + DLC-R + CStRLIN + DLC-R + DLC + + + chi + eng + + + a-cc--- + + + QA28 + .Z56 1994 + + + $1 + + + 880-01 + Zhou, Hanguang, + 1950- + + + 100-01/$1 + 周瀚光, + 1950- + + + 880-02 + Liu Hui ping zhuan : + fu Qin Jiushao, Li Ye, Yang Hui, Zhu Shijie ping zhuan / + Zhou Han'guang, Kong Guoping zhu. + + + 245-02/$1 + 刘徽评传 : + 附秦九韶、李冶、杨辉、朱世杰评传 / + 周瀚光, 孔国平著. + + + 880-03 + Di 1 ban. + + + 250-03/$1 + 第1版. + + + 880-04 + [Nanjing Shi] : + Nanjing da xue chu ban she : + Jiangsu Sheng xin hua shu dian fa xing, + 1994. + + + 260-04/$1 + [南京市] : + 南京大学出版社 : + 江苏省新华书店发行, + 1994. + + + 8, 4, 362 p. : + ill. ; + 21 cm. + + + 880-05 + Zhongguo si xiang jia ping zhuan cong shu ; + 110 + + + 440-05/$1 + 中国思想家评传丛书 ; + 110 + + + Tables of contents and introductory notes also in English. + + + Includes bibliographical references and indexes. + + + 880-06 + Liu, Hui, + active 3rd century-4th century. + + + 880-07 + Qin, Jiushao, + active 13th century. + + + 880-08 + Li, Ye, + 1192-1279. + + + 880-09 + Yang, Hui, + active 13th century. + + + 880-10 + Zhu, Shijie, + active 13th century. + + + Mathematicians + China + Biography. + + + 600-06/$1 + 刘徽, + 3rd/4th cent. + + + 600-07/$1 + 秦九韶, + 13th cent. + + + 600-08/$1 + 李冶, + 1192-1279. + + + 600-09/$1 + 杨辉, + 13th cent. + + + 600-10/$1 + 朱世杰, + 13th cent. + + + 880-11 + Kong, Guoping, + 1947- + + + 700-11/$1 + 孔国平, + 1947- + + + 880-12 + Zhou, Hanguang, + 1950- + Li Ye ping zhuan. + + + 700-12/$1 + 周瀚光, + 1950- + 李冶评传. + + + 880-13 + Kong, Guoping, + 1947- + Qin Jiushao ping zhuan. + + + 700-13/$1 + 孔国平, + 1947- + 秦九韶评传. + + + 880-14 + Zhou, Hanguang, + 1950- + Yang Hui ping zhuan. + + + 700-14/$1 + 周瀚光, + 1950- + 杨辉评传. + + + 880-15 + Kong, Guoping, + 1947- + Zhu Shijie ping zhuan. + + + 700-15/$1 + 孔国平, + 1947- + 朱世杰评传. + + + ap + + + spacingreload + + diff --git a/test/data/ConvSpec-880/110-610complex-710-710t-02.xml b/test/data/ConvSpec-880/110-610complex-710-710t-02.xml new file mode 100644 index 00000000..65022037 --- /dev/null +++ b/test/data/ConvSpec-880/110-610complex-710-710t-02.xml @@ -0,0 +1,170 @@ + + 02370cas a2200493 4500 + 11195727 + 20180327081421.0 + 760113d193719uucc ar 0 e0chir + + 75838694 + + + (OCoLC)ocm02245505 + + + DLC + eng + DLC + OCL + OCLCQ + WAU + OCLCQ + OCLCO + OCLCQ + OCLCO + OCLCF + + + chi + eng + + + pcc + + + a-cc-hk + + + T640.A1 + H77a + + + $1 + + + 880-01 + Xianggang Hua zi gong ye chu pin zhan lan hui. + + + 880-02 + Xianggang Hua zi gong ye chu pin zhan lan hui te kan. + + + Record of the Exhibition of Hong Kong Products + <1953-57> + + + Pictorial record of the Exhibition of Hong Kong Products + <1959-60> + + + 880-03 + [Xianggang] + Xianggang Zhonghua chang shang lian he hui. + + + illustrations + 18-26 cm + + + text + txt + rdacontent + + + unmediated + n + rdamedia + + + First exhibition held in 1937. + + + Exhibition suspended 1942-47. + + + Some English. + + + 880-04 + Xianggang Hua zi gong ye chu pin zhan lan hui + Guidebooks. + + + Guidebooks. + fast + (OCoLC)fst01423871 + + + 880-05 + Xianggang Zhonghua chang shang lian he hui. + + + 880-06 + Xianggang Hua zi gong ye chu pin zhan lan hui. + Record of the Exhibition of Hong Kong Products. + + + Xianggang Hua zi gong ye chu pin zhan lan hui. + Pictorial record of the Exhibition of Hong Kong Products. + + + 880-07 + Xianggang gong ye chu pin zhan lan hui. + Xianggang gong ye chu pin zhan lan hui te kan + + + 110-01/$1 + 香港華資工業出品展覽會. + + + 245-02/$1 + 香港華資工業出品展覽會特刋. + + + 260-03/$1 + [香港] + 香港中華廠商聯合會. + + + 610-04/$1 + 香港華資工業出品展覽會 + Guidebooks. + + + 710-00/$1 + 香港華資工業出品展覽會. + Record of the Exhibition of Hong Kong Products. + + + 710-05/$1 + 香港中華廠商聯合會. + + + 710-06/$1 + 香港華資工業出品展覽會. + Pictorial record of the Exhibition of Hong Kong Products. + + + 785-07/$1 + 香港工業出品展覽會. + 香港工業出品展覽會特刋 + + + 7 + cbc + serials + 4 + ncip + 19 + n-oclcserc + + + adsf + 2007-09-12 + + + c-GenColl + T640.A1 + H77a + SERIALS + + diff --git a/test/data/ConvSpec-880/110-610complex-710-710t.xml b/test/data/ConvSpec-880/110-610complex-710-710t.xml new file mode 100644 index 00000000..e5d3f3c1 --- /dev/null +++ b/test/data/ConvSpec-880/110-610complex-710-710t.xml @@ -0,0 +1,142 @@ + + 01558cam a22003854a 4500 + 13709594 + 20070825162442.0 + 040824m19981999ja a f000 0 jpn + + 7 + cbc + orignew + 3 + ncip + 20 + y-rlinjack + + + acquire + 1 shelf copy + policy default + + + yg20 2004-08-24 + yg20 2004-08-24 + yg20 2004-09-02 + + + 2004551582 + + + (CStRLIN)DCLP04-B15617 + + + DLC-R + DLC-R + DLC + + + pcc + + + a-ja--- + + + KNX2515 + .J344 1998 + + + $1 + + + 880-01 + Japan. + Kokkai. + Sangiin. + + + 880-02 + Sangiin senrei shohyō. + + + 880-03 + Heisei 10-nenban. + + + 880-04 + [Tokyo] : + Sangiin Jimukyoku, + Heisei 10 [1998] + + + 4, 3, 803 p. : + ill. ; + 22 cm. + + + Accompanied by Sangiin senrei shohyō tsuiroku (1, 3, 49 p. : ill. ; 21 cm.) issued in 1999. + + + 880-05 + Japan. + Kokkai. + Sangiin + Calendars. + + + 880-06 + Japan. + Kokkai. + Sangiin. + Jimukyoku. + + + 880-07 + Japan. + Kokkai. + Sangiin. + Sangiin senrei shohyō tsuiroku. + + + 110-01/$1 + Japan. + 国会. + 参議院. + + + 245-02/$1 + 参議院先例諸表. + + + 250-03/$1 + 平成 10年版. + + + 260-04/$1 + [Tokyo] : + 参議院事務局, + 平成 10 [1998] + + + 610-05/$1 + Japan. + 国会. + 参議院 + Calendars. + + + 710-06/$1 + Japan. + 国会. + 参議院. + 事務局. + + + 710-07/$1 + Japan. + 国会. + 参議院. + 参議院先例諸表追錄. + + + spacingreload + + diff --git a/test/data/ConvSpec-880/111-611compex-711-02.xml b/test/data/ConvSpec-880/111-611compex-711-02.xml new file mode 100644 index 00000000..e8f80fd1 --- /dev/null +++ b/test/data/ConvSpec-880/111-611compex-711-02.xml @@ -0,0 +1,173 @@ + + 02297cas a2200481 a 4500 + 15543730 + 20231217210937.0 + 081204c200u9999ko ar 0 k0kor + + 2009211931 + + + (OCoLC)ocn406353278 + + + DLC + eng + DLC + DLC + OCLCQ + DLC + OCLCO + OCLCQ + OCLCA + HMY + OCLCO + OCLCF + OCLCL + + + pcc + + + a-ko--- + + + NK3638.A12 + T34 + + + $1 + + + Taehan Min'guk Sŏye Muninhwa Taejŏn. + + + 880-01 + Taehan Min'guk Sŏye Muninhwa Taejŏn : + [catalog]. + + + 880-05 + Calligraphy, oriental painting exhibition of Korea + + + 880-02 + Sŏul-si : + Taehan Min'guk Sŏye Muninhwa Taejŏn Unyŏng Wiwŏnhoe + + + Annual + + + Began with 2003. + + + Description based on: Che 6-hoe (2008); title from title page. + + + 880-03 + Taehan Min'guk Sŏye Muninhwa Taejŏn + Periodicals. + + + Calligraphy, Korean + Exhibitions + Periodicals. + + + Calligraphy, Chinese + Korea (South) + Exhibitions + Periodicals. + + + Painting, Asian + Exhibitions + Periodicals. + + + Calligraphy, Chinese. + fast + (OCoLC)fst00844390 + + + Calligraphy, Korean. + fast + (OCoLC)fst00844436 + + + Painting, Asian. + fast + (OCoLC)fst01050672 + + + Korea (South) + fast + (OCoLC)fst01206791 + https://id.oclc.org/worldcat/entity/E39QbtfRg3kwbTgW8wMXD4yWrY + + + Exhibition catalogs. + fast + (OCoLC)fst01424028 + + + Periodicals. + fast + (OCoLC)fst01411641 + + + 880-04 + Taehan Minʼguk Sŏye Muninhwa Taejŏn. + Unyŏng Wiwŏnhoe. + + + DLC + + + 111-00/$1 + 大韓 民國 書藝 文人畵 大展. + + + 245-01/$1 + 大韓 民國 書藝 文人畵 大展 : + [catalog]. + + + 260-02/$1 + 서울市 : + 大韓 民國 書藝 文人畵 大展 運營 委員會 + + + 246-05/$1 + 대한민국서예문인화대전 + + + 611-03/$1 + 大韓 民國 書藝 文人畵 大展 + Periodicals. + + + 711-04/$1 + 大韓 民國 書藝 文人畵 大展. + 運營 委員會. + + + 7 + cbc + serials + 3 + ncip + 20 + n-oclcserc + + + acquire + 1 shelf copy + policy default + + + th11 2008-12-04 + cf18 2009-06-23 to cf21 + cf21 2009-07-15 to Asian Div. + + diff --git a/test/data/ConvSpec-880/111-611compex-711.xml b/test/data/ConvSpec-880/111-611compex-711.xml new file mode 100644 index 00000000..91d03c9c --- /dev/null +++ b/test/data/ConvSpec-880/111-611compex-711.xml @@ -0,0 +1,155 @@ + + 02118cas a2200481 a 4500 + 17389452 + 20200930071211.0 + 120717d19uu2015ko || f| k0kor + + 2012212070 + + + (OCoLC)ocn800373612 + + + DLC + eng + DLC + DLC + OCLCO + OCLCF + DLC + + + pcc + + + a-ko--- + + + GV723.C467 + C46a + + + $1 + + + Chŏn'guk Changaein Ch'eyuk Taehoe. + + + 880-01 + Chŏn'guk Changaein Ch'eyuk Taehoe : + [report]. + + + National Paragamse + + + Korean Youth Paragames + + + 880-02 + Taejŏn Kwangyŏksi : + Taejŏn Kwangyŏksi + + + Ceased with 2015? + + + Imprint varies. + + + "Himang ch'ejŏn, haengbok ch'ejŏn, hwahap ch'ejŏn." + + + Vols. for <2011-> include <che 5-hoe-> Chŏn'guk Changae Haksaeng Ch'eyuk Taehoe report. + + + Description based on: Che 30-hoe (2010); title from title page. + + + Latest issue consulted: Che 31-hoe (2011). + + + 880-03 + Chŏn'guk Changaein Ch'eyuk Taehoe + Periodicals. + + + 880-04 + Chŏn'guk Changae Haksaeng Ch'eyuk Taehoe + Periodicals. + + + Chŏn'guk Changaein Ch'eyuk Taehoe. + fast + (OCoLC)fst01932194 + + + Periodicals. + fast + (OCoLC)fst01411641 + + + 880-05 + Korea (South). + Munhwa Ch'eyuk Kwan'gwangbu. + + + 880-06 + Chŏn'guk Changae Haksaeng Ch'eyuk Taehoe. + + + DLC + + + 111-00/$1 + 전국 장애인 체육 대회. + + + 245-01/$1 + 전국 장애인 체육 대회 : + [report]. + + + 260-02/$1 + 대전 광역시 : + 대전 광역시 + + + 611-03/$1 + 전국 장애인 체육 대회 + Periodicals. + + + 611-04/$1 + 전국 장애 학생 체육 대회 + Periodicals. + + + 710-05/$1 + Korea (South). + 문화 체육 관광부. + + + 711-06/$1 + 전국 장애 학생 체육 대회. + + + 7 + cbc + serorig + 3 + ncip + 20 + n-oclcserc + + + Acquire + 1 shelf copy + policy default + + + cf21 2012-07-17 + cf18 2012-07-18 to Acq shelf + cf21 2012-07-26 to Asian + + diff --git a/test/data/ConvSpec-880/648a-655a.xml b/test/data/ConvSpec-880/648a-655a.xml new file mode 100644 index 00000000..7a962226 --- /dev/null +++ b/test/data/ConvSpec-880/648a-655a.xml @@ -0,0 +1,287 @@ + + 03636cam a2200733 i 4500 + 21113378 + 20190801180806.0 + 190801s2013 cc b 000 0 chi d + + 7 + cbc + copycat + 3 + ncip + 20 + y-nonroman + + + acquire + 1 shelf copy + policy default + + + cc07 2019-08-01 z-processor JACKPHY to Asian + + + 2019416830 + + + 9787301226216 + + + 7301226217 + + + (OCoLC)ocn855994136 + + + CNPIT + eng + rda + CNPIT + HUA + OCLCA + OCLCO + OSU + OCL + DLC + + + lccopycat + + + PL2303 + .L478 2013 + + + $1 + + + 880-01 + Liang, Hong, + 1973- + + + 100-01/$1 + 梁鸿, + 1973- + + + 880-02 + Huang hua tai yu zao jiao shu : + Zhong yuan wu zuo jia lun / + Liang Hong zhu. + + + 245-02/$1 + 黄花苔与皂角树 : + 中原五作家论 / + 梁鸿著. + + + 880-03 + Zhong yuan wu zuo jia lun + + + 246-03/$1 + 中原五作家论 + + + 880-04 + Di 1 ban. + + + 250-04/$1 + 第1版. + + + 880-05 + Beijing Shi : + Beijing da xue chu ban she, + 2013. + + + 264-05/$1 + 北京市 : + 北京大学出版社, + 2013. + + + 4, 306 pages ; + 23 cm. + + + text + rdacontent + + + unmediated + rdamedia + + + volume + rdacarrier + + + 880-06 + Zhongguo xian dai wen xue guan qing nian pi ping jia cong shu + + + 490-06/$1 + 中国现代文学馆青年批评家丛书 + + + Includes bibliographical references. + + + 880-07 + Summary in vernacular field only. + + + 520-07/$1 + 本书所选择的五位河南作家--20世纪初出生的师陀, 五十年代出生的周大新、刘震云、阎连科和六十年代出生的李洱-几乎贯穿了整个20世纪, 他们对"乡土中国"的不同书写和想象也是在以不同方式探讨"乡土中国"的现代命运. + + + 880-08 + Shi, Tuo + Criticism and interpretation. + + + 600-08/$1 + 师陀 + Criticism and interpretation. + + + 880-09 + Zhou, Daxin, + 1952- + Criticism and interpretation. + + + 600-09/$1 + 周大新, + 1952- + Criticism and interpretation. + + + 880-10 + Liu, Zhenyun + Criticism and interpretation. + + + 600-10/$1 + 刘震云 + Criticism and interpretation. + + + 880-11 + Yan, Lianke, + 1958- + Criticism and interpretation. + + + 600-11/$1 + 阎连科, + 1958- + Criticism and interpretation. + + + 880-12 + Li, Er, + 1966- + Criticism and interpretation. + + + 600-12/$1 + 李洱, + 1966- + Criticism and interpretation. + + + 880-13 + Chinese literature + China + Henan Sheng + History and criticism. + + + 650-13/$1 + Chinese literature + 中国 + 河南省 + History and criticism. + + + Chinese literature + 20th century + History and criticism. + + + 655-15/$1 + 批評, 解釋等. + csht + + + Zhou, Daxin, + 1952- + fast + (OCoLC)fst01493839 + + + Yan, Lianke, + 1958- + fast + (OCoLC)fst00317566 + + + Shi, Tuo. + fast + (OCoLC)fst00079474 + + + Liu, Zhenyun. + fast + (OCoLC)fst00272002 + + + Li, Er, + 1966- + fast + (OCoLC)fst01958846 + + + Chinese literature. + fast + (OCoLC)fst00857595 + + + China + Henan Sheng. + fast + (OCoLC)fst01212204 + + + 880-14 + 1900-1999. + fast + + + 880-15 + Criticism, interpretation, etc. + fast + (OCoLC)fst01411635 + + + 650-00/$1 + 中國文學. + lcstt + http://catld.ncl.edu.tw/subject/sh0001074 + + + 648-14/$1 + 二十世紀. + lcstt + http://catld.ncl.edu.tw/subject/sh0000147 + + + BZT + + diff --git a/test/data/ConvSpec-880/650a-651a.xml b/test/data/ConvSpec-880/650a-651a.xml new file mode 100644 index 00000000..6a7d0246 --- /dev/null +++ b/test/data/ConvSpec-880/650a-651a.xml @@ -0,0 +1,211 @@ + + 02257cam a22005297i 4500 + 21544305 + 20210517083445.0 + 200528s2019 ja af b 000 0 jpn d + + 7 + cbc + copycat + 3 + ncip + 20 + y-nonroman + + + acquire + 1 shelf copy + policy default + + + cf27 2021-05-04 z-processor JACKPHY + cf27 2021-05-04 to Asian + + + 2020389373 + + + 9784862151971 + (hardback) + + + 4862151973 + (hardback) + + + (OCoLC)on1124675109 + + + TRCLS + eng + rda + TRCLS + OCLCQ + PUL + OCLCF + UIU + OCLCO + DLC + + + lccopycat + + + a-ja--- + + + DS897.I3 + I78 2019 + + + $1 + + + 212.2 + njb/9 + + + 880-01 + Irumada, Nobuo, + 1942- + author. + + + 100-01/$1 + 入間田宣夫, + 1942-, + author. + + + 880-02 + Chūsonjiryō Honederamura ezu o yomu : + Nihon nōson no genfūkei o motome te / + Irumada Nobuo cho. + + + 245-02/$1 + 中尊寺領骨寺村絵図を読む : + 日本農村の原風景をもとめて / + 入間田宣夫著. + + + 880-03 + Tōkyō : + Koshi Shoin, + 2019. + + + 264-03/$1 + 東京 : + 高志書院, + 2019. + + + 324, vii pages, 3 unnumbered leaves of plates : + illustrations (some color) ; + 22 cm + + + text + txt + rdacontent + + + unmediated + n + rdamedia + + + volume + nc + rdacarrier + + + Includes bibliographical references (pages i-vii). + + + 880-04 + Ichinoseki-shi (Japan) + History. + + + 651-04/$1 + 一関市 (Japan) + History. + + + 880-34 + Ichinoseki-shi (Japan) + + + 651-34/$1 + 一関市 (Japan) + + + 880-05 + Ichinoseki-shi (Japan) + Social conditions. + + + 651-05/$1 + 一関市 (Japan) + Social conditions. + + + Farm life + Japan + Ichinoseki-han + History. + + + Social conditions. + fast + (OCoLC)fst01919811 + + + Japan + Ichinoseki-shi. + fast + (OCoLC)fst01218637 + + + History. + fast + (OCoLC)fst01411628 + + + 880-06 + Ichinosekishi-Rekishi. + jlabsh/4 + + + 650-06/$1 + 一関市-歴史. + jlabsh/4 + + + 880-07 + Shōen. + jlabsh/4 + + + 650-07/$1 + 荘園. + jlabsh/4 + + + 880-08 + Ezu. + jlabsh/4 + + + 650-08/$1 + 絵図. + jlabsh/4 + + + 20200328 + 122-31919231 + JPTC + + diff --git a/test/data/ConvSpec-880/650complex-651-651complex.xml b/test/data/ConvSpec-880/650complex-651-651complex.xml new file mode 100644 index 00000000..b5b2a757 --- /dev/null +++ b/test/data/ConvSpec-880/650complex-651-651complex.xml @@ -0,0 +1,253 @@ + + 03629cam a2200637 i 4500 + 20905109 + 20190326132810.0 + 190326s2015 cc af 000 0 chi d + + 7 + cbc + copycat + 3 + ncip + 20 + y-nonroman + + + acquire + 1 shelf copy + policy default + + + cc07 2019-03-26 z-processor JACKPHY to Asian + + + 2018468840 + + + 9787030437310 + + + 7030437314 + + + (OCoLC)ocn907008090 + + + BCBTC + eng + rda + BCBTC + YUS + COO + SLY + OCLCQ + DLC + + + chi + eng + + + lccopycat + + + a-cc-ho + + + DS793.H5 + W888 2015 + + + $1 + + + 880-01 + Wuyang Jiahu. + (Er) / + Henan Sheng wen wu kao gu yan jiu yuan, Zhongguo ke xue ji shu da xue ke ji shi yu ke ji kao gu xi bian zhu. + + + 245-01/$1 + 舞阳贾湖. + (二) / + 河南省文物考古研究院, 中国科学技术大学科技史与科技考古系编著. + + + 880-02 + Di yi ban. + + + 250-02/$1 + 第一版. + + + 880-03 + Beijing : + Ke xue chu ban she, + 2015. + + + 264-03/$1 + 北京 : + 科学出版社, + 2015. + + + xxx, 747 pages, 48, 92 pages of plates : + illustrations (some color) ; + 27 cm + + + text + txt + rdacontent + + + still image + sti + rdacontent + + + unmediated + n + rdamedia + + + volume + nc + rdacarrier + + + Chinese with English abstract. + + + 880-04 + Ben shu xi tong di ji shu le he nan wu yang jia hu xin shi qi shi dai yi zhi 2001 nian di qi ci fa jue de zi liao. + + + 520-04/$1 + 本书全面, 系统的记述了河南舞阳贾湖新石器时代遗址2001年第七次发掘的资料.全书分十八章, 大体由资料篇, 环境篇, 经济篇, 技术篇, 聚落篇, 思想篇和结语七个部分组成, 详细报道了2001年贾湖遗址第七次发掘所获丰富的遗迹遗物的基础上, 继续进行动物考古, 植物考古, 农业考古, 环境考古等领域的研究, 同时还开展了食性, 锶同位素, 寄生虫等新的研究, 为距今9000-7500年间中原地区和淮河流域人类生存策略及环境背景, 聚落形态, 人口交流, 技术工艺和思想文化等领域的深入研究, 提供了新的珍贵资料和研究案例. + + + 880-05 + Wuyang Xian (China) + Antiquities. + + + 651-05/$1 + 舞阳县 (中国) + Antiquities. + + + 880-35 + Wuyang Xian (China) + + + 651-35/$1 + 舞阳县 (中国) + + + 880-06 + Excavations (Archaeology) + China + Wuyang Xian. + + + 650-06/$1 + Excavations (Archaeology) + 中国 + 舞阳县. + + + 880-07 + Neolithic period + China + Wuyang Xian. + + + 650-07/$1 + Neolithic period + 中国 + 舞阳县. + + + 651-08/$1 + 舞阳县 (中国) + Antiquities. + + + 650-09/$1 + Excavations (Archaeology) + 中国 + 舞阳县. + + + 650-10/$1 + Neolithic period + 中国 + 舞阳县. + + + 880-08 + Wuyang Xian (China) + Antiquities. + + + 880-09 + Excavations (Archaeology) + China + Wuyang Xian. + + + 880-10 + Neolithic period + China + Wuyang Xian. + + + Antiquities. + fast + (OCoLC)fst00810745 + + + Excavations (Archaeology) + fast + (OCoLC)fst00917564 + + + Neolithic period. + fast + (OCoLC)fst01035813 + + + China + Wuyang Xian. + fast + (OCoLC)fst01865958 + + + 880-11 + Henan Sheng wen wu kao gu yan jiu yuan, + editor. + + + 710-11/$1 + 河南省文物考古研究院, + editor. + + + 880-12 + Zhongguo ke xue ji shu da xue. + Ke ji shi yu ke ji kao gu xi, + editor. + + + 710-12/$1 + 中国科学技术大学. + 科技史与科技考古系, + editor. + + + BZT + + diff --git a/test/data/ConvSpec-880/650complex-651complex-830.xml b/test/data/ConvSpec-880/650complex-651complex-830.xml new file mode 100644 index 00000000..e5b09d04 --- /dev/null +++ b/test/data/ConvSpec-880/650complex-651complex-830.xml @@ -0,0 +1,233 @@ + + 03036dam a22005655i 4500 + 19607466 + 20220828195857.0 + 170424s2015 cc abf 000 0 chi d + + 0 + ibc + copycat + 3 + ncip + 20 + y-nonroman + + + acquire + 1 shelf copy + policy default + + + cc25 2017-04-24 z-processor JACKPHY + + + 2017383107 + + + 9787506571548 + + + 7506571544 + + + (OCoLC)ocn967359679 + + + HUA + eng + rda + HUA + OCLCF + BCBTC + DLC + + + lccopycat + + + a-cc--- + a-cc-kn + a-cc-ha + + + $1 + + + DS777.53 + .Z533 2015 ser. 4 v. 3 + + + 880-01 + Hua nan ren min kang Ri you ji dui tu pian, biao ce, can kao zi liao / + Zhongguo kang Ri zhan zheng jun shi shi liao cong shu bian shen wei yuan hui. + + + 245-01/$1 + 华南人民抗日游击队图片, 表册, 参考资料 / + 中国抗日战争军事史料丛书编审委员会. + + + 246-00/$1 + 华南人民抗日游击队, 图片表册参考资料 + + + 880-02 + Di 1 ban. + + + 250-02/$1 + 第 1 版. + + + 880-03 + Beijing Shi : + Jie fang jun chu ban she, + 2015. + + + 264-03/$1 + 北京市 : + 解放军出版社, + 2015. + + + 3, 7, 244 pages, 24 unnumbered pages of plates : + illustrations, map ; + 25 cm. + + + text + rdacontent + + + unmediated + rdamedia + + + volume + rdacarrier + + + 880-04 + Zhongguo kang Ri zhan zheng jun shi shi liao cong shu. [Series 4] ; + [v. 3] + + + 490-04/$1 + 中国抗日战争军事史料丛书. [Series 4] ; + [v. 3] + + + 880-05 + Sino-Japanese War, 1937-1945 + China + Guangdong Sheng + Sources. + + + 650-05/$1 + Sino-Japanese War, 1937-1945 + 中国 + 广东省 + Sources. + + + 880-06 + Sino-Japanese War, 1937-1945 + China + Hainan Sheng + Sources. + + + 650-06/$1 + Sino-Japanese War, 1937-1945 + 中国 + 海南省 + Sources. + + + 880-07 + Guangdong Sheng (China) + History, Military + 20th century + Sources. + + + 651-07/$1 + 广东省 (中国) + History, Military + 20th century + Sources. + + + 880-08 + Hainan Sheng (China) + History, Military + 20th century + Sources. + + + 651-08/$1 + 海南省 (中国) + History, Military + 20th century + Sources. + + + 880-09 + Guerrilla warfare + China + Guangdong Sheng + History + Sources. + + + 650-09/$1 + Guerrilla warfare + 中国 + 广东省 + History + Sources. + + + 880-10 + Guerrilla warfare + China + Hainan Sheng + History + Sources. + + + 650-10/$1 + Guerrilla warfare + 中国 + 海南省 + History + Sources. + + + 880-11 + Zhongguo kang Ri zhan zheng jun shi shi liao cong shu bian shen wei yuan hui, + editor. + + + 710-11/$1 + 中国抗日战争军事史料丛书编审委员会, + editor. + + + 880-12 + Zhongguo kang Ri zhan zheng jun shi shi liao cong shu. + [Series 4] ; + [v. 3]. + + + 830-12/$1 + 中国抗日战争军事史料丛书. + [Series 4] ; + [v. 3]. + + + BZT + + diff --git a/test/data/ConvSpec-880/marc.xml b/test/data/ConvSpec-880/marc.xml index 5328c6a0..aee838d2 100644 --- a/test/data/ConvSpec-880/marc.xml +++ b/test/data/ConvSpec-880/marc.xml @@ -64,10 +64,7 @@ 502-00 тезис Карла Шмидта (докторская) - Людвиг-Максимилиана Universität, Munich, 1965. - - 504-00 - "Литература цитируется": стр. 67-68. - + 505-00 Как были обнаружены эти записи - Краткий очерк Талмудов - письмо Константина. @@ -219,14 +216,18 @@ 586-00 Национальная книжная премия, 1981 - - 740-00 - Руководство гадалки. - 588-00 Том 2. + + 504-00 + "Литература цитируется": стр. 67-68. + + + 740-00 + Руководство гадалки. + 780-00 Графические уведомления и дополнительные данные diff --git a/test/data/ConvSpec-Process6-Series/marc.xml b/test/data/ConvSpec-Process6-Series/marc.xml index ed55422c..6b82b68a 100644 --- a/test/data/ConvSpec-Process6-Series/marc.xml +++ b/test/data/ConvSpec-Process6-Series/marc.xml @@ -54,6 +54,30 @@ + + + 7 + + Ole Lukøie / + H.C. Andersen ; illustrationer af Otto Dickmeiss. + + + 1972/73-1975-76: + Lund studies in geography, + 1400-1144 ; + 101 + Ser. B, Human geography, + 0076-1478 ; + 48 + + + Papers and documents of the I.C.I. Series C, Bibliographies ; + no. 3 = + Travaux et documents de l'I.C.I. Série C, Bibliographies ; + 1234-5678 ; + no 3 + + diff --git a/test/data/contributed/202799094.xml b/test/data/contributed/202799094.xml new file mode 100644 index 00000000..1cb73f30 --- /dev/null +++ b/test/data/contributed/202799094.xml @@ -0,0 +1,143 @@ + + + + 01930cas a2200421Ii 4500 + 202799094 + SiSiNL + 20240815161709.0 + 140519c20139999cc ar 0 0chi d + + 9787509797419 (hardback) + + + (OCoLC)880223951 + + + HUA + eng + rda + HUA + OCLCF + HUA + OCL + + + a-cc-ho + + + 338.95118 + 23 + + + 880-01 + Zhong yuan jing ji qu fa zhan zhi shu yan jiu bao gao. + + + 880-02 + 2013 + Beijing Shi : + Ren min chu ban she, + 2013- + + + 880-03 + 2016- : + Beijing Shi : + She hui ke xue wen xian chu ban she + + + volumes : + illustrations ; + 27 cm + + + Annual + + + text + rdacontent + http://id.loc.gov/vocabulary/contentTypes/txt + + + unmediated + rdamedia + http://id.loc.gov/vocabulary/mediaTypes/n + + + volume + rdacarrier + http://id.loc.gov/vocabulary/carriers/nc + + + Began with 2013. + + + 880-04 + 2016- : + Zhong yuan fa zhan yan jiu yuan zhi ku cong shu + + + Description based on: 2013; title from title page. + + + Latest issue consulted: 2016. + + + Economic development + China + Henan Sheng + Periodicals. + + + Henan Sheng (China) + Economic conditions + 21st century + Periodicals. + + + 880-05 + Zhong yuan fa zhan yan jiu yuan zhi ku cong shu. + + + 245-01 + 中原经济区发展指数研究报告. + + + 264-02 + 2013 + 北京市✹ : + 人民出版社, + 2013- + + + 264-03 + 2016- : + 北京市✹ : + 社会科学文献出版社 + + + 490-04 + 2016- : + 中原发展研究院智库丛书 + + + 830-05 + 中原发展研究院智库丛书. + + + 596-00 + 中国国家图书馆赠新加坡国家图书馆管理局[B32553658D]. + + + NLB + 338.95118 ZYJJQF + 2016- + + + UZC3393 + + + Donated by National Library of China [B32553658D]. + + + diff --git a/test/data/contributed/202995748.xml b/test/data/contributed/202995748.xml new file mode 100644 index 00000000..e6361a91 --- /dev/null +++ b/test/data/contributed/202995748.xml @@ -0,0 +1,5 @@ + +02873cas a2200469Ii 4500 +202995748 +SiSiNL20240814164207.0160320c201u9999cc ar 0 0chi d9787520300865 (2017)9787516177716 (2016)(OCoLC)945178847HUAengrdaHUAOCLCFSINLB332.6735123880-01Zhongguo hai wai tou zi guo jia feng xian ping ji bao gao =Country-risk rating of overseas investment from China (CROIC-IWEP).Country-risk rating of overseas investments from China (CROIC-IWEP)880-02Beijing :Zhongguo she hui ke xue chu ban shevolumes :illustrations ;26 cm.Annualtexttxtrdacontenthttp://id.loc.gov/vocabulary/contentTypes/txtunmediatednrdamediahttp://id.loc.gov/vocabulary/mediaTypes/nvolumencrdacarrierhttp://id.loc.gov/vocabulary/carriers/nc880-032017:Zhong she zhi ku. guo jia zhi ku bao gao. jing ji =National think tank ;2017 (8)Description based on: 2015; title from title page.Latest issue consulted: 2017.Investments, ChinesePeriodicals.Country riskPeriodicals.880-04Zhongguo she hui ke xue yuan.Guo ji tou zi yan jiu shi.880-05Zhongguo she hui ke xue yuan.Shi jie jing ji yu zheng zhi yan jiu suo,editor.http://id.loc.gov/authorities/names/n83074619http://viaf.org/viaf/141931777880-06Zhong she zhi ku.Guo jia zhi ku bao gao.Jing ji ;2017 (8).http://id.loc.gov/authorities/names/no2019059174245-01中国海外投资国家风险评级报告✹ =Country-risk rating of overseas investment from China (CROIC-IWEP).264-02北京✹ :中国社会科学出版社490-032017:中社智库. 国家智库报告. 经济✹ =National think tank ;2017 (8)500-00刊号2017其丛刊为中社智库. 国家智库报告. 经济✹ =National think tank.500-00Editor for issue 2017: 中国社会科学院世界经济与政治研究所.710-04中国社会科学院.国际投资研究室.710-05中国社会科学院.世界经济与政治研究所,editor.http://id.loc.gov/authorities/names/n83074619830-06中社智库.国家智库报告.经济✹ ;2017 (8).http://id.loc.gov/authorities/names/no2019059174596-00中国国家图书馆赠新加坡国家图书馆管理局[B32553630E].NLB332.67351 CROIC2017-UZC6422Donated by National Library of China [B32553630E]. + diff --git a/test/data/contributed/202998709.xml b/test/data/contributed/202998709.xml new file mode 100644 index 00000000..2b9b8271 --- /dev/null +++ b/test/data/contributed/202998709.xml @@ -0,0 +1,5 @@ + +02838cas a2200553 i 4500 +202998709 +SiSiNL20240813175107.0100730c20099999cc ar 0 0chi c 2011211351750979241X(2016/2017)9787509792414(2016/2017)(OCoLC)650994778CNEALengrdaCNEALDLCOCLCQOCLCFOCLCOZCUOCLCOCNUTOSINLBchiengengpcca-cc---HF3831.Z5836381.095123880-01Zhongguo shang ye fa zhan bao gao =Annual report on China's commercial sector.Annual report on China's commercial sector880-02Beijing Shi :She hui ke xue wen xian chu ban she,2009-volumes :illustrations, charts ;24 cm.Annualtexttxtrdacontenthttp://id.loc.gov/vocabulary/contentTypes/txtunmediatednrdamediahttp://id.loc.gov/vocabulary/mediaTypes/nvolumencrdacarrierhttp://id.loc.gov/vocabulary/carriers/ncBegan with: 2008/2009, published in 2009.880-032008/2009-2010/2011:Shang ye lan pi shu =Blue book of commercial sector880-04<2011/2012-> :Liu tong lan pi shu =Blue book of commercial sectorAbstract and table of contents also in English.Description based on: 2008/2009; title from title page.Latest issue consulted: 2016/2017.ChinaCommercePeriodicals.http://id.loc.gov/authorities/subjects/sh2008114665ChinaEconomic conditions2000-Periodicals.880-05Shang ye lan pi shu.http://id.loc.gov/authorities/names/no2016012183880-06Liu tong lan pi shu.http://id.loc.gov/authorities/names/no2016012176245-01中国商业发展报告✹ =Annual report on China's commercial sector.264-02北京市✹ :社会科学文献出版社,2009-490-032008/2009-2010/2011:商业蓝皮书✹ =Blue book of commercial sector490-04<2011/2012-> :流通蓝皮书✹ =Blue book of commercial sector500-00刊号2011/2012起其丛刊为流通蓝皮书.546-00附英文摘要与目录.596-00中国国家图书馆赠新加坡国家图书馆管理局✹✹✹✹✹ B].830-05商业蓝皮书.http://id.loc.gov/authorities/names/no2016012183830-06流通蓝皮书.http://id.loc.gov/authorities/names/no2016012176NLB381.0951 ARCCS2016/2017-CE004396Donated by National Library of China [B32553593B]. + diff --git a/test/marc2bibframe2.xspec b/test/marc2bibframe2.xspec index 89074a31..6bdfba93 100644 --- a/test/marc2bibframe2.xspec +++ b/test/marc2bibframe2.xspec @@ -75,7 +75,7 @@ changed - + 1970-01-01T00:00:00Z @@ -102,7 +102,12 @@ - 040 $aDLC$cDLC + + + + 040 $aDLC$cDLC + + @@ -257,22 +262,7 @@ changed - 1992-08-26T08:40:36 - - - DLC - - - - - - - - - changed - - - + 1970-01-01T00:00:00Z @@ -299,7 +289,12 @@ - 040 $aDLC$cDLC + + + + 040 $aDLC$cDLC + + @@ -492,7 +487,7 @@ changed - + 1970-01-01T00:00:00Z @@ -519,7 +514,12 @@ - 040 $aIEU$cIEU$dN@F$dDLC + + + + 040 $aIEU$cIEU$dN@F$dDLC + + lccopycat @@ -577,9 +577,6 @@ - - White House (Washington, D.C.) - White House (Washington, D.C.) 61020$aWhite House (Washington, D.C.) @@ -588,9 +585,6 @@ - - United States. Executive Office of the President. - United States. Executive Office of the President. 61010$aUnited States.$bExecutive Office of the President. @@ -599,9 +593,6 @@ - - United States. Office of the Vice President. - United States. Office of the Vice President. 61010$aUnited States.$bOffice of the Vice President. @@ -610,9 +601,6 @@ - - United States. Office of the First Lady. - United States. Office of the First Lady. 61010$aUnited States.$bOffice of the First Lady. @@ -727,8 +715,8 @@ - - changed + + prepublication 2014-09-10T09:55:39 @@ -746,7 +734,7 @@ changed - + 1970-01-01T00:00:00Z @@ -773,7 +761,12 @@ - 040 $aDLC$cDLC$dDLC + + + + 040 $aDLC$cDLC$dDLC + + @@ -834,7 +827,7 @@ - + @@ -1033,11 +1026,12 @@ 26 cm - - - Includes bibliographical references and index. - - + + + + Includes bibliographical references and index. + + @@ -1095,22 +1089,7 @@ changed - 2020-09-12T07:00:12 - - - ICrlF - - - - - - - - - changed - - - + 1970-01-01T00:00:00Z @@ -1140,7 +1119,12 @@ rda - 040 $aICrlF$beng$erda$cICrlF + + + + 040 $aICrlF$beng$erda$cICrlF + + diff --git a/xsl/ConvSpec-006,008.xsl b/xsl/ConvSpec-006,008.xsl index 1a1a0bec..9046039d 100644 --- a/xsl/ConvSpec-006,008.xsl +++ b/xsl/ConvSpec-006,008.xsl @@ -615,12 +615,12 @@ ( ( $vProperty='bf:supplementaryContent' and - not($v353[.!=$vMarcgtText]) + not($v353[.=$vMarcgtText]) ) or ( $vProperty='bf:genreForm' and - not($v655[.!=$vMarcgtText]) and - not($v655[.!=concat($vMarcgtText, '.')]) + not($v655[.=$vMarcgtText]) and + not($v655[.=concat($vMarcgtText, '.')]) ) ) and $serialization = 'rdfxml'"> diff --git a/xsl/ConvSpec-010-048.xsl b/xsl/ConvSpec-010-048.xsl index 081333db..cd9d5a92 100644 --- a/xsl/ConvSpec-010-048.xsl +++ b/xsl/ConvSpec-010-048.xsl @@ -285,7 +285,12 @@ - + + + + + + diff --git a/xsl/ConvSpec-050-088.xsl b/xsl/ConvSpec-050-088.xsl index 7b54057c..b5d3a673 100644 --- a/xsl/ConvSpec-050-088.xsl +++ b/xsl/ConvSpec-050-088.xsl @@ -47,23 +47,25 @@ - + + + + + + + + + + + + + - - - - - - - - - - - - - + http://id.loc.gov/vocabulary/organizations/dnlm @@ -393,6 +397,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + full + abridged + + + + + + + + + + + + + + + + + + + + + @@ -433,13 +485,29 @@ full abridged - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/ConvSpec-1XX,7XX,8XX-names.xsl b/xsl/ConvSpec-1XX,7XX,8XX-names.xsl index 83d42c67..c50a5fa0 100644 --- a/xsl/ConvSpec-1XX,7XX,8XX-names.xsl +++ b/xsl/ConvSpec-1XX,7XX,8XX-names.xsl @@ -128,7 +128,7 @@ - http://id.loc.gov/vocabulary/relationship/part + http://id.loc.gov/vocabulary/relationship/part http://id.loc.gov/ontologies/bflc/hasVariantEntry http://id.loc.gov/vocabulary/relationship/arrangementof http://id.loc.gov/vocabulary/relationship/translationof @@ -143,18 +143,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -219,11 +225,17 @@ + - + + @@ -316,39 +328,46 @@ - + - + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + @@ -645,6 +664,7 @@ Uncontrolled + @@ -727,6 +748,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -739,10 +786,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -766,18 +877,91 @@ contains(marc:subfield[@code='1'], 'id.loc.gov/rwo/') and not(marc:subfield[@code='0' or @code='w'][starts-with(text(),'(uri)') or starts-with(text(),'http')])"> - - - bf:Agent - - + + + + + + bf:Agent + + + + + + + + + + + + + + + + + + + + + bf:Agent + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/ConvSpec-200-247not240-Titles.xsl b/xsl/ConvSpec-200-247not240-Titles.xsl index ca6ff004..bfb2e206 100644 --- a/xsl/ConvSpec-200-247not240-Titles.xsl +++ b/xsl/ConvSpec-200-247not240-Titles.xsl @@ -541,71 +541,18 @@ spine - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + @@ -615,6 +562,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -624,83 +642,100 @@ former - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/ConvSpec-240andX30-UnifTitle.xsl b/xsl/ConvSpec-240andX30-UnifTitle.xsl index 8ebbc590..e12b24bb 100644 --- a/xsl/ConvSpec-240andX30-UnifTitle.xsl +++ b/xsl/ConvSpec-240andX30-UnifTitle.xsl @@ -321,19 +321,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -355,6 +382,12 @@ + + + + + + @@ -386,6 +419,18 @@ + + + + + + + + + + + + diff --git a/xsl/ConvSpec-5XX.xsl b/xsl/ConvSpec-5XX.xsl index 5a44587a..a24098c0 100644 --- a/xsl/ConvSpec-5XX.xsl +++ b/xsl/ConvSpec-5XX.xsl @@ -476,8 +476,9 @@ - - + + + @@ -493,8 +494,8 @@ - - + + diff --git a/xsl/ConvSpec-600-662.xsl b/xsl/ConvSpec-600-662.xsl index f5171f8d..295361aa 100644 --- a/xsl/ConvSpec-600-662.xsl +++ b/xsl/ConvSpec-600-662.xsl @@ -123,6 +123,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -158,6 +213,8 @@ + + @@ -220,6 +277,8 @@ + + @@ -277,6 +336,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -297,6 +407,8 @@ + + @@ -305,52 +417,6 @@ - @@ -680,29 +746,14 @@ ComplexSubject Temporal - - - ComplexSubject - Topic - - - - - ComplexSubject - Geographic - - + Topic + Geographic GenreForm - - - - - - + @@ -711,30 +762,129 @@ - -- - + - - + + + + + + - - + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -757,6 +907,7 @@ + @@ -777,7 +928,9 @@ - + + + @@ -786,17 +939,45 @@ - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + @@ -804,6 +985,7 @@ + @@ -966,6 +1148,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -987,6 +1216,7 @@ + @@ -1119,6 +1349,7 @@ + rdfs:label @@ -1161,6 +1392,22 @@ + + + + + + + + + + + + + + + + diff --git a/xsl/ConvSpec-720+740to755.xsl b/xsl/ConvSpec-720+740to755.xsl index 56a32e60..72984b8b 100644 --- a/xsl/ConvSpec-720+740to755.xsl +++ b/xsl/ConvSpec-720+740to755.xsl @@ -45,6 +45,16 @@ + + + + + + + + + + @@ -69,13 +79,34 @@ - - - - - - - + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + @@ -86,6 +117,16 @@ + + + + + + + + + + @@ -93,6 +134,16 @@ + + + + + + + + + + diff --git a/xsl/ConvSpec-760-788-Links.xsl b/xsl/ConvSpec-760-788-Links.xsl index 4a804483..66bd46fe 100644 --- a/xsl/ConvSpec-760-788-Links.xsl +++ b/xsl/ConvSpec-760-788-Links.xsl @@ -13,22 +13,41 @@ Conversion specs for 760-788 --> - + @@ -115,6 +134,15 @@ bf:Work + + + + + + + + + @@ -142,6 +170,7 @@ + @@ -156,6 +185,16 @@ + + + + + + + + + + @@ -182,6 +221,16 @@ + + + + + + + + + + @@ -238,12 +287,22 @@ + + + + + + + + + + @@ -254,6 +313,16 @@ + + + + + + + + + + @@ -264,6 +333,16 @@ + + + + + + + + + + @@ -290,6 +369,16 @@ + + + + + + + + + + @@ -302,6 +391,16 @@ + + + + + + + + + + @@ -316,6 +415,17 @@ + + + + + + + + + + + @@ -328,6 +438,16 @@ + + + + + + + + + + @@ -397,6 +517,16 @@ + + + + + + + + + + @@ -415,6 +545,25 @@ + + + + + + + + + + + + + + + + + + + @@ -426,6 +575,14 @@ + + + + + + + + @@ -438,6 +595,17 @@ + + + + + + + + + + + diff --git a/xsl/ConvSpec-Process6-Series.xsl b/xsl/ConvSpec-Process6-Series.xsl index f0e21488..df6e5edf 100644 --- a/xsl/ConvSpec-Process6-Series.xsl +++ b/xsl/ConvSpec-Process6-Series.xsl @@ -3,8 +3,10 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:exsl="http://exslt.org/common" exclude-result-prefixes="xsl marc"> + @@ -14,274 +16,288 @@ + + + + parallel + separate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Has Series + + + + + + + + + transcribed + + + + + + traced + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - parallel - separate - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Hub- - bf:Hub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Has Series - - - - - - - - - - - transcribed - - - - - - traced - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + incorrect + + + + + + + + + + + + + + + + + canceled + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - incorrect - - - - - - - - - - - - - - canceled - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + + + + + + + + @@ -452,7 +477,15 @@ - + + + + + + + + + diff --git a/xsl/ConvSpec-Process8-ProvAct.xsl b/xsl/ConvSpec-Process8-ProvAct.xsl index fb4d319d..848646ed 100644 --- a/xsl/ConvSpec-Process8-ProvAct.xsl +++ b/xsl/ConvSpec-Process8-ProvAct.xsl @@ -81,7 +81,7 @@ - + @@ -93,9 +93,14 @@ - - + + + + + + + + @@ -121,7 +126,7 @@ - + @@ -249,11 +254,22 @@ - - - + + + + + + + + + + + + @@ -418,7 +434,7 @@ - + @@ -485,6 +501,7 @@ + @@ -588,6 +605,18 @@ + + + + + + + + + + + + b @@ -656,36 +685,36 @@ - - - - - - - - - - - - - - a - b - c - - - - - - - - - - - - - - + + + + + + + + + + + + + + a + b + c + + + + + + + + + + + + + + @@ -700,6 +729,17 @@ + + + + + + + @@ -766,6 +805,13 @@ select="concat(substring(., 8, 4), '/', substring(., 12, 4))"/> + + + + + Autobiographies Biographies Biographies - Biographies + diff --git a/xsl/conf/map880.xml b/xsl/conf/map880.xml index 1e3f1e36..05df64aa 100644 --- a/xsl/conf/map880.xml +++ b/xsl/conf/map880.xml @@ -32,18 +32,18 @@ - - - - + + + + - + - - + + @@ -126,10 +126,10 @@ - - - - + + + + @@ -137,14 +137,19 @@ - - - + + + - - + + + + + + + + diff --git a/xsl/marc2bibframe2.xsl b/xsl/marc2bibframe2.xsl index b7633c4b..f2c26e57 100644 --- a/xsl/marc2bibframe2.xsl +++ b/xsl/marc2bibframe2.xsl @@ -155,14 +155,26 @@ - + + + + + + date - + + + + + + + + @@ -180,49 +192,70 @@ - - - - - changed - - - - - - - - dateTime - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + changed + + + + + + + + + + dateTime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/utils.xsl b/xsl/utils.xsl index 00893eb5..2ed456d2 100644 --- a/xsl/utils.xsl +++ b/xsl/utils.xsl @@ -19,6 +19,7 @@ + @@ -31,12 +32,18 @@ arab latn - hang + kore hani jpan + kore + hani + hani + jpan + jpan cyrl grek hebr + arab @@ -45,7 +52,11 @@ - + + + + + @@ -490,7 +501,7 @@ - $ + $ - v2.7.0 + v2.8.0 http://id.loc.gov/ontologies/bibframe-2-4-0/ - https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.7.0 + https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0 http://id.loc.gov/ontologies/bibframe/