From fc3afbc89374c0ada92aafdedc0a0a7960d74201 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Fri, 28 Sep 2018 16:36:48 -0400 Subject: [PATCH] Change "Cancelled/Invalid" identifiers to root --- .../recap-discovery/field-mapping-bib.json | 45 ++++++++++++------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/mappings/recap-discovery/field-mapping-bib.json b/mappings/recap-discovery/field-mapping-bib.json index b590286..6eca4aa 100644 --- a/mappings/recap-discovery/field-mapping-bib.json +++ b/mappings/recap-discovery/field-mapping-bib.json @@ -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" ] } ] }, @@ -344,6 +329,16 @@ } ] }, + "ISBN (Canceled/Invalid)": { + "pred": "dcterms:identifier", + "jsonLdKey": "identifier", + "paths": [ + { + "marc": "020", + "subfields": [ "z" ] + } + ] + }, "ISSN": { "pred": "dcterms:identifier", "jsonLdKey": "identifier", @@ -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",