Package | Description |
---|---|
org.eclipse.rdf4j.lucene.spin | |
org.eclipse.rdf4j.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
org.eclipse.rdf4j.sail.inferencer.fc |
Forward-chaining inferencers, implemented as StackableSails.
|
org.eclipse.rdf4j.sail.lucene | |
org.eclipse.rdf4j.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.eclipse.rdf4j.sail.nativerdf |
Native RDF storage backend.
|
org.eclipse.rdf4j.sail.shacl | |
org.eclipse.rdf4j.sail.spin |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSpinSail
Activates support of
SearchIndex feature inside SpinSail and manages the index during statements
adding/removing. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotifyingSail
A base
NotifyingSail implementation that takes care of common sail tasks, including proper closing of active
connections and a grace period for active connections during shutdown of the store. |
class |
NotifyingSailBase
Deprecated.
since 4.0. Use
AbstractNotifyingSail instead. |
class |
NotifyingSailWrapper
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to
the wrapped Sail.
|
Modifier and Type | Method and Description |
---|---|
NotifyingSail |
NotifyingSailWrapper.getBaseSail() |
Constructor and Description |
---|
NotifyingSailWrapper(NotifyingSail baseSail)
Creates a new SailWrapper that wraps the supplied Sail.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractForwardChainingInferencer |
class |
CustomGraphQueryInferencer
A forward-chaining inferencer that infers new statements using a SPARQL or SeRQL 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 relations
sesame:directSubClassOf , sesame:directSubPropertyOf and sesame:directType . |
class |
ForwardChainingRDFSInferencer
Deprecated.
since 2.5. This inferencer implementation will be phased out. Consider switching to the
SchemaCachingRDFSInferencer instead. |
class |
SchemaCachingRDFSInferencer
The SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an
inference map to quickly determine inferred statements.
|
Modifier and Type | Method and Description |
---|---|
static SchemaCachingRDFSInferencer |
SchemaCachingRDFSInferencer.fastInstantiateFrom(SchemaCachingRDFSInferencer sailToInstantiateFrom,
NotifyingSail store)
Instantiate a new SchemaCachingRDFSInferencer from an existing one.
|
static SchemaCachingRDFSInferencer |
SchemaCachingRDFSInferencer.fastInstantiateFrom(SchemaCachingRDFSInferencer sailToInstantiateFrom,
NotifyingSail store,
boolean useAllRdfsRules)
Instantiate a new SchemaCachingRDFSInferencer from an existing one.
|
Constructor and Description |
---|
AbstractForwardChainingInferencer(NotifyingSail baseSail) |
CustomGraphQueryInferencer(NotifyingSail baseSail,
QueryLanguage language,
String queryText,
String matcherText)
Create a new custom inferencer.
|
DedupingInferencer(NotifyingSail baseSail) |
DirectTypeHierarchyInferencer(NotifyingSail baseSail) |
ForwardChainingRDFSInferencer(NotifyingSail baseSail)
Deprecated.
|
SchemaCachingRDFSInferencer(NotifyingSail data)
Instantiate a SchemaCachingRDFSInferencer.
|
SchemaCachingRDFSInferencer(NotifyingSail data,
boolean useAllRdfsRules)
Instantiate a SchemaCachingRDFSInferencer.
|
SchemaCachingRDFSInferencer(NotifyingSail data,
Repository schema)
Instantiate a SchemaCachingRDFSInferencer with a predefined schema.
|
SchemaCachingRDFSInferencer(NotifyingSail data,
Repository schema,
boolean useAllRdfsRules)
Instantiate a SchemaCachingRDFSInferencer with a predefined schema.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneSail
A LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent
storage.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeNativeStore |
class |
NativeStore
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
|
Modifier and Type | Class and Description |
---|---|
class |
ShaclSail
A
Sail implementation that adds support for the Shapes Constraint Language (SHACL). |
Constructor and Description |
---|
ShaclSail(NotifyingSail baseSail) |
Modifier and Type | Class and Description |
---|---|
class |
SpinSail |
Constructor and Description |
---|
SpinSail(NotifyingSail baseSail) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.