resourceType
i1
tokenMap
0
full
1
abridged
marcDefault
$a
property
$b
ignored
true
$2
Exempel: -
MARC
{
  "080": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "030"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "classification": [
        {
          "@type": "ClassificationUdc",
          "code": "030"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "080": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "030"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "classification": [
        {
          "@type": "ClassificationUdc",
          "code": "030",
          "edition": "full"
        }
      ]
    }
  }
}