resourceType
i1
marcDefault
TODO
$b source - Source - rdfs:label in BF2 conversion 1.6
$a
resourceType
property
NOTE:marc-repeatable
false
$b
property
$c
NOTE:marc-repeatable
true
$f
addProperty
$n
addProperty
$3
$5
resourceType
property
$6
property
Exempel: -
MARC
[
  {
    "037": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "10.1002/9783527617128"
        },
        {
          "b": "Wiley InterScience"
        },
        {
          "n": "http://www3.interscience.wiley.com"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "acquisitionSource": [
      {
        "@type": "AcquisitionSource",
        "identifiedBy": [
          {
            "@type": "StockNumber",
            "value": "10.1002/9783527617128"
          }
        ],
        "label": "Wiley InterScience",
        "comment": [
          "http://www3.interscience.wiley.com"
        ]
      }
    ],
    "instanceOf": {
      "@type": "Text"
    }
  }
}