molecularFormula constant

IriTerm const molecularFormula

IRI for schema:molecularFormula [Expects: https://schema.org/Text]

The empirical formula is the simplest whole number ratio of all the atoms in a molecule.

Can be used on: https://schema.org/MolecularEntity

Implementation

static const molecularFormula = IriTerm.prevalidated(
  'https://schema.org/molecularFormula',
);