de.fuberlin.wiwiss.ng4j.swp.vocabulary
Class SWP_V

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.swp.vocabulary.SWP_V

public class SWP_V
extends Object

Author:
Rowland Watkins (rowland@grid.cx)

Field Summary
static Node default_graph
           
static Node NAMESPACE
          The namespace of the vocabulary as a resource
static Node notSuccessful
           
static String NS
          The namespace of the vocabulary as a string
static Node successful
          The object contains the status value of a signature for the subject graph.
 
Constructor Summary
SWP_V()
           
 
Method Summary
static String getURI()
          The namespace of the vocabulary as a string
 
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

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final Node NAMESPACE

The namespace of the vocabulary as a resource


default_graph

public static final Node default_graph

successful

public static final Node successful

The object contains the status value of a signature for the subject graph.


notSuccessful

public static final Node notSuccessful
Constructor Detail

SWP_V

public SWP_V()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS