{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:cve/decimal",
  "@type": [
    "cdi:ControlledVocabularyEntry"
  ],
  "cdi:entryValue": [
    "decimal"
  ],
  "cdi:name": "XML Schema decimal",
  "cdi:vocabulary": {
    "@type": [
      "cdi:Reference"
    ],
    "cdi:uri": "https://www.w3.org/TR/xmlschema-2/",
    "cdi:description": "W3C XML Schema Part 2 built-in datatypes."
  },
  "cdi:entryReference": [
    {
      "@type": [
        "cdi:Reference"
      ],
      "cdi:uri": "https://www.w3.org/TR/xmlschema-2/#decimal"
    }
  ]
}