From 73b8db69a2c18d90d0764be74dc2760b5e225b33 Mon Sep 17 00:00:00 2001 From: Paul Beaudoin Date: Wed, 5 Jun 2019 15:51:49 -0400 Subject: [PATCH] Add new mappings to support new suppressed OI loc Adds mappings to locations and recapCustomerCodes to support new suppressed "LSC-OI" location code. --- vocabularies/csv/locations.csv | 3 ++- vocabularies/csv/recapCustomerCodes.csv | 1 + vocabularies/json-ld/locations.json | 28 +++++++++++++++++++- vocabularies/json-ld/recapCustomerCodes.json | 15 ++++++++++- 4 files changed, 44 insertions(+), 3 deletions(-) diff --git a/vocabularies/csv/locations.csv b/vocabularies/csv/locations.csv index eabe579..888efb2 100644 --- a/vocabularies/csv/locations.csv +++ b/vocabularies/csv/locations.csv @@ -1307,6 +1307,7 @@ lsbb2,Library Services Center - Cataloging,Library Services Center - ON THE FLY lsbx2,Library Services Center - Cataloging - Research Storage,Library Services Center - Cataloging - Research Storage,Research,,,ls,,false,,,true, lsca,Library Services Center - Archives Unit,LSC - Archives Unit,Research,Research,,ls,,false,lsca,NY,false, lsdd2,Library Services Center - Special Formats Processing,Library Services Center - Special Formats Processing,Research,Research,,ls,,false,lsdd2,NI,false, +lsc-oi,Library Services Center - DIU,Library Services Center - DIU,Research,Research,,ls,,false,lsc-oi,OI,false, lsedu,Library Services Center - Educator's Book Sets,LSC -- Educator's Book Sets,Branch,,,ls,,false,,,true, lsx,Library Services Center - Preservation,Library Services Center - Preservation,Research,,,ls,,false,,,true, lsxx2,Library Services Center - Preservation,Library Services Center - Preservation,Research,,,ls,,false,,,true, @@ -2963,4 +2964,4 @@ mma,Mid-Manhattan Adult,Mid-Manhattan Adult,Branch,,,mm,1500,false,,,true, mmj,Mid-Manhattan Children,Mid-Manhattan Children,Branch,,,mm,1500,false,,,true, mmy,Mid-Manhattan Young Adult,Mid-Manhattan Young Adult,Branch,,,mm,1500,false,,,true, mmar,Mid-Manhattan Adult Reference,Mid-Manhattan Adult Reference,Branch,,,mm,1500,false,,,true, -mmjr,Mid-Manhattan Children's Reference,Mid-Manhattan Children's Reference,Branch,,,mm,1500,false,,,true, \ No newline at end of file +mmjr,Mid-Manhattan Children's Reference,Mid-Manhattan Children's Reference,Branch,,,mm,1500,false,,,true, diff --git a/vocabularies/csv/recapCustomerCodes.csv b/vocabularies/csv/recapCustomerCodes.csv index 9c64661..729d7ca 100644 --- a/vocabularies/csv/recapCustomerCodes.csv +++ b/vocabularies/csv/recapCustomerCodes.csv @@ -8,6 +8,7 @@ NF,NF,SASB Microforms,,false,0001 NG,NG,SASB Art Division,,false,0001 NH,NH,SASB Rose Main Reading Room,NB;ND;NF;NG;NH;NJ;NM;NP;SR;OA;OC;OW,true,0001 NI,NI,LSC Special Formats Processing,,false,0001 +OI,OI,LSC DIU,,false,0001 NJ,NJ,SASB Jewish Division,,false,0001 NK,NK,BKOPS Barcoding/Special Projects,,false,0001 NL,NL,SASB Restricted,NB;ND;NF;NG;NH;NJ;NM;NP;SR;OA;OC;OW,true,0001 diff --git a/vocabularies/json-ld/locations.json b/vocabularies/json-ld/locations.json index 2d213be..44f76ea 100644 --- a/vocabularies/json-ld/locations.json +++ b/vocabularies/json-ld/locations.json @@ -56481,6 +56481,32 @@ "skos:notation": "lsdd2", "skos:prefLabel": "Library Services Center - Special Formats Processing" }, + { + "@id": "nyplLocation:lsc-oi", + "@type": "nypl:Location", + "dcterms:isPartOf": { + "@id": "nyplLocation:ls" + }, + "nypl:allowSierraHold": { + "@type": "XSD:boolean", + "@value": "false" + }, + "nypl:collectionType": "Research", + "nypl:deliverableTo": { + "@id": "nyplLocation:lsc-oi" + }, + "nypl:deliveryLocationType": "Research", + "nypl:recapCustomerCode": { + "@id": "http://data.nypl.org/recapCustomerCodes/OI" + }, + "nypl:requestable": { + "@type": "XSD:boolean", + "@value": "false" + }, + "skos:altLabel": "Library Services Center - DIU", + "skos:notation": "lsdd2", + "skos:prefLabel": "Library Services Center - DIU" + }, { "@id": "nyplLocation:mabm2", "@type": "nypl:Location", @@ -57838,4 +57864,4 @@ "skos:prefLabel": "Offsite Rose - Performing Arts" } ] -} \ No newline at end of file +} diff --git a/vocabularies/json-ld/recapCustomerCodes.json b/vocabularies/json-ld/recapCustomerCodes.json index fa5cd53..14a7151 100644 --- a/vocabularies/json-ld/recapCustomerCodes.json +++ b/vocabularies/json-ld/recapCustomerCodes.json @@ -366,6 +366,19 @@ "skos:notation": "NI", "skos:prefLabel": "LSC Special Formats Processing" }, + { + "@id": "http://data.nypl.org/recapCustomerCodes/OI", + "@type": "nypl:RecapCustomerCode", + "nypl:eddRequestable": { + "@type": "XSD:boolean", + "@value": "false" + }, + "nypl:owner": { + "@id": "nyplOrg:0001" + }, + "skos:notation": "OI", + "skos:prefLabel": "LSC DIU" + }, { "@id": "http://data.nypl.org/recapCustomerCodes/NJ", "@type": "nypl:RecapCustomerCode", @@ -2432,4 +2445,4 @@ "skos:prefLabel": "Social Work Library" } ] -} \ No newline at end of file +}