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