From d18622f95b10a7da144dc91b44b7435893ab4e42 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Wed, 26 Sep 2018 14:10:33 -0400 Subject: [PATCH] Change field-mapping-bib placement of un-typed ident.s --- .../recap-discovery/field-mapping-bib.json | 115 ++++++------------ 1 file changed, 36 insertions(+), 79 deletions(-) diff --git a/mappings/recap-discovery/field-mapping-bib.json b/mappings/recap-discovery/field-mapping-bib.json index 6a56eee..b590286 100644 --- a/mappings/recap-discovery/field-mapping-bib.json +++ b/mappings/recap-discovery/field-mapping-bib.json @@ -263,60 +263,12 @@ } ] }, - "Government Document Classification Number": { - "pred": "dcterms:identifier", - "jsonLdKey": "identifier", - "paths": [ - { - "marc": "086", - "subfields": [ "a" ] - } - ] - }, - "Government Document Classification Number (Canceled)": { - "pred": "dcterms:identifier", - "jsonLdKey": "identifier", - "paths": [ - { - "marc": "086", - "subfields": [ "z" ] - } - ] - }, - "GPO Item Number": { - "pred": "dcterms:identifier", - "jsonLdKey": "identifier", - "paths": [ - { - "marc": "074", - "subfields": [ "a" ] - } - ] - }, - "GPO Item Number (Canceled)": { - "pred": "dcterms:identifier", - "jsonLdKey": "identifier", - "paths": [ - { - "marc": "074", - "subfields": [ "z" ] - } - ] - }, "Identifier": { "pred": "dcterms:identifier", "jsonLdKey": "identifier", "paths": [ { - "notes": "There are many mapped identifiers" - }, - { - "notes": "Other Standard Identifier", - "marc": "024", - "subfields": [ "a" ] - }, - { - "notes": "Other Standard Identifier (Canceled)", + "notes": "Other Standard Identifier (LCCN?) (Canceled)", "marc": "024", "subfields": [ "z" ] }, @@ -344,58 +296,63 @@ "notes": "System Control Number (Canceled)", "marc": "035", "subfields": [ "z" ] - } - ] - }, - "ISBN": { - "pred": "dcterms:identifier", - "jsonLdKey": "identifier", - "paths": [ + }, { - "marc": "020", + "marc": "086", + "notes": "Government Document Classification Number", "subfields": [ "a" ] - } - ] - }, - "ISBN (Canceled/invalid)": { - "pred": "dcterms:identifier", - "jsonLdKey": "identifier", - "paths": [ + }, + { + "marc": "086", + "notes": "Government Document Classification Number (Canceled)", + "subfields": [ "z" ] + }, + { + "marc": "074", + "notes": "GPO Item Number", + "subfields": [ "a" ] + }, { + "marc": "074", + "notes": "GPO Item Number (Canceled)", + "subfields": [ "z" ] + }, + { + "notes": "ISBN (Canceled/invalid)", "marc": "020", "subfields": [ "z" ] - } - ] - }, - "ISSN": { - "pred": "dcterms:identifier", - "jsonLdKey": "identifier", - "paths": [ + }, { + "notes": "ISSN (Incorrect)", "marc": "022", - "subfields": [ - "a" - ] + "subfields": [ "y" ] + }, + { + "notes": "ISSN (Canceled)", + "marc": "022", + "subfields": [ "z" ] } ] }, - "ISSN (Incorrect)": { + "ISBN": { "pred": "dcterms:identifier", "jsonLdKey": "identifier", "paths": [ { - "marc": "022", - "subfields": [ "y" ] + "marc": "020", + "subfields": [ "a" ] } ] }, - "ISSN (Canceled)": { + "ISSN": { "pred": "dcterms:identifier", "jsonLdKey": "identifier", "paths": [ { "marc": "022", - "subfields": [ "z" ] + "subfields": [ + "a" + ] } ] },