NOTE
linkSubsequentRepeated will produce extra instances when repetition of fields is only used for different source,
linkSubsequentRepeated
addLink
resourceType
NOTE:$0
nac
$a
resourceType
property
$b
$0
$2
about
_:videoCharacteristic
link
resourceType
property
supplementary
true
$3
supplementary
true
$6
about
_:videoCharacteristic
property
supplementary
true
Exempel: -
MARC
[
  {
    "346": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "VHS"
        },
        {
          "2": "rdavf"
        }
      ]
    }
  },
  {
    "346": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "b": "PAL"
        },
        {
          "2": "rdabs"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "videoCharacteristic": [
      {
        "@type": "VideoFormat",
        "label": "VHS"
      },
      {
        "@type": "VideoCharacteristic",
        "source": {
          "@type": "Source",
          "code": "rdavf"
        }
      }
    ],
    "hasPart": [
      {
        "@type": "Instance",
        "videoCharacteristic": [
          {
            "@type": "BroadcastStandard",
            "label": "PAL"
          },
          {
            "@type": "VideoCharacteristic",
            "source": {
              "@type": "Source",
              "code": "rdabs"
            }
          }
        ]
      }
    ]
  }
}