{
  "$id": "https://hash.ai/@hash/types/entity-type/organism/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An organism is any biological living system that functions as an individual life form. All organisms are composed of cells.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/is-of-sex/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/sex/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {},
  "title": "Organism",
  "type": "object"
}