NOTE
see also auth045 TimePeriodOfHeading
TODO
bf2 temporalCoverage, This is the EDTF value table from the LoC BF2 converter, not the readable form. Might be better as linked resources with both labels and codes.
i1
tokenMap
0
marc:SingleDateTime
1
marc:MultipleSingleDatesTimes
2
marc:RangeOfDatesTimes
marcDefault
$c
Exempel: -
MARC
{
  "045": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Foo Bar"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "marc:hasTimePeriodOfContent": {
        "@type": "marc:TimePeriodOfContent",
        "marc:timePeriodCode": [
          "Foo Bar"
        ]
      }
    }
  }
}
Exempel: -
MARC
{
  "045": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Foo Bar"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "marc:hasTimePeriodOfContent": {
        "@type": "marc:TimePeriodOfContent",
        "marc:timePeriodCode": [
          "Foo Bar"
        ],
        "marc:typeOfTimePeriod": "marc:SingleDateTime"
      }
    }
  }
}