addLink
resourceType
$a
aboutNew
_:durationPart
property
$6
ignored
true
NOTE:LC
ignore (v1.6)
Exempel: -
MARC
[
  {
    "306": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "003100"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "hasDuration": [
      {
        "@type": "Duration",
        "value": "003100"
      }
    ]
  }
}
Exempel: -
MARC
[
  {
    "306": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "003100"
        },
        {
          "a": "001839"
        }
      ]
    }
  },
  {
    "500": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "Durations: 31:00 ; 18:39."
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "hasDuration": [
      {
        "@type": "Duration",
        "hasPart": [
          {
            "@type": "Duration",
            "value": "003100"
          },
          {
            "@type": "Duration",
            "value": "001839"
          }
        ]
      }
    ],
    "hasNote": [
      {
        "@type": "Note",
        "label": "Durations: 31:00 ; 18:39."
      }
    ]
  }
}