Skip to content

Commit

Permalink
MARC 856 mistakenly defined as obsolete #541
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 12, 2024
1 parent 5e93ee4 commit 7a28efc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions avram-schemas/marc-schema-with-solr-and-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41092,8 +41092,9 @@
"solr": "856q_ElectronicLocationAndAccess_format"
},
"r": {
"label": "Settings [OBSOLETE, 2020]",
"deprecated": true
"label": "Standardized information governing use and reproduction",
"repeatable": true,
"solr": "856r_ElectronicLocationAndAccess_useAndReproductionRights"
},
"s": {
"label": "File size",
Expand Down
5 changes: 3 additions & 2 deletions avram-schemas/marc-schema-with-solr.json
Original file line number Diff line number Diff line change
Expand Up @@ -33976,8 +33976,9 @@
"solr": "856q_ElectronicLocationAndAccess_format"
},
"r": {
"label": "Settings [OBSOLETE, 2020]",
"deprecated": true
"label": "Standardized information governing use and reproduction",
"repeatable": true,
"solr": "856r_ElectronicLocationAndAccess_useAndReproductionRights"
},
"s": {
"label": "File size",
Expand Down
4 changes: 2 additions & 2 deletions avram-schemas/marc-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31028,8 +31028,8 @@
"repeatable": true
},
"r": {
"label": "Settings [OBSOLETE, 2020]",
"deprecated": true
"label": "Standardized information governing use and reproduction",
"repeatable": true
},
"s": {
"label": "File size",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private void initialize() {
.setCompilanceLevels("A");

getSubfield("r")
.setMqTag("use");
.setMqTag("useAndReproductionRights");

getSubfield("s")
.setMqTag("fileSize")
Expand Down Expand Up @@ -243,7 +243,7 @@ private void initialize() {
"k", "Password [OBSOLETE, 2020]", // "NR",
"l", "Logon [OBSOLETE, 2020]", // "NR",
"n", "Name of location of host [OBSOLETE, 2020]", // "NR",
"r", "Settings [OBSOLETE, 2020]", // "NR",
// "r", "Settings [OBSOLETE, 2020]", // "NR",
"t", "Terminal emulation [OBSOLETE, 2020]"//, "R",
);
}
Expand Down

0 comments on commit 7a28efc

Please sign in to comment.