NOTE:local
ANVÄNDS NORMALT EJ
TODO
$b assigner - Agent - rdfs:label in BF2 conversion 1.6
$a
property
$b
link
resourceType
property
$6
Exempel: PostalRegistration with source in $b
MARC
{
  "032": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "PA-12345"
      },
      {
        "b": "Registering agency"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "identifiedBy": [
      {
        "@type": "PostalRegistration",
        "value": "PA-12345",
        "source": {
          "@type": "Source",
          "label": "Registering agency"
        }
      }
    ]
  }
}