de.fuberlin.wiwiss.d2rq.vocab
Class JDBC
java.lang.Object
de.fuberlin.wiwiss.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 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 |
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.
JDBC
public JDBC()
getURI
public static String getURI()
- The namespace of the vocabulary as a string.
- See Also:
NS