Skip to content

Slot: digest

Stores checksum information.

URI: [bican:digest](https://identifiers.org/brain-bican/vocab/digest) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [GenomeAnnotation](GenomeAnnotation.md) | Represents a genome annotation | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) or 
[Checksum](Checksum.md) | | Domain Of | [GenomeAnnotation](GenomeAnnotation.md) | | Slot URI | [bican:digest](https://identifiers.org/brain-bican/vocab/digest) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'checksum'}) - AnonymousSlotExpression({'range': 'string'})
## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | bican:digest | | native | bican:digest | ## LinkML Source
name: digest
description: Stores checksum information.
from_schema: https://w3id.org/brain-bican/bke-taxonomy
rank: 1000
slot_uri: bican:digest
domain_of:
- GenomeAnnotation
range: string
multivalued: true
inlined: true
inlined_as_list: true
any_of:
- range: checksum
- range: string