aboutAlias
_:instance
addLink
resourceType
i2
ignored
true
marcDefault
Exempel: Example from fxqnstdr4mdmvws
MARC
{
  "777": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Gerland, Gunilla"
      },
      {
        "t": "Autism : svårigehter och möjligheter"
      },
      {
        "w": "9735858"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "issuedWith": [
      {
        "@type": "Instance",
        "describedBy": [
          {
            "@type": "Record",
            "controlNumber": "9735858"
          }
        ],
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Autism : svårigehter och möjligheter"
          }
        ],
        "instanceOf": {
          "@type": "Work",
          "contribution": [
            {
              "@type": "PrimaryContribution",
              "agent": {
                "@type": "Agent",
                "label": "Gerland, Gunilla"
              }
            }
          ]
        }
      }
    ]
  }
}
Exempel: Example from p712h67105rn32k
MARC
{
  "777": {
    "ind1": "0",
    "ind2": "8",
    "subfields": [
      {
        "i": "Online"
      },
      {
        "a": "Andersson, Jan"
      },
      {
        "t": "Personlig utveckling för alla medarbetare - Fallrapport (Länia AB, Örebro)"
      },
      {
        "d": "1994"
      },
      {
        "w": "12033323"
      }
    ]
  }
}
Normalized MARC:
{
  "777": {
    "ind1": "0",
    "ind2": "8",
    "subfields": [
      {
        "i": "Online"
      },
      {
        "a": "Andersson, Jan"
      },
      {
        "t": "Personlig utveckling för alla medarbetare - Fallrapport (Länia AB, Örebro)"
      },
      {
        "d": "1994"
      },
      {
        "w": "12033323"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "issuedWith": [
      {
        "@type": "Instance",
        "describedBy": [
          {
            "@type": "Record",
            "controlNumber": "12033323"
          }
        ],
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Personlig utveckling för alla medarbetare - Fallrapport (Länia AB, Örebro)"
          }
        ],
        "provisionActivityStatement": "1994",
        "instanceOf": {
          "@type": "Work",
          "contribution": [
            {
              "@type": "PrimaryContribution",
              "agent": {
                "@type": "Agent",
                "label": "Andersson, Jan"
              }
            }
          ]
        },
        "marc:displayText": [
          "Online"
        ]
      }
    ]
  }
}
Exempel: Verify mapping of seriesStatement
MARC
{
  "777": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "t": "Statliga betongbestämmelser"
      },
      {
        "k": "Statens offentliga utredningar"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "issuedWith": [
      {
        "@type": "Instance",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Statliga betongbestämmelser"
          }
        ],
        "seriesStatement": [
          "Statens offentliga utredningar"
        ]
      }
    ]
  }
}
Exempel: -
Normalized MARC:
{
  "777": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Paris, Peace Conference"
      }
    ]
  }
}
Exempel: -
Normalized MARC:
{
  "777": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Delegation from Sweden, World Peace Conference"
      }
    ]
  }
}