Skip to content

Class: EnabledByGeneProductAssociation

An association between an activity and a gene product

URI: gocam:EnabledByGeneProductAssociation

classDiagram class EnabledByGeneProductAssociation click EnabledByGeneProductAssociation href "../EnabledByGeneProductAssociation" EnabledByAssociation <|-- EnabledByGeneProductAssociation click EnabledByAssociation href "../EnabledByAssociation" EnabledByGeneProductAssociation : evidence EnabledByGeneProductAssociation --> "*" EvidenceItem : evidence click EvidenceItem href "../EvidenceItem" EnabledByGeneProductAssociation : provenances EnabledByGeneProductAssociation --> "*" ProvenanceInfo : provenances click ProvenanceInfo href "../ProvenanceInfo" EnabledByGeneProductAssociation : term EnabledByGeneProductAssociation --> "0..1" GeneProductTermObject : term click GeneProductTermObject href "../GeneProductTermObject" EnabledByGeneProductAssociation : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
term 0..1
GeneProductTermObject
The gene product or complex that carries out the activity EnabledByAssociation
type 0..1
String
Association
evidence *
EvidenceItem
Association
provenances *
ProvenanceInfo
Association

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gocam

Mappings

Mapping Type Mapped Value
self gocam:EnabledByGeneProductAssociation
native gocam:EnabledByGeneProductAssociation

LinkML Source

Direct

name: EnabledByGeneProductAssociation
description: An association between an activity and a gene product
from_schema: https://w3id.org/gocam
is_a: EnabledByAssociation
slot_usage:
  term:
    name: term
    range: GeneProductTermObject

Induced

name: EnabledByGeneProductAssociation
description: An association between an activity and a gene product
from_schema: https://w3id.org/gocam
is_a: EnabledByAssociation
slot_usage:
  term:
    name: term
    range: GeneProductTermObject
attributes:
  term:
    name: term
    description: The gene product or complex that carries out the activity
    from_schema: https://w3id.org/gocam
    alias: term
    owner: EnabledByGeneProductAssociation
    domain_of:
    - EvidenceItem
    - EnabledByAssociation
    - TermAssociation
    range: GeneProductTermObject
  type:
    name: type
    from_schema: https://w3id.org/gocam
    rank: 1000
    designates_type: true
    alias: type
    owner: EnabledByGeneProductAssociation
    domain_of:
    - Association
    - Object
    range: string
  evidence:
    name: evidence
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: evidence
    owner: EnabledByGeneProductAssociation
    domain_of:
    - Association
    range: EvidenceItem
    multivalued: true
    inlined: true
  provenances:
    name: provenances
    from_schema: https://w3id.org/gocam
    alias: provenances
    owner: EnabledByGeneProductAssociation
    domain_of:
    - Model
    - Activity
    - EvidenceItem
    - Association
    range: ProvenanceInfo
    multivalued: true
    inlined: true
    inlined_as_list: true