org.semanticdesktop.aperture.vocabulary.xmp
Class DC

java.lang.Object
  extended by org.semanticdesktop.aperture.vocabulary.xmp.DC

public final class DC
extends Object

A vocabulary for the Dublin Core Element Set, Version 1.1.

http://dublincore.org/documents/dces/

Version:
$Revision: 1.1 $
Author:
Ryan J. McDonough

Field Summary
static URI contributor
          An entity responsible for making contributions to the resource.
static URI coverage
          The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
static URI creator
          An entity primarily responsible for making the resource.
static URI date
          A point or period of time associated with an event in the lifecycle of the resource.
static URI description
          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 URI format
          The file format, physical medium, or dimensions of the resource.
static URI identifier
          An unambiguous reference to the resource within a given context.
static URI language
          A language of the resource.
static URI publisher
          An entity responsible for making the resource available.
static URI relation
          A related resource.
static URI rights
          Information about rights held in and over the resource.
static URI source
          A related resource from which the described resource is derived.
static URI subject
          The topic of the resource.
static URI title
           
static URI type
          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

contributor

public static final URI contributor
An entity responsible for making contributions to the resource.


coverage

public static final URI coverage
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.


creator

public static final URI creator
An entity primarily responsible for making the resource.


date

public static final URI date
A point or period of time associated with an event in the lifecycle of the resource.


description

public static final URI description
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.


format

public static final URI format
The file format, physical medium, or dimensions of the resource.


identifier

public static final URI identifier
An unambiguous reference to the resource within a given context.


language

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


publisher

public static final URI publisher
An entity responsible for making the resource available.


relation

public static final URI relation
A related resource.


rights

public static final URI rights
Information about rights held in and over the resource.


source

public static final URI source
A related resource from which the described resource is derived.


subject

public static final URI subject
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.


title

public static final URI title

type

public static final URI type
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.



Copyright © 2010 Aperture Development Team. All Rights Reserved.