org.dftproject.genesis.core.data.vocabulary
Class RDFS

java.lang.Object
  extended by org.dftproject.genesis.core.data.vocabulary.RDFS

public abstract class RDFS
extends java.lang.Object

RDFS vocabulary constants.


Field Summary
static java.lang.String NAMESPACE
          The vocabulary namespace.
static java.lang.String SEE_ALSO
          rdfs:seeAlso
 
Constructor Summary
RDFS()
           
 
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 java.lang.String NAMESPACE
The vocabulary namespace.

See Also:
Constant Field Values

SEE_ALSO

public static final java.lang.String SEE_ALSO
rdfs:seeAlso

See Also:
Constant Field Values
Constructor Detail

RDFS

public RDFS()