NOTE:local
ANVÄNDS NORMALT EJ
TODO
$b is assigner / Agent in BF Conversion 1.6
$a
property
$b
link
resourceType
property
required
true
$d
property
$i
addProperty
$z
addProperty
$2
$6
Exempel: -
MARC
{
  "017": {
    "ind1": " ",
    "ind2": "8",
    "subfields": [
      {
        "a": "DL1377-1984"
      },
      {
        "b": "Bibliothèque nationale de France"
      }
    ]
  }
}
Normalized MARC:
{
  "017": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "DL1377-1984"
      },
      {
        "b": "Bibliothèque nationale de France"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "identifiedBy": [
      {
        "@type": "CopyrightNumber",
        "value": "DL1377-1984",
        "source": {
          "@type": "Source",
          "label": "Bibliothèque nationale de France"
        }
      }
    ]
  }
}