Skip to content

Enum: SampleStateEnum

Enumeration of physical states in which a catalyst sample may be present.

URI: coremeta4cat:enum/SampleStateEnum

Permissible Values

Value Meaning Description
solid None Solid state.
liquid None Liquid state.
gas None Gas state.
solution None Dissolved in solvent.
powder None Powder form.
pellet None Pellet form (pressed powder).
thin_film None Thin film deposited on a substrate.
other None Other sample state.

Slots

Name Description
sample_state Physical state of the sample during characterization.

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/coremeta4cat

LinkML Source

name: SampleStateEnum
description: Enumeration of physical states in which a catalyst sample may be present.
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
rank: 1000
permissible_values:
  solid:
    text: solid
    description: Solid state.
  liquid:
    text: liquid
    description: Liquid state.
  gas:
    text: gas
    description: Gas state.
  solution:
    text: solution
    description: Dissolved in solvent.
  powder:
    text: powder
    description: Powder form.
  pellet:
    text: pellet
    description: Pellet form (pressed powder).
  thin_film:
    text: thin_film
    description: Thin film deposited on a substrate.
  other:
    text: other
    description: Other sample state.