Skip to content

Class: FeedstockCharacteristics

Physical and mineralogical characteristics of the rock/mineral amendment used in an ERW intervention.

URI: erw:FeedstockCharacteristics

 classDiagram
    class FeedstockCharacteristics
    click FeedstockCharacteristics href "../FeedstockCharacteristics/"
      FeedstockCharacteristics : clay_pct

      FeedstockCharacteristics : mineralogy





        FeedstockCharacteristics --> "*" MineralComponent : mineralogy
        click MineralComponent href "../MineralComponent/"



      FeedstockCharacteristics : particle_size_description

      FeedstockCharacteristics : particle_size_type





        FeedstockCharacteristics --> "0..1" ParticleSizeTypeEnum : particle_size_type
        click ParticleSizeTypeEnum href "../ParticleSizeTypeEnum/"



      FeedstockCharacteristics : particle_size_value

      FeedstockCharacteristics : rock_type

      FeedstockCharacteristics : sand_pct

      FeedstockCharacteristics : silt_pct


Slots

Name Cardinality and Range Description Inheritance
rock_type 0..1
String
Rock type classification (e direct
particle_size_value 0..1
Float
Single numeric particle size value in micrometers direct
particle_size_type 0..1
ParticleSizeTypeEnum
What the particle_size_value represents (P80, mean, or median) direct
sand_pct 0..1
Float
Sand fraction percentage of the feedstock direct
silt_pct 0..1
Float
Silt fraction percentage of the feedstock direct
clay_pct 0..1
Float
Clay fraction percentage of the feedstock direct
particle_size_description 0..1
String
Free-text description of particle size when structured fields are insufficien... direct
mineralogy *
MineralComponent
Mineral composition of the feedstock direct

Usages

used by used in type used
Intervention feedstock range FeedstockCharacteristics

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: FeedstockCharacteristics
description: Physical and mineralogical characteristics of the rock/mineral amendment
  used in an ERW intervention.
from_schema: https://w3id.org/erw-research/schema
attributes:
  rock_type:
    name: rock_type
    description: Rock type classification (e.g., basalt, wollastonite, olivine, dunite).
      Based on TAS chart or standard petrographic names.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
  particle_size_value:
    name: particle_size_value
    description: Single numeric particle size value in micrometers. Interpretation
      depends on particle_size_type.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
    range: float
    minimum_value: 0.0
  particle_size_type:
    name: particle_size_type
    description: What the particle_size_value represents (P80, mean, or median).
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
    range: ParticleSizeTypeEnum
  sand_pct:
    name: sand_pct
    description: Sand fraction percentage of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
    - SoilCharacteristics
    range: float
    minimum_value: 0.0
    maximum_value: 100.0
  silt_pct:
    name: silt_pct
    description: Silt fraction percentage of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
    - SoilCharacteristics
    range: float
    minimum_value: 0.0
    maximum_value: 100.0
  clay_pct:
    name: clay_pct
    description: Clay fraction percentage of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
    - SoilCharacteristics
    range: float
    minimum_value: 0.0
    maximum_value: 100.0
  particle_size_description:
    name: particle_size_description
    description: Free-text description of particle size when structured fields are
      insufficient (e.g., "0-2 mm sieved fraction").
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
  mineralogy:
    name: mineralogy
    description: Mineral composition of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - FeedstockCharacteristics
    range: MineralComponent
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: FeedstockCharacteristics
description: Physical and mineralogical characteristics of the rock/mineral amendment
  used in an ERW intervention.
from_schema: https://w3id.org/erw-research/schema
attributes:
  rock_type:
    name: rock_type
    description: Rock type classification (e.g., basalt, wollastonite, olivine, dunite).
      Based on TAS chart or standard petrographic names.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: rock_type
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    range: string
  particle_size_value:
    name: particle_size_value
    description: Single numeric particle size value in micrometers. Interpretation
      depends on particle_size_type.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: particle_size_value
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    range: float
    minimum_value: 0.0
  particle_size_type:
    name: particle_size_type
    description: What the particle_size_value represents (P80, mean, or median).
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: particle_size_type
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    range: ParticleSizeTypeEnum
  sand_pct:
    name: sand_pct
    description: Sand fraction percentage of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: sand_pct
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    - SoilCharacteristics
    range: float
    minimum_value: 0.0
    maximum_value: 100.0
  silt_pct:
    name: silt_pct
    description: Silt fraction percentage of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: silt_pct
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    - SoilCharacteristics
    range: float
    minimum_value: 0.0
    maximum_value: 100.0
  clay_pct:
    name: clay_pct
    description: Clay fraction percentage of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: clay_pct
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    - SoilCharacteristics
    range: float
    minimum_value: 0.0
    maximum_value: 100.0
  particle_size_description:
    name: particle_size_description
    description: Free-text description of particle size when structured fields are
      insufficient (e.g., "0-2 mm sieved fraction").
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: particle_size_description
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    range: string
  mineralogy:
    name: mineralogy
    description: Mineral composition of the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: mineralogy
    owner: FeedstockCharacteristics
    domain_of:
    - FeedstockCharacteristics
    range: MineralComponent
    multivalued: true
    inlined: true
    inlined_as_list: true