NOTE:LC
I - credits
addLink
NOTE:$7
BF2.1: $7 - Data provenance (R) nac
$a
property
$6
property
Exempel: -
MARC
[
  {
    "508": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "credits"
        }
      ]
    }
  },
  {
    "511": {
      "ind1": "0",
      "ind2": " ",
      "subfields": [
        {
          "a": "cast"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "hasNote": [
        {
          "@type": "marc:CreationProductionCreditsNote",
          "label": "credits"
        },
        {
          "@type": "marc:ParticipantOrPerformerNote",
          "label": "cast",
          "marc:displayConstantController": "marc:NoDisplayConstantGenerated"
        }
      ]
    }
  }
}