TODO
group with classification
i1
property
TODO:uriTemplate
http://id.loc.gov/vocabulary/classSchemes/{_}
tokenMap
0
sudocs
1
cacodoc
marcDefault
definedElsewhereToken
$0
$1
$6
property
Exempel: FUNKAR
MARC
{
  "086": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "A 13.28:F 61/2/981 Glacier"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text"
    },
    "marc:hasGovernmentDocumentClassificationNumber": [
      {
        "@type": "marc:GovernmentDocumentClassificationNumber",
        "marc:classificationNumber": "A 13.28:F 61/2/981 Glacier",
        "inScheme": {
          "@type": "ClassificationScheme",
          "code": "sudocs"
        }
      }
    ]
  }
}
Exempel: Empty i1, Source in $2
MARC
{
  "086": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "HEU/G74.3C49"
      },
      {
        "2": "ordocs"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text"
    },
    "marc:hasGovernmentDocumentClassificationNumber": [
      {
        "@type": "marc:GovernmentDocumentClassificationNumber",
        "marc:classificationNumber": "HEU/G74.3C49",
        "marc:numberSource": "ordocs"
      }
    ]
  }
}