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
)
Public Sub Save (
store As ITripleStore,
output As XmlWriter
)
Parameters
- store
- Type: VDS.RDFITripleStore
The source triple store. - output
- Type: System.XmlXmlWriter
The target XML writer.
See Also