Skip to content

Class: IdentifiedEntity

Represents the link between an entity and its identifiers.

URI: kb_cdm:IdentifiedEntity

classDiagram class IdentifiedEntity click IdentifiedEntity href "../IdentifiedEntity" Table <|-- IdentifiedEntity click Table href "../Table"

Inheritance

Slots

Name Cardinality and Range Description Inheritance

Comments

  • Entity.entity_id <> Identifier.entity_id
  • one entity can have multiple identifiers, and one identifier can be associated with multiple entities.

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: IdentifiedEntity
description: Represents the link between an entity and its identifiers.
comments:
- Entity.entity_id <> Identifier.entity_id
- one entity can have multiple identifiers, and one identifier can be associated with
  multiple entities.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
represents_relationship: true

Induced

name: IdentifiedEntity
description: Represents the link between an entity and its identifiers.
comments:
- Entity.entity_id <> Identifier.entity_id
- one entity can have multiple identifiers, and one identifier can be associated with
  multiple entities.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
represents_relationship: true