Skip to content

Class: EnabledByAssociation

An association between an activity and the gene product or complex that carries it out

  • 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
Association
evidence *
EvidenceItem
Association
provenances *
ProvenanceInfo
Association

Usages

used by used in type used
Activity enabled_by range EnabledByAssociation

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 that
  carries it out
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 that
  carries it out
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
    from_schema: https://w3id.org/gocam
    rank: 1000
    designates_type: true
    alias: type
    owner: EnabledByAssociation
    domain_of:
    - Association
    - Object
    range: string
  evidence:
    name: evidence
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: evidence
    owner: EnabledByAssociation
    domain_of:
    - Association
    range: EvidenceItem
    multivalued: true
    inlined: true
  provenances:
    name: provenances
    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