org.openrdf.model.vocabulary
Class DC

java.lang.Object
  extended by org.openrdf.model.vocabulary.DC

public final class DC
extends Object

Dublin Core vocabulary.

Author:
James Leigh

Field Summary
static URI CONTRIBUTOR
          http://purl.org/dc/elements/1.1/contributor
static URI COVERAGE
          http://purl.org/dc/elements/1.1/coverage
static URI CREATOR
          http://purl.org/dc/elements/1.1/creator
static URI DATE
          http://purl.org/dc/elements/1.1/date
static URI DESCRIPTION
          http://purl.org/dc/elements/1.1/description
static URI FORMAT
          http://purl.org/dc/elements/1.1/format
static URI IDENTIFIER
          http://purl.org/dc/elements/1.1/identifier
static URI LANGUAGE
          http://purl.org/dc/elements/1.1/language
static String NAMESPACE
          http://purl.org/dc/elements/1.1/
static URI PUBLISHER
          http://purl.org/dc/elements/1.1/publisher
static URI RELATION
          http://purl.org/dc/elements/1.1/relation
static URI RIGHTS
          http://purl.org/dc/elements/1.1/rights
static URI SOURCE
          http://purl.org/dc/elements/1.1/source
static URI SUBJECT
          http://purl.org/dc/elements/1.1/subject
static URI TITLE
          http://purl.org/dc/elements/1.1/title
static URI TYPE
          http://purl.org/dc/elements/1.1/type
 
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

NAMESPACE

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

See Also:
Constant Field Values

CONTRIBUTOR

public static final URI CONTRIBUTOR
http://purl.org/dc/elements/1.1/contributor


COVERAGE

public static final URI COVERAGE
http://purl.org/dc/elements/1.1/coverage


CREATOR

public static final URI CREATOR
http://purl.org/dc/elements/1.1/creator


DATE

public static final URI DATE
http://purl.org/dc/elements/1.1/date


DESCRIPTION

public static final URI DESCRIPTION
http://purl.org/dc/elements/1.1/description


FORMAT

public static final URI FORMAT
http://purl.org/dc/elements/1.1/format


IDENTIFIER

public static final URI IDENTIFIER
http://purl.org/dc/elements/1.1/identifier


LANGUAGE

public static final URI LANGUAGE
http://purl.org/dc/elements/1.1/language


PUBLISHER

public static final URI PUBLISHER
http://purl.org/dc/elements/1.1/publisher


RELATION

public static final URI RELATION
http://purl.org/dc/elements/1.1/relation


RIGHTS

public static final URI RIGHTS
http://purl.org/dc/elements/1.1/rights


SOURCE

public static final URI SOURCE
http://purl.org/dc/elements/1.1/source


SUBJECT

public static final URI SUBJECT
http://purl.org/dc/elements/1.1/subject


TITLE

public static final URI TITLE
http://purl.org/dc/elements/1.1/title


TYPE

public static final URI TYPE
http://purl.org/dc/elements/1.1/type

Constructor Detail

DC

public DC()


Copyright © 2004-2008 Aduna. All Rights Reserved.