Class: QuantificationApproach
A quantification approach used to assess carbon removal or weathering in an ERW study. Defined by the media measured (soil, water, gas) and the specific measurements taken within each medium. Can appear at article level and/or experimental_setup level.
URI: erw:QuantificationApproach
classDiagram
class QuantificationApproach
click QuantificationApproach href "../QuantificationApproach/"
QuantificationApproach : measurements
QuantificationApproach --> "*" MeasurementEnum : measurements
click MeasurementEnum href "../MeasurementEnum/"
QuantificationApproach : media
QuantificationApproach --> "1" MediaEnum : media
click MediaEnum href "../MediaEnum/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| media | 1 MediaEnum |
The medium being measured (soil, water, or gas) | direct |
| measurements | * MeasurementEnum |
Specific measurements taken within this medium | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Article | quantification_approaches | range | QuantificationApproach |
| ExperimentalSetup | quantification_approaches | range | QuantificationApproach |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/erw-research/schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | erw:QuantificationApproach |
| native | erw:QuantificationApproach |
LinkML Source
Direct
name: QuantificationApproach
description: A quantification approach used to assess carbon removal or weathering
in an ERW study. Defined by the media measured (soil, water, gas) and the specific
measurements taken within each medium. Can appear at article level and/or experimental_setup
level.
from_schema: https://w3id.org/erw-research/schema
attributes:
media:
name: media
description: The medium being measured (soil, water, or gas).
from_schema: https://w3id.org/erw-research/quantification
rank: 1000
domain_of:
- QuantificationApproach
range: MediaEnum
required: true
measurements:
name: measurements
description: Specific measurements taken within this medium. See MeasurementEnum
for which measurements belong to which media.
from_schema: https://w3id.org/erw-research/quantification
rank: 1000
domain_of:
- QuantificationApproach
range: MeasurementEnum
multivalued: true
Induced
name: QuantificationApproach
description: A quantification approach used to assess carbon removal or weathering
in an ERW study. Defined by the media measured (soil, water, gas) and the specific
measurements taken within each medium. Can appear at article level and/or experimental_setup
level.
from_schema: https://w3id.org/erw-research/schema
attributes:
media:
name: media
description: The medium being measured (soil, water, or gas).
from_schema: https://w3id.org/erw-research/quantification
rank: 1000
alias: media
owner: QuantificationApproach
domain_of:
- QuantificationApproach
range: MediaEnum
required: true
measurements:
name: measurements
description: Specific measurements taken within this medium. See MeasurementEnum
for which measurements belong to which media.
from_schema: https://w3id.org/erw-research/quantification
rank: 1000
alias: measurements
owner: QuantificationApproach
domain_of:
- QuantificationApproach
range: MeasurementEnum
multivalued: true