Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IWebAnnotationSpecificResourceData

    IWebAnnotationSpecificResourceData is based on the "Specific Resource" type defined by the Web Annotation Data Model specification: https://www.w3.org/TR/annotation-model/#specific-resources

    While "source" property in a "Specific Resource" must be an IRI, Colibrio allows a URL, URI or URN as well.

    interface IWebAnnotationSpecificResourceData {
        selector?: ISelectorData | ISelectorData[];
        source: string | IWebAnnotationResourceData;
    }

    Properties

    There may be 0 or more selectors. Multiple Selectors should select the same content, however some Selectors will not have the same precision as others. The first selector in the array has the highest precision.

    A URL, URI, URN or IRI identifying the resource. May contain a fragment part.