Click or drag to resize

BaseGZipDatasetWriter.Save Method (ITripleStore, String)

Saves a RDF Dataset as GZipped output.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Save(
	ITripleStore store,
	string filename
)

Parameters

store
Type: VDS.RDF.ITripleStore
Store to save.
filename
Type: System.String
File to save to.

Implements

IStoreWriter.Save(ITripleStore, String)
See Also