resourceType
repeatable
false
NOTE:local
ANVÄNDS NORMALT EJ I BIBLIOGRAFISK POST
NOTE:$2
link
resourceType
property
$a
property
infer
true
$b
$c
about
_:source
property
NOTE
FIX COLLISION WITH SUBFIELD 2
$d
addLink
resourceType
property
$f
$g
addProperty
$q
$u
addProperty
equivalentToId
true
$3
$5
resourceType
property
$6
property
Exempel: -
MARC
{
  "540": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Current copyright fee: GBP12.50"
      },
      {
        "c": "19"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "@type": "Instance",
    "usageAndAccessPolicy": [
      {
        "@type": "UsePolicy",
        "label": "Current copyright fee: GBP12.50",
        "source": {
          "@type": "Source",
          "label": "19"
        }
      }
    ]
  }
}
Exempel: -
MARC
[
  {
    "540": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "YYYY"
        }
      ]
    }
  },
  {
    "540": {
      "ind1": " ",
      "ind2": " ",
      "subfields": [
        {
          "a": "XXXX"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "@type": "Instance",
    "usageAndAccessPolicy": [
      {
        "@type": "UsePolicy",
        "label": "YYYY"
      },
      {
        "@type": "UsePolicy",
        "label": "XXXX"
      }
    ]
  }
}
Exempel: Revert embellished linked License
Normalized MARC:
{
  "540": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "CC0 1.0 universell"
      },
      {
        "u": "http://creativecommons.org/publicdomain/zero/1.0/"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "@type": "Instance",
    "usageAndAccessPolicy": [
      {
        "@id": "http://creativecommons.org/publicdomain/zero/1.0/",
        "@type": "License",
        "titleByLang": {
          "en": "CC0 1.0 Universal",
          "sv": "CC0 1.0 universell"
        }
      }
    ]
  }
}