Skip to content

Class: File Hash (FileHash)

Type and value of a file content hash.

URI: [includedcc:FileHash](https://includedcc.org/include-access-model/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](hash_type.md) | 0..1
[EnumFileHashType](EnumFileHashType.md) | The type of file hash, eg, md5 | direct | | [hash_value](hash_value.md) | 0..1
[String](String.md) | The value of the file hash | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [File](File.md) | [hash](hash.md) | range | [FileHash](FileHash.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://includedcc.org/include-access-model ## 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