org.d2rq.vocab
Class JDBC

java.lang.Object
  extended by org.d2rq.vocab.JDBC

public class JDBC
extends Object

Open namespace for JDBC connection properties. A JDBC connection property named foo is modelled as an RDF property with URI http://d2rq.org/terms/jdbc/foo. Values are plain string literals.

Author:
Richard Cyganiak

Field Summary
static Resource NAMESPACE
          The namespace of the vocabulary as a resource.
static String NS
          The namespace of the vocabulary as a string.
 
Constructor Summary
JDBC()
           
 
Method Summary
static Property getProperty(String key)
           
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 Resource NAMESPACE
The namespace of the vocabulary as a resource.

Constructor Detail

JDBC

public JDBC()
Method Detail

getURI

public static String getURI()
The namespace of the vocabulary as a string.

See Also:
NS

getProperty

public static Property getProperty(String key)