{
  "$id": "https://hash.ai/@h/types/entity-type/book/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/doc/v/1"
    }
  ],
  "description": "A written work, typically longer than an article, often published in print form.",
  "icon": "/icons/types/book.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/isbn/": {
      "$ref": "https://hash.ai/@h/types/property-type/isbn/v/1"
    }
  },
  "title": "Book",
  "type": "object"
}