aboutAlias
_:work
$a
about
_:title
property
Exempel: -
MARC
{
  "243": {
    "ind1": "1",
    "ind2": " ",
    "subfields": [
      {
        "a": "Philosophical works"
      },
      {
        "k": "Selsections"
      }
    ]
  }
}
Normalized MARC:
{
  "243": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Philosophical works"
      },
      {
        "k": "Selsections"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "hasTitle": [
        {
          "@type": "CollectiveTitle",
          "mainTitle": "Philosophical works",
          "marc:formSubheading": [
            "Selsections"
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "243": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Correspondence"
      },
      {
        "l": "English"
      },
      {
        "s": "Selections"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "hasTitle": [
        {
          "@type": "CollectiveTitle",
          "mainTitle": "Correspondence"
        }
      ],
      "language": {
        "@type": "Language",
        "label": "English"
      },
      "version": "Selections"
    }
  }
}