Click or drag to resize

IStoreWriterSave 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.RDFITripleStore
Triple Store.
filename
Type: SystemString
File to save to.
See Also