See: Description
Interface | Description |
---|---|
BigdataBNode |
A
BNode that exposes the internal term identifier. |
BigdataLiteral |
A
Literal that exposes the internal term identifier. |
BigdataResource |
A
Resource that exposes the internal term identifier. |
BigdataStatement |
Also reports whether the statement is explicit, inferred or an axiom.
|
BigdataURI |
A
URI that exposes the internal term identifier. |
BigdataValue |
An interface which exposes the internal 64-bit long integer identifiers for
Value s stored within a IRawTripleStore . |
BigdataValueFactory |
Interface strengthens the return types and adds some custom extensions.
|
Class | Description |
---|---|
BigdataBNodeImpl |
A blank node.
|
BigdataLiteralImpl |
A literal.
|
BigdataQuadWrapper |
This class wraps a
BigdataStatement and provides BigdataQuadWrapper.hashCode()
and BigdataQuadWrapper.equals(Object) respecting all four fields rather than SPO as per
the Statement contract. |
BigdataResourceImpl | |
BigdataStatementImpl |
Implementation reveals whether a statement is explicit, inferred, or an axiom
and the internal term identifiers for the subject, predicate, object, the
context bound on that statement (when present).
|
BigdataURIImpl |
A URI.
|
BigdataValueFactoryImpl |
An implementation using
BigdataValue s and BigdataStatement s. |
BigdataValueIdComparator |
Places
BigdataValue s into an ordering determined by their assigned
term identifiers . |
BigdataValueImpl |
Abstract base class for
BigdataValue implementations. |
BigdataValueSerializer<V extends org.openrdf.model.Value> |
Helper class provides efficient stand-off serialization of RDF
Value
objects. |
BNodeContextFactory |
Class provides a document-scoped context for generating blank node
identifiers (IDs).
|
TestAll |
Aggregates test suites into increasing dependency order.
|
TestBigdataValueSerialization |
Test suite for
BigdataValueImpl serialization semantics, including
the correct recovery of the BigdataValueFactoryImpl reference when
deserialized. |
TestEquals |
Test suite for equals() semantics for
BigdataValue implementations. |
TestFactory |
Unit tests for
BigdataValueFactoryImpl . |
Enum | Description |
---|---|
StatementEnum |
The basic statement types are: axioms, explicit, inferred.
|
This package provides a tuned implementation of the Sesame RDF data model for the RDF database.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.