linkSubsequentRepeated
addLink
resourceType
TODO:groupId
#part-$seq
embedded
true
$3
about
_:extent
resourceType
property
Exempel: -
MARC
[
  {
    "300": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "250 sidor"
        },
        {
          "e": "1 CD-ROM"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "extent": [
      {
        "@type": "Extent",
        "label": "250 sidor"
      }
    ],
    "accompaniedBy": {
      "@type": "Resource",
      "label": "1 CD-ROM"
    }
  }
}
Exempel: -
MARC
[
  {
    "300": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "250 sidor"
        },
        {
          "e": "1 CD-ROM"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "extent": [
      {
        "@type": "Extent",
        "label": "250 sidor"
      }
    ],
    "accompaniedBy": {
      "@type": "Resource",
      "label": "1 CD-ROM"
    }
  }
}
Exempel: -
MARC
[
  {
    "300": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "3": "correspondence"
        },
        {
          "a": "3"
        },
        {
          "f": "boxes"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "extent": [
      {
        "@type": "Extent",
        "appliesTo": {
          "@type": "Resource",
          "label": "correspondence"
        },
        "label": "3",
        "typeNote": "boxes"
      }
    ]
  }
}
Exempel: -
MARC
[
  {
    "300": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "11 volumes :"
        },
        {
          "b": "illustrations ;"
        },
        {
          "c": "24 cm"
        }
      ]
    }
  }
]
Normalized MARC:
[
  {
    "300": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "11 volumes"
        },
        {
          "b": "illustrations"
        },
        {
          "c": "24 cm"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "hasDimensions": [
      {
        "@type": "Dimensions",
        "label": "24 cm"
      }
    ],
    "extent": [
      {
        "@type": "Extent",
        "label": "11 volumes"
      }
    ],
    "physicalDetailsNote": "illustrations"
  }
}