Package | Description |
---|---|
org.openrdf.query.parser.serql |
The SeRQL query engine.
|
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
org.openrdf.sail.inferencer.fc |
Forward-chaining inferencers, implemented as StackableSails.
|
org.openrdf.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
Modifier and Type | Method and Description |
---|---|
protected NotifyingSail |
SeRQLQueryTestCase.createSail(String entailment) |
protected abstract NotifyingSail |
SeRQLQueryTestCase.newSail() |
Modifier and Type | Method and Description |
---|---|
protected abstract NotifyingSail |
RDFNotifyingStoreTest.createSail()
Gets an instance of the Sail that should be tested.
|
Modifier and Type | Method and Description |
---|---|
static void |
CustomGraphQueryInferencerTest.addTests(junit.framework.TestSuite suite,
NotifyingSail store) |
Modifier and Type | Class and Description |
---|---|
class |
NotifyingSailBase
SailBase is an abstract Sail 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 |
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 |
CustomGraphQueryInferencer
A forward-chaining inferencer that infers new statements using a SPARQL or
SeRQL graph query.
|
class |
DirectTypeHierarchyInferencer
A forward-chaining inferencer that infers the direct-type hierarchy relations
sesame:directSubClassOf ,
sesame:directSubPropertyOf and
sesame:directType . |
class |
ForwardChainingRDFSInferencer
Forward-chaining RDF Schema inferencer, using the rules from the RDF Semantics
Recommendation (10 February 2004).
|
Constructor and Description |
---|
CustomGraphQueryInferencer(NotifyingSail baseSail,
QueryLanguage language,
String queryText,
String matcherText)
Create a new custom inferencer.
|
DirectTypeHierarchyInferencer(NotifyingSail baseSail) |
ForwardChainingRDFSInferencer(NotifyingSail baseSail) |
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.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.