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

    Represents an RDFa property.

    interface IRdfaProperty {
        name: string;
        namespace: string;
    }

    Properties

    name: string

    The property name/reference. Example: "modified"

    If namespace is a string. The full property IRI can be created by concatenating namespace and name For example "http://purl.org/dc/terms/" + "modified" = "http://purl.org/dc/terms/modified"

    namespace: string

    A namespace defining the property vocabulary. Example: http://purl.org/dc/terms/