0xx
- 000
- 001
- 003
- 005
- 006
- 007
- 008
- 009
- 010
- 013
- 015
- 016
- 017
- 018
- 020
- 022
- 024
- 025
- 026
- 027
- 028
- 030
- 031
- 032
- 033
- 034
- 035
- 036
- 037
- 038
- 040
- 041
- 042
- 043
- 044
- 045
- 046
- 047
- 048
- 049
- 050
- 051
- 052
- 055
- 060
- 061
- 066
- 070
- 071
- 072
- 074
- 080
- 082
- 083
- 084
- 085
- 086
- 088
- 090
- 092
- 096
- 098
- 099
3xx
- 300
- 306
- 307
- 310
- 321
- 336
- 337
- 338
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 350
- 351
- 352
- 355
- 357
- 362
- 363
- 365
- 366
- 370
- 377
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 388
5xx
- 500
- 501
- 502
- 504
- 505
- 506
- 507
- 508
- 510
- 511
- 513
- 514
- 515
- 516
- 518
- 520
- 521
- 522
- 524
- 525
- 526
- 530
- 532
- 533
- 534
- 535
- 536
- 538
- 540
- 541
- 542
- 544
- 545
- 546
- 547
- 550
- 552
- 555
- 556
- 561
- 562
- 563
- 565
- 567
- 580
- 581
- 583
- 584
- 585
- 586
- 588
- 590
- 599
7xx
- 700
- 710
- 711
- 720
- 730
- 740
- 751
- 752
- 753
- 754
- 755
- 758
- 760
- 762
- 765
- 767
- 770
- 772
- 773
- 774
- 775
- 776
- 777
- 780
- 785
- 786
- 787
BIB-340
Gå till exempelNOTE:$h
ignored
location within medium
NOTE:$0
nac
TODO:subfield$2
Source (NR)
NOTE:$3
NOTE:LC
nac
NOTE:record-count
0
NOTE:local
If this would appear, we unconditionally expect it ONLY to be used in subsequent 340 (see linkSubsequentRepeated).
TODO:subfield$6
Linkage (NR)
$a
NOTE
Linked enumerations only at revert from https://id.kb.se/material/
addLink
resourceType
property
infer
true
$b
$c
NOTE
Linked enumerations only at revert from https://id.kb.se/material/
addLink
resourceType
property
infer
true
$d
TODO
Add the separate lists used for cataloging, as enumerations. Ensure this doesn't clash with 007 13:14 Sound
addLink
resourceType
property
$e
$f
NOTE
This mapping does not fit all media types
addLink
resourceType
property
$h
$i
$j
$l
$n
$0
$1
$3
$g
Exempel
Gå till toppen av sidanExempel: baseMaterial
MARC
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "a": "papper" } ] } } ]
JSON-LD
{ "mainEntity": { "baseMaterial": [ { "@type": "Material", "label": "papper" } ] } }
Exempel: baseMaterial linked
Normalized MARC:
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "a": "papper" } ] } } ]
JSON-LD
{ "mainEntity": { "baseMaterial": [ { "@id": "https://id.kb.se/material/Paper", "@type": "Material", "prefLabel": "papper" } ] } }
Exempel: Property clash between 300c from 340b producing doubled fields in MARC. (340 ignored on revert)
MARC
[ { "300": { "ind1": " ", "ind2": " ", "subfields": [ { "c": "film 300c" } ] } }, { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "b": "film 340b" } ] } } ]
Normalized MARC:
[ { "300": { "ind1": " ", "ind2": " ", "subfields": [ { "c": "film 300c" }, { "c": "film 340b" } ] } } ]
JSON-LD
{ "mainEntity": { "hasDimensions": [ { "@type": "Dimensions", "label": "film 300c" }, { "@type": "Dimensions", "label": "film 340b" } ] } }
Exempel: Successful reconversion to 300c from 340b. Normalized is expected consequence of conflicting properties.
MARC
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "a": "film" } ] } }, { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "b": "35 mm" } ] } }, { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "j": "original" } ] } } ]
Normalized MARC:
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "a": "film" } ] } }, { "300": { "ind1": " ", "ind2": " ", "subfields": [ { "c": "35 mm" } ] } }, { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "j": "original" } ] } } ]
JSON-LD
{ "mainEntity": { "baseMaterial": [ { "@type": "Material", "label": "film" } ], "hasPart": [ { "@type": "Instance", "hasDimensions": [ { "@type": "Dimensions", "label": "35 mm" } ] }, { "@type": "Instance", "generation": [ { "@type": "Generation", "label": "original" } ] } ] } }
Exempel: appliedMaterial
MARC
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "c": "akvarell" } ] } } ]
JSON-LD
{ "mainEntity": { "appliedMaterial": [ { "@type": "Material", "label": "akvarell" } ] } }
Exempel: binding
MARC
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "l": "coptic bindings" } ] } } ]
JSON-LD
{ "mainEntity": { "binding": [ { "@type": "Binding", "label": "coptic bindings" } ] } }
Exempel: appliedMaterial linked
Normalized MARC:
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "c": "akvarell" } ] } } ]
JSON-LD
{ "mainEntity": { "appliedMaterial": [ { "@id": "https://id.kb.se/material/Watercolour", "@type": "Material", "prefLabel": "akvarell" } ] } }
Exempel: productionMethod
MARC
[ { "340": { "ind1": " ", "ind2": " ", "subfields": [ { "d": "gravyr" } ] } } ]
JSON-LD
{ "mainEntity": { "productionMethod": [ { "@type": "ProductionMethod", "label": "gravyr" } ] } }