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: kb_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
String
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
NamedThing names range Name
NamedThingWithId names range Name
UniqueNamedThing names range Name
Contig names range Name
Contigset names range Name
EncodedFeature names range Name
EnvironmentalContext names range Name
GoldEnvironmentalContext names range Name
MixsEnvironmentalContext names range Name
Event names range Name
Experiment names range Name
Feature names range Name
Genome names range Name
Measurement names range Name
ProcessedMeasurement names range Name
Project names range Name
Protein names range Name
Protocol names range Name
ProtocolParticipant names range Name
Sample names range Name

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self kb_cdm:Name
native kb_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: Full name'
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
  entity_id:
    name: entity_id
    description: The entity to which the name refers.
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Identifier
    - Name
    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
    rank: 1000
    slot_uri: schema:name
    domain_of:
    - 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:
    - 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: Full name'
    from_schema: https://github.com/kbase/cdm-schema
    alias: description
    owner: Name
    domain_of:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
    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:
    - Identifier
    - Name
    range: string
    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
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Name
    domain_of:
    - 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:
    - Identifier
    - Name
    range: string