TODO
Should we deprecate this altogether? BF2=nac
$b
ignored
true
$c
ignored
true
NOTE:record-count
1
NOTE:local
Används normalt ej
$m
ignored
true
NOTE:record-count
0
NOTE:local
Används normalt ej
$q
link
resourceType
property
$y
ignored
true
NOTE:record-count
0
NOTE:local
Används normalt ej
$z
ignored
true
NOTE:record-count
0
NOTE:local
Används normalt ej
Exempel: -
MARC
{
  "083": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "158.1"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "additionalClassificationDdc": [
        {
          "@type": "ClassificationDdc",
          "edition": "full",
          "code": "158.1"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "083": {
    "ind1": "7",
    "ind2": " ",
    "subfields": [
      {
        "a": "598.0994"
      },
      {
        "q": "KB"
      },
      {
        "2": "23/nor"
      }
    ]
  }
}
Normalized MARC:
{
  "083": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "598.0994"
      },
      {
        "q": "KB"
      },
      {
        "2": "23/nor"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "additionalClassificationDdc": [
        {
          "@type": "ClassificationDdc",
          "code": "598.0994",
          "edition": "other",
          "editionEnumeration": "23/nor",
          "source": {
            "@type": "Source",
            "label": "KB"
          }
        }
      ]
    }
  }
}