Click or drag to resize

GraphMLWriterSave 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.RDFITripleStore
The source triple store.
output
Type: System.XmlXmlWriter
The target XML writer.
See Also