TODO
Previously misused as 246?
NOTE:domainIncludes
Integrating
addLink
embedded
true
resourceType
i1
NOTE
Previously: Added entry controller, Nothing about indicators in marc-bf conversion 1.6
ignored
true
marcDefault
1
i2
NOTE
Previously: Show remark, Nothing about indicators in marc-bf conversion 1.6
ignored
true
marcDefault
0
Exempel: -
MARC
{
  "247": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Everywoman's magazine"
      },
      {
        "f": "v.5, no. 6.(1963-)-v.10, no. 1 (1967)"
      },
      {
        "h": "medium"
      },
      {
        "g": "qualifier"
      }
    ]
  }
}
Normalized MARC:
{
  "247": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Everywoman's magazine"
      },
      {
        "f": "v.5, no. 6.(1963-)-v.10, no. 1 (1967)"
      },
      {
        "g": "qualifier"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasTitle": [
      {
        "@type": "FormerTitle",
        "mainTitle": "Everywoman's magazine",
        "date": "v.5, no. 6.(1963-)-v.10, no. 1 (1967)",
        "qualifier": "qualifier"
      }
    ]
  }
}
Exempel: -
MARC
{
  "247": {
    "ind1": "0",
    "ind2": "0",
    "subfields": [
      {
        "a": "Customs and excise circular"
      },
      {
        "n": "Part 2"
      },
      {
        "f": "1923-1925"
      },
      {
        "x": "0019-8536"
      }
    ]
  }
}
Normalized MARC:
{
  "247": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Customs and excise circular"
      },
      {
        "n": "Part 2"
      },
      {
        "f": "1923-1925"
      },
      {
        "x": "0019-8536"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "hasTitle": [
      {
        "@type": "FormerTitle",
        "mainTitle": "Customs and excise circular",
        "hasPart": [
          {
            "@type": "TitlePart",
            "partNumber": "Part 2"
          }
        ],
        "date": "1923-1925",
        "identifiedBy": {
          "@type": "ISSN",
          "value": "0019-8536"
        }
      }
    ]
  }
}