Skip to content

Class: HydraulicPropertiesMethod

URI: basalt_schema:HydraulicPropertiesMethod

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

      HydraulicPropertiesMethod : analytic

      HydraulicPropertiesMethod : fitting_model

      HydraulicPropertiesMethod : location

Inheritance

  • Method
    • HydraulicPropertiesMethod

Slots

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

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

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

Induced

name: HydraulicPropertiesMethod
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
attributes:
  fitting_model:
    name: fitting_model
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    alias: fitting_model
    owner: HydraulicPropertiesMethod
    domain_of:
    - HydraulicPropertiesMethod
    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: HydraulicPropertiesMethod
    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: HydraulicPropertiesMethod
    domain_of:
    - Method
    range: string
    required: true