Class: EntityIdentifiers
Represents the link between an entity and its identifiers.
URI: kb_cdm:EntityIdentifiers
classDiagram
class EntityIdentifiers
click EntityIdentifiers href "../EntityIdentifiers/"
LinkerTable <|-- EntityIdentifiers
click LinkerTable href "../LinkerTable/"
Inheritance
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
|
|
|
|
Usages
- Entity.entity_id one:many Identifier.entity_id
- one entity can have multiple identifiers, and one identifier can be associated with multiple entities.
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
Mappings
Mapping Type |
Mapped Value |
self |
kb_cdm:EntityIdentifiers |
native |
kb_cdm:EntityIdentifiers |
LinkML Source
Direct
name: EntityIdentifiers
description: Represents the link between an entity and its identifiers.
comments:
- Entity.entity_id one:many 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/linkml/cdm_schema
is_a: LinkerTable
represents_relationship: true
Induced
name: EntityIdentifiers
description: Represents the link between an entity and its identifiers.
comments:
- Entity.entity_id one:many 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/linkml/cdm_schema
is_a: LinkerTable
represents_relationship: true