Package com.bigdata.rdf.model

This package provides a tuned implementation of the Sesame RDF data model for the RDF database.

See:
          Description

Interface Summary
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 Values stored within a IRawTripleStore.
BigdataValueFactory Interface strengthens the return types and adds some custom extensions.
 

Class Summary
BigdataBNodeImpl A blank node.
BigdataLiteralImpl A literal.
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 BigdataValues and BigdataStatements.
BigdataValueIdComparator Places BigdataValues into an ordering determined by their assigned term identifiers.
BigdataValueImpl  
BigdataValueSerializer<V extends 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).
TermIdComparator Places BigdataValues into an ordering determined by their assigned term identifiers.
TermIdComparator2 Compares Longs used to represent term identifiers, placing them into the same order as the id:terms index.
 

Enum Summary
StatementEnum The basic statement types are: axioms, explicit, inferred.
 

Package com.bigdata.rdf.model Description

This package provides a tuned implementation of the Sesame RDF data model for the RDF database.



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.