Skip to content

Commit

Permalink
Merge pull request #35 from NYPL/pb/parallel-mappings
Browse files Browse the repository at this point in the history
Add bib field mappings for parallel fields
  • Loading branch information
nonword authored Apr 20, 2018
2 parents 5712aa3 + dd4e70a commit a40fb2d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions mappings/recap-discovery/field-mapping-bib.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,44 @@
}
]
},
"Parallel series statement": {
"pred": "nypl:parallelSeriesStatement",
"jsonLdKey": "parallelSeriesStatement",
"paths": [
{
"marc": "880",
"subfields": ["3","a","x","v","l"],
"isParallelFor": "440"
},
{
"marc": "880",
"subfields": ["3","a","x","v","l"],
"isParallelFor": "490"
}
]
},
"Parallel title": {
"pred": "nypl:parallelTitle",
"jsonLdKey": "parallelTitle",
"paths": [
{
"marc": "880",
"subfields": [ "a", "b" ],
"isParallelFor": "245"
}
]
},
"Parallel title display": {
"pred": "nypl:parallelTitleDisplay",
"jsonLdKey": "parallelTitleDisplay",
"paths": [
{
"marc": "880",
"subfields": [ "a", "b", "c", "f", "g", "h", "k", "n", "p", "s" ],
"isParallelFor": "245"
}
]
},
"Part of": {
"pred": "nypl:partOf",
"jsonLdKey": "partOf",
Expand Down

0 comments on commit a40fb2d

Please sign in to comment.