Skip to content

Class: AssociationXSupportingObject

Links associations to entities to capture supporting objects in an association. ay be a biological entity, such as a protein or feature, or a URL to a resource (e.g. a publication) that supports the association. Where possible, CDM identifiers should be used.

URI: kb_cdm:AssociationXSupportingObject

classDiagram class AssociationXSupportingObject click AssociationXSupportingObject href "../AssociationXSupportingObject" Table <|-- AssociationXSupportingObject click Table href "../Table" AssociationXSupportingObject : association_id AssociationXSupportingObject : entity_id

Inheritance

  • Table
    • AssociationXSupportingObject

Slots

Name Cardinality and Range Description Inheritance
association_id 1..*
UUID
Internal (CDM) unique identifier for an association direct
entity_id 1..*
UUID
Internal (CDM) unique identifier for an entity direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Association_X_SupportingObject
description: Links associations to entities to capture supporting objects in an association.
  ay be a biological entity, such as a protein or feature, or a URL to a resource
  (e.g. a publication) that supports the association. Where possible, CDM identifiers
  should be used.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slots:
- association_id
- entity_id
slot_usage:
  association_id:
    name: association_id
    multivalued: true
  entity_id:
    name: entity_id
    multivalued: true
represents_relationship: true

Induced

name: Association_X_SupportingObject
description: Links associations to entities to capture supporting objects in an association.
  ay be a biological entity, such as a protein or feature, or a URL to a resource
  (e.g. a publication) that supports the association. Where possible, CDM identifiers
  should be used.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slot_usage:
  association_id:
    name: association_id
    multivalued: true
  entity_id:
    name: entity_id
    multivalued: true
attributes:
  association_id:
    name: association_id
    description: Internal (CDM) unique identifier for an association.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    alias: association_id
    owner: Association_X_SupportingObject
    domain_of:
    - Association_X_Publication
    - Association_X_SupportingObject
    - Association
    range: UUID
    required: true
    multivalued: true
  entity_id:
    name: entity_id
    description: Internal (CDM) unique identifier for an entity.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    alias: entity_id
    owner: Association_X_SupportingObject
    domain_of:
    - Association_X_SupportingObject
    - Entity_X_Measurement
    - ClusterMember
    - Sequence
    - Entity
    - Identifier
    - Name
    - AttributeValue
    range: UUID
    required: true
    multivalued: true
represents_relationship: true