Class CONFIG
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.CONFIG
Shared vocabulary for configuration of RDF4J components: Repositories, SAILs, and so on.
- Since:
- 4.3.0
- Author:
- Jeen Broekstra
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Custom Graph Query Inferencer configstatic final class
ContextAwareRepository configstatic final class
Elasticsearch Store configstatic final class
HTTP Repository configstatic final class
Lucene Sail configstatic final class
Memory Store configstatic final class
Native Store configstatic final class
ProxyRepository configstatic final class
Repository configstatic final class
Sail configstatic final class
SHACL Sail configstatic final class
SPARQLRepository config -
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
Setting for linking a delegate config to a wrapper in a SAIL or Repository config stack.static final String
The RDF4J config namespace (tag:rdf4j.org,2023:config/).static final Namespace
The RDF4J config namespace (tag:rdf4j.org,2023:config/) as aNamespace
object.static final String
The recommended prefix for the RDF4J config namespace: "config" -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The RDF4J config namespace (tag:rdf4j.org,2023:config/).- See Also:
-
PREFIX
The recommended prefix for the RDF4J config namespace: "config"- See Also:
-
NS
The RDF4J config namespace (tag:rdf4j.org,2023:config/) as aNamespace
object.- See Also:
-
delegate
Setting for linking a delegate config to a wrapper in a SAIL or Repository config stack. tag:rdf4j.org,2023:config/delegate
-
-
Constructor Details
-
CONFIG
public CONFIG()
-