NOTE:LC
I - credits (Add Cast: before $a content)
addLink
i1
marcDefault
0
tokenMap
0
marc:NoDisplayConstantGenerated
1
marc:Cast
$a
property
$6
property
Exempel: -
MARC
[
  {
    "511": {
      "ind1": "1",
      "ind2": " ",
      "subfields": [
        {
          "a": "cast"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "hasNote": [
        {
          "@type": "marc:ParticipantOrPerformerNote",
          "label": "cast",
          "marc:displayConstantController": "marc:Cast"
        }
      ]
    }
  }
}
Exempel: -
MARC
[
  {
    "511": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "participant"
        }
      ]
    }
  }
]
Normalized MARC:
[
  {
    "511": {
      "ind1": "0",
      "ind2": " ",
      "subfields": [
        {
          "a": "participant"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "hasNote": [
        {
          "@type": "marc:ParticipantOrPerformerNote",
          "label": "participant"
        }
      ]
    }
  }
}