Class CONFIG


  • @Experimental
    public class CONFIG
    extends java.lang.Object
    Shared vocabulary for configuration of RDF4J components: Repositories, SAILs, and so on.
    Since:
    4.3.0
    • 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 java.lang.String NAMESPACE
      The RDF4J config namespace (tag:rdf4j.org,2023:config/).
      static Namespace NS
      The RDF4J config namespace (tag:rdf4j.org,2023:config/) as a Namespace object.
      static java.lang.String PREFIX
      The recommended prefix for the RDF4J config namespace: "config"
    • Constructor Summary

      Constructors 
      Constructor Description
      CONFIG()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PREFIX

        public static final java.lang.String PREFIX
        The recommended prefix for the RDF4J config namespace: "config"
        See Also:
        Constant Field Values
      • 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
    • Constructor Detail

      • CONFIG

        public CONFIG()