{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@type": [
    "cdi:Statistics"
  ],
  "@id": "ex:stats/seaWaterTemp/summary",
  "cdi:typeOfStatistic": {
    "@type": [
      "cdi:ControlledVocabularyEntry"
    ],
    "cdi:entryValue": [
      "mean"
    ]
  },
  "cdi:hasWeight": {
    "@id": "ex:var/sampleWeight"
  },
  "cdi:statistic": [
    {
      "@type": [
        "cdi:Statistic"
      ],
      "cdi:content": 12.43,
      "cdi:computationBase": "ValidOnly",
      "cdi:isWeighted": true,
      "cdi:typeOfNumericValue": "double"
    },
    {
      "@type": [
        "cdi:Statistic"
      ],
      "cdi:content": 1487,
      "cdi:computationBase": "ValidOnly",
      "cdi:isWeighted": false,
      "cdi:typeOfNumericValue": "decimal"
    }
  ]
}