Click or drag to resize

NQuadsWriterSave Method (ITripleStore, String)

Saves a Store in NQuads format.

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

Parameters

store
Type: VDS.RDFITripleStore
Store to save.
filename
Type: SystemString
File to save to.

Implements

IStoreWriterSave(ITripleStore, String)
See Also