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

    Shared fields for nomenclature-related events.

    type NamingFields = {
        name: string;
        namedAfter?: {
            literal?: string;
            organizations?: OrgId[];
            persons?: PersonId[];
        };
    }
    Index

    Properties

    Properties

    name: string

    The proposed or finalized name of the entity.

    namedAfter?: { literal?: string; organizations?: OrgId[]; persons?: PersonId[] }

    Etymological origin of the name.

    Type Declaration

    • Optionalliteral?: string

      Literal or celestial origins (e.g., 'Planet Venus').

    • Optionalorganizations?: OrgId[]

      Institutions or groups involved in the naming.

    • Optionalpersons?: PersonId[]

      Scientists or historical figures after whom the entity was named.