Set the HTTP Accept:
header used to when making a SPARQL Protocol ASK query.
Set the HTTP Accept:
header used to fetch RDF datasets using HTTP GET operations.
Set the HTTP Accept:
header used to fetch RDF graph using the SPARQL Graph Store Protocol.
Set the HTTP Accept:
header used to when making a
SPARQL Protocol query if no query type specific setting available.
Set the HTTP Accept:
header used to when making a SPARQL Protocol SELECT query.
Provide an alternative function to make the
RDFLink
object.
URL of the remote SPARQL endpoint.
Create a connection builder which is initialized from an existing RDFLinkFuseki
.
Name of the SPARQL GraphStore Protocol endpoint.
Set the
HttpClient
fir the connection to tbe built
Create a builder for a connection to a remote location by URL.
Create a connection builder which is initialized for the default Fuseki
configuration.
Set the flag for whether to check SPARQL queries and SPARQL updates provided as a string.
Set the output format for sending RDF Datasets to the remote server.
RDFLinkHTTPBuilder.quadsFormat(org.apache.jena.riot.Lang langQuads)
Set the output format for sending RDF Datasets to the remote server.
RDFLinkHTTPBuilder.quadsFormat(org.apache.jena.riot.RDFFormat fmtQuads)
Set the output format for sending RDF Datasets to the remote server.
Name of the SPARQL query service.
RDFLinkHTTPBuilder.querySendMode(org.apache.jena.sparql.exec.http.QuerySendMode sendMode)
Set the strategy that determines how to send a query over HTTP.
Set the output format for sending RDF graphs to the remote server.
RDFLinkHTTPBuilder.triplesFormat(org.apache.jena.riot.Lang langTriples)
Set the output format for sending RDF graphs to the remote server.
RDFLinkHTTPBuilder.triplesFormat(org.apache.jena.riot.RDFFormat fmtTriples)
Set the output format for sending RDF graphs to the remote server.
Name of the SPARQL update service.
RDFLinkHTTPBuilder.updateSendMode(org.apache.jena.sparql.exec.http.UpdateSendMode sendMode)
Set the strategy that determines how to send an update request over HTTP.