Uses of Class
org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
-
Packages that use NotifyingSailWrapper Package Description org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s.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. -
-
Uses of NotifyingSailWrapper in org.eclipse.rdf4j.sail.inferencer.fc
Subclasses of NotifyingSailWrapper in org.eclipse.rdf4j.sail.inferencer.fc Modifier and Type Class Description class
AbstractForwardChainingInferencer
class
CustomGraphQueryInferencer
A forward-chaining inferencer that infers new statements using a SPARQL graph query.class
DedupingInferencer
An inferencer may infer the same statement from two different statements.class
DirectTypeHierarchyInferencer
A forward-chaining inferencer that infers the direct-type hierarchy relationssesame:directSubClassOf
,sesame:directSubPropertyOf
andsesame:directType
.class
ForwardChainingRDFSInferencer
Deprecated.since 2.5.class
SchemaCachingRDFSInferencer
The SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an inference map to quickly determine inferred statements. -
Uses of NotifyingSailWrapper in org.eclipse.rdf4j.sail.lucene
Subclasses of NotifyingSailWrapper in org.eclipse.rdf4j.sail.lucene Modifier and Type Class Description class
LuceneSail
A LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals. -
Uses of NotifyingSailWrapper in org.eclipse.rdf4j.sail.shacl
Subclasses of NotifyingSailWrapper in org.eclipse.rdf4j.sail.shacl Modifier and Type Class Description class
ShaclSail
ASail
implementation that adds support for the Shapes Constraint Language (SHACL).
-