Click or drag to resize

Notation3Writer.SaveInternal Method

Saves a Graph to the given Stream using Notation 3 Syntax.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void SaveInternal(
	IGraph g,
	TextWriter output
)

Parameters

g
Type: VDS.RDF.IGraph
Graph to save.
output
Type: System.IO.TextWriter
Stream to save to.
See Also