org.openrdf.sail.config
Class SailConfigSchema
java.lang.Object
org.openrdf.sail.config.SailConfigSchema
public class SailConfigSchema
- extends Object
Defines constants for the SailRepository schema which is used by
SailRepositoryFactorys to initialize SailRepositorys.
- Author:
- Arjohn Kampman
|
Field Summary |
static URI |
DELEGATE
http://www.openrdf.org/config/sail#delegate |
static String |
NAMESPACE
The Sail API schema namespace (http://www.openrdf.org/config/sail#). |
static URI |
SAILTYPE
http://www.openrdf.org/config/sail#sailType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE
public static final String NAMESPACE
- The Sail API schema namespace (http://www.openrdf.org/config/sail#).
- See Also:
- Constant Field Values
SAILTYPE
public static final URI SAILTYPE
- http://www.openrdf.org/config/sail#sailType
DELEGATE
public static final URI DELEGATE
- http://www.openrdf.org/config/sail#delegate
SailConfigSchema
public SailConfigSchema()
Copyright © 2001-2008 Aduna. All Rights Reserved.