Net::OAI::Record::OAI_DC - class for baseline Dublin Core support


OAI-Harvester documentation  | view source Contained in the OAI-Harvester distribution.

Index


NAME

Top

Net::OAI::Record::OAI_DC - class for baseline Dublin Core support

SYNOPSIS

Top

DESCRIPTION

Top

METHODS

Top

The accessor methods are aware of their calling context (list,scalar) and will respond appropriately. For example an item may have multiple creators, so a call to creator() in a scalar context returns only the first creator; and in a list context all creators are returned.

    # scalar context
    my $creator = $metadata->creator();

    # list context
    my @creators = $metadata->creator();

new()

title()

creator()

subject()

description()

publisher()

contributor()

date()

type()

format()

identifier()

source()

language()

relation()

coverage()

rights()


OAI-Harvester documentation  | view source Contained in the OAI-Harvester distribution.