org.dspace.adapters.rdf.vocabularies
Class DCMITYPE

java.lang.Object
  extended by org.dspace.adapters.rdf.vocabularies.DCMITYPE

public class DCMITYPE
extends Object

DCMI Namespace for metadata terms of the DCMI Type Vocabulary To comment on this schema, please contact dcmifb@dublincore.org. The Dublin Core Metadata Initiative 2008-01-14

Author:
mdiggory

Field Summary
static org.openrdf.model.URI Collection
           Collection An aggregation of resources. A collection is described as a group; its parts may also be separately described. 2000-07-11 2008-01-14
static org.openrdf.model.URI Dataset
           Dataset Data encoded in a defined structure. Examples include lists, tables, and databases.
static org.openrdf.model.URI Event
           Event A non-persistent, time-based occurrence. Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event.
static org.openrdf.model.URI Image
           Image A visual representation other than text. Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation.
static org.openrdf.model.URI InteractiveResource
           Interactive Resource A resource requiring interaction from the user to be understood, executed, or experienced. Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments. 2000-07-11 2008-01-14
static org.openrdf.model.URI MovingImage
           Moving Image A series of visual representations imparting an impression of motion when shown in succession. Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation.
static String NAMESPACE
           
static org.openrdf.model.URI NS
           
static org.openrdf.model.URI PhysicalObject
           Physical Object An inanimate, three-dimensional object or substance. Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types. 2002-07-13 2008-01-14
static org.openrdf.model.URI Service
           Service A system that provides one or more functions. Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server. 2000-07-11 2008-01-14
static org.openrdf.model.URI Software
           Software A computer program in source or compiled form. Examples include a C source file, MS-Windows .exe executable, or Perl script. 2000-07-11 2008-01-14
static org.openrdf.model.URI Sound
           Sound A resource primarily intended to be heard. Examples include a music playback file format, an audio compact disc, and recorded speech or sounds. 2000-07-11 2008-01-14
static org.openrdf.model.URI StillImage
           Still Image A static visual representation. Examples include paintings, drawings, graphic designs, plans and maps.
static org.openrdf.model.URI Text
           Text A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists.
 
Constructor Summary
DCMITYPE()
           
 
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
See Also:
Constant Field Values

NS

public static final org.openrdf.model.URI NS

Collection

public static final org.openrdf.model.URI Collection
Collection An aggregation of resources. A collection is described as a group; its parts may also be separately described. 2000-07-11 2008-01-14


Dataset

public static final org.openrdf.model.URI Dataset
Dataset Data encoded in a defined structure. Examples include lists, tables, and databases. A dataset may be useful for direct machine processing. 2000-07-11 2008-01-14


Event

public static final org.openrdf.model.URI Event
Event A non-persistent, time-based occurrence. Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration. 2000-07-11 2008-01-14


Image

public static final org.openrdf.model.URI Image
Image A visual representation other than text. Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations. 2000-07-11 2008-01-14


InteractiveResource

public static final org.openrdf.model.URI InteractiveResource
Interactive Resource A resource requiring interaction from the user to be understood, executed, or experienced. Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments. 2000-07-11 2008-01-14


Service

public static final org.openrdf.model.URI Service
Service A system that provides one or more functions. Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server. 2000-07-11 2008-01-14


Software

public static final org.openrdf.model.URI Software
Software A computer program in source or compiled form. Examples include a C source file, MS-Windows .exe executable, or Perl script. 2000-07-11 2008-01-14


Sound

public static final org.openrdf.model.URI Sound
Sound A resource primarily intended to be heard. Examples include a music playback file format, an audio compact disc, and recorded speech or sounds. 2000-07-11 2008-01-14


Text

public static final org.openrdf.model.URI Text
Text A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text. 2000-07-11 2008-01-14


PhysicalObject

public static final org.openrdf.model.URI PhysicalObject
Physical Object An inanimate, three-dimensional object or substance. Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types. 2002-07-13 2008-01-14


StillImage

public static final org.openrdf.model.URI StillImage
Still Image A static visual representation. Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image. 2003-11-18 2008-01-14


MovingImage

public static final org.openrdf.model.URI MovingImage
Moving Image A series of visual representations imparting an impression of motion when shown in succession. Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image. 2003-11-18 2008-01-14

Constructor Detail

DCMITYPE

public DCMITYPE()


Copyright © 2008 The DSpace Foundation. All Rights Reserved.