See: Description
Interface | Description |
---|---|
DelegatingRepository |
Main interface for repositories that wrap another repository.
|
DelegatingRepositoryConnection | |
Repository |
An RDF4J repository that contains RDF data that can be queried and updated.
|
RepositoryConnection |
Main interface for updating data in and performing queries on an RDF4J
Repository . |
RepositoryResolver |
Gets local repositories using a simple identifier string.
|
RepositoryResolverClient |
Interface used by factory classes that need access to other repositories by their id's.
|
Class | Description |
---|---|
CascadeValueExceptionTest | |
EquivalentTest | |
GraphQueryResultTest | |
OptimisticIsolationTest | |
RDFSchemaRepositoryConnectionTest | |
RDFStarSupportTest |
Test cases for RDF-star support in the Repository.
|
RepositoryConnectionTest | |
RepositoryResult<T> | |
RepositoryTest |
Integration test suite for implementations of Repository.
|
SparqlAggregatesTest | |
SparqlDatasetTest | |
SparqlOrderByTest | |
SparqlRegexTest | |
SparqlSetBindingTest | |
TupleQueryResultTest |
Exception | Description |
---|---|
RepositoryException |
An exception thrown by classes from the Repository API to indicate an error.
|
RepositoryLockedException |
Indicates that a Repository cannot be initialised because the configured persisted location is locked.
|
RepositoryReadOnlyException |
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read
from.
|
UnknownTransactionStateException |
A specific subtype of
RepositoryException that indicates the connection's transaction state can not be
determined. |
Repository
is the main interface for rdf4j repositories. It provides
all sorts of operations for manipulating RDF in various ways, through a
RepositoryConnection
.
An important notion in a rdf4j repository is that of context . Within one repository, subsets of
statements can be identified by their context.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.