NOTE:local
ANVÄNDS NORMALT EJ
embedded
true
resourceType
match
0
when
i1=7 & $2
$2
requires-i1
7
link
resourceType
property
i1
marcDefault
7
definedElsewhereToken
7
tokenMap
7
marc:SourceSpecifiedInSubfield2
marc:LAC
$a
property
$z
addProperty
$2
link
resourceType
property
requires-i1
7
TODO
https://www.loc.gov/marc/organizations/
$6
Exempel: identifiedBy.Local source = Library and Archives Canada
MARC
{
  "016": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "721234569"
      }
    ]
  }
}
JSON-LD
{
  "@type": "Record",
  "identifiedBy": [
    {
      "@type": "Local",
      "marc:nationalBibliographicAgency": "marc:LAC",
      "value": "721234569"
    }
  ],
  "mainEntity": {}
}
Exempel: identifiedBy.Local source in $2
MARC
{
  "016": {
    "ind1": "7",
    "ind2": " ",
    "subfields": [
      {
        "a": "721234569"
      },
      {
        "2": "Uk"
      }
    ]
  }
}
JSON-LD
{
  "@type": "Record",
  "identifiedBy": [
    {
      "@type": "Local",
      "value": "721234569",
      "source": {
        "@type": "Source",
        "code": "Uk"
      }
    }
  ],
  "mainEntity": {}
}