Skip to content

Class: Intervention

A single rock/mineral amendment application within an experiment. Captures feedstock characteristics, application rate, and method.

URI: erw:Intervention

 classDiagram
    class Intervention
    click Intervention href "../Intervention/"
      Intervention : application_method

      Intervention : application_rate_unit





        Intervention --> "0..1" ApplicationRateUnitEnum : application_rate_unit
        click ApplicationRateUnitEnum href "../ApplicationRateUnitEnum/"



      Intervention : application_rate_value

      Intervention : feedstock





        Intervention --> "0..1" FeedstockCharacteristics : feedstock
        click FeedstockCharacteristics href "../FeedstockCharacteristics/"



      Intervention : incorporation_depth_m


Slots

Name Cardinality and Range Description Inheritance
feedstock 0..1
FeedstockCharacteristics
Characteristics of the rock/mineral amendment direct
application_rate_value 0..1
Float
Numeric application rate value direct
application_rate_unit 0..1
ApplicationRateUnitEnum
Unit of the application rate direct
incorporation_depth_m 0..1
Float
Depth of incorporation in meters direct
application_method 0..1
String
Method of application (e direct

Usages

used by used in type used
ExperimentalSetup interventions range Intervention

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/erw-research/schema

Mappings

Mapping Type Mapped Value
self erw:Intervention
native erw:Intervention

LinkML Source

Direct

name: Intervention
description: A single rock/mineral amendment application within an experiment. Captures
  feedstock characteristics, application rate, and method.
from_schema: https://w3id.org/erw-research/schema
attributes:
  feedstock:
    name: feedstock
    description: Characteristics of the rock/mineral amendment.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - Intervention
    range: FeedstockCharacteristics
    inlined: true
  application_rate_value:
    name: application_rate_value
    description: Numeric application rate value.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - Intervention
    range: float
    minimum_value: 0.0
  application_rate_unit:
    name: application_rate_unit
    description: Unit of the application rate.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - Intervention
    range: ApplicationRateUnitEnum
  incorporation_depth_m:
    name: incorporation_depth_m
    description: Depth of incorporation in meters.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - Intervention
    range: float
    minimum_value: 0.0
  application_method:
    name: application_method
    description: Method of application (e.g., tractor, hand, broadcast). Free text.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - Intervention

Induced

name: Intervention
description: A single rock/mineral amendment application within an experiment. Captures
  feedstock characteristics, application rate, and method.
from_schema: https://w3id.org/erw-research/schema
attributes:
  feedstock:
    name: feedstock
    description: Characteristics of the rock/mineral amendment.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: feedstock
    owner: Intervention
    domain_of:
    - Intervention
    range: FeedstockCharacteristics
    inlined: true
  application_rate_value:
    name: application_rate_value
    description: Numeric application rate value.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: application_rate_value
    owner: Intervention
    domain_of:
    - Intervention
    range: float
    minimum_value: 0.0
  application_rate_unit:
    name: application_rate_unit
    description: Unit of the application rate.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: application_rate_unit
    owner: Intervention
    domain_of:
    - Intervention
    range: ApplicationRateUnitEnum
  incorporation_depth_m:
    name: incorporation_depth_m
    description: Depth of incorporation in meters.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: incorporation_depth_m
    owner: Intervention
    domain_of:
    - Intervention
    range: float
    minimum_value: 0.0
  application_method:
    name: application_method
    description: Method of application (e.g., tractor, hand, broadcast). Free text.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: application_method
    owner: Intervention
    domain_of:
    - Intervention
    range: string