org.apache.any23.vocab
Class DCTERMS

java.lang.Object
  extended by org.apache.any23.vocab.Vocabulary
      extended by org.apache.any23.vocab.DCTERMS

public class DCTERMS
extends Vocabulary

The DCTERMS vocabulary. See Dublin Core.


Field Summary
 org.openrdf.model.URI creator
           
 org.openrdf.model.URI date
           
 org.openrdf.model.URI license
           
static String NS
           
 org.openrdf.model.URI related
           
 org.openrdf.model.URI source
           
 org.openrdf.model.URI title
           
 
Method Summary
static DCTERMS getInstance()
           
 
Methods inherited from class org.apache.any23.vocab.Vocabulary
createClass, createProperty, createURI, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS
See Also:
Constant Field Values

license

public final org.openrdf.model.URI license

title

public final org.openrdf.model.URI title

creator

public final org.openrdf.model.URI creator

related

public final org.openrdf.model.URI related

date

public final org.openrdf.model.URI date

source

public final org.openrdf.model.URI source
Method Detail

getInstance

public static DCTERMS getInstance()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.