Skip to content

Class: NamedThingWithId

Abstract class to represent things with names and identifiers.

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

URI: kb_cdm:NamedThingWithId

classDiagram class NamedThingWithId click NamedThingWithId href "../NamedThingWithId" NamedThing <|-- NamedThingWithId click NamedThing href "../NamedThing" NamedThingWithId <|-- UniqueNamedThing click UniqueNamedThing href "../UniqueNamedThing" NamedThingWithId <|-- Project click Project href "../Project" NamedThingWithId <|-- Protocol click Protocol href "../Protocol" NamedThingWithId <|-- Sample click Sample href "../Sample" NamedThingWithId : description NamedThingWithId : identifiers NamedThingWithId --> "*" Identifier : identifiers click Identifier href "../Identifier" NamedThingWithId : names NamedThingWithId --> "*" Name : names click Name href "../Name"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifiers *
Identifier
URIs or CURIEs used to refer to this entity direct
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:NamedThingWithId
native kb_cdm:NamedThingWithId

LinkML Source

Direct

name: NamedThingWithId
description: Abstract class to represent things with names and identifiers.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThing
abstract: true
attributes:
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - NamedThingWithId
    range: Identifier
    multivalued: true

Induced

name: NamedThingWithId
description: Abstract class to represent things with names and identifiers.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThing
abstract: true
attributes:
  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: NamedThingWithId
    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: NamedThingWithId
    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: NamedThingWithId
    domain_of:
    - NamedThing
    range: Name
    multivalued: true