linkSubsequentRepeated
addLink
resourceType
NOTE:$0
nac
$0
$2
about
_:projectionCharacteristic
link
resourceType
property
supplementary
true
$3
supplementary
true
$6
about
_:projectionCharacteristic
property
supplementary
true
Exempel: -
MARC
[
  {
    "345": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "Cinerama"
        },
        {
          "2": "rdapf"
        }
      ]
    }
  },
  {
    "345": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "b": "24fps"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "projectionCharacteristic": [
      {
        "@type": "PresentationFormat",
        "label": "Cinerama"
      },
      {
        "@type": "ProjectionCharacteristic",
        "source": {
          "@type": "Source",
          "code": "rdapf"
        }
      }
    ],
    "hasPart": [
      {
        "@type": "Instance",
        "projectionCharacteristic": [
          {
            "@type": "ProjectionSpeed",
            "label": "24fps"
          }
        ]
      }
    ]
  }
}