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

    Represents a metadata item entry in a publication such as a title or author.

    interface IPublicationMetadataItem {
        content: ILocalizableString;
        contentScheme: IRdfaProperty;
        property: IRdfaProperty;
        refinedBy: IPublicationMetadataItem[];
    }

    Properties

    Contains the value of the metadata item as a localized string.

    contentScheme: IRdfaProperty

    Identifies the system or scheme that content.value is drawn from.

    property: IRdfaProperty

    Defines the statement being made in this metadata item.

    Refinements applied to this metadata item.