On 05/03/15 20:37, Mauricio Orellana wrote:
Hi,i have used RDFDataMgr and StreamRDF to parse a RDF file manually and it works perfectly. Is there any way to parse a TDB folder? Thanks in advance
StreamOps.datasetToStream(DatasetGraph, StreamRDF)
will stream the database to a StreamRDF with a start/finish round. It uses
StreamOps.sendQuadsToStream(DatasetGraph, StreamRDF)
to actually stream the data.
Andy
