Skip to content

Class: KuoMethod

URI: basalt_schema:KuoMethod

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

      KuoMethod : analytic

      KuoMethod : detection_limit

      KuoMethod : location

      KuoMethod : method

      KuoMethod : wavelength

Inheritance

Slots

Name Cardinality and Range Description Inheritance
location 1
String
direct
method 0..1
String
direct
detection_limit 1
String
direct
wavelength 0..1
String
direct
analytic 1
String
Method

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: KuoMethod
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
slots:
- location
- method
attributes:
  detection_limit:
    name: detection_limit
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    domain_of:
    - KuoMethod
    range: string
    required: true
  wavelength:
    name: wavelength
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    domain_of:
    - EnzymeActivityMethod
    - KuoMethod
    range: string

Induced

name: KuoMethod
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
attributes:
  detection_limit:
    name: detection_limit
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    alias: detection_limit
    owner: KuoMethod
    domain_of:
    - KuoMethod
    range: string
    required: true
  wavelength:
    name: wavelength
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    alias: wavelength
    owner: KuoMethod
    domain_of:
    - EnzymeActivityMethod
    - KuoMethod
    range: string
  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: KuoMethod
    domain_of:
    - Instrument
    - EnzymeActivityMethod
    - GravimetricWaterContentMethod
    - HydraulicPropertiesMethod
    - KuoMethod
    - MicrobialBiomassMethod
    - PH_Method
    - TOC_TN_Method
    - TextureMethod
    - XrayComputedTomographyMethod
    range: string
    required: true
  method:
    name: method
    todos:
    - what does this mean
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema
    rank: 1000
    alias: method
    owner: KuoMethod
    domain_of:
    - KuoMethod
    - TextureMethod
    range: string
  analytic:
    name: analytic
    todos:
    - what does this mean
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema
    rank: 1000
    alias: analytic
    owner: KuoMethod
    domain_of:
    - Method
    range: string
    required: true