Package org.apache.jena.rdflink
-
Interface Summary Interface Description LinkDatasetGraph SPARQL Graph Store Protocol and whole dataset access.LinkDatasetGraphAccess SPARQL 1.1 Graph Store HTTP Protocol (read operations) and whole dataset access.LinkSparqlQuery SPARQL Query Operations on a connection.LinkSparqlUpdate SPARQL Update Operations on a connection.RDFLink Interface for SPARQL operations on a dataset, whether local or remote. -
Class Summary Class Description RDFConnectionAdapter ProvideRDFConnectionusing aRDFLinkRDFLinkAdapter RDFLinkDataset RDFLinkDatasetBuilder Builder for RDFLink over a local dataset.RDFLinkFactory RDFLinkFuseki Implementation of theRDFLinkinterface for connecting to an Apache Jena Fuseki.RDFLinkHTTP Implementation of theRDFLinkinterface using remote SPARQL operations.RDFLinkHTTPBuilder Builder class forRDFLinkHTTPRDFLinkModular Implementation ofRDFLinkwhere the query, update and graph store operations are given by specific implementations of the respective interfaces.