Skip to content

Class: Name

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.

URI: cdm:Name

classDiagram class Name click Name href "../Name" Name : description Name : entity_id Name : name Name : source

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
Brief description of the name and/or its relationship to the entity direct
entity_id 1
UUID
The entity to which the name refers direct
name 1
String
The string used as a name direct
source 0..1
String
The data source for the name direct

Usages

used by used in type used
Contig names range Name
ContigCollection names range Name
EncodedFeature names range Name
Feature names range Name
Project names range Name
Protein names range Name
Protocol names range Name
ProtocolParticipant names range Name
Sample names range Name
HasNames names range Name
NamedThingWithIDs names range Name
Genome names range Name
Organization names range Name

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Name
description: 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.
from_schema: https://github.com/kbase/cdm-schema
attributes:
  description:
    name: description
    description: Brief description of the name and/or its relationship to the entity.
    examples:
    - value: UniProt recommended full name
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Sample
    - Identifier
    - Name
  entity_id:
    name: entity_id
    description: The entity to which the name refers.
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Association_X_Entity
    - Identifier
    - Name
    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: https://github.com/kbase/cdm-schema
    slot_uri: schema:name
    domain_of:
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Measurement
    - Name
    required: true
  source:
    name: source
    description: The data source for the name.
    examples:
    - value: NCBI
    - value: KE-Pangenomes
    - value: TrEMBL
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - DataSource
    - Identifier
    - Name

Induced

name: Name
description: 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.
from_schema: https://github.com/kbase/cdm-schema
attributes:
  description:
    name: description
    description: Brief description of the name and/or its relationship to the entity.
    examples:
    - value: UniProt recommended full name
    from_schema: https://github.com/kbase/cdm-schema
    alias: description
    owner: Name
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Sample
    - Identifier
    - Name
    range: string
  entity_id:
    name: entity_id
    description: The entity to which the name refers.
    from_schema: https://github.com/kbase/cdm-schema
    alias: entity_id
    owner: Name
    domain_of:
    - Association_X_Entity
    - Identifier
    - Name
    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: https://github.com/kbase/cdm-schema
    slot_uri: schema:name
    alias: name
    owner: Name
    domain_of:
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Measurement
    - Name
    range: string
    required: true
  source:
    name: source
    description: The data source for the name.
    examples:
    - value: NCBI
    - value: KE-Pangenomes
    - value: TrEMBL
    from_schema: https://github.com/kbase/cdm-schema
    alias: source
    owner: Name
    domain_of:
    - DataSource
    - Identifier
    - Name
    range: string