Skip to content

Class: EntityNames

Represents the link between an entity and its names.

URI: kb_cdm:EntityNames

classDiagram class EntityNames click EntityNames href "../EntityNames/" LinkerTable <|-- EntityNames click LinkerTable href "../LinkerTable/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance

Usages

used by used in type used
Schema entity_names range EntityNames

Comments

  • Entity.entity_id one:many Name.entity_id
  • one entity can have multiple names, and one name can be associated with multiple entities.

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:EntityNames
native kb_cdm:EntityNames

LinkML Source

Direct

name: EntityNames
description: Represents the link between an entity and its names.
comments:
- Entity.entity_id one:many Name.entity_id
- one entity can have multiple names, and one name can be associated with multiple
  entities.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
represents_relationship: true

Induced

name: EntityNames
description: Represents the link between an entity and its names.
comments:
- Entity.entity_id one:many Name.entity_id
- one entity can have multiple names, and one name can be associated with multiple
  entities.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
represents_relationship: true