{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@type": [
    "cdi:TextMapping"
  ],
  "@id": "ex:dataset/oceanTemp2025/var/seaWaterTemp/mapping",
  "cdi:format": {
    "@type": [
      "cdi:ControlledVocabularyEntry"
    ],
    "cdi:entryValue": [
      "#0.00"
    ],
    "cdi:name": "LDML number pattern"
  },
  "cdi:physicalDataType": {
    "@type": [
      "cdi:ControlledVocabularyEntry"
    ],
    "cdi:entryValue": [
      "xsd:decimal"
    ]
  },
  "cdi:decimalPositions": 2,
  "cdi:defaultDecimalSeparator": ".",
  "cdi:defaultDigitGroupSeparator": ",",
  "cdi:defaultValue": "NaN",
  "cdi:nullSequence": "-9999",
  "cdi:numberPattern": "#0.00",
  "cdi:isRequired": true,
  "cdi:length": 6,
  "cdi:minimumLength": 1,
  "cdi:maximumLength": 8,
  "cdi:position": 3,
  "cdi:mappingLabel": [
    {
      "@type": [
        "cdi:LabelForDisplay"
      ],
      "cdi:languageSpecificString": {
        "@type": [
          "cdi:LanguageString"
        ],
        "cdi:content": "Sea-water temperature column",
        "cdi:language": "en"
      }
    }
  ],
  "cdi:formats": {
    "@id": "ex:dataset/oceanTemp2025/var/seaWaterTemp"
  }
}