Skip to content

Commit

Permalink
Add fixedDefault to hold
Browse files Browse the repository at this point in the history
  • Loading branch information
klngwll committed May 21, 2019
1 parent aa66249 commit 0585312
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions whelk-core/src/main/resources/ext/marcframe.json
Expand Up @@ -19745,9 +19745,10 @@
"aboutEntity": "?record", "aboutEntity": "?record",
"link": "marc:statistics", "link": "marc:statistics",
"uriTemplate": "https://id.kb.se/marc/StatisticsType-{_}", "uriTemplate": "https://id.kb.se/marc/StatisticsType-{_}",
"matchUriToken": "^[_or]$", "matchUriToken": "^[or]$",
"fixedDefault": " " "fixedDefault": " "
}, },
"[8]": null,
"[9]": { "[9]": {
"aboutEntity": "?record", "aboutEntity": "?record",
"link": "marc:characterCoding", "link": "marc:characterCoding",
Expand All @@ -19757,14 +19758,16 @@
"[17]": { "[17]": {
"aboutEntity": "?record", "aboutEntity": "?record",
"property": "encodingLevel", "property": "encodingLevel",
"tokenMap": "HoldingEncLevelType" "tokenMap": "HoldingEncLevelType",
"fixedDefault": "u"
}, },
"[18]": { "[18]": {
"aboutEntity": "?record", "aboutEntity": "?record",
"property": "marc:itemInfoInRecord", "property": "marc:itemInfoInRecord",
"tokenMap": {"i": true, "n": false}, "tokenMap": {"i": true, "n": false},
"fixedDefault": "n" "fixedDefault": "n"
}, },
"[19]": null,
"[20:24]": { "[20:24]": {
"aboutEntity": "?record", "aboutEntity": "?record",
"property": "marc:entryMap", "property": "marc:entryMap",
Expand Down Expand Up @@ -19873,12 +19876,14 @@
"[20]": { "[20]": {
"link": "marc:lendingPolicy", "link": "marc:lendingPolicy",
"uriTemplate": "https://id.kb.se/marc/LendingPolicyType-{_}", "uriTemplate": "https://id.kb.se/marc/LendingPolicyType-{_}",
"matchUriToken": "^[abcl]$" "matchUriToken": "^[abcl]$",
"fixedDefault": "|"
}, },
"[21]": { "[21]": {
"link": "marc:reproductionPolicy", "link": "marc:reproductionPolicy",
"uriTemplate": "https://id.kb.se/marc/ReproductionPolicyType-{_}", "uriTemplate": "https://id.kb.se/marc/ReproductionPolicyType-{_}",
"matchUriToken": "^[ab]$" "matchUriToken": "^[ab]$",
"fixedDefault": "|"
}, },
"[22:25]": { "[22:25]": {
"addLink": "language", "addLink": "language",
Expand Down

0 comments on commit 0585312

Please sign in to comment.