Class ContextAwareSchema
- java.lang.Object
-
- org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
-
@Deprecated(since="4.3.0", forRemoval=true) public class ContextAwareSchema extends Object
Deprecated, for removal: This API element is subject to removal in a future version.useCONFIG.ContextAware
vocabulary instead.- Author:
- James Leigh
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
ADD_CONTEXT
Deprecated.static IRI
ARCHIVE_CONTEXT
Deprecated.static IRI
BASE_URI
Deprecated.useCONFIG.ContextAware.base
insteadstatic IRI
INCLUDE_INFERRED
Deprecated.useCONFIG.ContextAware.includeInferred
instead.static IRI
INSERT_CONTEXT
Deprecated.useCONFIG.ContextAware.insertContext
instead.static IRI
MAX_QUERY_TIME
Deprecated.useCONFIG.ContextAware.maxQueryTime
insteadstatic String
NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The obsolete ContextAwareRepository schema namespace ( http://www.openrdf.org/config/repository/contextaware#).static IRI
QUERY_LANGUAGE
Deprecated.useCONFIG.ContextAware.queryLanguage
instead.static IRI
READ_CONTEXT
Deprecated.useCONFIG.ContextAware.readContext
insteadstatic IRI
REMOVE_CONTEXT
Deprecated.useCONFIG.ContextAware.removeContext
instead.
-
Constructor Summary
Constructors Constructor Description ContextAwareSchema()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The obsolete ContextAwareRepository schema namespace ( http://www.openrdf.org/config/repository/contextaware#).- See Also:
- Constant Field Values
-
INCLUDE_INFERRED
public static final IRI INCLUDE_INFERRED
Deprecated.useCONFIG.ContextAware.includeInferred
instead.
-
MAX_QUERY_TIME
public static final IRI MAX_QUERY_TIME
Deprecated.useCONFIG.ContextAware.maxQueryTime
instead
-
QUERY_LANGUAGE
public static final IRI QUERY_LANGUAGE
Deprecated.useCONFIG.ContextAware.queryLanguage
instead.
-
BASE_URI
public static final IRI BASE_URI
Deprecated.useCONFIG.ContextAware.base
instead
-
READ_CONTEXT
public static final IRI READ_CONTEXT
Deprecated.useCONFIG.ContextAware.readContext
instead
-
ADD_CONTEXT
@Deprecated public static final IRI ADD_CONTEXT
Deprecated.
-
REMOVE_CONTEXT
public static final IRI REMOVE_CONTEXT
Deprecated.useCONFIG.ContextAware.removeContext
instead.
-
ARCHIVE_CONTEXT
@Deprecated public static final IRI ARCHIVE_CONTEXT
Deprecated.
-
INSERT_CONTEXT
public static final IRI INSERT_CONTEXT
Deprecated.useCONFIG.ContextAware.insertContext
instead.
-
-