Package org.openanzo.glitter.rdf

Interface Summary
Bindable Bindable represents any query object that can be bound to values from the target dataset while evaluating a query.
IBlankTerm  
ILiteralTerm  
IPlainLiteralTerm All IPlainLiteralTerm should return true for ILiteralTerm.isPlainLiteral().
IRITerm  
ITypedLiteralTerm  
RDFTerm Represents a TriplePatternComponent that is a normal RDF term (i.e., not a Variable).
TriplePatternComponent A TriplePatternComponent is either an RDFTerm or a Variable.
 

Class Summary
BlankNodeManager The BlankNodeManager is a factory for creating blank nodes.
IRIReference Represents an IRI reference for SPARQL queries.
Literal  
PlainLiteral An implementation of IPlainLiteralTerm to represent plain literals in a query parsed by Glitter.
Triple A Triple is a TriplePattern without any variables.
TriplePattern A TriplePattern is a subject, predicate, and object in which each slot can be either an RDFTerm or a Variable.
TypedLiteral An implementation of ITypedLiteralTerm that maintains the typed literal's lexical form, datatype, and native value (as a native Java object).
Variable A variable in a SPARQL query.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.