addLink
resourceType
aboutAlias
_:title
embedded
true
NOTE:LC
Translation of the title proper that is made by the cataloging agency. Translated titles which appear on the piece as a parallel title would be recorded in field 245 (Title Statement).
$c
ignored
true
NOTE:LC
ignore - responsibilityStatement
$h
ignored
true
NOTE:LC
ignore - medium
$y
link
matchUriToken
^\w{2,3}$
Exempel: -
MARC
{
  "242": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "New regulation on public order"
      },
      {
        "b": "an addendum to the instruction of the ward chairmen."
      },
      {
        "y": "eng"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasTitle": [
      {
        "@type": "TranslatedTitle",
        "mainTitle": "New regulation on public order",
        "titleRemainder": "an addendum to the instruction of the ward chairmen.",
        "language": {
          "@id": "https://id.kb.se/language/eng"
        }
      }
    ]
  }
}
Exempel: -
MARC
{
  "242": {
    "ind1": "1",
    "ind2": " ",
    "subfields": [
      {
        "a": "Annals of chemistry"
      },
      {
        "n": "Series C,."
      },
      {
        "p": "Organic chemistry and biochemistry."
      },
      {
        "y": "eng"
      }
    ]
  }
}
Normalized MARC:
{
  "242": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Annals of chemistry"
      },
      {
        "n": "Series C,."
      },
      {
        "p": "Organic chemistry and biochemistry."
      },
      {
        "y": "eng"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasTitle": [
      {
        "@type": "TranslatedTitle",
        "mainTitle": "Annals of chemistry",
        "hasPart": [
          {
            "@type": "TitlePart",
            "partName": "Organic chemistry and biochemistry.",
            "partNumber": "Series C,."
          }
        ],
        "language": {
          "@id": "https://id.kb.se/language/eng"
        }
      }
    ]
  }
}