Class: NamedEntity
Represents the link between an entity and its names.
URI: kb_cdm:NamedEntity
classDiagram
class NamedEntity
click NamedEntity href "../NamedEntity"
Table <|-- NamedEntity
click Table href "../Table"
Inheritance
- Table
- NamedEntity
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
Comments
- Entity.entity_id <> 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/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:NamedEntity |
native | kb_cdm:NamedEntity |
LinkML Source
Direct
name: NamedEntity
description: Represents the link between an entity and its names.
comments:
- Entity.entity_id <> 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/cdm_schema
is_a: Table
represents_relationship: true
Induced
name: NamedEntity
description: Represents the link between an entity and its names.
comments:
- Entity.entity_id <> 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/cdm_schema
is_a: Table
represents_relationship: true