NOTE:local
ANVÄNDS NORMALT INTE I BIBLIOGRAFISKA FORMATET
NOTE:record-count
350
addLink
resourceType
$a
about
_:topic
$2
resourceType
property
Exempel: GF inScheme
MARC
{
  "380": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Novel"
      },
      {
        "2": "lcgft"
      }
    ]
  }
}
Normalized MARC:
{
  "655": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "Novel"
      },
      {
        "2": "lcgft"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "genreForm": [
        {
          "@type": "GenreForm",
          "inScheme": {
            "@id": "https://id.kb.se/term/lcgft",
            "@type": "ConceptScheme",
            "code": "lcgft"
          },
          "prefLabel": "Novel"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "380": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Operas"
      }
    ]
  }
}
Normalized MARC:
{
  "655": {
    "ind1": " ",
    "ind2": "4",
    "subfields": [
      {
        "a": "Operas"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "genreForm": [
        {
          "@type": "GenreForm",
          "prefLabel": "Operas"
        }
      ]
    }
  }
}