com.ldodds.twinkle.querysource
Class SOURCES

java.lang.Object
  extended by com.ldodds.twinkle.querysource.SOURCES

public class SOURCES
extends java.lang.Object


Field Summary
static Property DEFAULT_GRAPH
           
static Resource ENDPOINT
           
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static java.lang.String NS
          The namespace of the vocabulary as a string
 
Constructor Summary
SOURCES()
           
 
Method Summary
static java.lang.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 java.lang.String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

The namespace of the vocabulary as a resource


ENDPOINT

public static final Resource ENDPOINT

DEFAULT_GRAPH

public static final Property DEFAULT_GRAPH
Constructor Detail

SOURCES

public SOURCES()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS