Skip to content

Commit

Permalink
Change "Cancelled/Invalid" identifiers to root
Browse files Browse the repository at this point in the history
  • Loading branch information
nonword committed Oct 1, 2018
1 parent d18622f commit fc3afbc
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions mappings/recap-discovery/field-mapping-bib.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,21 +316,6 @@
"marc": "074",
"notes": "GPO Item Number (Canceled)",
"subfields": [ "z" ]
},
{
"notes": "ISBN (Canceled/invalid)",
"marc": "020",
"subfields": [ "z" ]
},
{
"notes": "ISSN (Incorrect)",
"marc": "022",
"subfields": [ "y" ]
},
{
"notes": "ISSN (Canceled)",
"marc": "022",
"subfields": [ "z" ]
}
]
},
Expand All @@ -344,6 +329,16 @@
}
]
},
"ISBN (Canceled/Invalid)": {
"pred": "dcterms:identifier",
"jsonLdKey": "identifier",
"paths": [
{
"marc": "020",
"subfields": [ "z" ]
}
]
},
"ISSN": {
"pred": "dcterms:identifier",
"jsonLdKey": "identifier",
Expand All @@ -356,6 +351,26 @@
}
]
},
"ISSN (Canceled)": {
"pred": "dcterms:identifier",
"jsonLdKey": "identifier",
"paths": [
{
"marc": "022",
"subfields": [ "z" ]
}
]
},
"ISSN (Incorrect)": {
"pred": "dcterms:identifier",
"jsonLdKey": "identifier",
"paths": [
{
"marc": "022",
"subfields": [ "y" ]
}
]
},
"Issuance": {
"pred": "bf:issuance",
"jsonLdKey": "issuance",
Expand Down

0 comments on commit fc3afbc

Please sign in to comment.