|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.extended.ontologies.DublinCore
public final class DublinCore
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.
Field Summary | |
---|---|
static 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. |
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. Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. |
static 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. |
static 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. |
static 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. |
static java.lang.String |
FORMAT_PROPERTY_NAME
The file format, physical medium, or dimensions of the resource. Examples of dimensions include size and duration. |
static 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. |
static 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]. |
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. Examples of a Publisher include a person, an organization, or a service. |
static 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. |
static 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. |
static 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. |
static java.lang.String |
SUBJECT_PROPERTY_NAME
The topic of the resource. Typically, the subject will be represented using keywords, key phrases, or classification codes. |
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. Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAMESPACE
public static final java.lang.String TITLE_PROPERTY_NAME
public static final java.lang.String CREATOR_PROPERTY_NAME
public static final java.lang.String SUBJECT_PROPERTY_NAME
public static final java.lang.String DESCRIPTION_PROPERTY_NAME
public static final java.lang.String PUBLISHER_PROPERTY_NAME
public static final java.lang.String CONTRIBUTOR_PROPERTY_NAME
public static final java.lang.String DATE_PROPERTY_NAME
public static final java.lang.String TYPE_PROPERTY_NAME
public static final java.lang.String FORMAT_PROPERTY_NAME
public static final java.lang.String IDENTIFIER_PROPERTY_NAME
public static final java.lang.String SOURCE_PROPERTY_NAME
public static final java.lang.String LANGUAGE_PROPERTY_NAME
public static final java.lang.String RELATION_PROPERTY_NAME
public static final java.lang.String COVERAGE_PROPERTY_NAME
public static final java.lang.String RIGHTS_PROPERTY_NAME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |