NOTE
We deviate from https://www.loc.gov/bibframe/mtbf/ as we do not link from the Work with hasInstance.
aboutAlias
_:instance
addLink
resourceType
i2
ignored
true
marcDefault
NOTE:domainIncludes
Serial
FIXME
this is overeagerly reverted from a hasPart converted from 740; should only be added if issuanceType = 'Serial'...
Exempel: -
MARC
{
  "774": {
    "ind1": " ",
    "ind2": "8",
    "subfields": [
      {
        "t": "Map of area with highlighted street"
      },
      {
        "b": "3. ed."
      },
      {
        "w": "000"
      }
    ]
  }
}
Normalized MARC:
{
  "774": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "t": "Map of area with highlighted street"
      },
      {
        "w": "000"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasPart": [
      {
        "@type": "Instance",
        "editionStatement": "3. ed.",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Map of area with highlighted street"
          }
        ],
        "describedBy": [
          {
            "@type": "Record",
            "controlNumber": "000"
          }
        ]
      }
    ]
  }
}
Exempel: Example from bvnqrd8n4hkn61z
MARC
{
  "774": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Bonnevie, Kristine"
      },
      {
        "t": "Hydroida"
      }
    ]
  }
}
Normalized MARC:
{
  "774": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Bonnevie, Kristine"
      },
      {
        "t": "Hydroida"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasPart": [
      {
        "@type": "Instance",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Hydroida"
          }
        ],
        "instanceOf": {
          "@type": "Work",
          "contribution": [
            {
              "@type": "PrimaryContribution",
              "agent": {
                "@type": "Agent",
                "label": "Bonnevie, Kristine"
              }
            }
          ]
        }
      }
    ]
  }
}
Exempel: Example from 5ngcg35h0rdv299
MARC
{
  "774": {
    "ind1": "0",
    "ind2": "8",
    "subfields": [
      {
        "i": "Parallellutgåva:"
      },
      {
        "t": "Swedes in the Twin Cities"
      },
      {
        "d": "2001"
      },
      {
        "z": "0-87351-399-1"
      },
      {
        "w": "6200512"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasPart": [
      {
        "@type": "Instance",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Swedes in the Twin Cities"
          }
        ],
        "describedBy": [
          {
            "@type": "Record",
            "controlNumber": "6200512"
          }
        ],
        "identifiedBy": [
          {
            "@type": "ISBN",
            "value": "0-87351-399-1"
          }
        ],
        "provisionActivityStatement": "2001",
        "marc:displayText": [
          "Parallellutgåva:"
        ]
      }
    ]
  }
}
Exempel: Should not collide with bib 774 - Example from 1kcdqdxc3cx2hw2
MARC
{
  "774": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "t": "Indices topographicos"
      }
    ]
  }
}
Normalized MARC:
{
  "774": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "t": "Indices topographicos"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasPart": [
      {
        "@type": "Instance",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Indices topographicos"
          }
        ]
      }
    ]
  }
}