addLink
resourceType
aboutAlias
_:title
embedded
true
match
0
when
NOTE
stops here to get i2=_ without $2
onRevert
source
code
issnkey
1
when
i2=0 & $2
$2
requires-i2
0
link
resourceType
property
i2
link
resourceType
property
tokenMap
issnkey
marcDefault
0
definedElsewhereToken
0
$a
property
$b
NOTE:marc-repeatable
false
Exempel: -
MARC
{
  "210": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Mensuration photogrammetrie genie rural"
      },
      {
        "2": "dnlm"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasTitle": [
      {
        "@type": "AbbreviatedTitle",
        "mainTitle": "Mensuration photogrammetrie genie rural",
        "source": {
          "@type": "Source",
          "code": "dnlm"
        }
      }
    ]
  }
}
Exempel: -
MARC
{
  "210": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Plant prot. bull."
      },
      {
        "b": "(Faridabad)"
      }
    ]
  }
}
Normalized MARC:
{
  "210": {
    "ind1": "1",
    "ind2": " ",
    "subfields": [
      {
        "a": "Plant prot. bull."
      },
      {
        "b": "(Faridabad)"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasTitle": [
      {
        "@type": "AbbreviatedTitle",
        "mainTitle": "Plant prot. bull.",
        "qualifier": [
          "(Faridabad)"
        ],
        "source": {
          "@type": "Source",
          "code": "issnkey"
        }
      }
    ]
  }
}
Exempel: i2=0 without $2
MARC
{
  "210": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "No source"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasTitle": [
      {
        "@type": "AbbreviatedTitle",
        "mainTitle": "No source"
      }
    ]
  }
}