Multivalent API

phelps.doc
Class DublinCore

java.lang.Object
  extended by phelps.doc.DublinCore

public class DublinCore
extends java.lang.Object

Dublin Core Metadata Initiative. Media adaptors may (optionally) normalize document metadata to Dublin Core.

Version:
$Revision: 1.1 $ $Date: 2005/08/10 04:51:16 $

Field Summary
static java.lang.String CONTRIBUTOR
          Examples of a Contributor include a person, an organisation, or a service.
static java.lang.String COVERAGE
          Spatial location, temporal period, jurisdiction (core).
static java.lang.String CREATOR
          Examples of a Creator include a person, an organisation, or a service.
static java.lang.String DATE
          Typically, Date will be associated with the creation or availability of the resource.
static java.lang.String DESCRIPTION
          Description may include but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.
static java.lang.String FORMAT
          Typically, Format may include the media-type or dimensions of the resource, e.g,.
static java.lang.String IDENTIFIER
          Example formal identification systems include URI, DOI, ISBN.
static java.lang.String LANGUAGE
          Recommended best practice is to use RFC 3066 [RFC3066], which, in conjunction with ISO 639 [ISO639], defines two- and three-letter primary language tags with optional subtags.
static java.lang.String MODIFIED
          Date on which the resource was changed.
static java.lang.String PUBLISHER
          Examples of a Publisher include a person, an organisation, or a service.
static java.lang.String RELATION
          Recommended best practice is to reference the resource by means of a string or number conforming to a formal identification system.
static java.lang.String RIGHTS
          Typically, a Rights element will contain a rights management statement for the resource, or reference a service providing such information.
static java.lang.String SOURCE
          A reference to a resource from which the present resource is derived.
static java.lang.String SUBJECT
          Typically, a Subject will be expressed as keywords, key phrases or classification codes that describe a topic of the resource.
static java.lang.String TITLE
          Typically, a Title will be a name by which the resource is formally known.
static java.lang.String TYPE
          Type includes terms describing general categories, functions, genres, or aggregation levels for content.
 
Constructor Summary
DublinCore()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTRIBUTOR

public static final java.lang.String CONTRIBUTOR
Examples of a Contributor include a person, an organisation, or a service. (core).

See Also:
Constant Field Values

COVERAGE

public static final java.lang.String COVERAGE
Spatial location, temporal period, jurisdiction (core).

See Also:
Constant Field Values

CREATOR

public static final java.lang.String CREATOR
Examples of a Creator include a person, an organisation, or a service. (core).

See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
Typically, Date will be associated with the creation or availability of the resource. (core).

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Description may include but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content. (core).

See Also:
Constant Field Values

FORMAT

public static final java.lang.String FORMAT
Typically, Format may include the media-type or dimensions of the resource, e.g,. MIME type (core).

See Also:
Constant Field Values

IDENTIFIER

public static final java.lang.String IDENTIFIER
Example formal identification systems include URI, DOI, ISBN. (core).

See Also:
Constant Field Values

LANGUAGE

public static final java.lang.String LANGUAGE
Recommended best practice is to use RFC 3066 [RFC3066], which, in conjunction with ISO 639 [ISO639], defines two- and three-letter primary language tags with optional subtags. (core).

See Also:
Constant Field Values

PUBLISHER

public static final java.lang.String PUBLISHER
Examples of a Publisher include a person, an organisation, or a service. (core).

See Also:
Constant Field Values

RELATION

public static final java.lang.String RELATION
Recommended best practice is to reference the resource by means of a string or number conforming to a formal identification system. (core).

See Also:
Constant Field Values

RIGHTS

public static final java.lang.String RIGHTS
Typically, a Rights element will contain a rights management statement for the resource, or reference a service providing such information. (core).

See Also:
Constant Field Values

SOURCE

public static final java.lang.String SOURCE
A reference to a resource from which the present resource is derived. (core).

See Also:
Constant Field Values

SUBJECT

public static final java.lang.String SUBJECT
Typically, a Subject will be expressed as keywords, key phrases or classification codes that describe a topic of the resource. (core).

See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
Typically, a Title will be a name by which the resource is formally known. (core).

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
Type includes terms describing general categories, functions, genres, or aggregation levels for content. (core).

See Also:
Constant Field Values

MODIFIED

public static final java.lang.String MODIFIED
Date on which the resource was changed.

See Also:
Constant Field Values
Constructor Detail

DublinCore

public DublinCore()

Multivalent API