Skip to content

Class: Name

A string used as the name or label for an entity. This may be a primary name, alternative name, synonym, acronym, or any other label used to refer to an entity.

__

Identifiers that look like CURIEs or database references, but which cannot be resolved using Bioregistry or identifiers.org should be added to the Name table.

__

URI: kb_cdm:Name

classDiagram class Name click Name href "../Name/" Table <|-- Name click Table href "../Table/" Name : description Name : entity_id Name : name Name : source

Inheritance

Slots

Name Cardinality and Range Description Inheritance
entity_id 1
CdmId
Internal (CDM) unique identifier for an entity. direct
name 1
String
The string used as a name. direct
description 0..1
String
Brief description of the name and/or its relationship to the entity. direct
source 0..1
CdmDataSourceId
The source for a specific piece of information; should be a CDM internal ID of a source in the DataSource table. direct

Usages

used by used in type used
Schema names range Name

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema

Mappings

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

LinkML Source

Direct

name: Name
description: 'A string used as the name or label for an entity. This may be a primary
  name, alternative name, synonym, acronym, or any other label used to refer to an
  entity.


  Identifiers that look like CURIEs or database references, but which cannot be resolved
  using [Bioregistry](https://bioregistry.io) or [identifiers.org](https://identifiers.org)
  should be added to the `Name` table.

  '
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slots:
- entity_id
- name
- description
- source
slot_usage:
  description:
    name: description
    description: Brief description of the name and/or its relationship to the entity.
    examples:
    - value: UniProt recommended full name
  name:
    name: name
    description: The string used as a name.
    examples:
    - value: Heat-inducible transcription repressor HrcA
    - value: Uncharacterized protein 002R
    slot_uri: schema:name
    required: true

Induced

name: Name
description: 'A string used as the name or label for an entity. This may be a primary
  name, alternative name, synonym, acronym, or any other label used to refer to an
  entity.


  Identifiers that look like CURIEs or database references, but which cannot be resolved
  using [Bioregistry](https://bioregistry.io) or [identifiers.org](https://identifiers.org)
  should be added to the `Name` table.

  '
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slot_usage:
  description:
    name: description
    description: Brief description of the name and/or its relationship to the entity.
    examples:
    - value: UniProt recommended full name
  name:
    name: name
    description: The string used as a name.
    examples:
    - value: Heat-inducible transcription repressor HrcA
    - value: Uncharacterized protein 002R
    slot_uri: schema:name
    required: true
attributes:
  entity_id:
    name: entity_id
    description: Internal (CDM) unique identifier for an entity.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: entity_id
    owner: Name
    domain_of:
    - ClusterMember
    - Entity
    - Identifier
    - Name
    - EntityMixin
    - Sequence
    - Association_x_SupportingObject
    range: cdm_id
    required: true
  name:
    name: name
    description: The string used as a name.
    examples:
    - value: Heat-inducible transcription repressor HrcA
    - value: Uncharacterized protein 002R
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Name
    domain_of:
    - Cluster
    - Event
    - Name
    - Contributor
    - DataSource
    - DataSourceNew
    - License
    - Experiment
    - Parameter
    - Protocol
    - ProtocolExecution
    - Variable
    range: string
    required: true
  description:
    name: description
    description: Brief description of the name and/or its relationship to the entity.
    examples:
    - value: UniProt recommended full name
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: description
    owner: Name
    domain_of:
    - Cluster
    - Event
    - Identifier
    - Name
    - Project
    - Experiment
    - Parameter
    - Protocol
    - ProtocolExecution
    - Variable
    - Protein
    - Sample
    range: string
  source:
    name: source
    description: The source for a specific piece of information; should be a CDM internal
      ID of a source in the DataSource table.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: source
    owner: Name
    domain_of:
    - Identifier
    - Name
    range: cdm_data_source_id