Skip to content

Enum: CompressionFormat

Compression and archive formats commonly used for ML dataset distribution.

__

URI: valuesets:CompressionFormat

Permissible Values

Value Meaning Description
ZIP EDAM:format_3987 ZIP archive format with lossless data compression
TAR EDAM:format_3981 Tape Archive format (typically used with compression)
GZIP EDAM:format_3989 GNU zip compression format
TAR_GZ None TAR archive compressed with GZIP

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: CompressionFormat
description: 'Compression and archive formats commonly used for ML dataset distribution.

  '
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  ZIP:
    text: ZIP
    description: ZIP archive format with lossless data compression
    meaning: EDAM:format_3987
    annotations:
      mime_type:
        tag: mime_type
        value: application/zip
      typical_extension:
        tag: typical_extension
        value: .zip
    title: ZIP format
  TAR:
    text: TAR
    description: Tape Archive format (typically used with compression)
    meaning: EDAM:format_3981
    annotations:
      mime_type:
        tag: mime_type
        value: application/x-tar
      typical_extension:
        tag: typical_extension
        value: .tar
    title: TAR format
  GZIP:
    text: GZIP
    description: GNU zip compression format
    meaning: EDAM:format_3989
    annotations:
      mime_type:
        tag: mime_type
        value: application/gzip
      typical_extension:
        tag: typical_extension
        value: .gz
    title: GZIP format
  TAR_GZ:
    text: TAR_GZ
    description: TAR archive compressed with GZIP
    annotations:
      mime_type:
        tag: mime_type
        value: application/gzip
      typical_extension:
        tag: typical_extension
        value: .tar.gz