Skip to content

Enum: SolventClassEnum

Classes of solvents

URI: valuesets:SolventClassEnum

Permissible Values

Value Meaning Description
PROTIC None Solvents with acidic hydrogen
APROTIC_POLAR None Polar solvents without acidic H
APROTIC_NONPOLAR None Nonpolar solvents
IONIC_LIQUID None Room temperature ionic liquids
SUPERCRITICAL None Supercritical fluids
AQUEOUS None Water-based solvents
ORGANIC None Organic solvents
GREEN None Environmentally friendly solvents

Slots

Name Description
solvent_class Classes of solvents

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: SolventClassEnum
description: Classes of solvents
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  PROTIC:
    text: PROTIC
    description: Solvents with acidic hydrogen
    annotations:
      H_bonding:
        tag: H_bonding
        value: donor
      examples:
        tag: examples
        value: water, alcohols, acids
  APROTIC_POLAR:
    text: APROTIC_POLAR
    description: Polar solvents without acidic H
    annotations:
      H_bonding:
        tag: H_bonding
        value: acceptor only
      examples:
        tag: examples
        value: DMSO, DMF, acetone
  APROTIC_NONPOLAR:
    text: APROTIC_NONPOLAR
    description: Nonpolar solvents
    annotations:
      H_bonding:
        tag: H_bonding
        value: none
      examples:
        tag: examples
        value: hexane, benzene, CCl4
  IONIC_LIQUID:
    text: IONIC_LIQUID
    description: Room temperature ionic liquids
    annotations:
      state:
        tag: state
        value: liquid salt
      examples:
        tag: examples
        value: imidazolium salts
  SUPERCRITICAL:
    text: SUPERCRITICAL
    description: Supercritical fluids
    annotations:
      state:
        tag: state
        value: supercritical
      examples:
        tag: examples
        value: scCO2, scH2O
  AQUEOUS:
    text: AQUEOUS
    description: Water-based solvents
    annotations:
      base:
        tag: base
        value: water
  ORGANIC:
    text: ORGANIC
    description: Organic solvents
    annotations:
      base:
        tag: base
        value: organic compounds
  GREEN:
    text: GREEN
    description: Environmentally friendly solvents
    annotations:
      property:
        tag: property
        value: low environmental impact
      examples:
        tag: examples
        value: water, ethanol, scCO2