Skip to content

Class: CausalRelationship

URI: sample:CausalRelationship

erDiagram CausalRelationship { } Variable { string id string label } CausalRelationship ||--|o Variable : "cause" CausalRelationship ||--|o Variable : "effect"

Inheritance

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/environmental-sample

Mappings

Mapping Type Mapped Value
self sample:CausalRelationship
native sample:CausalRelationship

LinkML Source

Direct

name: CausalRelationship
from_schema: http://w3id.org/ontogpt/environmental-sample
is_a: CompoundExpression
attributes:
  cause:
    name: cause
    description: the variable that is the cause of the effect
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    range: Variable
  effect:
    name: effect
    description: the things that is affected
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    range: Variable

Induced

name: CausalRelationship
from_schema: http://w3id.org/ontogpt/environmental-sample
is_a: CompoundExpression
attributes:
  cause:
    name: cause
    description: the variable that is the cause of the effect
    from_schema: http://w3id.org/ontogpt/environmental-sample
    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/environmental-sample
    rank: 1000
    alias: effect
    owner: CausalRelationship
    domain_of:
    - CausalRelationship
    range: Variable