{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:rv/airTemperature",
  "@type": [
    "cdi:RepresentedVariable"
  ],
  "cdi:name": [
    {
      "@type": [
        "cdi:ObjectName"
      ],
      "cdi:name": "airTemperature"
    }
  ],
  "cdi:displayLabel": [
    {
      "@type": [
        "cdi:LabelForDisplay"
      ],
      "cdi:languageSpecificString": {
        "@type": [
          "cdi:LanguageString"
        ],
        "cdi:content": "Air temperature (2 m)",
        "cdi:language": "en"
      }
    }
  ],
  "cdi:definition": {
    "@type": [
      "cdi:InternationalString"
    ],
    "cdi:languageSpecificString": {
      "@type": [
        "cdi:LanguageString"
      ],
      "cdi:content": "Temperature of the air measured at 2 m above ground level, in degrees Celsius.",
      "cdi:language": "en"
    }
  },
  "cdi:identifier": {
    "@type": [
      "cdi:Identifier"
    ],
    "cdi:ddiIdentifier": {
      "@type": [
        "cdi:InternationalRegistrationDataIdentifier"
      ],
      "cdi:dataIdentifier": "rv-air-temperature",
      "cdi:registrationAuthorityIdentifier": "example.org",
      "cdi:versionIdentifier": "1"
    }
  },
  "cdi:simpleUnitOfMeasure": "degC"
}