Click or drag to resize

TurtleFormatter Constructor (String, IGraph)

Creates a new Turtle Formatter.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected TurtleFormatter(
	string formatName,
	IGraph g
)

Parameters

formatName
Type: SystemString
Format Name.
g
Type: VDS.RDFIGraph
Graph.
See Also