resourceType
$a
property
$b
ignored
true
NOTE:LC
NUCMC control number (R) - ignore
$z
addProperty
Exempel: -
MARC
{
  "010": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "a 54009564"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "identifiedBy": [
      {
        "@type": "LCCN",
        "value": "a 54009564"
      }
    ]
  }
}
Exempel: ignore $b
MARC
{
  "010": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "a 54009564"
      },
      {
        "b": "IGNORED"
      }
    ]
  }
}
Normalized MARC:
{
  "010": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "a 54009564"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "identifiedBy": [
      {
        "@type": "LCCN",
        "value": "a 54009564"
      }
    ]
  }
}