Skip to content

Commit

Permalink
Merge pull request #42 from NYPL/add-oi-suppressed-location
Browse files Browse the repository at this point in the history
Add new mappings to support new suppressed OI loc
  • Loading branch information
nonword authored Jun 6, 2019
2 parents 79259c7 + 73b8db6 commit d20c06c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
3 changes: 2 additions & 1 deletion vocabularies/csv/locations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
mmjr,Mid-Manhattan Children's Reference,Mid-Manhattan Children's Reference,Branch,,,mm,1500,false,,,true,
1 change: 1 addition & 0 deletions vocabularies/csv/recapCustomerCodes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 27 additions & 1 deletion vocabularies/json-ld/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -57838,4 +57864,4 @@
"skos:prefLabel": "Offsite Rose - Performing Arts"
}
]
}
}
15 changes: 14 additions & 1 deletion vocabularies/json-ld/recapCustomerCodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -2432,4 +2445,4 @@
"skos:prefLabel": "Social Work Library"
}
]
}
}

0 comments on commit d20c06c

Please sign in to comment.