Package | Description |
---|---|
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
Modifier and Type | Method and Description |
---|---|
String |
BigdataStatementImpl.toString(IRawTripleStore storeIsIgnored)
Note: this implementation is equivalent to
BigdataStatementImpl.toString() since the
Value s are already resolved. |
Modifier and Type | Method and Description |
---|---|
String |
SPO.toString(IRawTripleStore store)
Resolves the term identifiers to terms against the store and returns a
representation of the statement using
toString(IV, IV, IV) . |
String |
ISPO.toString(IRawTripleStore db)
Method may be used to externalize the
BigdataValue s in the
ISPO . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalTripleStore
Abstract base class for both transient and persistent
ITripleStore
implementations using local storage. |
class |
AbstractTripleStore
Abstract base class that implements logic for the
ITripleStore
interface that is invariant across the choice of the backing store. |
class |
LocalTripleStore
A triple store based on the bigdata architecture.
|
class |
ScaleOutTripleStore
Implementation of an
ITripleStore as a client of an
IBigdataFederation . |
class |
TempTripleStore
A temporary triple store based on the bigdata architecture.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.