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

    Structured attribution for copyrighted resources.

    type Attribution = {
        accessed?: IsoDate;
        author?: string;
        credits: string;
        license: string;
        source?: UrlString;
    }
    Index

    Properties

    accessed?: IsoDate

    Timestamp indicating when the resource was last retrieved or verified.

    author?: string

    The individual or group responsible for the creation of the resource.

    credits: string

    Required acknowledgement of original creators or institutions.

    license: string

    The legal framework under which the resource is made available (e.g., CC BY 4.0).

    source?: UrlString

    Direct digital location (URL) where the original resource can be found.