{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:pv/stationName",
  "@type": [
    "cdi:ReferenceVariable"
  ],
  "cdi:name": [
    {
      "@type": [
        "cdi:ObjectName"
      ],
      "cdi:name": "stationName"
    }
  ],
  "cdi:identifier": {
    "@type": [
      "cdi:Identifier"
    ],
    "cdi:uri": "https://example.org/pv/stationName"
  },
  "cdi:displayLabel": [
    {
      "@type": [
        "cdi:LabelForDisplay"
      ],
      "cdi:languageSpecificString": {
        "@type": [
          "cdi:LanguageString"
        ],
        "cdi:content": "Station name",
        "cdi:language": "en"
      }
    }
  ],
  "cdi:definition": {
    "@type": [
      "cdi:InternationalString"
    ],
    "cdi:languageSpecificString": {
      "@type": [
        "cdi:LanguageString"
      ],
      "cdi:content": "Human-readable station name carried alongside the station code for presentation; it identifies no new unit and is not itself measured.",
      "cdi:language": "en"
    }
  },
  "cdi:physicalDataType": {
    "@type": [
      "cdi:ControlledVocabularyEntry"
    ],
    "cdi:entryValue": [
      "string"
    ],
    "cdi:vocabulary": {
      "@type": [
        "cdi:Reference"
      ],
      "cdi:uri": "https://www.w3.org/TR/xmlschema-2/"
    }
  },
  "cdi:simpleUnitOfMeasure": "none"
}