{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:classification/stationType",
  "@type": [
    "cdi:StatisticalClassification"
  ],
  "cdi:name": [
    {
      "@type": [
        "cdi:ObjectName"
      ],
      "cdi:name": "weatherStationType"
    }
  ],
  "cdi:identifier": {
    "@type": [
      "cdi:Identifier"
    ],
    "cdi:uri": "https://example.org/classification/stationType/1"
  },
  "cdi:displayLabel": [
    {
      "@type": [
        "cdi:LabelForDisplay"
      ],
      "cdi:languageSpecificString": {
        "@type": [
          "cdi:LanguageString"
        ],
        "cdi:content": "Weather station type",
        "cdi:language": "en"
      }
    }
  ],
  "cdi:purpose": {
    "@type": [
      "cdi:InternationalString"
    ],
    "cdi:languageSpecificString": {
      "@type": [
        "cdi:LanguageString"
      ],
      "cdi:content": "Classifies observing stations by siting and instrumentation, for stratifying temperature series.",
      "cdi:language": "en"
    }
  },
  "cdi:isCurrent": true,
  "cdi:isFloating": false,
  "cdi:allowsDuplicates": false,
  "cdi:availableLanguage": [
    "en"
  ],
  "cdi:releaseDate": {
    "@type": [
      "cdi:CombinedDate"
    ],
    "cdi:isoDate": "2026-01-15"
  },
  "cdi:has_ClassificationItem": [
    {
      "@id": "ex:classification/stationType/synoptic",
      "@type": [
        "cdi:ClassificationItem"
      ],
      "cdi:name": [
        {
          "@type": [
            "cdi:ObjectName"
          ],
          "cdi:name": "synoptic"
        }
      ],
      "cdi:isValid": true,
      "cdi:identifier": {
        "@type": [
          "cdi:Identifier"
        ],
        "cdi:uri": "https://example.org/classification/stationType/synoptic"
      }
    },
    {
      "@id": "ex:classification/stationType/automatic",
      "@type": [
        "cdi:ClassificationItem"
      ],
      "cdi:name": [
        {
          "@type": [
            "cdi:ObjectName"
          ],
          "cdi:name": "automatic"
        }
      ],
      "cdi:isValid": true,
      "cdi:identifier": {
        "@type": [
          "cdi:Identifier"
        ],
        "cdi:uri": "https://example.org/classification/stationType/automatic"
      }
    }
  ]
}