Uses of Class
org.eclipse.rdf4j.sail.helpers.SailWrapper
-
Packages that use SailWrapper Package Description org.eclipse.rdf4j.lucene.spin org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSails.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of SailWrapper in org.eclipse.rdf4j.lucene.spin
Subclasses of SailWrapper in org.eclipse.rdf4j.lucene.spin Modifier and Type Class Description classLuceneSpinSailDeprecated.since 3.0. -
Uses of SailWrapper in org.eclipse.rdf4j.sail.helpers
Subclasses of SailWrapper in org.eclipse.rdf4j.sail.helpers Modifier and Type Class Description classNotifyingSailWrapperAn implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail. -
Uses of SailWrapper in org.eclipse.rdf4j.sail.inferencer.fc
Subclasses of SailWrapper in org.eclipse.rdf4j.sail.inferencer.fc Modifier and Type Class Description classAbstractForwardChainingInferencerclassCustomGraphQueryInferencerA forward-chaining inferencer that infers new statements using a SPARQL or SeRQL graph query.classDedupingInferencerAn inferencer may infer the same statement from two different statements.classDirectTypeHierarchyInferencerA forward-chaining inferencer that infers the direct-type hierarchy relationssesame:directSubClassOf,sesame:directSubPropertyOfandsesame:directType.classForwardChainingRDFSInferencerDeprecated.since 2.5.classSchemaCachingRDFSInferencerThe SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an inference map to quickly determine inferred statements. -
Uses of SailWrapper in org.eclipse.rdf4j.sail.lucene
Subclasses of SailWrapper in org.eclipse.rdf4j.sail.lucene Modifier and Type Class Description classLuceneSailA LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals. -
Uses of SailWrapper in org.eclipse.rdf4j.sail.shacl
Subclasses of SailWrapper in org.eclipse.rdf4j.sail.shacl Modifier and Type Class Description classShaclSailASailimplementation that adds support for the Shapes Constraint Language (SHACL). -
Uses of SailWrapper in org.eclipse.rdf4j.sail.spin
Subclasses of SailWrapper in org.eclipse.rdf4j.sail.spin Modifier and Type Class Description classSpinSailDeprecated.
-