Description

A ChemicalSystem is a specialization of the more generic System type. Chemical systems add information about chemical composition to a system.

Fields

Field name Value type Description
uid String Permanent ID associated with the chemical system.
chemicalFormula String Chemical formula of the system.
composition Array of Composition objects The elements in the chemical system and their relative atomic and weight percentages.
names Array of strings Common names of the chemical system.
ids Array of Id objects IDs (named labels) of the chemical system.
classifications Array of Classification objects Classifications (unambiguous categories) of the chemical system.
source Source object Source/producer/manufacturer of the chemical system.
quantity Quantity object Quantity of the chemical system.
properties Array of Property objects Measured or observed properties.
preparation Array of ProcessStep objects Process steps carried out in preparing the chemical system.
subSystems Array of System objects Subsystems that the chemical system is composed of.
references Array of Reference objects References where information about the chemical system is published.
contacts Array of Person objects People that can be contacted for further information about the chemical system.
licenses Array of License objects Licenses that apply to the data about the chemical system.
tags Array of strings Tags that apply to the chemical system.

Examples