Skip to content

Class: NamedThing

Abstract class to represent things with names.

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

URI: kb_cdm:NamedThing

classDiagram class NamedThing click NamedThing href "../NamedThing" NamedThing <|-- NamedThingWithId click NamedThingWithId href "../NamedThingWithId" NamedThing <|-- Event click Event href "../Event" NamedThing <|-- Experiment click Experiment href "../Experiment" NamedThing <|-- Measurement click Measurement href "../Measurement" NamedThing <|-- ProtocolParticipant click ProtocolParticipant href "../ProtocolParticipant" NamedThing : description NamedThing : names NamedThing --> "*" Name : names click Name href "../Name"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
Definition or description of the entity direct
names *
Name
Names, alternative names, and synonyms for an entity direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: NamedThing
description: Abstract class to represent things with names.
from_schema: https://github.com/kbase/cdm-schema
abstract: true
attributes:
  description:
    name: description
    description: Definition or description of the entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
  names:
    name: names
    description: Names, alternative names, and synonyms for an entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - NamedThing
    range: Name
    multivalued: true

Induced

name: NamedThing
description: Abstract class to represent things with names.
from_schema: https://github.com/kbase/cdm-schema
abstract: true
attributes:
  description:
    name: description
    description: Definition or description of the entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: description
    owner: NamedThing
    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: NamedThing
    domain_of:
    - NamedThing
    range: Name
    multivalued: true