molecularWeight constant

IriTerm const molecularWeight

IRI for schemahttp:molecularWeight [Expects: http://schema.org/QuantitativeValue, http://schema.org/Text]

This is the molecular weight of the entity being described, not of the parent. Units should be included in the form '<Number> <unit>', for example '12 amu' or as '<QuantitativeValue>.

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

Implementation

static const molecularWeight = IriTerm.prevalidated(
  'http://schema.org/molecularWeight',
);