org.mulgara.mrg.vocab
Class DCTERMS

java.lang.Object
  extended by org.mulgara.mrg.vocab.DCTERMS

public class DCTERMS
extends Object

A class for holding the Dublin Core terms vocabulary.


Field Summary
static Uri ABSTRACT
          A summary of the resource.
static Uri ACCESS_RIGHTS
          Information about who can access the resource or an indication of its security status.
static Uri ACCRUAL_METHOD
          The method by which items are added to a collection.
static Uri ACCRUAL_PERIODICITY
          The frequency with which items are added to a collection.
static Uri ACCRUAL_POLICY
          The policy governing the addition of items to a collection.
static Uri ALTERNATIVE
          An alternative name for the resource.
static Uri AUDIENCE
          A class of entity for whom the resource is intended or useful.
static Uri AVAILABLE
          Date (often a range) that the resource became or will become available.
static Uri BASE_URI
          The URI of the DC name space.
static Uri BIBLIOGRAPHIC_CITATION
          A bibliographic reference for the resource.
static Uri CONFORMS_TO
          An established standard to which the described resource conforms.
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 CREATED
          Date of creation of the resource.
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 DATE_ACCEPTED
          Date of acceptance of the resource.
static Uri DATE_COPYRIGHTED
          Date of copyright.
static Uri DATE_SUBMITTED
          Date of submission of the resource.
static Uri DESCRIPTION
          An account of the resource.
static Uri EDUCATION_LEVEL
          A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.
static Uri EXTENT
          The size or duration of the resource.
static Uri FORMAT
          The file format, physical medium, or dimensions of the resource.
static Uri HAS_FORMAT
          A related resource that is substantially the same as the pre-existing described resource, but in another format.
static Uri HAS_PART
          A related resource that is included either physically or logically in the described resource.
static Uri HAS_VERSION
          A related resource that is a version, edition, or adaptation of the described resource.
static Uri IDENTIFIER
          An unambiguous reference to the resource within a given context.
static Uri INSTRUCTIONAL_METHOD
          A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.
static Uri IS_FORMAT_OF
          A related resource that is substantially the same as the described resource, but in another format.
static Uri IS_PART_OF
          A related resource in which the described resource is physically or logically included.
static Uri IS_REFERENCED_BY
          A related resource that references, cites, or otherwise points to the described resource.
static Uri IS_REPLACED_BY
          A related resource that supplants, displaces, or supersedes the described resource.
static Uri IS_REQUIRED_BY
          A related resource that requires the described resource to support its function, delivery, or coherence.
static Uri IS_VERSION_OF
          A related resource of which the described resource is a version, edition, or adaptation.
static Uri ISSUED
          Date of formal issuance (e.g., publication) of the resource.
static Uri LANGUAGE
          A language of the resource.
static Uri LICENSE
          A legal document giving official permission to do something with the resource.
static Uri MEDIATOR
          An entity that mediates access to the resource and for whom the resource is intended or useful.
static Uri MEDIUM
          The material or physical carrier of the resource.
static Uri MODIFIED
          Date on which the resource was changed.
static Uri PROVENANCE
          A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.
static Uri PUBLISHER
          An entity responsible for making the resource available.
static Uri REFERENCES
          A related resource that is referenced, cited, or otherwise pointed to by the described resource.
static Uri RELATION
          A related resource.
static Uri REPLACES
          A related resource that is supplanted, displaced, or superseded by the described resource.
static Uri REQUIRES
          A related resource that is required by the described resource to support its function, delivery, or coherence.
static Uri RIGHTS
          Information about rights held in and over the resource.
static Uri RIGHTS_HOLDER
          A person or organization owning or managing rights over the resource.
static Uri SOURCE
          A related resource from which the described resource is derived.
static Uri SPATIAL
          Spatial characteristics of the resource.
static Uri SUBJECT
          The topic of the resource.
static Uri TABLE_OF_CONTENTS
          A list of subunits of the resource.
static Uri TEMPORAL
          Temporal characteristics of the resource.
static Uri TITLE
          A name given to the resource.
static Uri TYPE
          The nature or genre of the resource.
static Uri VALID
          Date (often a range) of validity of a resource.
 
Constructor Summary
DCTERMS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URI

public static final Uri BASE_URI
The URI of the DC name space.


MODIFIED

public static final Uri MODIFIED
Date on which the resource was changed.


TITLE

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


MEDIATOR

public static final Uri MEDIATOR
An entity that mediates access to the resource and for whom the resource is intended or useful.


IS_REPLACED_BY

public static final Uri IS_REPLACED_BY
A related resource that supplants, displaces, or supersedes the described resource.


DATE_ACCEPTED

public static final Uri DATE_ACCEPTED
Date of acceptance of the resource.


DATE_SUBMITTED

public static final Uri DATE_SUBMITTED
Date of submission of the resource.


IDENTIFIER

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


HAS_VERSION

public static final Uri HAS_VERSION
A related resource that is a version, edition, or adaptation of the described resource.


CREATED

public static final Uri CREATED
Date of creation of the resource.


CONTRIBUTOR

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


SPATIAL

public static final Uri SPATIAL
Spatial characteristics of the resource.


BIBLIOGRAPHIC_CITATION

public static final Uri BIBLIOGRAPHIC_CITATION
A bibliographic reference for the resource.


IS_VERSION_OF

public static final Uri IS_VERSION_OF
A related resource of which the described resource is a version, edition, or adaptation.


SUBJECT

public static final Uri SUBJECT
The topic of the resource.


AVAILABLE

public static final Uri AVAILABLE
Date (often a range) that the resource became or will become available.


IS_FORMAT_OF

public static final Uri IS_FORMAT_OF
A related resource that is substantially the same as the described resource, but in another format.


EDUCATION_LEVEL

public static final Uri EDUCATION_LEVEL
A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.


ISSUED

public static final Uri ISSUED
Date of formal issuance (e.g., publication) of the resource.


LANGUAGE

public static final Uri LANGUAGE
A language of the resource.


REQUIRES

public static final Uri REQUIRES
A related resource that is required by the described resource to support its function, delivery, or coherence.


CREATOR

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


HAS_PART

public static final Uri HAS_PART
A related resource that is included either physically or logically in the described 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.


EXTENT

public static final Uri EXTENT
The size or duration of the resource.


DESCRIPTION

public static final Uri DESCRIPTION
An account of the resource.


ACCRUAL_POLICY

public static final Uri ACCRUAL_POLICY
The policy governing the addition of items to a collection.


REFERENCES

public static final Uri REFERENCES
A related resource that is referenced, cited, or otherwise pointed to by the described 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.


IS_PART_OF

public static final Uri IS_PART_OF
A related resource in which the described resource is physically or logically included.


REPLACES

public static final Uri REPLACES
A related resource that is supplanted, displaced, or superseded by the described resource.


TEMPORAL

public static final Uri TEMPORAL
Temporal characteristics of the resource.


MEDIUM

public static final Uri MEDIUM
The material or physical carrier of the resource.


ALTERNATIVE

public static final Uri ALTERNATIVE
An alternative name for the resource.


ACCESS_RIGHTS

public static final Uri ACCESS_RIGHTS
Information about who can access the resource or an indication of its security status.


DATE_COPYRIGHTED

public static final Uri DATE_COPYRIGHTED
Date of copyright.


TYPE

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


AUDIENCE

public static final Uri AUDIENCE
A class of entity for whom the resource is intended or useful.


CONFORMS_TO

public static final Uri CONFORMS_TO
An established standard to which the described resource conforms.


DATE

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


FORMAT

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


ACCRUAL_PERIODICITY

public static final Uri ACCRUAL_PERIODICITY
The frequency with which items are added to a collection.


RELATION

public static final Uri RELATION
A related resource.


PROVENANCE

public static final Uri PROVENANCE
A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.


HAS_FORMAT

public static final Uri HAS_FORMAT
A related resource that is substantially the same as the pre-existing described resource, but in another format.


PUBLISHER

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


ABSTRACT

public static final Uri ABSTRACT
A summary of the resource.


TABLE_OF_CONTENTS

public static final Uri TABLE_OF_CONTENTS
A list of subunits of the resource.


RIGHTS_HOLDER

public static final Uri RIGHTS_HOLDER
A person or organization owning or managing rights over the resource.


ACCRUAL_METHOD

public static final Uri ACCRUAL_METHOD
The method by which items are added to a collection.


IS_REFERENCED_BY

public static final Uri IS_REFERENCED_BY
A related resource that references, cites, or otherwise points to the described resource.


LICENSE

public static final Uri LICENSE
A legal document giving official permission to do something with the resource.


INSTRUCTIONAL_METHOD

public static final Uri INSTRUCTIONAL_METHOD
A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.


VALID

public static final Uri VALID
Date (often a range) of validity of a resource.


IS_REQUIRED_BY

public static final Uri IS_REQUIRED_BY
A related resource that requires the described resource to support its function, delivery, or coherence.

Constructor Detail

DCTERMS

public DCTERMS()


Copyright © 2011. All Rights Reserved.