Skip to content

Class: HasHash

URI: cdm:HasHash

classDiagram class HasHash click HasHash href "../HasHash" HasHash <|-- Contig click Contig href "../Contig" HasHash <|-- ContigCollection click ContigCollection href "../ContigCollection" HasHash <|-- Feature click Feature href "../Feature" HasHash <|-- Protein click Protein href "../Protein" HasHash : hash

Slots

Name Cardinality and Range Description Inheritance
hash 0..1
String
A hash value generated from one or more object attributes that serves to ensu... direct

Mixin Usage

mixed into description
Contig A contig (derived from the word "contiguous") is a set of DNA segments or seq...
ContigCollection A set of individual, overlapping contigs that represent the complete sequence...
Feature A feature localized to an interval along a contig
Protein Proteins are large, complex molecules made up of one or more long, folded cha...

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self cdm:HasHash
native cdm:HasHash

LinkML Source

Direct

name: HasHash
from_schema: https://github.com/kbase/cdm-schema
mixin: true
slots:
- hash

Induced

name: HasHash
from_schema: https://github.com/kbase/cdm-schema
mixin: true
attributes:
  hash:
    name: hash
    description: A hash value generated from one or more object attributes that serves
      to ensure the entity is unique.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: hash
    owner: HasHash
    domain_of:
    - HasHash
    range: string