resourceType
i1
ignored
true
marcDefault
i2
property
marcDefault
4
tokenMap
0
true
$a
property
TODO:repeatable
true
$b
ignored
true
$0
$1
$3
$6
Exempel: -
MARC
{
  "050": {
    "ind1": " ",
    "ind2": "4",
    "subfields": [
      {
        "a": "NB933.F44"
      },
      {
        "b": "T6"
      }
    ]
  }
}
Normalized MARC:
{
  "050": {
    "ind1": " ",
    "ind2": "4",
    "subfields": [
      {
        "a": "NB933.F44"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "classification": [
      {
        "@type": "ClassificationLcc",
        "code": "NB933.F44"
      }
    ]
  }
}
Exempel: -
MARC
{
  "050": {
    "ind1": "0",
    "ind2": "0",
    "subfields": [
      {
        "a": "DS751"
      },
      {
        "b": ".C4468 1994"
      }
    ]
  }
}
Normalized MARC:
{
  "050": {
    "ind1": " ",
    "ind2": "0",
    "subfields": [
      {
        "a": "DS751"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "classification": [
      {
        "@type": "ClassificationLcc",
        "code": "DS751",
        "marc:assignedByLC": true
      }
    ]
  }
}