Skip to content

Slot: causal_associations

The causal associations that flow out of this activity

URI: [gocam:causal_associations](https://w3id.org/gocam/causal_associations) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Activity](Activity.md) | An individual activity in a causal model, representing the individual molecul... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [CausalAssociation](CausalAssociation.md) | | Domain Of | [Activity](Activity.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [Activity](Activity.md) | ## Comments * All activities in a model must be connected to at least one other activity. If a an activity has no outgoing activities (i.e the value of this slot is empty) then it is a terminal activity in the model. If an activity has no incoming activities, it is an initial activity. ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:causal_associations | | native | gocam:causal_associations | ## LinkML Source
name: causal_associations
description: The causal associations that flow out of this activity
comments:
- All activities in a model must be connected to at least one other activity. If a
  an activity has no outgoing activities (i.e the value of this slot is empty) then
  it is a terminal activity in the model. If an activity has no incoming activities,
  it is an initial activity.
from_schema: https://w3id.org/gocam
rank: 1000
owner: Activity
domain_of:
- Activity
range: CausalAssociation
multivalued: true
inlined: true
inlined_as_list: true