{
  "$id": "https://hash.ai/@h/types/data-type/metric-tonnes/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "abstract": false,
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/data-type/mass/v/1"
    }
  ],
  "description": "A metric unit of mass equal to 1000 kilograms.",
  "kind": "dataType",
  "label": {
    "right": "t"
  },
  "title": "Metric Tonnes",
  "type": "number"
}