Notation3Writer.SaveInternal Method |
Saves a Graph to the given Stream using Notation 3 Syntax.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected override void SaveInternal(
IGraph g,
TextWriter output
)
Protected Overrides Sub SaveInternal (
g As IGraph,
output As TextWriter
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to save. - output
- Type: System.IO.TextWriter
Stream to save to.
See Also