TODO:aboutEntity
?work
resourceType
i1
tokenMap
0
true
1
false
marcDefault
TODO
$2 - assigner - Agent - bf:code in BF conversion 1.6
TODO:$y?
TODO
inherit:$z + specific: marc:incorrectIssn
$a
property
$l
property
$m
addProperty
$2
link
property
$y
addProperty
$z
addProperty
$6
property
Exempel: -
MARC
{
  "022": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "0345-0856"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "identifiedBy": [
      {
        "@type": "ISSN",
        "value": "0345-0856"
      }
    ]
  }
}
Exempel: -
MARC
{
  "022": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "0345-0856"
      },
      {
        "2": "f"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "identifiedBy": [
      {
        "@type": "ISSN",
        "value": "0345-0856",
        "marc:internationalInterest": true,
        "source": {
          "@type": "marc:NationalIssnCentre",
          "code": "f"
        }
      }
    ]
  }
}