Interface which extends a {@link DataSource} to provide triple-level access to the contents of the data. Where DataSource only provides query level access, TripleSource provides the ability to make SPO "queries" into the database. When the underlying implementation natively supports this interface, there is usually a performance benefit of the "native" access when compared to writing a SPARQL query that will retrieve the same set of statements.
@author Pedro Oliveira @author Michael Grove @since 0.7 @version 0.7
|
|
|
|
|
|