Skip to content

Class: UniqueNamedThing

Represents an entity with a hash value generated from combining its unique attributes.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: kb_cdm:UniqueNamedThing

classDiagram class UniqueNamedThing click UniqueNamedThing href "../UniqueNamedThing" NamedThingWithId <|-- UniqueNamedThing click NamedThingWithId href "../NamedThingWithId" UniqueNamedThing <|-- Contig click Contig href "../Contig" UniqueNamedThing <|-- Contigset click Contigset href "../Contigset" UniqueNamedThing <|-- EncodedFeature click EncodedFeature href "../EncodedFeature" UniqueNamedThing <|-- EnvironmentalContext click EnvironmentalContext href "../EnvironmentalContext" UniqueNamedThing <|-- Feature click Feature href "../Feature" UniqueNamedThing <|-- Protein click Protein href "../Protein" UniqueNamedThing : description UniqueNamedThing : hash UniqueNamedThing : identifiers UniqueNamedThing --> "*" Identifier : identifiers click Identifier href "../Identifier" UniqueNamedThing : names UniqueNamedThing --> "*" Name : names click Name href "../Name"

Inheritance

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
identifiers *
Identifier
URIs or CURIEs used to refer to this entity NamedThingWithId
description 0..1
String
Definition or description of the entity NamedThing
names *
Name
Names, alternative names, and synonyms for an entity NamedThing

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self kb_cdm:UniqueNamedThing
native kb_cdm:UniqueNamedThing

LinkML Source

Direct

name: UniqueNamedThing
description: Represents an entity with a hash value generated from combining its unique
  attributes.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThingWithId
abstract: 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
    domain_of:
    - UniqueNamedThing

Induced

name: UniqueNamedThing
description: Represents an entity with a hash value generated from combining its unique
  attributes.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThingWithId
abstract: 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
    alias: hash
    owner: UniqueNamedThing
    domain_of:
    - UniqueNamedThing
    range: string
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: identifiers
    owner: UniqueNamedThing
    domain_of:
    - NamedThingWithId
    range: Identifier
    multivalued: true
  description:
    name: description
    description: Definition or description of the entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: description
    owner: UniqueNamedThing
    domain_of:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
    range: string
  names:
    name: names
    description: Names, alternative names, and synonyms for an entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: names
    owner: UniqueNamedThing
    domain_of:
    - NamedThing
    range: Name
    multivalued: true