Periodic Table Database Schema - v0.7.1
    Preparing search index...
    BaseEvent: Brand<
        {
            actors?: PersonId[];
            context?: string;
            locations?: { country?: CountryCode; place?: string }[];
            organizations?: OrgId[];
            references?: RefId[];
            time:
                | { date: IsoDate; type: DATE }
                | { approximate?: boolean; type: YEAR; year: number }
                | { fromYear: number; toYear: number; type: RANGE }
                | { text: string; type: TEXT };
        },
        E,
        "type",
        true,
    >

    Structural framework for a historical event, integrating temporal data, actors, and locations.

    Type Parameters

    • E extends EventType

      The specific type of historical milestone.