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
Copy file name to clipboardExpand all lines: release-notes.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# marc2bibframe2 release notes
2
2
3
+
## v3.0.0
4
+
5
+
Conversion updates based on specifications v3.0. 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
+
* Medium of Performance conversion from MARC fields 048 and 382 is now located in a new specification (ConvSpec-048,382). Properties and classes from the Performed Music Ontology have been added to the BIBFRAME ontology and are used in this new specification.
8
+
* The ConvSpec-048-Codes specification is now obsolete.
9
+
* Music identifiers in the MARC 383 field now use new classes (bf:SerialNumber, bf:OpusNumber, bf:ThematicIndexNumber) instead of literals.
10
+
* Music key information from the MARC 384 field now uses a new object property bf:keyMode/bf:KeyMode
11
+
* Identifier source data from MARC 024 $2 now includes a URI from the [Standard Identifiers vocabulary](https://id.loc.gov/vocabulary/identifiers.html).
12
+
13
+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.10.0 in the specifications are marked in red.
14
+
15
+
3
16
## v2.10.0
4
17
5
18
Conversion updates based on specifications v2.10. 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:
0 commit comments