Class EmbeddedStatementSource

java.lang.Object
com.complexible.common.rdf.DelegatingStatementSource
com.complexible.common.rdf.EmbeddedStatementSource
All Implemented Interfaces:
StatementSource, Closeable, AutoCloseable

public class EmbeddedStatementSource extends DelegatingStatementSource
A StatementSource that unpacks embedded statements and includes them in the iteration. A statement source exposes its statements in two ways: explicitly through StatementSource.statements() and through a parser (StatementSource.streams(), so this class taps into both.
Since:
7.1
Version:
7.1
Author:
Pavel Klinov