Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Type Alias CompoundClassification

    CompoundClassification: Collection<
        {
            category: Distinct<CompoundCategory>;
            class: Distinct<CompoundClass>;
            composition: Distinct<CompoundComposition>;
            phase: Distinct<Phase>;
            properties: Distinct<SubstanceProperty | CompoundProperty>[];
        },
    >

    Systematic classification of a chemical compound.