TODO
addLink isPartOfBibliography?
$a
property
$9
addLink
resourceType
property
Exempel: -
MARC
{
  "042": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "9": "NB"
      }
    ]
  }
}
JSON-LD
{
  "bibliography": [
    {
      "@id": "https://libris.kb.se/library/NB",
      "@type": "Bibliography",
      "sigel": "NB"
    }
  ],
  "mainEntity": {
    "instanceOf": {
      "@type": "Text"
    }
  }
}
Exempel: -
MARC
{
  "042": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "9": "NB"
      },
      {
        "9": "DIGI"
      }
    ]
  }
}
JSON-LD
{
  "bibliography": [
    {
      "@id": "https://libris.kb.se/library/NB",
      "@type": "Bibliography",
      "sigel": "NB"
    },
    {
      "@id": "https://libris.kb.se/library/DIGI",
      "@type": "Bibliography",
      "sigel": "DIGI"
    }
  ],
  "mainEntity": {
    "instanceOf": {
      "@type": "Text"
    }
  }
}