Class BaseSailSchema
- java.lang.Object
-
- org.eclipse.rdf4j.sail.base.config.BaseSailSchema
-
public class BaseSailSchema extends Object
Defines constants for the BaseSail schema.
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
EVALUATION_STRATEGY_FACTORY
http://www.openrdf.org/config/sail/base#evaluationStrategyFactorystatic String
NAMESPACE
The BaseSail schema namespace (http://www.openrdf.org/config/sail/base#).
-
Constructor Summary
Constructors Constructor Description BaseSailSchema()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
The BaseSail schema namespace (http://www.openrdf.org/config/sail/base#).- See Also:
- Constant Field Values
-
EVALUATION_STRATEGY_FACTORY
public static final IRI EVALUATION_STRATEGY_FACTORY
http://www.openrdf.org/config/sail/base#evaluationStrategyFactory
-
-