@dokieli/web-annotation - v1.0.1
    Preparing search index...

    Interface TimeState

    W3C oa:TimeState: a moment (sourceDate) or interval (sourceDateStart/End).

    interface TimeState {
        cached?: string;
        id?: string;
        refinedBy?: State | State[];
        sourceDate?: string;
        sourceDateEnd?: string;
        sourceDateStart?: string;
        type: "TimeState";
    }
    Index
    cached?: string

    IRI of a memento/cached copy

    id?: string
    refinedBy?: State | State[]
    sourceDate?: string

    A timestamp in xsd:dateTime format.

    sourceDateEnd?: string

    A timestamp in xsd:dateTime format.

    sourceDateStart?: string

    A timestamp in xsd:dateTime format.

    type: "TimeState"