Skip to content

Enum: SamplePortionEnum

URI: SamplePortionEnum

Permissible Values

Value Meaning Description
supernatant None
pellet None
organic_layer None The portion of a mixture containing dissolved organic material
aqueous_layer None The portion of a mixture containing molecules dissolved in water
interlayer None The layer of material between liquid layers of a separated mixture
chloroform_layer None The portion of a mixture containing molecules dissolved in chloroform
methanol_layer None The portion of a mixture containing molecules dissolved in methanol

Slots

Name Description
sampled_portion The portion of the sample that is taken for downstream activity

Identifier and Mapping Information

Schema Source

LinkML Source

name: SamplePortionEnum
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
permissible_values:
  supernatant:
    text: supernatant
    aliases:
    - top_layer
  pellet:
    text: pellet
    aliases:
    - bottom_layer
  organic_layer:
    text: organic_layer
    description: The portion of a mixture containing dissolved organic material
    title: Organic layer
  aqueous_layer:
    text: aqueous_layer
    description: The portion of a mixture containing molecules dissolved in water
    title: Aqueous layer
    aliases:
    - water layer
  interlayer:
    text: interlayer
    description: The layer of material between liquid layers of a separated mixture
    title: Interlayer
  chloroform_layer:
    text: chloroform_layer
    description: The portion of a mixture containing molecules dissolved in chloroform
    is_a: organic_layer
    title: Chloroform layer
  methanol_layer:
    text: methanol_layer
    description: The portion of a mixture containing molecules dissolved in methanol
    is_a: organic_layer
    title: Methanol layer