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-000
Gå till exempelNOTE:[0:5]
Record length (only applicable in ISO 2709 serialization)
[5]
property
tokenMap
StatusType
[6]
tokenMap
TypeOfRecordType
property
[7]
tokenMap
BibLevelType
property
[8]
[9]
NOTE
Character coding scheme - a - UCS/Unicode
ignored
true
fixedDefault
a
NOTE:[10]
Indicator count (only applicable in ISO 2709 serialization)
NOTE:[11]
Subfield code length (only applicable in ISO 2709 serialization)
NOTE:[12:17]
Base address of data (only applicable in ISO 2709 serialization)
[17]
property
tokenMap
EncLevelType
reverseTokenMapOverrides
EncLevelType-ReverseOverrides
[18]
addLink
NOTE:marc-repeatable
false
TODO
merge with 040.e
matchUriToken
^[aci]$
fixedDefault
[19]
NOTE
Multipart resource record level - # - Not specified or not applicable
ignored
true
fixedDefault
[20:24]
NOTE
Entry map - 4500 - Default value in MARC21
ignored
true
fixedDefault
4500
repeatable
false
NOTE:_spec
For Serial issuanceTypes see 008
Exempel
Gå till toppen av sidanExempel: @type Text (Monograph)
MARC
{ "leader": " cam a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Text" } } }
Exempel: @type Text (Monograph) status New with broken Leader values fixed by fixedDefault
MARC
{ "leader": " nam X X aX450X", "fields": [ { "001": "0000000" } ] }
Normalized MARC:
{ "leader": " nam a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:New", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Text" } } }
Exempel: @type Text (Monograph Component part)
MARC
{ "leader": " caa a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "ComponentPart", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Text" } } }
Exempel: @type ArchivalUnit
MARC
{ "leader": " cbm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "ArchivalUnit" } } }
Exempel: @type NotatedMusic
MARC
{ "leader": " ccm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "NotatedMusic" } } }
Exempel: @type ManuscriptNotatedMusic
MARC
{ "leader": " cdm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "ManuscriptNotatedMusic" } } }
Exempel: @type Cartography
MARC
{ "leader": " cem a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Cartography" } } }
Exempel: @type ManuscriptCartography
MARC
{ "leader": " cfm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "ManuscriptCartography" } } }
Exempel: @type MovingImage
MARC
{ "leader": " cgm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "MovingImage" } } }
Exempel: @type Audio
MARC
{ "leader": " cim a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Audio" } } }
Exempel: @type Music
MARC
{ "leader": " cjm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Music" } } }
Exempel: @type StillImage
MARC
{ "leader": " ckm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "StillImage" } } }
Exempel: @type StillImage (Collection)
MARC
{ "leader": " ckc a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Collection", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "StillImage" } } }
Exempel: @type Multimedia (Integrating) 7qjg2x5k3647qq8
MARC
{ "leader": " cmi a a 4500", "fields": [ { "001": "0000000" }, { "007": "cr ||| ||||| " }, { "245": { "ind1": "1", "ind2": "0", "subfields": [ { "a": "The encyclopedia mythica" } ] } } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Electronic", "issuanceType": "Integrating", "hasTitle": [ { "@type": "Title", "mainTitle": "The encyclopedia mythica" } ], "carrierType": [ { "@id": "https://id.kb.se/marc/ComputerMaterialType-r" } ], "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Multimedia" } } }
Exempel: @type Kit
MARC
{ "leader": " com a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Kit" } } }
Exempel: @type MixedMaterial
MARC
{ "leader": " cpm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "MixedMaterial" } } }
Exempel: @type Object
MARC
{ "leader": " crm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Object" } } }
Exempel: @type ManuscriptText
MARC
{ "leader": " ctm a a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "ManuscriptText" } } }
Exempel: encodingLevel marc:AbbreviatedLevel should revert to 3
MARC
{ "leader": " cam a 4a 4500", "fields": [ { "001": "0000000" } ] }
Normalized MARC:
{ "leader": " cam a 3a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:AbbreviatedLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Text" } } }
Exempel: Obsolete encodingLevel should revert to 3 (marc:AbbreviatedLevel)
Normalized MARC:
{ "leader": " cam a 3a 4500", "fields": [ { "001": "0000000" } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "0000000", "encodingLevel": "marc:DeletedRecordLocal", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Text" } } }
Exempel: -
MARC
{ "leader": " cam a i 4500", "fields": [ { "001": "0000000" }, { "040": { "ind1": " ", "ind2": " ", "subfields": [ { "e": "rda" } ] } } ] }
JSON-LD
{ "@type": "Record", "@id": "http://libris.kb.se/bib/0000000", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-i" }, { "@type": "DescriptionConventions", "code": "rda" } ], "controlNumber": "0000000", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "@id": "http://libris.kb.se/resource/bib/0000000", "instanceOf": { "@type": "Text" } } }
Exempel: Non-legacy conformant controlNumber doesn't mint URIs
MARC
{ "leader": " cam a a 4500", "fields": [ { "001": "fffffff" } ] }
JSON-LD
{ "@type": "Record", "recordStatus": "marc:CorrectedOrRevised", "descriptionConventions": [ { "@id": "https://id.kb.se/marc/CatFormType-a" } ], "controlNumber": "fffffff", "encodingLevel": "marc:FullLevel", "mainEntity": { "@type": "Instance", "issuanceType": "Monograph", "instanceOf": { "@type": "Text" } } }