Skip to content

Commit

Permalink
Add mapping for typenote (024) GRid
Browse files Browse the repository at this point in the history
  • Loading branch information
olovy committed Nov 5, 2024
1 parent 1260fd3 commit cbf5bd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions whelk-core/src/main/groovy/se/kb/libris/Normalizers.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class Normalizers {
'ansi' : 'Ansi',
'doi' : 'DOI',
'danacode': 'Danacode',
'grid' : 'GRID',
'gtin-14' : 'GTIN14',
'hdl' : 'Hdl',
'isan' : 'ISAN',
Expand Down
5 changes: 4 additions & 1 deletion whelk-core/src/main/resources/ext/marcframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@
"include": ["identifier"],
"match": [
{
"when": "i1=7 & $2 =~ ansi|ANSI|danacode|doi|DOI|gtin-14|hdl|HDL|isan|ISAN|iso|ISO|istc|ISTC|iswc|ISWC|uri|URI|urn|URN",
"when": "i1=7 & $2 =~ ansi|ANSI|danacode|doi|DOI|GRID|GRid|grid|gtin-14|hdl|HDL|isan|ISAN|iso|ISO|istc|ISTC|iswc|ISWC|uri|URI|urn|URN",
"i1": null,
"$2": {
"property": "@type",
Expand All @@ -3978,6 +3978,9 @@
"danacode": "Danacode",
"DOI": "DOI",
"doi": "DOI",
"GRID": "GRID",
"GRid": "GRID",
"grid": "GRID",
"gtin-14": "GTIN14",
"HDL": "Hdl",
"hdl": "Hdl",
Expand Down

0 comments on commit cbf5bd9

Please sign in to comment.