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

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

Slots

Name Cardinality and Range Description Inheritance
term 0..1
InformationBiomacromoleculeTermObject
The gene product or complex that carries out the activity direct
type 0..1
String
The type of association Association
evidence *
EvidenceItem
The set of evidence items that support the association Association
provenances *
ProvenanceInfo
The set of provenance objects that provide metadata about who made the associ... Association

Usages

used by used in type used
Activity enabled_by range EnabledByAssociation

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:
    - 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
    alias: term
    owner: EnabledByAssociation
    domain_of:
    - 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
    alias: type
    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
    alias: evidence
    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
    alias: provenances
    owner: EnabledByAssociation
    domain_of:
    - Model
    - Activity
    - EvidenceItem
    - Association
    range: ProvenanceInfo
    multivalued: true
    inlined: true
    inlined_as_list: true