Class: CausalRelationship
erDiagram
CausalRelationship {
}
Variable {
string id
string label
}
CausalRelationship ||--|o Variable : "cause"
CausalRelationship ||--|o Variable : "effect"
Inheritance
- CompoundExpression
- CausalRelationship
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| cause | 0..1 Variable |
the variable that is the cause of the effect | direct |
| effect | 0..1 Variable |
the things that is affected | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Study | causal_relationships | range | CausalRelationship |
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/metagenome
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | eg:CausalRelationship |
| native | eg:CausalRelationship |
LinkML Source
Direct
name: CausalRelationship
from_schema: http://w3id.org/ontogpt/metagenome
is_a: CompoundExpression
attributes:
cause:
name: cause
description: the variable that is the cause of the effect
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
domain_of:
- CausalRelationship
range: Variable
effect:
name: effect
description: the things that is affected
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
domain_of:
- CausalRelationship
range: Variable
Induced
name: CausalRelationship
from_schema: http://w3id.org/ontogpt/metagenome
is_a: CompoundExpression
attributes:
cause:
name: cause
description: the variable that is the cause of the effect
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
alias: cause
owner: CausalRelationship
domain_of:
- CausalRelationship
range: Variable
effect:
name: effect
description: the things that is affected
from_schema: http://w3id.org/ontogpt/metagenome
rank: 1000
alias: effect
owner: CausalRelationship
domain_of:
- CausalRelationship
range: Variable