NOTE:[0:5]
Record length (only applicable in ISO 2709 serialization)
[5]
property
tokenMap
StatusType
[6]
tokenMap
TypeOfRecordType
property
[7]
tokenMap
BibLevelType
[8]
matchUriToken
^[a]$
fixedDefault
TODO
BF2: I - rdf:type - Archival
[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]
tokenMap
EncLevelType
reverseTokenMapOverrides
EncLevelType-ReverseOverrides
[18]
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: @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"
    }
  }
}