Skip to content

Class: File Hash (FileHash)

Type and value of a file content hash.

URI: includedcc:FileHash

 classDiagram
    class FileHash
    click FileHash href "../FileHash/"
      FileHash : hash_type





        FileHash --> "0..1" EnumFileHashType : hash_type
        click EnumFileHashType href "../EnumFileHashType/"



      FileHash : hash_value

Slots

Name Cardinality and Range Description Inheritance
hash_type 0..1
EnumFileHashType
The type of file hash, eg, md5 direct
hash_value 0..1
String
The value of the file hash direct

Usages

used by used in type used
File hash range FileHash

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self includedcc:FileHash
native includedcc:FileHash

LinkML Source

Direct

name: FileHash
description: Type and value of a file content hash.
title: File Hash
from_schema: https://includedcc.org/include-access-model
slots:
- hash_type
- hash_value

Induced

name: FileHash
description: Type and value of a file content hash.
title: File Hash
from_schema: https://includedcc.org/include-access-model
attributes:
  hash_type:
    name: hash_type
    description: The type of file hash, eg, md5
    title: File Hash Type
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FileHash
    domain_of:
    - FileHash
    range: EnumFileHashType
  hash_value:
    name: hash_value
    description: The value of the file hash
    title: File Hash Value
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: FileHash
    domain_of:
    - FileHash
    range: string