resourceType
aboutAlias
_:work
$a
about
_:title
property
required
true
Exempel: Translated treaty
MARC
{
  "130": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Treaty of the Non-proliferation of Nuclear Weapons"
      },
      {
        "d": "(1968)."
      },
      {
        "l": "Spanish."
      },
      {
        "f": "1977."
      }
    ]
  }
}
Normalized MARC:
{
  "130": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Treaty of the Non-proliferation of Nuclear Weapons"
      },
      {
        "d": "(1968)."
      },
      {
        "l": "Spanish."
      },
      {
        "f": "1977."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "expressionOf": {
        "@type": "Work",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Treaty of the Non-proliferation of Nuclear Weapons"
          }
        ],
        "language": {
          "@type": "Language",
          "label": "Spanish."
        },
        "legalDate": "(1968).",
        "originDate": "1977."
      }
    }
  }
}
Exempel: String concerto
MARC
{
  "130": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Concertos,"
      },
      {
        "m": "violin,string orchestra,"
      },
      {
        "r": "D major."
      }
    ]
  }
}
Normalized MARC:
{
  "130": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Concertos,"
      },
      {
        "m": "violin,string orchestra,"
      },
      {
        "r": "D major."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "expressionOf": {
        "@type": "Work",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Concertos"
          }
        ],
        "musicMedium": [
          {
            "@type": "MusicMedium",
            "label": "violin,string orchestra"
          }
        ],
        "musicKey": "D major."
      }
    }
  }
}
Exempel: Swedish uniform title of the Bible from 81
MARC
{
  "130": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Bibeln."
      },
      {
        "p": "Nya Testamentet."
      },
      {
        "l": "Svenska"
      },
      {
        "s": "NT 81."
      }
    ]
  }
}
Normalized MARC:
{
  "130": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Bibeln."
      },
      {
        "p": "Nya Testamentet."
      },
      {
        "l": "Svenska"
      },
      {
        "s": "NT 81."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "expressionOf": {
        "@type": "Work",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Bibeln.",
            "partName": [
              "Nya Testamentet."
            ]
          }
        ],
        "language": {
          "@type": "Language",
          "label": "Svenska"
        },
        "version": "NT 81."
      }
    }
  }
}
Exempel: Traditional title, translated, no PrimaryContribution
MARC
[
  {
    "008": "|     |        |  |||||||||||000 ||eng| "
  },
  {
    "041": {
      "ind1": "1",
      "ind2": " ",
      "subfields": [
        {
          "a": "eng"
        },
        {
          "h": "ang"
        }
      ]
    }
  },
  {
    "130": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "Beowulf."
        },
        {
          "l": "English"
        }
      ]
    }
  },
  {
    "700": {
      "ind1": "1",
      "ind2": " ",
      "subfields": [
        {
          "a": "Morgan, Edwin,"
        },
        {
          "d": "1920-2010"
        },
        {
          "4": "trl"
        }
      ]
    }
  }
]
Normalized MARC:
[
  {
    "008": "|     |        |  |||||||||||000 ||eng| "
  },
  {
    "041": {
      "ind1": "1",
      "ind2": " ",
      "subfields": [
        {
          "a": "eng"
        },
        {
          "h": "ang"
        }
      ]
    }
  },
  {
    "130": {
      "ind1": "0",
      "ind2": " ",
      "subfields": [
        {
          "a": "Beowulf."
        },
        {
          "l": "English"
        }
      ]
    }
  },
  {
    "700": {
      "ind1": "1",
      "ind2": " ",
      "subfields": [
        {
          "a": "Morgan, Edwin,"
        },
        {
          "d": "1920-2010"
        },
        {
          "4": "trl"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "contribution": [
        {
          "@type": "Contribution",
          "agent": {
            "@type": "Person",
            "familyName": "Morgan",
            "givenName": "Edwin",
            "lifeSpan": "1920-2010"
          },
          "role": [
            {
              "@id": "https://id.kb.se/relator/trl",
              "@type": "Role",
              "code": "trl"
            }
          ]
        }
      ],
      "expressionOf": {
        "@type": "Work",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Beowulf."
          }
        ],
        "language": {
          "@type": "Language",
          "label": "English"
        }
      },
      "language": [
        {
          "@id": "https://id.kb.se/language/eng",
          "code": "eng"
        }
      ],
      "translationOf": [
        {
          "@type": "Work",
          "language": [
            {
              "@id": "https://id.kb.se/language/ang",
              "code": "ang"
            }
          ]
        }
      ]
    }
  }
}
Exempel: Movie sound recording
MARC
{
  "130": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Gone with the wind (Motion picture)."
      },
      {
        "h": "Sound recording."
      }
    ]
  }
}
Normalized MARC:
{
  "130": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Gone with the wind (Motion picture)."
      },
      {
        "h": "Sound recording."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "expressionOf": {
        "@type": "Work",
        "hasTitle": [
          {
            "@type": "Title",
            "mainTitle": "Gone with the wind (Motion picture)."
          }
        ],
        "marc:mediaTerm": "Sound recording."
      }
    }
  }
}