addLink
resourceType
TODO
Concept should be Topic
match
0
when
NOTE
stops here to get i2=0 without $2
onRevert
inScheme
code
NAL
1
when
i2=7 & $2
$2
requires-i2
7
resourceType
property
i2
resourceType
property
tokenMap
0
NAL
TODO:uriTemplate
http://id.loc.gov/vocabulary/classSchemes/agricola{_}
definedElsewhereToken
7
marcDefault
7
NOTE:$a
Is code in BF2 1.5
TODO:$2
If $2 = bisacsh, then http://id.loc.gov/vocabulary/classSchemes/bisacsh
$a
property
required
true
$x
resourceType
property
$6
property
Exempel: -
MARC
{
  "072": {
    "ind1": " ",
    "ind2": "0",
    "subfields": [
      {
        "a": "Token"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Concept",
          "label": "Token",
          "inScheme": {
            "@type": "ConceptScheme",
            "code": "NAL"
          }
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "072": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "aZ1"
      },
      {
        "x": ".630"
      },
      {
        "2": "mesh"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Concept",
          "label": "aZ1",
          "inCollection": {
            "@type": "ConceptCollection",
            "label": ".630"
          },
          "inScheme": {
            "@type": "ConceptScheme",
            "code": "mesh"
          }
        }
      ]
    }
  }
}
Exempel: i2=7 without $2
MARC
{
  "072": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "Token"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Concept",
          "label": "Token"
        }
      ]
    }
  }
}