{
  "$id": "https://hash.ai/@h/types/entity-type/petri-net/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A Petri net is a mathematical model of a system that can be used to represent and analyze complex systems.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/sub-process-of/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/petri-net/v/1"
          }
        ]
      },
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/definition-object/": {
      "$ref": "https://hash.ai/@h/types/property-type/definition-object/v/1"
    },
    "https://hash.ai/@h/types/property-type/title/": {
      "$ref": "https://hash.ai/@h/types/property-type/title/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/title/",
    "https://hash.ai/@h/types/property-type/definition-object/"
  ],
  "title": "Petri Net",
  "type": "object"
}