Class CONFIG
- java.lang.Object
-
- org.eclipse.rdf4j.model.vocabulary.CONFIG
-
@Experimental public class CONFIG extends Object
Shared vocabulary for configuration of RDF4J components: Repositories, SAILs, and so on.- Since:
- 4.3.0
- Author:
- Jeen Broekstra
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CONFIG.Cgqi
Custom Graph Query Inferencer configstatic class
CONFIG.ContextAware
ContextAwareRepository configstatic class
CONFIG.Ess
Elasticsearch Store configstatic class
CONFIG.Http
HTTP Repository configstatic class
CONFIG.Lucene
Lucene Sail configstatic class
CONFIG.Mem
Memory Store configstatic class
CONFIG.Native
Native Store configstatic class
CONFIG.Proxy
ProxyRepository configstatic class
CONFIG.Rep
Repository configstatic class
CONFIG.Sail
Sail configstatic class
CONFIG.Shacl
SHACL Sail configstatic class
CONFIG.Sparql
SPARQLRepository config
-
Field Summary
Fields Modifier and Type Field Description static IRI
delegate
Setting for linking a delegate config to a wrapper in a SAIL or Repository config stack.static String
NAMESPACE
The RDF4J config namespace (tag:rdf4j.org,2023:config/).static Namespace
NS
The RDF4J config namespace (tag:rdf4j.org,2023:config/) as aNamespace
object.static String
PREFIX
The recommended prefix for the RDF4J config namespace: "config"
-
Constructor Summary
Constructors Constructor Description CONFIG()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
The RDF4J config namespace (tag:rdf4j.org,2023:config/).
-
PREFIX
public static final String PREFIX
The recommended prefix for the RDF4J config namespace: "config"- See Also:
- Constant Field Values
-
NS
public static final Namespace NS
The RDF4J config namespace (tag:rdf4j.org,2023:config/) as aNamespace
object.- See Also:
- the 'tag' URI Scheme (RFC 4151)
-
delegate
public static final IRI delegate
Setting for linking a delegate config to a wrapper in a SAIL or Repository config stack. tag:rdf4j.org,2023:config/delegate
-
-