Skip to content

Commit

Permalink
Change field-mapping-bib placement of un-typed ident.s
Browse files Browse the repository at this point in the history
  • Loading branch information
nonword committed Sep 26, 2018
1 parent 09fe2e0 commit d18622f
Showing 1 changed file with 36 additions and 79 deletions.
115 changes: 36 additions & 79 deletions mappings/recap-discovery/field-mapping-bib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},
Expand Down Expand Up @@ -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"
]
}
]
},
Expand Down

0 comments on commit d18622f

Please sign in to comment.