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.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.RDFFileSupplier A File supplier whose file contains RDF in the specified format.StatementSources Utility class for working with StatementSourcesStatementSources.RDFStreamStatementSource