Enum: ChecksumAlgorithms
Commonly used checksum algorithms, see http://spdx.org/rdf/terms#ChecksumAlgorithm.
URI: nfdi4immuno:ChecksumAlgorithms
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| sha1 | spdx:checksumAlgorithm_sha1 | Indicates the algorithm used was SHA-1 |
| sha256 | spdx:checksumAlgorithm_sha256 | Indicates the algorithm used was SHA-256 |
| md5 | spdx:checksumAlgorithm_md5 | Indicates the algorithm used was MD5 |
| adler32 | spdx:checksumAlgorithm_adler32 | Indicates the algorithm used was ADLER32 |
| crc32 | None | Indicates the algorithm used was CRC-32 |
| crc64 | None | Indicates the algorithm used was CRC-64 |
Slots
| Name | Description |
|---|---|
| checksum_algorithm | The algorithm used to calculate the file checksum |
Identifier and Mapping Information
Schema Source
- from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
LinkML Source
name: ChecksumAlgorithms
description: Commonly used checksum algorithms, see http://spdx.org/rdf/terms#ChecksumAlgorithm.
title: Checksum algorithms
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
permissible_values:
sha1:
text: sha1
description: Indicates the algorithm used was SHA-1.
meaning: spdx:checksumAlgorithm_sha1
title: SHA-1
sha256:
text: sha256
description: Indicates the algorithm used was SHA-256.
meaning: spdx:checksumAlgorithm_sha256
title: SHA-256
md5:
text: md5
description: Indicates the algorithm used was MD5.
meaning: spdx:checksumAlgorithm_md5
title: MD5
adler32:
text: adler32
description: Indicates the algorithm used was ADLER32.
meaning: spdx:checksumAlgorithm_adler32
title: ADLER32
crc32:
text: crc32
description: Indicates the algorithm used was CRC-32.
title: CRC-32
crc64:
text: crc64
description: Indicates the algorithm used was CRC-64.
title: CRC-64