Click or drag to resize

TurtleFormatter Constructor (IGraph)

Creates a new Turtle Formatter for the given Graph.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TurtleFormatter(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also