Click or drag to resize

GraphMLWriter.Save Method (ITripleStore, String)

Saves a triple store to a file in GraphML format.

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

Parameters

store
Type: VDS.RDF.ITripleStore
The source triple store.
filename
Type: System.String
The name of the target file.

Implements

IStoreWriter.Save(ITripleStore, String)
See Also