Click or drag to resize

CompressingTurtleWriterContext Constructor (IGraph, TextWriter)

Creates a new Turtle Writer Context with default settings.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public CompressingTurtleWriterContext(
	IGraph g,
	TextWriter output
)

Parameters

g
Type: VDS.RDFIGraph
Graph to write.
output
Type: System.IOTextWriter
TextWriter to write to.
See Also