aboutAlias
_:work
addLink
resourceType
$6
property
$a
about
_:title
property
required
true
$d
property
Exempel: -
MARC
{
  "630": {
    "ind1": " ",
    "ind2": "0",
    "subfields": [
      {
        "a": "Talmud"
      },
      {
        "p": "Bava meẓia"
      }
    ]
  }
}
Normalized MARC:
{
  "630": {
    "ind1": "0",
    "ind2": "0",
    "subfields": [
      {
        "a": "Talmud"
      },
      {
        "p": "Bava meẓia"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Work",
          "hasTitle": [
            {
              "@type": "Title",
              "mainTitle": "Talmud",
              "partName": [
                "Bava meẓia"
              ]
            }
          ],
          "inScheme": {
            "@id": "https://id.kb.se/term/lcsh",
            "@type": "ConceptScheme",
            "code": "lcsh"
          }
        }
      ]
    }
  }
}
Exempel: Faulty marc:nonfilingChars with value space should revert to ind1=0
Normalized MARC:
{
  "630": {
    "ind1": "0",
    "ind2": "4",
    "subfields": [
      {
        "a": "Bibeln."
      },
      {
        "p": "Uppenbarelseboken"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Work",
          "hasTitle": [
            {
              "@type": "Title",
              "mainTitle": "Bibeln.",
              "marc:nonfilingChars": " ",
              "partName": [
                "Uppenbarelseboken"
              ]
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "630": {
    "ind1": "0",
    "ind2": "7",
    "subfields": [
      {
        "a": "Koranen"
      },
      {
        "x": "kommentarer"
      },
      {
        "x": "historia"
      },
      {
        "2": "sao"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "inScheme": {
            "@id": "https://id.kb.se/term/sao",
            "@type": "ConceptScheme",
            "code": "sao"
          },
          "termComponentList": [
            {
              "@type": "Work",
              "hasTitle": [
                {
                  "@type": "Title",
                  "mainTitle": "Koranen"
                }
              ]
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "kommentarer"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "historia"
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "630": {
    "ind1": "0",
    "ind2": "0",
    "subfields": [
      {
        "a": "Bible"
      },
      {
        "p": "Prophets"
      },
      {
        "x": "Commentaries"
      },
      {
        "x": "Early works to 1800"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "inScheme": {
            "@id": "https://id.kb.se/term/lcsh",
            "@type": "ConceptScheme",
            "code": "lcsh"
          },
          "termComponentList": [
            {
              "@type": "Work",
              "hasTitle": [
                {
                  "@type": "Title",
                  "mainTitle": "Bible",
                  "partName": [
                    "Prophets"
                  ]
                }
              ]
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "Commentaries"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "Early works to 1800"
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "630": {
    "ind1": "0",
    "ind2": "4",
    "subfields": [
      {
        "a": "Knýtlinga saga"
      },
      {
        "d": "(1979)"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Work",
          "date": "(1979)",
          "hasTitle": [
            {
              "@type": "Title",
              "mainTitle": "Knýtlinga saga"
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "630": {
    "ind1": "0",
    "ind2": "4",
    "subfields": [
      {
        "a": "Bible."
      },
      {
        "p": "N.T."
      },
      {
        "p": "Galatians VI, 10"
      },
      {
        "v": "Sermons."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "termComponentList": [
            {
              "@type": "Work",
              "hasTitle": [
                {
                  "@type": "Title",
                  "mainTitle": "Bible.",
                  "partName": [
                    "N.T.",
                    "Galatians VI, 10"
                  ]
                }
              ]
            },
            {
              "@type": "GenreSubdivision",
              "prefLabel": "Sermons."
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "630": {
    "ind1": "0",
    "ind2": "6",
    "subfields": [
      {
        "a": "Bible."
      },
      {
        "p": "A.T."
      },
      {
        "x": "Critique textuelle"
      },
      {
        "v": "Pâeriodiques."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "inScheme": {
            "@id": "https://id.kb.se/term/rvm",
            "@type": "ConceptScheme",
            "code": "rvm"
          },
          "termComponentList": [
            {
              "@type": "Work",
              "hasTitle": [
                {
                  "@type": "Title",
                  "mainTitle": "Bible.",
                  "partName": [
                    "A.T."
                  ]
                }
              ]
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "Critique textuelle"
            },
            {
              "@type": "GenreSubdivision",
              "prefLabel": "Pâeriodiques."
            }
          ]
        }
      ]
    }
  }
}