Skip to content

Class: EnabledByAssociation

An association between an activity and the gene product or complex or set of potential gene products

_ that carry out that activity._

* __NOTE__: this is an abstract class and should not be instantiated directly URI: [gocam:EnabledByAssociation](https://w3id.org/gocam/EnabledByAssociation)
classDiagram class EnabledByAssociation click EnabledByAssociation href "../EnabledByAssociation/" Association <|-- EnabledByAssociation click Association href "../Association/" EnabledByAssociation <|-- EnabledByGeneProductAssociation click EnabledByGeneProductAssociation href "../EnabledByGeneProductAssociation/" EnabledByAssociation <|-- EnabledByProteinComplexAssociation click EnabledByProteinComplexAssociation href "../EnabledByProteinComplexAssociation/" EnabledByAssociation : evidence EnabledByAssociation --> "*" EvidenceItem : evidence click EvidenceItem href "../EvidenceItem/" EnabledByAssociation : provenances EnabledByAssociation --> "*" ProvenanceInfo : provenances click ProvenanceInfo href "../ProvenanceInfo/" EnabledByAssociation : term EnabledByAssociation --> "0..1" InformationBiomacromoleculeTermObject : term click InformationBiomacromoleculeTermObject href "../InformationBiomacromoleculeTermObject/" EnabledByAssociation : type
## Inheritance * [Association](Association.md) * **EnabledByAssociation** * [EnabledByGeneProductAssociation](EnabledByGeneProductAssociation.md) * [EnabledByProteinComplexAssociation](EnabledByProteinComplexAssociation.md) ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [term](term.md) | 0..1
[InformationBiomacromoleculeTermObject](InformationBiomacromoleculeTermObject.md) | The gene product or complex that carries out the activity | direct | | [type](type.md) | 0..1
[String](String.md) | The type of association | [Association](Association.md) | | [evidence](evidence.md) | *
[EvidenceItem](EvidenceItem.md) | The set of evidence items that support the association | [Association](Association.md) | | [provenances](provenances.md) | *
[ProvenanceInfo](ProvenanceInfo.md) | The set of provenance objects that provide metadata about who made the associ... | [Association](Association.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Activity](Activity.md) | [enabled_by](enabled_by.md) | range | [EnabledByAssociation](EnabledByAssociation.md) | ## Comments * Note that this is an abstract class, and should ot be instantiated directly, instead instantiate a subclass depending on what kind of entity enables the association ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:EnabledByAssociation | | native | gocam:EnabledByAssociation | ## LinkML Source ### Direct
name: EnabledByAssociation
description: "An association between an activity and the gene product or complex or\
  \ set of potential gene products\n  that carry out that activity."
comments:
- Note that this is an abstract class, and should ot be instantiated directly, instead
  instantiate a subclass depending on what kind of entity enables the association
from_schema: https://w3id.org/gocam
is_a: Association
abstract: true
attributes:
  term:
    name: term
    description: The gene product or complex that carries out the activity
    from_schema: https://w3id.org/gocam
    domain_of:
    - MoleculeNode
    - EvidenceItem
    - EnabledByAssociation
    - TermAssociation
    range: InformationBiomacromoleculeTermObject

### Induced
name: EnabledByAssociation
description: "An association between an activity and the gene product or complex or\
  \ set of potential gene products\n  that carry out that activity."
comments:
- Note that this is an abstract class, and should ot be instantiated directly, instead
  instantiate a subclass depending on what kind of entity enables the association
from_schema: https://w3id.org/gocam
is_a: Association
abstract: true
attributes:
  term:
    name: term
    description: The gene product or complex that carries out the activity
    from_schema: https://w3id.org/gocam
    owner: EnabledByAssociation
    domain_of:
    - MoleculeNode
    - EvidenceItem
    - EnabledByAssociation
    - TermAssociation
    range: InformationBiomacromoleculeTermObject
  type:
    name: type
    description: The type of association.
    comments:
    - when instantiating Association objects in Python and other languages, it isn't
      necessary to populate this, it is auto-populated from the object class.
    from_schema: https://w3id.org/gocam
    rank: 1000
    designates_type: true
    owner: EnabledByAssociation
    domain_of:
    - Association
    - Object
    range: string
  evidence:
    name: evidence
    description: The set of evidence items that support the association.
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: EnabledByAssociation
    domain_of:
    - Association
    range: EvidenceItem
    multivalued: true
    inlined: true
  provenances:
    name: provenances
    description: The set of provenance objects that provide metadata about who made
      the association.
    from_schema: https://w3id.org/gocam
    owner: EnabledByAssociation
    domain_of:
    - Model
    - Activity
    - EvidenceItem
    - Association
    range: ProvenanceInfo
    multivalued: true
    inlined: true
    inlined_as_list: true