Skip to content

Class: TextureMethod

URI: basalt_schema:TextureMethod

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

      TextureMethod : analytic

      TextureMethod : location

      TextureMethod : method

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: TextureMethod
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
slots:
- location
- method

Induced

name: TextureMethod
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
is_a: Method
attributes:
  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: TextureMethod
    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: TextureMethod
    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: TextureMethod
    domain_of:
    - Method
    range: string
    required: true