org.mulgara.mrg.vocab.uri
Class DC

java.lang.Object
  extended by org.mulgara.mrg.vocab.uri.DC

public class DC
extends Object

A class for holding the Dublin Core vocabulary.


Field Summary
static String BASE
          The DC namespace
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
          An 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 String PREFIX
          The QName prefix for DC
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
          A name given to the resource.
static URI TYPE
          The nature or genre of the resource.
 
Constructor Summary
DC()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
The QName prefix for DC

See Also:
Constant Field Values

BASE

public static final String BASE
The DC namespace

See Also:
Constant Field Values

DATE

public static final URI DATE
A point or period of time associated with an event in the lifecycle of 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.


TYPE

public static final URI TYPE
The nature or genre of the resource.


TITLE

public static final URI TITLE
A name given to the resource.


CREATOR

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


FORMAT

public static final URI FORMAT
The file format, physical medium, or dimensions of the 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.


RELATION

public static final URI RELATION
A related resource.


PUBLISHER

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


IDENTIFIER

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


DESCRIPTION

public static final URI DESCRIPTION
An account of the resource.


LANGUAGE

public static final URI LANGUAGE
A language of the resource.


CONTRIBUTOR

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


SUBJECT

public static final URI SUBJECT
The topic of the resource.

Constructor Detail

DC

public DC()


Copyright © 2011. All Rights Reserved.