Skip to content

Commit 42259b1

Browse files
committed
Update documentation for release.
1 parent caff451 commit 42259b1

5 files changed

Lines changed: 51 additions & 13 deletions

File tree

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.

test/marc2bibframe2.xspec

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
7676
</bf:Status>
7777
</bf:status>
78-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0-dev"/>
78+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0"/>
7979
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
8080
</bf:AdminMetadata>
8181
</bf:adminMetadata>
8282
<bf:adminMetadata>
8383
<bf:AdminMetadata>
84-
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-4-0/"/>
84+
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-5-0/"/>
8585
<bflc:encodingLevel xmlns:bflc="http://id.loc.gov/ontologies/bflc/">
8686
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
8787
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">full</rdfs:label>
@@ -262,13 +262,13 @@
262262
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
263263
</bf:Status>
264264
</bf:status>
265-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0-dev"/>
265+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0"/>
266266
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
267267
</bf:AdminMetadata>
268268
</bf:adminMetadata>
269269
<bf:adminMetadata>
270270
<bf:AdminMetadata>
271-
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-4-0/"/>
271+
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-5-0/"/>
272272
<bflc:encodingLevel xmlns:bflc="http://id.loc.gov/ontologies/bflc/">
273273
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/7">
274274
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">minimal</rdfs:label>
@@ -492,13 +492,13 @@
492492
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
493493
</bf:Status>
494494
</bf:status>
495-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0-dev"/>
495+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0"/>
496496
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
497497
</bf:AdminMetadata>
498498
</bf:adminMetadata>
499499
<bf:adminMetadata>
500500
<bf:AdminMetadata>
501-
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-4-0/"/>
501+
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-5-0/"/>
502502
<bflc:encodingLevel xmlns:bflc="http://id.loc.gov/ontologies/bflc/">
503503
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
504504
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">full</rdfs:label>
@@ -739,13 +739,13 @@
739739
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
740740
</bf:Status>
741741
</bf:status>
742-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0-dev"/>
742+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0"/>
743743
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
744744
</bf:AdminMetadata>
745745
</bf:adminMetadata>
746746
<bf:adminMetadata>
747747
<bf:AdminMetadata>
748-
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-4-0/"/>
748+
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-5-0/"/>
749749
<bflc:encodingLevel xmlns:bflc="http://id.loc.gov/ontologies/bflc/">
750750
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
751751
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">full</rdfs:label>
@@ -1094,13 +1094,13 @@
10941094
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
10951095
</bf:Status>
10961096
</bf:status>
1097-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0-dev"/>
1097+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0"/>
10981098
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
10991099
</bf:AdminMetadata>
11001100
</bf:adminMetadata>
11011101
<bf:adminMetadata>
11021102
<bf:AdminMetadata>
1103-
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-4-0/"/>
1103+
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-5-0/"/>
11041104
<bflc:encodingLevel xmlns:bflc="http://id.loc.gov/ontologies/bflc/">
11051105
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
11061106
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">full</rdfs:label>

xsl/variables.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<!-- Current marc2bibframe2 version -->
1010
<xsl:variable name="vCurrentVersion">v2.9.0</xsl:variable>
11-
<xsl:variable name="vOntoVersionURI">http://id.loc.gov/ontologies/bibframe-2-4-0/</xsl:variable>
12-
<xsl:variable name="vConvVersionURI">https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0-dev</xsl:variable>
11+
<xsl:variable name="vOntoVersionURI">http://id.loc.gov/ontologies/bibframe-2-5-0/</xsl:variable>
12+
<xsl:variable name="vConvVersionURI">https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.9.0</xsl:variable>
1313

1414
<!-- namespace URIs -->
1515
<xsl:variable name="bf">http://id.loc.gov/ontologies/bibframe/</xsl:variable>

0 commit comments

Comments
 (0)