Skip to content

CheckSum

Detail on how to calculate or verify a checksum.

URI: gx:CheckSum

Slots

Name Cardinality and Range Description Inheritance
checkSumCalculation 1
ChecksumAlgorithm
Algorithm used to create checksum direct
checkSumValue 1
xsd:string
Value of the check sum direct

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#cryptography

LinkML Source

Direct

name: CheckSum
description: Detail on how to calculate or verify a checksum.
from_schema: https://w3id.org/gaia-x/development#cryptography
slots:
- checkSumCalculation
- checkSumValue

Induced

name: CheckSum
description: Detail on how to calculate or verify a checksum.
from_schema: https://w3id.org/gaia-x/development#cryptography
attributes:
  checkSumCalculation:
    name: checkSumCalculation
    description: Algorithm used to create checksum.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: checkSumCalculation
    owner: CheckSum
    domain_of:
    - CheckSum
    range: ChecksumAlgorithm
    required: true
  checkSumValue:
    name: checkSumValue
    description: Value of the check sum.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: checkSumValue
    owner: CheckSum
    domain_of:
    - CheckSum
    range: string
    required: true