Package org.apache.jena.rdflink
package org.apache.jena.rdflink
-
ClassDescriptionSPARQL Graph Store Protocol and whole dataset access.SPARQL 1.1 Graph Store HTTP Protocol (read operations) and whole dataset access.SPARQL Query Operations on a connection.SPARQL Update Operations on a connection.Provide
RDFConnection
using aRDFLink
Interface for SPARQL operations on a dataset, whether local or remote.Implement ofRDFLink
over aGraph
in the same JVM.Builder for RDFLink over a local dataset.Implementation of theRDFLink
interface for connecting to an Apache Jena Fuseki.Implementation of theRDFLink
interface using remote SPARQL operations.Builder class forRDFLinkHTTP
Implementation ofRDFLink
where the query, update and graph store operations are given by specific implementations of the respective interfaces.