org.weblab_project.core.ontologies
Class DublinCore

java.lang.Object
  extended by org.weblab_project.core.ontologies.DublinCore

public final class DublinCore
extends java.lang.Object

The DublinCore properties according to http://purl.org/dc/elements/1.1, the DCMI Namespace for the Dublin Core Metadata Element Set, Version 1.1.

Author:
EADS WebLab Team

Field Summary
static java.lang.String CONTRIBUTOR_PROPERTY_NAME
          An entity responsible for making contributions to the resource.
static java.lang.String COVERAGE_PROPERTY_NAME
          The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
static java.lang.String CREATOR_PROPERTY_NAME
          An entity primarily responsible for making the resource.
static java.lang.String DATE_PROPERTY_NAME
          A point or period of time associated with an event in the lifecycle of the resource.
static java.lang.String DESCRIPTION_PROPERTY_NAME
          An account of the resource.
static java.lang.String FORMAT_PROPERTY_NAME
          The file format, physical medium, or dimensions of the resource.
static java.lang.String IDENTIFIER_PROPERTY_NAME
          An unambiguous reference to the resource within a given context.
static java.lang.String LANGUAGE_PROPERTY_NAME
          A language of the resource.
static java.lang.String NAMESPACE
          http://purl.org/dc/elements/1.1/
static java.lang.String PUBLISHER_PROPERTY_NAME
          An entity responsible for making the resource available.
static java.lang.String RELATION_PROPERTY_NAME
          A related resource.
static java.lang.String RIGHTS_PROPERTY_NAME
          Information about rights held in and over the resource.
static java.lang.String SOURCE_PROPERTY_NAME
          A related resource from which the described resource is derived.
static java.lang.String SUBJECT_PROPERTY_NAME
          The topic of the resource.
static java.lang.String TITLE_PROPERTY_NAME
          A name given to the resource.
static java.lang.String TYPE_PROPERTY_NAME
          The nature or genre of the resource.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
http://purl.org/dc/elements/1.1/

See Also:
Constant Field Values

TITLE_PROPERTY_NAME

public static final java.lang.String TITLE_PROPERTY_NAME
A name given to the resource.

See Also:
Constant Field Values

CREATOR_PROPERTY_NAME

public static final java.lang.String CREATOR_PROPERTY_NAME
An entity primarily responsible for making the resource.
Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.

See Also:
Constant Field Values

SUBJECT_PROPERTY_NAME

public static final java.lang.String SUBJECT_PROPERTY_NAME
The topic of the resource.
Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element.

See Also:
Constant Field Values

DESCRIPTION_PROPERTY_NAME

public static final java.lang.String DESCRIPTION_PROPERTY_NAME
An account of the resource.
Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.

See Also:
Constant Field Values

PUBLISHER_PROPERTY_NAME

public static final java.lang.String PUBLISHER_PROPERTY_NAME
An entity responsible for making the resource available.
Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.

See Also:
Constant Field Values

CONTRIBUTOR_PROPERTY_NAME

public static final java.lang.String CONTRIBUTOR_PROPERTY_NAME
An entity responsible for making contributions to the resource.
Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.

See Also:
Constant Field Values

DATE_PROPERTY_NAME

public static final java.lang.String DATE_PROPERTY_NAME
A point or period of time associated with an event in the lifecycle of the resource.
Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].

See Also:
Constant Field Values

TYPE_PROPERTY_NAME

public static final java.lang.String TYPE_PROPERTY_NAME
The nature or genre of the resource.
Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.

See Also:
Constant Field Values

FORMAT_PROPERTY_NAME

public static final java.lang.String FORMAT_PROPERTY_NAME
The file format, physical medium, or dimensions of the resource.
Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME].

See Also:
Constant Field Values

IDENTIFIER_PROPERTY_NAME

public static final java.lang.String IDENTIFIER_PROPERTY_NAME
An unambiguous reference to the resource within a given context.
Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.

See Also:
Constant Field Values

SOURCE_PROPERTY_NAME

public static final java.lang.String SOURCE_PROPERTY_NAME
A related resource from which the described resource is derived.
The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.

See Also:
Constant Field Values

LANGUAGE_PROPERTY_NAME

public static final java.lang.String LANGUAGE_PROPERTY_NAME
A language of the resource.
Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].

See Also:
Constant Field Values

RELATION_PROPERTY_NAME

public static final java.lang.String RELATION_PROPERTY_NAME
A related resource.
Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.

See Also:
Constant Field Values

COVERAGE_PROPERTY_NAME

public static final java.lang.String COVERAGE_PROPERTY_NAME
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.

See Also:
Constant Field Values

RIGHTS_PROPERTY_NAME

public static final java.lang.String RIGHTS_PROPERTY_NAME
Information about rights held in and over the resource.
Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.

See Also:
Constant Field Values


Copyright © 2004-2009. All Rights Reserved.