Skip to content

Slot: md5_checksum

MD5 checksum of file (pre-compressed)

URI: nmdc:md5_checksum

Applicable Classes

Name Description Modifies Slot
DataObject An object that primarily consists of symbols that represent information. ... no

Properties

  • Range: String

  • Regex pattern: ^[a-fA-F0-9]{32}$

Examples

  • 0123456789abcdef0123456789abcdef

See Also

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value

LinkML Source

name: md5_checksum
description: MD5 checksum of file (pre-compressed)
notes:
- The submission portal already constrains the slots that feed this one. submission-schema
  patterns read_1_md5_checksum, read_2_md5_checksum, and interleaved_md5_checksum
  as semicolon-separated lists of 32 hex characters; the submission portal translator
  splits those and writes one value per DataObject, so the single-value form applies
  here. Case is not normalized anywhere, so both cases are accepted.
examples:
- value: 0123456789abcdef0123456789abcdef
from_schema: https://w3id.org/nmdc/nmdc
see_also:
- https://github.com/microbiomedata/nmdc-schema/issues/3364
rank: 1000
domain_of:
- DataObject
range: string
pattern: ^[a-fA-F0-9]{32}$