Magpie HTML - v0.1.3
    Preparing search index...

    Interface DublinCoreMetadata

    Dublin Core metadata extracted from meta tags.

    Contains metadata using the Dublin Core standard, commonly used in academic and library contexts. Supports both DC. and dcterms. prefixes.

    interface DublinCoreMetadata {
        title?: string;
        creator?: string[];
        subject?: string[];
        description?: string;
        publisher?: string;
        contributor?: string[];
        date?: string;
        type?: string;
        format?: string;
        identifier?: string;
        source?: string;
        language?: string;
        relation?: string;
        coverage?: string;
        rights?: string;
    }
    Index

    Properties

    title?: string

    Resource title

    creator?: string[]

    Entity responsible for making the resource (authors, creators)

    subject?: string[]

    Topic or subject of the resource

    description?: string

    Description of the resource

    publisher?: string

    Entity responsible for making the resource available

    contributor?: string[]

    Entity responsible for contributions to the resource

    date?: string

    Date of resource creation/publication

    type?: string

    Nature or genre of the resource

    format?: string

    File format, physical medium, or dimensions

    identifier?: string

    Unambiguous reference to the resource

    source?: string

    Related resource from which the described resource is derived

    language?: string

    Language of the resource

    relation?: string

    Related resource

    coverage?: string

    Spatial or temporal topic, location, or period

    rights?: string

    Information about rights held in and over the resource