Uses of Class
org.eclipse.rdf4j.repository.sail.SailRepository
Packages that use SailRepository
Package
Description
A repository wrapper which supports auto-loading of datasets specified in a query.
Repository implementation for local RDF databases that implement the SAIL SPI.
A Sail implementation for SHACL constraint checking.
-
Uses of SailRepository in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that return SailRepositoryConstructors in org.eclipse.rdf4j.repository.dataset with parameters of type SailRepository -
Uses of SailRepository in org.eclipse.rdf4j.repository.sail
Constructors in org.eclipse.rdf4j.repository.sail with parameters of type SailRepositoryModifierConstructorDescriptionprotected
SailRepositoryConnection
(SailRepository repository, SailConnection sailConnection) Creates a new repository connection that will wrap the supplied SailConnection. -
Uses of SailRepository in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as SailRepositoryModifier and TypeFieldDescriptionprivate SailRepository
ShaclSail.shapesRepo
an initializedRepository
for storing/retrieving Shapes data -
Uses of SailRepository in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return SailRepositoryModifier and TypeMethodDescriptionprivate SailRepository
Rdf4jShaclShapeGraphShapeSource.forwardChain
(CloseableIteration<? extends Statement, ? extends RDF4JException> statements) private SailRepository
Rdf4jShaclShapeGraphShapeSource.forwardChain
(RepositoryConnection shapesRepoConnection) private SailRepository
Rdf4jShaclShapeGraphShapeSource.forwardChain
(SailConnection shapesSailConnection)