Class CONFIG.Sparql

  • Enclosing class:
    CONFIG

    public static final class CONFIG.Sparql
    extends Object
    SPARQLRepository config
    • Field Detail

      • queryEndpoint

        public static final IRI queryEndpoint
        Configuration setting for the SPARQL query endpoint. tag:rdf4j.org,2023:config/sparql.queryEndpoint
      • updateEndpoint

        public static final IRI updateEndpoint
        Configuration setting for the SPARQL update endpoint. tag:rdf4j.org,2023:config/sparql.updateEndpoint
      • passThroughEnabled

        public static final IRI passThroughEnabled
        Configuration setting for enabling/disabling direct result pass-through. tag:rdf4j.org,2023:config/sparql.passThroughEnabled
        See Also:
        SPARQLProtocolSession#isPassThroughEnabled()
    • Constructor Detail

      • Sparql

        public Sparql()