-
class
class
Implement of
RDFLink
over a
Graph
in the same JVM.
class
Implementation of the
RDFLink
interface for connecting to an Apache Jena Fuseki.
class
Implementation of the
RDFLink
interface using remote SPARQL operations.
class
Implementation of
RDFLink
where the query, update and graph store
operations are given by specific implementations of the respective interfaces.
RDFLinkDatasetBuilder.build()
RDFLinkHTTPBuilder.build()
Create a connection to a remote location by URL.
RDFLink.connect(org.apache.jena.sparql.core.DatasetGraph dataset)
Connect to a local (same JVM) dataset.
RDFLink.connect(org.apache.jena.sparql.core.DatasetGraph dataset,
Isolation isolation)
Connect to a local (same JVM) dataset.
RDFLinkDatasetBuilder.connect(org.apache.jena.sparql.core.DatasetGraph dsg)
RDFLinkDatasetBuilder.connect(org.apache.jena.sparql.core.DatasetGraph dsg,
Isolation isolation)
Create a connection to a remote location by URL.
Create a connection specifying the URLs of the service.
Create a connection to a remote location by URL.
RDFLinkFactory.connect(org.apache.jena.sparql.core.DatasetGraph dataset)
Connect to a local (same JVM) dataset.
RDFLinkFactory.connect(org.apache.jena.sparql.core.DatasetGraph dataset,
Isolation isolation)
Connect to a local (same JVM) dataset.
Make a remote RDFConnection to the URL, with user and password for the client access using basic auth.
Return the
RDFLink
for this connection.
Create a connection to a remote location for SPARQL query requests
Provide an alternative function to make the
RDFLink
object.