NOTE:$0
Add linking possibility, for example https://gamemetadata.soe.ucsc.edu/platform
NOTE:$2
TODO source, need to be wrapped in correct type.
$a
addLink
resourceType
property
$b
addLink
resourceType
property
$c
addLink
resourceType
property
$1
$6
Exempel: -
MARC
{
  "753": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "PC"
      },
      {
        "c": "Windows 95"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "@type": "Instance",
    "systemRequirement": [
      {
        "@type": "MachineModel",
        "label": "PC"
      },
      {
        "@type": "OperatingSystem",
        "label": "Windows 95"
      }
    ]
  }
}