{
  "$id": "https://hash.ai/@h/types/property-type/doi-link/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "A permanent link for a digital object, using its Digital Object Identifier (DOI), which resolves to a webpage describing it",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://hash.ai/@h/types/data-type/uri/v/1"
    }
  ],
  "title": "DOI Link"
}