| Interface | Description |
|---|---|
| RDFConnection |
Interface for SPARQL operations on a datasets, whether local or remote.
|
| RDFDatasetAccessConnection |
SPARQL Graph Store Protocol (read operations) and whole dataset access.
|
| RDFDatasetConnection |
SPARQL Graph Store Protocol and whole dataset access.
|
| SparqlQueryConnection |
SPARQL Query Operations on a connection.
|
| SparqlUpdateConnection |
SPARQL Update Operations on a connection.
|
| Class | Description |
|---|---|
| LibSec |
Library for client side use of access control.
|
| RDFConnectionFactory | |
| RDFConnectionFuseki |
Implementation of the
RDFConnection interface for connecting to an Apache Jena Fuseki. |
| RDFConnectionLocal |
Implement of
RDFConnection over a Dataset in the same JVM. |
| RDFConnectionModular |
Implementation of
RDFConnection where the query, update and graph store
operations are given by specific implementations of the respective interfaces. |
| RDFConnectionRemote |
Implementation of the
RDFConnection interface using remote SPARQL operations. |
| RDFConnectionRemoteBuilder |
Builder class for
RDFConnectionRemote |
| RDFConnectionWrapper |
Wrapper for an
RDFConnection. |
| Enum | Description |
|---|---|
| Isolation |
| Exception | Description |
|---|---|
| JenaConnectionException |
Exceptions related to
RDFConnection |
Licenced under the Apache License, Version 2.0