Class: AssociationXSupportingObject
Links associations to entities to capture supporting objects in an association. May 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/"
LinkerTable <|-- AssociationXSupportingObject
click LinkerTable href "../LinkerTable/"
AssociationXSupportingObject : association_id
AssociationXSupportingObject : entity_id
Inheritance
- Table
- LinkerTable
- AssociationXSupportingObject
- LinkerTable
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
association_id | 1..* CdmAssociationId |
Internal (CDM) unique identifier for an association. | direct |
entity_id | 1..* CdmId |
Internal (CDM) unique identifier for an entity. | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Schema | association_x_supporting_objects | range | AssociationXSupportingObject |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/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.
May 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/linkml/cdm_schema
is_a: LinkerTable
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.
May 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/linkml/cdm_schema
is_a: LinkerTable
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/linkml/cdm_schema
rank: 1000
alias: association_id
owner: Association_x_SupportingObject
domain_of:
- Association
- Association_x_SupportingObject
range: cdm_association_id
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/linkml/cdm_schema
rank: 1000
alias: entity_id
owner: Association_x_SupportingObject
domain_of:
- ClusterMember
- Entity
- Identifier
- Name
- EntityMixin
- Sequence
- Association_x_SupportingObject
range: cdm_id
required: true
multivalued: true
represents_relationship: true