Class: KeyEventRelationship
A directional relationship between two key events in an AOP. Represents the causal linkage between an upstream event and a downstream event with supporting evidence.
URI: soma:KeyEventRelationship
classDiagram
class KeyEventRelationship
click KeyEventRelationship href "../KeyEventRelationship/"
NamedThing <|-- KeyEventRelationship
click NamedThing href "../NamedThing/"
KeyEventRelationship : description
KeyEventRelationship : downstream_event
KeyEventRelationship --> "0..1" KeyEvent : downstream_event
click KeyEvent href "../KeyEvent/"
KeyEventRelationship : evidence_support
KeyEventRelationship --> "0..1" EvidenceSupportEnum : evidence_support
click EvidenceSupportEnum href "../EvidenceSupportEnum/"
KeyEventRelationship : id
KeyEventRelationship : name
KeyEventRelationship : quantitative_understanding
KeyEventRelationship --> "0..1" QuantitativeUnderstandingEnum : quantitative_understanding
click QuantitativeUnderstandingEnum href "../QuantitativeUnderstandingEnum/"
KeyEventRelationship : relationship_type
KeyEventRelationship : upstream_event
KeyEventRelationship --> "0..1" KeyEvent : upstream_event
click KeyEvent href "../KeyEvent/"
Inheritance
- NamedThing
- KeyEventRelationship
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| upstream_event | 0..1 KeyEvent |
The upstream key event in this relationship (cause) | direct |
| downstream_event | 0..1 KeyEvent |
The downstream key event in this relationship (effect) | direct |
| relationship_type | 0..1 String |
The type of causal relationship (directly leads to, indirectly leads to) | direct |
| evidence_support | 0..1 EvidenceSupportEnum |
Level of evidence supporting this key event relationship | direct |
| quantitative_understanding | 0..1 QuantitativeUnderstandingEnum |
Level of quantitative understanding of the relationship | direct |
| id | 1 Uriorcurie |
A unique identifier for the entity | NamedThing |
| name | 0..1 String |
A human-readable name for the entity | NamedThing |
| description | 0..1 String |
A detailed description of the entity | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AdverseOutcomePathway | key_event_relationships | range | KeyEventRelationship |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/EHS-Data-Standards/soma
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | soma:KeyEventRelationship |
| native | soma:KeyEventRelationship |
LinkML Source
Direct
name: KeyEventRelationship
description: A directional relationship between two key events in an AOP. Represents
the causal linkage between an upstream event and a downstream event with supporting
evidence.
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedThing
slots:
- upstream_event
- downstream_event
- relationship_type
- evidence_support
- quantitative_understanding
Induced
name: KeyEventRelationship
description: A directional relationship between two key events in an AOP. Represents
the causal linkage between an upstream event and a downstream event with supporting
evidence.
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedThing
attributes:
upstream_event:
name: upstream_event
description: The upstream key event in this relationship (cause).
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: upstream_event
owner: KeyEventRelationship
domain_of:
- KeyEventRelationship
range: KeyEvent
inlined: true
downstream_event:
name: downstream_event
description: The downstream key event in this relationship (effect).
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: downstream_event
owner: KeyEventRelationship
domain_of:
- KeyEventRelationship
range: KeyEvent
inlined: true
relationship_type:
name: relationship_type
description: The type of causal relationship (directly leads to, indirectly leads
to).
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: relationship_type
owner: KeyEventRelationship
domain_of:
- KeyEventRelationship
range: string
evidence_support:
name: evidence_support
description: Level of evidence supporting this key event relationship.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: evidence_support
owner: KeyEventRelationship
domain_of:
- KeyEventRelationship
range: EvidenceSupportEnum
quantitative_understanding:
name: quantitative_understanding
description: Level of quantitative understanding of the relationship.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: quantitative_understanding
owner: KeyEventRelationship
domain_of:
- KeyEventRelationship
range: QuantitativeUnderstandingEnum
id:
name: id
description: A unique identifier for the entity.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
identifier: true
alias: id
owner: KeyEventRelationship
domain_of:
- NamedThing
- Unit
- NamedEntity
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for the entity.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
slot_uri: schema:name
alias: name
owner: KeyEventRelationship
domain_of:
- NamedThing
- Unit
- NamedEntity
range: string
description:
name: description
description: A detailed description of the entity.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
slot_uri: schema:description
alias: description
owner: KeyEventRelationship
domain_of:
- NamedThing
range: string