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 as names.

__

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
UUID
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
DataSourceUuid
The source for a specific piece of information; should be a CDM internal ID o... direct

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/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 or identifiers.org should be added as names.

  '
from_schema: http://kbase.github.io/cdm-schema/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 or identifiers.org should be added as names.

  '
from_schema: http://kbase.github.io/cdm-schema/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/cdm_schema
    rank: 1000
    alias: entity_id
    owner: Name
    domain_of:
    - Association_X_SupportingObject
    - Entity_X_Measurement
    - ClusterMember
    - Sequence
    - Entity
    - Identifier
    - Name
    - AttributeValue
    range: UUID
    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/cdm_schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Name
    domain_of:
    - Cluster
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Name
    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/cdm_schema
    rank: 1000
    alias: description
    owner: Name
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Protocol
    - Sample
    - Identifier
    - Name
    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/cdm_schema
    rank: 1000
    alias: source
    owner: Name
    domain_of:
    - Identifier
    - Name
    range: data_source_uuid