Class: Event
Biological occurrence or process unit in Reactome, covering both pathways and reaction-like events.
- NOTE: this is an abstract class and should not be instantiated directly
URI: reactome:Event
classDiagram
class Event
click Event href "../Event/"
DatabaseObject <|-- Event
click DatabaseObject href "../DatabaseObject/"
Event <|-- Pathway
click Pathway href "../Pathway/"
Event <|-- ReactionLikeEvent
click ReactionLikeEvent href "../ReactionLikeEvent/"
Event : created
Event --> "1" InstanceEdit : created
click InstanceEdit href "../InstanceEdit/"
Event : definition
Event : description
Event : display_label
Event : has_cross_reference
Event --> "*" DatabaseIdentifier : has_cross_reference
click DatabaseIdentifier href "../DatabaseIdentifier/"
Event : has_disease_context
Event --> "*" Disease : has_disease_context
click Disease href "../Disease/"
Event : has_summation
Event --> "0..1" Summation : has_summation
click Summation href "../Summation/"
Event : id
Event : in_taxon
Event --> "*" OrganismTaxon : in_taxon
click OrganismTaxon href "../OrganismTaxon/"
Event : is_inferred
Event : located_in_compartment
Event --> "*" Compartment : located_in_compartment
click Compartment href "../Compartment/"
Event : modified
Event --> "*" InstanceEdit : modified
click InstanceEdit href "../InstanceEdit/"
Event : name
Event : previous_stable_identifier
Event : reactome_db_id
Event : reactome_stable_identifier
Event : release_date
Event : release_status
Event : reviewed
Event --> "*" InstanceEdit : reviewed
click InstanceEdit href "../InstanceEdit/"
Event : revised
Event --> "*" InstanceEdit : revised
click InstanceEdit href "../InstanceEdit/"
Event : source_schema_class
Event : supported_by
Event --> "*" Publication : supported_by
click Publication href "../Publication/"
Inheritance
Class Properties
| Property | Value |
|---|---|
| Class URI | reactome:Event |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| in_taxon | * OrganismTaxon |
Taxon in which the object, event, or entity is asserted to occur or be define... | direct |
| located_in_compartment | * Compartment |
Compartment in which an entity resides or an event occurs | direct |
| has_summation | 0..1 Summation |
Narrative summary object explaining the biology of an event or entity | direct |
| has_cross_reference | * DatabaseIdentifier |
External cross-reference to another database or controlled resource | direct |
| has_disease_context | * Disease |
Disease context associated with an event or physical entity | direct |
| supported_by | * Publication |
Publication supporting the existence, mechanism, or curation of the object | direct |
| reviewed | * InstanceEdit |
Provenance links to formal review actions on the object | direct |
| revised | * InstanceEdit |
Provenance links to explicit revision actions after prior curation or review | direct |
| release_date | 0..1 date |
Release date associated with a curation or publication cycle | direct |
| release_status | 0..1 String |
Editorial release state of the object in the Reactome release process | direct |
| is_inferred | 0..1 Boolean |
Indicates whether an object was computationally inferred rather than directly... | direct |
| reactome_db_id | 1 Integer |
Internal Reactome database identifier assigned to a database object | DatabaseObject |
| reactome_stable_identifier | 1 String |
Stable public Reactome identifier for an object | DatabaseObject |
| source_schema_class | 1 String |
Name of the source Reactome schema class from which the instance derives | DatabaseObject |
| display_label | 1 String |
Preferred display label used by Reactome for user-facing presentation | DatabaseObject |
| definition | 0..1 String |
Curated textual definition that states what the object is | DatabaseObject |
| previous_stable_identifier | 0..1 String |
Deprecated or previous stable Reactome identifier retained for traceability | DatabaseObject |
| created | 1 InstanceEdit |
Provenance link to the curation event that originally created the object reco... | DatabaseObject |
| modified | * InstanceEdit |
Provenance links to subsequent modifications of the object record | DatabaseObject |
| id | 1 String |
Unique identifier for an instance in the serialized dataset | NamedEntity |
| name | 0..1 String |
Human-readable primary label for an object | NamedEntity |
| description | 0..1 String |
Free-text textual description of an object | NamedEntity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Pathway | has_event | range | Event |
| ReactionLikeEvent | preceded_by | range | Event |
| Reaction | preceded_by | range | Event |
| BlackBoxEvent | preceded_by | range | Event |
| Polymerization | preceded_by | range | Event |
| Depolymerization | preceded_by | range | Event |
Comments
- Event is one of the central abstractions in the Reactome model.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/reactome-ontology
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | reactome:Event |
| native | reactome:Event |
LinkML Source
Direct
name: event
description: Biological occurrence or process unit in Reactome, covering both pathways
and reaction-like events.
comments:
- Event is one of the central abstractions in the Reactome model.
from_schema: https://w3id.org/reactome-ontology
is_a: database_object
abstract: true
slots:
- in_taxon
- located_in_compartment
- has_summation
- has_cross_reference
- has_disease_context
- supported_by
- reviewed
- revised
- release_date
- release_status
- is_inferred
class_uri: reactome:Event
Induced
name: event
description: Biological occurrence or process unit in Reactome, covering both pathways
and reaction-like events.
comments:
- Event is one of the central abstractions in the Reactome model.
from_schema: https://w3id.org/reactome-ontology
is_a: database_object
abstract: true
attributes:
in_taxon:
name: in_taxon
description: Taxon in which the object, event, or entity is asserted to occur
or be defined.
comments:
- For events this denotes the organism context; for entities it denotes the biological
source organism.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:inTaxon
alias: in_taxon
owner: event
domain_of:
- event
- physical_entity
range: organism_taxon
multivalued: true
located_in_compartment:
name: located_in_compartment
description: Compartment in which an entity resides or an event occurs.
comments:
- In Reactome, compartment is identity-relevant for many physical entities.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:locatedInCompartment
alias: located_in_compartment
owner: event
domain_of:
- event
- physical_entity
range: compartment
multivalued: true
has_summation:
name: has_summation
description: Narrative summary object explaining the biology of an event or entity.
comments:
- Distinct from formal definition; usually prose intended for readers.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:hasSummation
alias: has_summation
owner: event
domain_of:
- event
range: summation
multivalued: false
has_cross_reference:
name: has_cross_reference
description: External cross-reference to another database or controlled resource.
comments:
- Used for interoperating with identifiers from GO, ChEBI, UniProt, Ensembl, and
related resources.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:hasCrossReference
alias: has_cross_reference
owner: event
domain_of:
- event
- physical_entity
range: database_identifier
multivalued: true
has_disease_context:
name: has_disease_context
description: Disease context associated with an event or physical entity.
comments:
- Represents contextual disease association rather than broad etiologic modeling.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:hasDiseaseContext
alias: has_disease_context
owner: event
domain_of:
- event
- physical_entity
range: disease
multivalued: true
supported_by:
name: supported_by
description: Publication supporting the existence, mechanism, or curation of the
object.
comments:
- Often points to PubMed-backed literature references.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:supportedBy
alias: supported_by
owner: event
domain_of:
- event
- catalyst_activity
- regulation
range: publication
multivalued: true
reviewed:
name: reviewed
description: Provenance links to formal review actions on the object.
comments:
- Distinct from simple modification in Reactome curation workflows.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:reviewed
alias: reviewed
owner: event
domain_of:
- event
range: instance_edit
multivalued: true
revised:
name: revised
description: Provenance links to explicit revision actions after prior curation
or review.
comments:
- Useful for tracking editorial iteration.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:revised
alias: revised
owner: event
domain_of:
- event
range: instance_edit
multivalued: true
release_date:
name: release_date
description: Release date associated with a curation or publication cycle.
comments:
- Modeled as string to match Reactome exports; can be normalized later if needed.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:releaseDate
alias: release_date
owner: event
domain_of:
- event
range: date
multivalued: false
release_status:
name: release_status
description: Editorial release state of the object in the Reactome release process.
comments:
- Examples might include draft-like or released-like status labels depending on
source exports.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:releaseStatus
alias: release_status
owner: event
domain_of:
- event
range: string
multivalued: false
is_inferred:
name: is_inferred
description: Indicates whether an object was computationally inferred rather than
directly curated.
comments:
- Reactome uses inference especially for orthology-based event propagation.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:isInferred
alias: is_inferred
owner: event
domain_of:
- event
range: boolean
multivalued: false
reactome_db_id:
name: reactome_db_id
description: Internal Reactome database identifier assigned to a database object.
comments:
- Reactome DB_ID values are implementation-oriented identifiers rather than stable
public identifiers.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:reactomeDbId
alias: reactome_db_id
owner: event
domain_of:
- database_object
range: integer
required: true
multivalued: false
reactome_stable_identifier:
name: reactome_stable_identifier
description: Stable public Reactome identifier for an object.
comments:
- Typically corresponds to the curated Reactome stable accession such as R-HSA-xxxxx.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:reactomeStableIdentifier
alias: reactome_stable_identifier
owner: event
domain_of:
- database_object
range: string
required: true
multivalued: false
source_schema_class:
name: source_schema_class
description: Name of the source Reactome schema class from which the instance
derives.
comments:
- Useful when preserving frame-schema provenance or round-tripping with the original
Reactome graph.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:sourceSchemaClass
alias: source_schema_class
owner: event
domain_of:
- database_object
range: string
required: true
multivalued: false
display_label:
name: display_label
description: Preferred display label used by Reactome for user-facing presentation.
comments:
- Often combines identity and contextual state into a concise label.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
is_a: name
slot_uri: reactome:displayLabel
alias: display_label
owner: event
domain_of:
- database_object
range: string
required: true
multivalued: false
definition:
name: definition
description: Curated textual definition that states what the object is.
comments:
- Intended for conceptual definitions rather than narrative summaries.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:definition
alias: definition
owner: event
domain_of:
- database_object
range: string
multivalued: false
previous_stable_identifier:
name: previous_stable_identifier
description: Deprecated or previous stable Reactome identifier retained for traceability.
comments:
- Useful during migration, identifier replacement, and legacy resolution.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:previousStableIdentifier
alias: previous_stable_identifier
owner: event
domain_of:
- database_object
range: string
multivalued: false
created:
name: created
description: Provenance link to the curation event that originally created the
object record.
comments:
- Usually points to an InstanceEdit containing editor and date metadata.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:created
alias: created
owner: event
domain_of:
- database_object
range: instance_edit
required: true
multivalued: false
modified:
name: modified
description: Provenance links to subsequent modifications of the object record.
comments:
- Multiple modifications are common across curation history.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: reactome:modified
alias: modified
owner: event
domain_of:
- database_object
range: instance_edit
multivalued: true
id:
name: id
description: Unique identifier for an instance in the serialized dataset.
comments:
- This may be a local identifier, CURIE, URI, or other serialization key.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: dcterms:identifier
identifier: true
alias: id
owner: event
domain_of:
- named_entity
range: string
required: true
name:
name: name
description: Human-readable primary label for an object.
comments:
- Generic reusable naming slot for schema-wide use.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: rdfs:label
alias: name
owner: event
domain_of:
- named_entity
range: string
description:
name: description
description: Free-text textual description of an object.
comments:
- Can hold editorial notes, plain-language explanations, or short summaries.
from_schema: https://w3id.org/reactome-ontology
rank: 1000
slot_uri: dcterms:description
alias: description
owner: event
domain_of:
- named_entity
range: string
multivalued: false
class_uri: reactome:Event