{
  "@context": {
    "schema": "http://schema.org/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "ex": "https://example.org/"
  },
  "@id": "ex:variableMeasuredComplete_001",
  "@type": [
    "schema:PropertyValue"
  ],
  "schema:name": "sea_water_temperature",
  "schema:description": "In situ temperature of sea water measured by CTD sensor at depth",
  "schema:alternateName": [
    "Sea Water Temperature",
    "Ocean Temperature"
  ],
  "schema:measurementTechnique": {
    "@type": [
      "schema:DefinedTerm"
    ],
    "schema:name": "CTD - conductivity, temperature, depth",
    "schema:termCode": "CTD",
    "schema:inDefinedTermSet": "https://vocab.nerc.ac.uk/collection/L05/current/"
  },
  "schema:propertyID": [
    {
      "@type": [
        "schema:DefinedTerm"
      ],
      "schema:name": "Temperature of the water body",
      "schema:identifier": {
        "@type": [
          "schema:PropertyValue"
        ],
        "schema:propertyID": "https://vocab.nerc.ac.uk/collection/P01/current/",
        "schema:value": "TEMPPR01",
        "schema:url": "https://vocab.nerc.ac.uk/collection/P01/current/TEMPPR01/"
      },
      "schema:inDefinedTermSet": "https://vocab.nerc.ac.uk/collection/P01/current/",
      "schema:termCode": "TEMPPR01"
    }
  ],
  "schema:unitText": "degrees Celsius",
  "schema:unitCode": {
    "@type": [
      "schema:DefinedTerm"
    ],
    "schema:name": "Degrees Celsius",
    "schema:termCode": "degC",
    "schema:inDefinedTermSet": "https://vocab.nerc.ac.uk/collection/P06/current/"
  },
  "schema:minValue": -2.1,
  "schema:maxValue": 35.4,
  "schema:url": {
    "@type": [
      "schema:CreativeWork",
      "dcat:Relationship"
    ],
    "schema:name": "TEOS-10 Manual \u2014 Temperature",
    "schema:description": "Thermodynamic Equation of Seawater documentation on temperature definitions",
    "schema:url": "http://www.teos-10.org/pubs/TEOS-10_Manual.pdf"
  }
}