Skip to content

Class: AttributeValueEntity

Represents the link between an entity and its attribute values.

URI: kb_cdm:AttributeValueEntity

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

Inheritance

  • Table
    • AttributeValueEntity

Slots

Name Cardinality and Range Description Inheritance

Comments

  • Entity.entity_id <> QuantityValue.entity_id
  • Entity.entity_id <> TextValue.entity_id
  • one entity can have multiple attribute values, and one attribute value 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:AttributeValueEntity
native kb_cdm:AttributeValueEntity

LinkML Source

Direct

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

Induced

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