Skip to content

Class: PHMethod

URI: basalt_schema:PHMethod

 classDiagram
    class PHMethod
    click PHMethod href "../PHMethod/"
      Method <|-- PHMethod
        click Method href "../Method/"

      PHMethod : analytic

      PHMethod : calibration

      PHMethod : location

Inheritance

Slots

Name Cardinality and Range Description Inheritance
location 1
String
direct
calibration 1
String
direct
analytic 1
String
Method

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self basalt_schema:PHMethod
native basalt_schema:PHMethod

LinkML Source

Direct

name: PH_Method
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
slots:
- location
attributes:
  calibration:
    name: calibration
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    domain_of:
    - PH_Method
    range: string
    required: true

Induced

name: PH_Method
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
attributes:
  calibration:
    name: calibration
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    alias: calibration
    owner: PH_Method
    domain_of:
    - PH_Method
    range: string
    required: true
  location:
    name: location
    todos:
    - used on many method classes. no description. what was this meant to mean?
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema
    rank: 1000
    alias: location
    owner: PH_Method
    domain_of:
    - Instrument
    - EnzymeActivityMethod
    - GravimetricWaterContentMethod
    - HydraulicPropertiesMethod
    - KuoMethod
    - MicrobialBiomassMethod
    - PH_Method
    - TOC_TN_Method
    - TextureMethod
    - XrayComputedTomographyMethod
    range: string
    required: true
  analytic:
    name: analytic
    todos:
    - what does this mean
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema
    rank: 1000
    alias: analytic
    owner: PH_Method
    domain_of:
    - Method
    range: string
    required: true