Skip to content

Commit

Permalink
Merge pull request #39 from NYPL/pb/add-remaining-identifiers
Browse files Browse the repository at this point in the history
Add several new bib mappings for identifiers
  • Loading branch information
nonword authored Oct 12, 2018
2 parents 3dc54f3 + fc3afbc commit 4eb4441
Showing 1 changed file with 82 additions and 1 deletion.
83 changes: 82 additions & 1 deletion mappings/recap-discovery/field-mapping-bib.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,54 @@
"jsonLdKey": "identifier",
"paths": [
{
"notes": "There are many mapped identifiers"
"notes": "Other Standard Identifier (LCCN?) (Canceled)",
"marc": "024",
"subfields": [ "z" ]
},
{
"notes": "Report No.",
"marc": "027",
"subfields": [ "a" ]
},
{
"notes": "Report No. (Canceled)",
"marc": "027",
"subfields": [ "z" ]
},
{
"notes": "Publisher No.",
"marc": "028",
"subfields": [ "a", "b" ]
},
{
"notes": "System Control Number",
"marc": "035",
"subfields": [ "a" ]
},
{
"notes": "System Control Number (Canceled)",
"marc": "035",
"subfields": [ "z" ]
},
{
"marc": "086",
"notes": "Government Document Classification Number",
"subfields": [ "a" ]
},
{
"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" ]
}
]
},
Expand All @@ -282,6 +329,16 @@
}
]
},
"ISBN (Canceled/Invalid)": {
"pred": "dcterms:identifier",
"jsonLdKey": "identifier",
"paths": [
{
"marc": "020",
"subfields": [ "z" ]
}
]
},
"ISSN": {
"pred": "dcterms:identifier",
"jsonLdKey": "identifier",
Expand All @@ -294,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 Expand Up @@ -347,6 +424,10 @@
{
"marc": "010",
"subfields": [ "a" ]
},
{
"marc": "024",
"subfields": [ "a" ]
}
]
},
Expand Down

0 comments on commit 4eb4441

Please sign in to comment.