NOTE
We deviate from https://www.loc.gov/bibframe/mtbf/ as we do not link from the Work with hasInstance.
aboutAlias
_:instance
resourceType
i2
ignored
true
marcDefault
Exempel: -
MARC
{
  "765": {
    "ind1": " ",
    "ind2": "8",
    "subfields": [
      {
        "t": "Tempelriddaren"
      },
      {
        "h": "Fysisk beskrivning"
      },
      {
        "n": "Anmärkning"
      },
      {
        "w": "000"
      }
    ]
  }
}
Normalized MARC:
{
  "765": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "t": "Tempelriddaren"
      },
      {
        "w": "000"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "translationOf": [
      {
        "@type": "Instance",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Tempelriddaren"
          }
        ],
        "describedBy": [
          {
            "@type": "Record",
            "controlNumber": "000"
          }
        ],
        "extent": [
          {
            "@type": "Extent",
            "label": "Fysisk beskrivning"
          }
        ],
        "hasNote": [
          {
            "@type": "Note",
            "label": "Anmärkning"
          }
        ]
      }
    ]
  }
}
Exempel: Example from 5ng2np8h0j53pbb
MARC
{
  "765": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "i": "Översättning av vissa artiklar ur"
      },
      {
        "t": "Färg och fernissa"
      },
      {
        "x": "0427-9107"
      },
      {
        "w": "3736598"
      }
    ]
  }
}
Normalized MARC:
{
  "765": {
    "ind1": "0",
    "ind2": "8",
    "subfields": [
      {
        "i": "Översättning av vissa artiklar ur"
      },
      {
        "t": "Färg och fernissa"
      },
      {
        "x": "0427-9107"
      },
      {
        "w": "3736598"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "translationOf": [
      {
        "@type": "Instance",
        "describedBy": [
          {
            "@type": "Record",
            "controlNumber": "3736598"
          }
        ],
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Färg och fernissa"
          }
        ],
        "identifiedBy": [
          {
            "@type": "ISSN",
            "value": "0427-9107"
          }
        ],
        "marc:displayText": [
          "Översättning av vissa artiklar ur"
        ]
      }
    ]
  }
}