org.openrdf.repository.sail.config
Class SailRepositorySchema
java.lang.Object
org.openrdf.repository.sail.config.SailRepositorySchema
public class SailRepositorySchema
- extends Object
Defines constants for the SailRepository schema which is used by
SailRepositoryFactorys to initialize SailRepositorys.
- Author:
- Arjohn Kampman
|
Field Summary |
static String |
NAMESPACE
The SailRepository schema namespace (http://www.openrdf.org/config/repository/sail#). |
static URI |
SAILIMPL
http://www.openrdf.org/config/repository/sail#sailImpl |
| 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 SailRepository schema namespace (http://www.openrdf.org/config/repository/sail#).
- See Also:
- Constant Field Values
SAILIMPL
public static final URI SAILIMPL
- http://www.openrdf.org/config/repository/sail#sailImpl
SailRepositorySchema
public SailRepositorySchema()
Copyright © 2001-2007 Aduna. All Rights Reserved.