linkSubsequentRepeated
addLink
resourceType
TODO:groupId
#part-$seq
embedded
true
NOTE:$0
nac
$a
resourceType
property
$b
resourceType
property
$c
resourceType
property
$d
resourceType
property
$e
$0
$2
about
_:digitalCharacteristic
link
resourceType
property
supplementary
true
$3
supplementary
true
$6
about
_:digitalCharacteristic
property
supplementary
true
Exempel: -
MARC
[
  {
    "347": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "text file"
        },
        {
          "b": "PDF"
        },
        {
          "2": "rdaft"
        }
      ]
    }
  },
  {
    "347": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "data file"
        },
        {
          "b": "XML"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "digitalCharacteristic": [
      {
        "@type": "FileType",
        "label": "text file"
      },
      {
        "@type": "EncodingFormat",
        "label": "PDF"
      },
      {
        "@type": "DigitalCharacteristic",
        "source": {
          "@type": "Source",
          "code": "rdaft"
        }
      }
    ],
    "hasPart": [
      {
        "@type": "Instance",
        "digitalCharacteristic": [
          {
            "@type": "FileType",
            "label": "data file"
          },
          {
            "@type": "EncodingFormat",
            "label": "XML"
          }
        ]
      }
    ]
  }
}