Package com.complexible.common.rdf
-
Interface Summary Interface Description ContextCopyStatementSource StatementSource decorator that indicates that we are copying all triples from one context to another context.RDFFileSupplier A statement source that produces statements by parsing the contents of a file.RDFStreamSupplier A statement source that produces statements by parsing the contents of an input stream.StatementIterator Interface which will iterate over a source of Statements.StatementSource Interface which represents a source of a set of RDFstatements
. -
Class Summary Class Description ContextFallbackStatementSource StatementSource decorator which will provide a context for statements that don't have a context.ContextOverrideStatementSource StatementSource decorator which will override the context of the underlying source.DelegatingStatementSource Implementation of aStatementSource
which can be used as the base for StatementSource decorator implementations.MultiStatementIterator StatementIterator
whose contents are the concatenation of multiple iterators.StatementSources Utility class for working with StatementSourcesStatementSources.RDFStreamStatementSource