Skip to content

Commit 41e9e56

Browse files
authored
Merge pull request #259 from lcnetdev/v2.9-dev
V2.9 dev
2 parents 60c771f + 42259b1 commit 41e9e56

54 files changed

Lines changed: 527 additions & 338 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

IDMETA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NAME=marc2bibframe2
22
CENTOS_DIST="centos7 centos8"
3-
VERSION=2.8.1
3+
VERSION=2.9.0

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
--- 2.9.0 2025/03/07
2+
Changes for updated v2.9.0 specifications:
3+
ConvSpec-010-048
4+
Removed creation of "Includes translation" note from 041 1_ field
5+
ConvSpec-200-247
6+
Added new variant title type URIs to 246 and 247 fields
7+
ConvSpec-3XX
8+
Adjusted conversion of $m/$n in 385 and 386 fields
9+
ConvSpec-5XX
10+
Changed conversion of 506 and 540 $f to bf:qualifier
11+
Changed conversion of 506 and 540 $g to bf:validDate
12+
Added $3 to 508 and 511 fields
13+
Changed 508, 511, 524 fields to use notetype URIs instead of literal BF properties
14+
Added notetype URIs to 525 and 556 fields
15+
Moved conversion of 508 and 511 fields from Instance to Work
16+
Changed conversion of 521 $b to bf:source
17+
Added $2 to 524 conversion with URIs from new Citation Source Codes list at http://id.loc.gov
18+
Added new bf:status codes to convert 505 Ind2
19+
ConvSpec-490,510
20+
Changed conversion of MARC 510 field to use indirect relationship model
21+
ConvSpec-Process0-9
22+
Changed series relationship from bf:hasSeries to http://id.loc.gov/vocabulary/relationship/series
23+
124
--- 2.8.1 2024/12/02
225
Patch release to address XPath test issue in xsltproc.
326

release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# marc2bibframe2 release notes
22

3+
## v2.9.0
4+
5+
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:
6+
7+
* Addition of URIs for variant title types found in MARC 246 and 247 fields
8+
* Changed the conversion of MARC 508, 511, 524 fields to use notes and notetype URIs instead of distinct BIBFRAME properties
9+
* Added notetype URIs to the conversion of MARC 525 and 556 fields
10+
* Changed conversion of MARC 506 and 540 $f to bf:qualifier
11+
* Changed conversion of MARC 506 and 540 $g to bf:validDate
12+
* Changed conversion of MARC 521 $b to bf:source
13+
* Added conversion of MARC 505 Ind2
14+
* Changed conversion of MARC 510 field to use indirect relationship model
15+
16+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.8.0 in the specifications are marked in red.
17+
318
## v2.8.1
419

520
Patch release.

spec/ConvSpec-006-008-v2.8.xlsx

-32.6 KB
Binary file not shown.

spec/ConvSpec-006-008-v2.9.xlsx

32.5 KB
Binary file not shown.

spec/ConvSpec-010-048-v2.8.xlsx

-24.5 KB
Binary file not shown.

spec/ConvSpec-010-048-v2.9.xlsx

24.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)