linkSubsequentRepeated
addLink
resourceType
match
0
when
$a & $b & $2=rdamedia
1
when
$2=rdamedia
$a
about
_:mediaType
property
infer
true
$b
about
_:mediaType
property
$0
about
_:mediaType
$1
$2
about
_:mediaType
property
marcDefault
rdamedia
supplementary
true
$6
about
_:mediaType
property
supplementary
true
$8
about
_:mediaType
supplementary
true
$3
supplementary
true
Exempel: -
MARC
[
  {
    "337": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "audio"
        },
        {
          "2": "rdamedia"
        }
      ]
    }
  },
  {
    "337": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "b": "s"
        },
        {
          "2": "rdamedia"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "mediaType": [
      {
        "@id": "https://id.kb.se/term/rda/media/audio",
        "@type": "MediaType",
        "label": "audio"
      }
    ],
    "hasPart": [
      {
        "@type": "Instance",
        "mediaType": [
          {
            "@id": "https://id.kb.se/term/rda/media/s",
            "@type": "MediaType",
            "code": "s"
          }
        ]
      }
    ]
  }
}
Exempel: -
MARC
{
  "337": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "audio"
      },
      {
        "b": "s"
      },
      {
        "2": "rdamedia"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "mediaType": [
      {
        "@id": "https://id.kb.se/term/rda/media/s",
        "@type": "MediaType",
        "code": "s",
        "label": "audio"
      }
    ]
  }
}
Exempel: -
MARC
{
  "337": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "audio"
      },
      {
        "2": "rdamedia"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "mediaType": [
      {
        "@id": "https://id.kb.se/term/rda/media/audio",
        "@type": "MediaType",
        "label": "audio"
      }
    ]
  }
}
Exempel: -
MARC
{
  "337": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "b": "s"
      },
      {
        "2": "rdamedia"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "mediaType": [
      {
        "@id": "https://id.kb.se/term/rda/media/s",
        "@type": "MediaType",
        "code": "s"
      }
    ]
  }
}
Exempel: -
MARC
{
  "337": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "audio"
      },
      {
        "b": "s"
      },
      {
        "2": "otherlist"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "mediaType": [
      {
        "@type": "MediaType",
        "code": "s",
        "label": "audio",
        "termGroup": "otherlist"
      }
    ]
  }
}