Class CONFIG.Sparql

java.lang.Object
org.eclipse.rdf4j.model.vocabulary.CONFIG.Sparql
Enclosing class:
CONFIG

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

    • 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:
      • invalid reference
        SPARQLProtocolSession#isPassThroughEnabled()
  • Constructor Details

    • Sparql

      public Sparql()