Click or drag to resize

GraphMLWriter.Save Method (ITripleStore, XmlWriter)

Saves a triple store to an XML writer in GraphML format.

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

Parameters

store
Type: VDS.RDF.ITripleStore
The source triple store.
output
Type: System.Xml.XmlWriter
The target XML writer.
See Also