Click or drag to resize

JsonLdWriter.Save Method (ITripleStore, String)

Method for saving data to a Triple Store.

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

Parameters

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

Implements

IStoreWriter.Save(ITripleStore, String)
See Also