Click or drag to resize

IStoreWriter.Save Method (ITripleStore, String)

Method for saving data to a Triple Store.

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

Parameters

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