Skip to content

Class: EnzymeActivityMethod

URI: basalt_schema:EnzymeActivityMethod

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

      EnzymeActivityMethod : analytic

      EnzymeActivityMethod : incubation_temp_c

      EnzymeActivityMethod : incubation_time

      EnzymeActivityMethod : location

      EnzymeActivityMethod : wavelength

Inheritance

Slots

Name Cardinality and Range Description Inheritance
location 1
String
direct
incubation_temp_c 0..1
Double
direct
incubation_time 0..1
String
direct
wavelength 0..1
Double
direct
analytic 1
String
Method

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: EnzymeActivityMethod
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
slots:
- location
attributes:
  incubation_temp_c:
    name: incubation_temp_c
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    domain_of:
    - EnzymeActivityMethod
    range: double
  incubation_time:
    name: incubation_time
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    domain_of:
    - EnzymeActivityMethod
    range: string
  wavelength:
    name: wavelength
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/methods
    rank: 1000
    domain_of:
    - EnzymeActivityMethod
    - KuoMethod
    range: double

Induced

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